@charset "utf-8";

/*-----------------------------------------------
 Default
-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, ul, ol, li, pre, form, blockquote, fieldset
{
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background: #FFFFFF;
    color: #3A3A3A;
    /*font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    /*font-family: 'Noto Sans Japanese';*/
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    line-height: 2.0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all .4s;
}

ul li {
    list-style: none;
}

a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background:none!important;
}

p {
    padding: 1em 0 0;
}

p.ta-right {
    text-align: right;
}

p:first-of-type {
    padding: 0;
}

a {
    text-decoration: underline;
    transition: all .4s;
}

a:hover {
    color: #999;
}

.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

.relative {
    position: relative !important;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.t-center {
    text-align: center;
}

/* header */
header {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    top: 0;
    position: relative;
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-left {

}

.header-right {
    flex-basis: 70.4%;
    max-width: 70.4%;
}

h1 {
    margin: 0;
    padding: 13px 0 27px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.0;
}

h2 {
    color: #000;
    font-size: 3.0rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h3 {
    font-size: 2.6rem;
    line-height: 1.5;
}

h4 {
    font-size: 2.0rem;
    line-height: 1.5;
}

h5 {
    color: #fff;
    font-size: 1.6rem;
    background: #009245;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    line-height: 30px;
    height: 30px;
}

h5 span {
    display: block;
    float: right;
    background: #fff;
    color: #000;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

#logo {
    width: 248px;
    margin: 0 0 28px;
    padding: 0;
}

.head-navi {
    margin: 0;
    padding: 0;
    margin-top:-32px;
}

.head-navi li {
    width: 27%;
    height: 60px;
    margin: 0 0 0 .5%;
    float: right;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}
.head-navi li:first-child {
    background-color: #28C8F8;
}
.head-navi li:nth-child(2) {
    background-color: #F82883;
}
.head-navi li:last-child {
    background-color: #12F24E;
    margin: 0;
}

.head-navi li {
    position: relative;
}

.head-navi li a {
    display: block;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/arrow-wh.png) no-repeat 96% center / auto 10px;
    transition: all .2s;
}

.head-navi li a:hover {
    background: rgba(255,255,255,0.33) url(../images/arrow-wh.png) no-repeat 97% center / auto 10px;
}

.head-navi li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 144px;
}

.head-navi li div span {
    font-size: 1.2rem;
    font-weight: normal;
}


.head-navi li.with-icon,
.footer-navi li.with-icon {
    position: relative;
}

.head-navi li.with-icon a div {
    margin-left: 20px;
}

.float-icon-mendan {
    position: absolute;
    width: 50px;
    left: 4px;
    top: 4px;
}

.koko {
    width: 230px;
    margin-right: 20px;
}

.icon-mendan {
    width: 50px;
    top: 4px;
    left: 4px;
    position: absolute;
}

.header-line-tel {
    /* float: right; */
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content:start;
    padding: 10px 0 0;
}

.header-tel {
    text-align: center;
    margin-bottom:15px;
}

.header-tel .tel-link {
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0;
    line-height: 1.0;
    letter-spacing: 1px;
}

.header-opentime {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
    color:#9A9A9A;
}

.header-line {
    width: 130px;
    margin: 0 20px 0 0;
}


/* box */
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    clear: both;
    text-align: left;
}


.wrapper2 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    clear: both;
    text-align: left;
}

.wrapper-full {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    clear: both;
    text-align: left;
    position: relative;
}


/* index */
#header-img {
    clear: both;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center 0;*/
    background-position: center center;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index-img {
    clear: both;
    width: 100%;
    /* height: 600px; */
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/top/main-img.png);
    /* 20220119 taira main-img.jpg -> main-img.png */
    background-position: center center;
    overflow: hidden;
    position: relative;
    height: auto!important;
    background-color: #fffde2;
}

.header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*height: 400px;*/
    /*margin: 100px 0 0;*/
    margin: 0;
}
.header-text br {
    display: none;
}

.catch-copy {
    /*flex-basis: 65%;
    margin: 0 0 1em;*/
    flex-basis: 100%;
    max-width: 100%;
    margin: 80px 0 10px; /*250px 0 10px;*/ /* 2022/01/28 taira change */
    text-align: center;
}

.sub-copy {
    color: #F82883;
    font-size: 2.1rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px #FFFFFF;
}

.main-copy {
    color: #F82883;
    /*font-size: 6.2rem;*/
    font-size: 4.7rem;
    font-weight: bold;
    text-shadow: 2px 2px 3px #FFFFFF;
    line-height: 1.5;
}

.appeal {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.emblem {
    /*flex-basis: 15%;*/
    flex-basis: 13%;
    max-width: 13%;
}

.check {
    flex-basis: 62.3%;
    max-width: 62.3%;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 1% 5%;
}

.check li {
    background: url(../images/top/check.png) no-repeat center left / 28px auto;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 2em;
}


.f-container{
    display:flex;
    margin-left:50px;
    max-width: 74%;
    height:auto;
}
.f-item{
    display:flex;
}
.appeal-btn{
    padding-left:2px;
    padding-right:2px;
}
.appeal-btn img {
    width:100%;
    height:auto;
    margin-top:-10px;
}


.top-entry {
    width: 60%;
    margin: 40px auto;
    padding: 0;
}

.top-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-btn div {
    flex-basis: 49.4%;
    max-width: 49.4%;
}


h2.titlebar {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 4.0rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    margin: 5em 0 0;
    padding: 20px 0;
}
h2.titlebar p {
    display: block;
    line-height: 1.0;
    padding: 0;
    font-size: 2.0rem;
    font-weight: normal;
}

.bg-job {
    background: #33B4BE;
}
.bg-red,
.bg-company {
    background: #E50012;
}
.bg-about {
    background: #8BC832;
}
.bg-information {
    background: #F5AD00;
}
.bg-blog {
    background: #B2B6DA;
}
.bg-movie {
    background: #fb82ca;
}
.bg-announcement {
    background: #26B3D3
}
.bg-pink {
    background: #F34E82;
}
.bg-member {
    background: #28C8F8;
}
.bg-sd-info {
    background: #29BFE2;
}
.bg-phonecall {
    background: red;
}
.bg-system {
    background: #00A0E9;
}
.bg-customers {
    background: #009245;
}
.bg-privacy {
    background: #591A86;
}
.bg-resister {
    background: #F82883;
}
.bg-mail {
    background: #0071BC;
}
.bg-recruit {
    background: #E6669C;
}
.bg-oshigoto {
    background: #F5B21C;
}

.system-bar {
    padding: 30px 0 !important;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 85px 0 85px;
    margin: 0 auto 40px;
}
.tr-job {
    border-color: #33B4BE transparent transparent transparent;
}
.tr-about {
    border-color: #8BC832 transparent transparent transparent;
}
.tr-information {
    border-color: #F5AD00 transparent transparent transparent;
}
.tr-blog {
    border-color: #B2B6DA transparent transparent transparent;
}
.tr-movie {
    border-color: #fb82ca transparent transparent transparent;
}
.tr-announcement {
    border-color: #26B3D3 transparent transparent transparent;
}
.tr-sd-info {
    border-color: #29BFE2 transparent transparent transparent;
}
.tr-member {
    border-color: #29BFE2 transparent transparent transparent;
}
.tr-system {
    border-color: #00A0E9 transparent transparent transparent;
}
.tr-company {
    border-color: #E50012 transparent transparent transparent;
}
.tr-customers {
    border-color: #009245 transparent transparent transparent;
}
.tr-privacy {
    border-color: #591A86 transparent transparent transparent;
}
.tr-resister {
    border-color: #F82883 transparent transparent transparent;
}
.tr-mail {
    border-color: #0071BC transparent transparent transparent;
}
.tr-recruit {
    border-color: #E6669C transparent transparent transparent;
}
.tr-oshigoto {
    border-color: #F5B21C transparent transparent transparent;
}

.list-job {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px;
}

.list-job li {
    flex-basis: 49%;
    max-width: 49%;
    margin: 0 0 20px;
    padding: 25px;
    background: #E2DED5;
    border-radius: 15px;
    text-align: left;
}

.list-job-name {
    width: 100%;
    background: #33B4BE;
    border-radius: 10px;
    color: #fff;
    font-size: 2.0rem;
    margin: 0 0 5px;
    padding: 10px;
    line-height: 1.5;
    overflow: hidden;
}

.list-cate {
    width: 7em;
    background: #F5AD00;
    border-radius: 5px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    float: right;
}

.list-number {
    /* color: #33B4BE; */
    color: #DF2A2B;
    text-align: right;
    margin: 0;
    font-weight: 400;
}

.list-comment {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #fff;
}

.list-pickup {
    width: 100%;
    margin: 0;
    padding: 0 0 40px;
    clear: both;
    display: inline-block;
}
.list-pickup dt {
    float: left;
    clear: left;
    width: 20%;
    line-height: 1.75;
    margin: 0 0 5px;
}
.list-pickup dd {
    float: left;
    width: 80%;
    line-height: 1.75;
    margin: 0 0 5px;
}

.list-link-btn a {
    display: block;
    width: 200px;
    height: 40px;
    /* border: 1px solid #33B4BE; */
    border: 1px solid #DE482D;
    border-radius: 7.5px;
    /* color: #33B4BE; */
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    /* background: #fff url(../images/arrow-gr.png) no-repeat 96% center / 5px 10px; */
    background: #DE482D url(../images/arrow-wh.png) no-repeat 96% center / 5px 10px;
    clear: both;
    margin: 0 auto;
    transition: all .2s;
}

.list-link-btn a:hover {
    /* background: rgb(255,255,255,0.5) url(../images/arrow-gr.png) no-repeat 97% center / 5px 10px; */
    background: rgb(222,72,45,0.5) url(../images/arrow-wh.png) no-repeat 97% center / 5px 10px;
}

.link-btn {
    width: 34.4%;
    margin: 0 auto;
    border-radius: 10px;
}

.link-btn2 {
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
}

.link-btn3 {
    width: 34.4%;
    margin: 0;
    border-radius: 10px;
    line-height: 1.5;
}

.link-btn4 {
    width: auto;
    margin: 1em 0 2em;
    border-radius: 5px;
    line-height: 1.0;
    float: left;
    clear: both;
}

.link-btn a {
    display: block;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 2.0rem;
    background: url(../images/arrow-wh.png) no-repeat 96% center / 10px 20px;
    transition: all .2s;
}

.link-btn2 a {
    display: block;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    background: url(../images/arrow-wh.png) no-repeat 96% center / 10px 20px;
    transition: all .2s;
}

.link-btn3 a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    background: url(../images/arrow-wh.png) no-repeat 96% center / 10px 20px;
    transition: all .2s;
}

.link-btn4 a {
    display: block;
    padding: 14px 28px 14px 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../images/arrow-wh.png) no-repeat 96% center / 5px 10px;
    transition: all .2s;
}

.link-btn2 a span {
    font-size: 3.6rem;
}

.link-btn3 a span {
    font-size: 2.4rem;
}

.link-btn a:hover,
.link-btn2 a:hover,
.link-btn3 a:hover {
    background: rgba(255,255,255, 0.5) url(../images/arrow-wh.png) no-repeat 97% center / 10px 20px;
}
.link-btn4 a:hover {
    background: rgba(255,255,255, 0.5) url(../images/arrow-wh.png) no-repeat 97% center / 5px 10px;
}

.m-tb10 {
    margin: 10px 0;
}



h2.title {
    width: 100%;
    line-height: 2.0;
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    color: #fff;
    color: #fff;
    font-size: 4.0rem;
    text-align: center;
}

h2.title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
}

h2.title p {
    display: block;
    font-size: 2.0rem;
    padding: 5px 0 0;
}

.reason-title {
    font-size: 4.0rem;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 3px;
    margin: 0 0 2em;
}

.reason-3 {
    margin: 0 0 80px;
}

.reason-3 li {
    list-style: none;
    margin: 0 0 7em;
    width: 100%;
}

.reason-3 li:last-child {
    margin: 0;
}

.reason-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 40px;
}

.reason-number {
    color: #8BC832;
    font-size: 10.0rem;
    font-weight: bold;
    flex-basis: 24%;
    max-width: 24%;
    text-align: center;
    line-height: 1.0;
}

.reason-catch {
    flex-basis: 76%;
    max-width: 76%;
}

.reason-copy {
    color: #000;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.reason-box p {
    color: #575757;
    font-size: 1.4rem;
    line-height: 1.5;

}

hr.dots {
    border: 0;
    margin: 0;
    width: 100%;
    height: 20px;
    background: url(../images/top/dots-line.png) no-repeat left center / auto 10px;
}

.reason-01 {
    color: #936C3F;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto 1em;
    padding: 1em 0 0;
    width: 90%;
}

.reason-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}

.reason-select div {
    flex-basis: 49%;
    max-width: 49%;
}

.color-black {
    color: #000;
}

.color-red,
.color-company {
    color: #E50012;
}

.color-about {
    color: #8BC832;
}

.color-pink {
    color: #F34E82;
}

.color-job {
    color: #33B4BE;
}

.color-announcement {
    color: #26B3D3;
}

.color-member {
    color: #28C8F8;
}

.color-system {
    color: #00A0E9;
}

.color-customers {
    color: #009245;
}

.color-privacy {
    color: #591A86;
}

.color-resister {
    color: #F82883;
}

.color-mail {
    color: #0071BC;
}

.color-register {
    color: #E6669C;
}

.color-oshigoto {
    color: #F5B21C;
}

.font40 {
    font-size: 4.0rem;
}

.font100 {
    font-size: 10.0rem;
}

.list-information {
    width: 100%;
    margin: 0 0 80px;
    padding: 0;
}

.list-information li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.list-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.list-information li a {
    color: #575757;
    text-decoration: none;
}

.list-information li a:hover {
    color: #999999;
}

.list-info-eyecatch {
    width: 94px;
}

.list-info-eyecatch img {
    width: 100%;
}

.list-info-text {
    flex-basis: 88%;
    max-width: 88%;
}

.list-info-date a {
    font-size: 1.4rem;
}

.list-info-title {
    line-height: 1.5;
}
.list-info-title a {
    font-size: 1.6rem;
}

.list-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.list-blog li {
    width: 49%;
    margin: 0 0 40px;
    transition: all .4s;
}

.list-blog li a {
    color: #575757;
    text-decoration: none;
}

.list-blog li a:hover {
    color: #999999;
}

.list-blog-eyecatch {
    margin: 0 0 20px;
}

/* pagenavi */
.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    /*background: #fff;
    border: solid 1px #ccc;*/
    padding: 5px 8px;
    margin: 0 2px;
    text-decoration: none;
    color: #444444;
}
.pagination .current{
    /*background: #000;
    border: solid 1px #000;*/
    color: #E50012;
}

/* ヘッダー画像 */
.job-img {
    background-image: url(../images/job/main-img.jpg);
}

/* ヘッダータイトル */
.header-title {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);*/
    color: #fff;
    font-size: 4.0rem;
    line-height: 1.0;
    padding: 0 2em;
    text-align: center;
    text-shadow: 0px 0px 6px #666;
}

/* breadcrumbパンくずリスト */
.breadcrumb {
    width: 100%;
    margin: 0;
    padding: 15px 0 80px;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.0;
    text-align: left;
}

.breadcrumb li {
    display: inline-block;
    margin: 0;
    padding: 0 .5em 0 0;
}

.breadcrumb li.home:before {
    content: "";
}

.breadcrumb li:before {
    content: ">";
    padding-right: .7em;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}


/* job */
.job-search {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(51,180,190,0.3);
    text-align: center;
}

.job-search p {
    color: #33B4BE;
    font-size: 2.8rem; /*20200601 taira 3->2.8*/
	padding:0; /*20200601 taira add */
	line-height:1.0; /*20200601 taira add */
}
/* 20200601 tara add */
.job-search p.pref {
    display:inline;
    vertical-align: middle;
    font-size: 2.5rem;
}
/* 20200601 tara add */
/* .area-input-group {
    display:inline;
    width:50%;
    min-width:272px;
} */
/* 20200601 tara add */
.job-search-group{
    margin-bottom: 20px;
}

.job-keyword {
    /* margin: 20px auto 30px !important; */ /* 20200601 taira commeneout */
    margin: 10px auto 10px !important; /* 20200601 taira add */
    padding: 10px !important;
    width: 75% !important;
    background: #fff;
    font-size: 1em;
    vertical-align:middle; /* 20200601 taira add */
}
/* 20200601 taira add */
.job-keyword.small {
    width: 40% !important;

}
/* 20200601 taira add */
#jobsearch-result{
    margin-top:1.5em;
}
/* 20200601 taira add */
.place {
    /* color: #CCC; */
    color: rgb(128, 128, 128);
}
/* 20200601 taira add */
option[class="srchsel"]:not(first-child) {
    color: black;
}


::-webkit-input-placeholder {
  color: #808080;
}
::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #808080;
}

.job-kensu {
    width: 100%;
    clear: both;
    text-align: left;
}

.job-single {
    width: 100%;
    background: rgba(226,222,213,0.3);
    border-radius: 15px;
    margin: 0 auto 60px;
    padding: 30px 40px;
    z-index: 2;
}

/* 240725_追加 */
.job-single__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    flex-wrap: nowrap;
    border: 1px solid #E41C1C;
    border-radius: 4px;
    margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
    .job-single__type {
        margin: 24px 0 0;
    }
}

.job-single__type dt,
.job-single__type dd {
    font-size: 16px;
    padding: 8px 24px;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;align-items: center;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .job-single__type dt,
    .job-single__type dd {
        font-size: 14px;
        padding: 4px 16px;
        min-height: 36px;
    }
}
.job-single__type dt {
    background: #E41C1C;
    color: #fff;
}
.job-single__type dd {
    color: #E41C1C;
}
.job-single__copy {
    color: #E41C1C;
    font-size: 30px;
    font-weight: 700;
    margin: 12px auto 40px;
}
@media screen and (max-width: 640px) {
    .job-single__copy {
        font-size: 24px;
        margin: 12px auto 24px;
    }
}

/* ------------------ */

.job-number {
    width: 133px;
    height: 133px;
    margin: 0;
    padding: 0;
    background: url(../images/job/hibiscus.png) center center / 100% 100% no-repeat;
    position: absolute;
    top: -20px;
    left: -66.5px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.job-number-number {
    /* color: #33B4BE; */
    color: #DF2A2B;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.job-single-title {
    padding-left: 2em;
}

.job-icon {
    margin: 40px 0 20px;
    padding: 0;
    clear: both;
}

.job-icon li {
    display: inline-block;
    background-color: #fff;
    background-size: 24px 24px;
    background-position: 8px center;
    background-repeat: no-repeat;
    border: 1px solid #33B4BE;
    border-radius: 5px;
    color: #444444;
    font-size: 1.4rem;
    margin: 0 0 5px;
    padding: 10px 8px 10px 40px;
    line-height: 1.0;
}

.mikeiken,.未経験者可 {
    background-image: url(../images/job/icon-mikeiken.png);
}
.josei,.女性活躍中 {
    background-image: url(../images/job/icon-josei.png);
}
.dansei,.男性活躍中 {
    background-image: url(../images/job/icon-dansei.png);
}
.kotsuuhi,.交通費有 {
    background-image: url(../images/job/icon-koutsuuhi.png);
}
.chushajou,.駐車場有 {
    background-image: url(../images/job/icon-chushajou.png);
}
.seifuku,.制服有 {
    background-image: url(../images/job/icon-seifuku.png);
}
.shokudou,.社員食堂有 {
    background-image: url(../images/job/icon-shokudou.png);
}
.kinen,.禁煙／分煙 {
    background-image: url(../images/job/icon-kinen.png);
}
.zangyou,.残業無,.残業なし {
    background-image: url(../images/job/icon-zangyou.png);
}
/* 20240725_追加 */
.時短OK {
    background-image: url(../images/job/icon-jitan.svg);
}
.扶養枠内OK {
    background-image: url(../images/job/icon-huyou.svg);
}
.休憩室有 {
    background-image: url(../images/job/icon-rest.svg);
}
.ロッカー有 {
    background-image: url(../images/job/icon-locker.svg);
}
.シニア活躍中 {
    background-image: url(../images/job/icon-senior.svg);
}
.短期 {
    background-image: url(../images/job/icon-tanki.svg);
}
.単発 {
    background-image: url(../images/job/icon-single.svg);
}
.交替勤務 {
    background-image: url(../images/job/icon-change.svg);
}
/* ------------- */

.single-lh {
    line-height: 2.4;
}


.hoken li {
    display: inline-block;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #444444;
    font-size: 1.4rem;
    padding: 8px;
    line-height: 1.0;
}

.recomended-title-box {
    width: 100%;
    margin: 100px 0 30px;
    padding: 0;
    clear: both;
    background: rgba(51,180,190,0.2);
    text-align: center;
    overflow: hidden;
}

.recomended-title-img {
    width: 23%;
    margin: 5px auto;
}

.recomended-title {
    color: #000;
    background: rgba(255,255,255,0.8);
    font-size: 2.4rem;
    line-height: 1.0;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.title-o {
    font-size: 4.8rem;
    color: #33B4BE;
}

.recomended-title-title-sub {
    color: #444;
    font-size: 1.4rem;
    padding: 13px 0;
}

.recomended {
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/

}

.recomended-list {
    /*flex-basis: 90%;*/
}

.recomended-left-navi {
    flex-basis: 2%;
    max-width: 2%;
}

.recomended-right-navi {
    flex-basis: 2%;
    max-width: 2%;
}

.reco-job {
    margin: 0 auto;
    width: 90%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}

.reco-job .reco-job-osusume {
    /*flex-basis: 49%;
    max-width: 49%;*/
    width: 49%;
    margin: 0 auto;
    padding: 25px;
    background: #E2DED5;
    border-radius: 15px;
    text-align: left;
    /*width: 440px;*/
}

.slick-slide {
    margin: 0 10px;
}

.b-prev {
    width: 20px;
    height: 100px;
    background: url(../images/job/slide-left.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 50%;
    left: -40px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    z-index: 9;
}

.b-next {
    width: 20px;
    height: 100px;
    background: url(../images/job/slide-right.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 50%;
    right: -40px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
}


/* bxslider */
.bx-wrapper {
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border: none;
    background: transparent;
    width: 90%;
    margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -25px;
    width: 20px;
    height: 100px;
}

.bx-wrapper .bx-prev {
    left: -50px;
    background: url(../images/job/slide-left.png) no-repeat center center / 100% 100%;
}

.bx-wrapper .bx-next {
    right: -50px;
    background: url(../images/job/slide-right.png) no-repeat center center / 100% 100%;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

/* SD-information */
.sd-info-img {
    background-image: url(../images/category/sd-info-img.jpg);
}

.news-img {
    background-image: url(../images/category/news-img.jpg);
}

.announcement-img {
    background-image: url(../images/category/announcement-img.jpg);
}
.pickup-top-img {
    background-image: url(../images/pickup/main-img.jpg);
}

.info-img {
    background-image: url(../images/category/info-img.jpg);
}

.blog-img {
    background-image: url(../images/category/blog-img.jpg);
}

/* tabbar */
.tabbar-member {
    background: rgba(40,199,248,0.1);
    margin: 0 0 76px;
    padding: 10px 0;
    width: 100%;
    clear: both;
    text-align: center;
}

.tabbar-member li {
    display: inline-block;
}

.tabbar-member li + li {
    border-left: 1px solid #D8D8D7;

}
.tabbar-member li a {
    color: #808080;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    transition: all .4s;
    display: block;
}

.tabbar-member li a:hover {
    color: #ccc;
}

.tabbar-member li.current-cat a {
    color: #28C8F8;
    font-weight: bold;
}

.tabbar-member li.current-cat a:hover {
    color: #ccc;
}

.tabbar-blog {
    background: rgba(124,103,61,0.1);
    margin: 0 0 76px;
    padding: 10px 0;
    width: 100%;
    clear: both;
    text-align: center;
}

.tabbar-blog li {
    display: inline-block;
}

.tabbar-blog li + li {
    border-left: 1px solid #D8D8D7;

}
.tabbar-blog li a {
    color: #808080;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    transition: all .4s;
    display: block;
}

.tabbar-blog li a:hover {
    color: #ccc;
}

.tabbar-blog li.current-cat a {
    color: #B2B6DA;
    font-weight: bold;
}

.tabbar-blog li.current-cat a:hover {
    color: #ccc;
}

.tabbar-info {
    background: rgba(124,103,61,0.1);
    margin: 0 0 76px;
    padding: 10px 0;
    width: 100%;
    clear: both;
    text-align: center;
}

.tabbar-info li {
    display: inline-block;
}

.tabbar-info li + li {
    border-left: 1px solid #D8D8D7;

}
.tabbar-info li a {
    color: #808080;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    transition: all .4s;
    display: block;
}

.tabbar-info li a:hover {
    color: #ccc;
}

.tabbar-info li.current-cat a {
    color: #F5AD00;
    font-weight: bold;
}

.tabbar-info li.current-cat a:hover {
    color: #ccc;
}

.tabbar-sd-info {
    background: rgba(41,191,226,0.1);
    margin: 0 0 76px;
    padding: 10px 0;
    width: 100%;
    clear: both;
    text-align: center;
}

.tabbar-sd-info li {
    display: inline-block;
}

.tabbar-sd-info li + li {
    border-left: 1px solid #D8D8D7;

}
.tabbar-sd-info li a {
    color: #808080;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    transition: all .4s;
    display: block;
}

.tabbar-sd-info li a:hover {
    color: #ccc;
}

.tabbar-sd-info li.current-cat a {
    color: #29BFE2;
    font-weight: bold;
}

.tabbar-sd-info li.current-cat a:hover {
    color: #ccc;
}

/**/
.tabbar-announcement {
    background: rgba(38,179,211,0.1);
    margin: 0 0 76px;
    padding: 10px 0;
    width: 100%;
    clear: both;
    text-align: center;
}

.tabbar-announcement li {
    display: inline-block;
    line-height: 1.5;
}

.tabbar-announcement li + li {
    border-left: 1px solid #D8D8D7;

}
.tabbar-announcement li a {
    color: #808080;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    transition: all .4s;
    display: block;
}

.tabbar-announcement li a:hover {
    color: #ccc;
}

.tabbar-announcement li.current-cat a {
    color: #26B3D3;
    font-weight: bold;
}

.tabbar-announcement li.current-cat a:hover {
    color: #ccc;
}

.pageback:before {
    content: '＜ '
}


/***/
.list-news article {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: #808080 1px dashed;
}

.list-sd-info article {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: none;
}

.sd-info-list-date {
    font-size: 1.4rem;
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
}

.category-title {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 2em;
    padding: 12px;
    line-height: 1.5;
}

.category-title h2 {
    color: #fff;
    font-size: 2.0rem;
    text-align: left;
}

.sd-info-list-title {
    background: #29BFE2;
    border-radius: 10px;
}
.sd-info-list-title h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
    text-align: center;
}

.news-list-title {
    background: #28C8F8;
    border-radius: 10px;
}

.news-list-title h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
}

.sd-info-backnumber-title {
    background: #29BFE2;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 8px;
}

.sd-info-backnumber-title h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

.sd-info-eyecatch {
    width: 100%;
    text-align: center;
}

.sd-info-eyecatch img {
    width: 100%;
}

.cate-sd-info {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.cate-sd-info li {
    background: #E2DED5;
    border-radius: 10px;
    float: left;
    width: 23%;
    margin: 0 1% 20px;
    padding: 20px;
}

.cate-sd-info li article {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.cate-sd-info li article .sd-info-list-title {
    margin: 0 0 10px;
}

/* staff-btn */
/* 20230313追加 */

.staff-btn {
    /* width: 34.4%; */
    margin: 0;
    border-radius: 10px;
    line-height: 1.5;
}

.staff-btn a {
    width: 350px;
    display: block;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    background: url(../images/arrow-wh.png) no-repeat 96% center / 10px 20px;
    transition: all .2s;
}

.staff-btn a span {
    font-size: 2.4rem;
}

.staff-btn a:hover {
    background: rgba(255,255,255, 0.5) url(../images/arrow-wh.png) no-repeat 97% center / 10px 20px;
}

.staff-btn-area {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}

.staff-btn-text {
    text-align: center;
}

@media screen and (min-width: 760px) {
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .staff-btn-area {
        display: block;
    }
    .br-sp {
        display: none;
    }
    .staff-btn a {
        margin: 0 auto;
    }
    .staff-btn-space {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .staff-btn a {
        width: 310px;
    }
}


/* login */
.login-title-bg {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: url(../images/login-title-bg.png) repeat 800px 80px;
    text-align: center;
}

.login-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.0;
    margin: 0 auto;
    padding: 8px 2em;
    background: #fff;
    border-radius: 20px;
    height: 40px;
    display: inline-block;
}

.login-box {
    width: 80%;
    margin: 0 auto 40px;
    padding: 40px;
    background: rgba(40,200,248,0.2);
    text-align: center;
}

.login-title2 {
    color: #28C8F8;
    font-size: 3.0rem;
    font-weight: bold;
}

.login-form {
    margin: 0 auto;
    padding: 0;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.login-form div:last-of-type {
    flex-basis: 48%;
    max-width: 48%;
}

.login {
    margin: 20px auto 30px !important;
    padding: 10px !important;
    width: 100% !important;
    background: #fff;
    font-size: 1em;
}

.login-box p {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    transition: all .4s;
}

.login-box p a {
    color: #000;
}

.login-box input[type="submit"] {
    background: #28C8F8;
    margin: 1em auto .5em;
}

.login-advice {
    color: red;
    text-align: center;
    margin: 0 auto 1em;
    position: relative;
    background-color: #fff;
    border: 1px solid #ff0000;
    border-radius: 20px;
    width: 50%;
}

.login-advice:after, .login-advice:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.login-advice:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.login-advice:before {
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #ff0000;
    border-width: 11px;
    margin-left: -11px;
}

.login-forget {
    color: #000;
    font-size: 1.2rem;
}

.login-forget b {
    font-size: 1.4rem;
}

.login-notyet-title {
    font-size: 2.4rem;
}

.login-notyet-merit {
    font-size: 1.2rem;
}

.login-notyet-merit b {
    font-size: 1.4rem;
}

.phonecall-only {
    display: none;
}

.pagenation {
    margin-top: 5em;
    padding: 30px 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.nav-previous{
    float: right;
    text-align: right;
    width:45%;
}

.nav-next{
    float: left;
    width:45%;
}

.pagenation a,
.pagenation2 a {
    color: #444;
    text-decoration: none;
}

.pagenation a:hover,
.pagenation2 a:hover {
    color: #ccc;
}

.pagenation2 {
    text-align: left;
    clear: both;
    width: 100%;
    overflow: hidden;
}

/* system */
.system-kind-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.system-kind {
    flex-basis: 49%;
    max-width: 49%;
    background: rgba(179,179,179,0.2);
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

.system-kind h3 {
    color: #fff;
    background: #00A0E9;
    border-radius: 15px 15px 0 0;
    font-size: 2.4rem;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.system-kind p {
    color: #000;
    padding: 20px;
}

.system-type-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.system-type {
    flex-basis: 32%;
    max-width: 32%;
    background: rgba(179,179,179,0.2);
    border-radius: 15px;
    margin: 0 0 20px;
    padding: 20px;
}

.system-type img {
    display: block;
    border: 2px solid #00A0E9;
    border-radius: 50%;
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

.system-type h3 {
    color: #00A0E9;
    font-size: 2.4rem;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
}

ul.system-check {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

ul.system-check li {
    font-weight: bold;
    margin: 0 0 1em 42px;
    padding: 0 0 0 40px;
    background: url(../images/system/checkmark.png) no-repeat left center / 32px 32px;
    line-height: 32px;
}

.system-type p {
    color: #000;
    line-height: 1.5;
}

.system-p p,
.announced-p p {
    padding: 1em 0 3em;
}

.system-p p:first-of-type {
    padding: 1em 0 3em !important;
}

.system-p p:nth-of-type(2) {
    padding: 1em 0 0 !important;
}

.system-p h2 {
    margin-top: 50px;
    margin-bottom: 70px;
}

/* announcement */
ol.announce-list {
    margin: 20px 0;
}
ol.announce-list li {
    font-weight: bold;
    margin: 0 0 1em 42px;
    padding: 0 0 0 40px;
    background: no-repeat left center / 32px 32px;
    line-height: 32px;
    list-style: none;
}
ol.announce-list li:first-child {
    background-image: url(../images/system/list1.png);
}
ol.announce-list li:last-child {
    background-image: url(../images/system/list2.png);
}

ul.announce-medical {
    width: 100%;
    border: 1px solid #26B3D3;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

ul.announce-medical li {
    padding: 15px 25px;
    width:50%;
}
ul.announce-medical li:nth-child(2){
    border-bottom: 1px solid  #26B3D3;
}
ul.announce-medical li:nth-child(3){
    width:100%;
}

ul.announce-medical li:first-child {
    border-bottom: 1px solid  #26B3D3;
}

.announce-medical table{
    width:100%;
    border-collapse: collapse ;

}
.announce-medical table td{
    border: 1px solid  #26B3D3;
    padding:8px 20px;
}
.announce-medical table tr{
    border: 1px solid  #26B3D3;
}

.announce-medical table tr td:nth-of-type(1){
    text-align: center;
}
.announce-medical table tr td:nth-of-type(2){
    padding-left: 30px;
}

.mt-50{
    margin-top:50px;
}
.font-weight-bold{
    font-weight: bold;
}






.announcement-p p:first-of-type {
    padding: 1em 0 0;
}

.announce-postscript {
    font-size: 1.4rem;
    padding: 1em 0 0;
}

.download {
    font-size: 18px;
    margin: 1em 0 0;
    padding: 0;
    background: rgba(38,179,211,0.2);
    float: left;
    clear: both;
    border-bottom: 1px solid #fff;
}

.download .filename {
    background: rgba(38,179,211,0.2);
    font-weight: bold;
    float: left;
    padding: 10px 1em;
    width: 10em;
    text-align: center;
}

.download .filelink {
    float: left;
    padding: 10px 20px;
}

.download a {
    color: #26B3D3;
    transition: all .4s;
}

.download a:hover {
    color: #666;
}

.announce-bg-red {
    color: #fff;
    background: #E50012;
    border-radius: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
}

.announce-tel {
    width: 100%;
    margin: 60px 0 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.announce-tel__title--01,.announce-tel__title--02{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px!important;
    position: relative;
}
.announce-tel__title--01::before{
    content:"";
    width:34px;
    height: 34px;
    border-radius: 100px;
    background-color: #26B3D3;
    position: absolute;
    left:0;

}
.announce-tel__title--02::before{
    content:"";
    width:34px;
    height: 34px;
    border-radius: 100px;
    background-color: #E20920;
    position: absolute;
    left:0;
}

.announce-tel__number{
    font-size:24px!important;
    font-weight: bold;
    margin-top:5px;
    display: block;
}

.announce-tel__number a{
    color:black;
    text-decoration: none;
}



.holiday-tel{
    font-size:16px!important;
}

.announce-sd {
    padding: 10px 25px;
    flex-basis: 50%;
    max-width: 49%;
    background: rgba(38,179,211,0.2);
    text-align: center;
}

.announce-haken {
    padding: 10px 25px;
    flex-basis: 50%;
    max-width: 50%;
    background: rgba(38,179,211,0.2);
    text-align: center;
}

.announce-haken p {
    font-size: 1.8rem;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.fs-20{
    font-size:20px;
}

.announce-tel b {
    font-size: 1.8rem;
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    display: block;
}

.announce-sd .tel-link,
.announce-sd .tel-link a {
    color: #26B3D3;
    font-size: 3.6rem;
    text-decoration: none;
    line-height: 1.5
}

.announcement-mail a {
    color: #26B3D3;
}

.society-hoken{
    margin-left:60px;
}

.society-hoken h4{
    margin:30px 0 -10px 0;
}


/* company */
.philosophy-bg {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    background: url(../images/company/philosophy.jpg) no-repeat -50px 0 / 110% auto;
}
.philosophy {
    width: 50%;
    float: right;
    margin: 50px 0;
    padding: 0 50px 0 0;
    color: #000;
    text-shadow: 0px 1px 3px #fff;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.8));
}
.philosophy p {
    padding: 1em 0 0 !important;
}
.philosophy p:first-of-type {
    padding: 0 !important;
}
/* 20220124 taira add start */
.philosophy-wide p {
    padding: 1.5em 0 0 !important;
}
.system-p p:nth-of-type(2) {
    padding: 1.5em 0 0 !important;
}
.philosophy-wide p:first-of-type {
    padding: 0 !important;
}
.ceo-name-area {
    text-align: right;
    margin-top: 2em;
}
/* 20220124 taira add end */

.ceo-name {
    margin: 0;
    float: right;
    text-align: left;
}
/* 20220124 taira add start */
.philosophy-wide .ceo-name {
    float: none;
    display: inline-block;
}
/* 20220124 taira add end */

.company-list {
    border: none;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    width: 80%;
}

.company-list td a {
    color: #3A3A3A;
}

.company-list td:first-child {
    padding: 0 0 20px;
    width: 30%;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

.company-list td:last-child {
    font-size: 1.6rem;
    padding: 0 0 20px 20px;
    vertical-align: top;
}

.bottomfit {
    background: #F2F2F2;
    width: 100%;
    margin: 0;
    padding: 10px;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: -120px;
}

.bottomfit a {
    color: #808080;
    text-decoration: none;
}

/* customers */
.customer-merit li {
    list-style: none;
    margin: 0 0 50px;
}

.merit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.merit-123 {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: 15%;
    max-width: 15%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.merit-merit {
    color: #000;
    font-size: 1.8rem;
    padding: 0 1em 0 0;
    line-height: 1.0;
}

.merit-number {
    color: #009245;
    font-size: 7.2rem;
    line-height: 0.8;
}

.merit-content {
    margin: 0;
    padding: 0 0 0 40px;
    flex-basis: 85%;
    max-width: 85%;
    border-left: 1px solid #009245;
}

.merit-title {
    color: #000;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 .5em;
}

.merit-text {
    font-size: 1.4rem;
}

.customer-ex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.customer-2 {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
    background: rgba(0,146,69,0.1);
    margin: 0;
    padding: 10px 20px;
    overflow: hidden;
    flex-basis: 49%;
    max-width: 49%;
}

.customer-3 {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
    background: rgba(0,146,69,0.1);
    margin: 0;
    padding: 10px 20px;
    overflow: hidden;
    flex-basis: 32%;
    max-width: 32%;
}

.customer-step li {
    list-style: none;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.customer-step li:last-child {
    border-bottom: none;
}

.step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.step-content {
    margin: 0;
    padding: 0 0 0 40px;
    flex-basis: 85%;
    max-width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.step-content img {
    border: 2px solid #009245;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 20%;
    display: block;
}

.step-content h4.merit-title {
    width: 80%;
    padding: 40px;
}

.step-content2 {
    margin: 0;
    padding: 0 0 0 40px;
    flex-basis: 85%;
    max-width: 85%;
}

/* privacy */
.privacy-ol li {
    list-style: none;
    margin: 0 0 50px;
}

.privacy-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px;
}

.privacy-number span {
    color: #fff;
    background: #591A86;
    font-size: 1.6rem;
    margin: 0 20px 0 0;
    padding: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.0;
}

.privacy-ol li h2 {
    font-size: 2.4rem;
    color: #591A86;
    line-height: 1.0;
    margin: 0;
}

/* resister */
.resister-text a {
    color: #3A3A3A;
}

.form-box {
    width: 100%;
    background: rgba(225,221,212,0.5);
    margin: 0 auto;
    padding: 25px;
}

.form-box input[type="submit"] {
    background: #F72882;
    cursor : pointer; /* 20230217 ボタンカーソル追加 */
}

.resister-phonecall .tel-link,
.resister-phonecall .tel-link a {
    color: #F72882;
    font-size: 3.6rem;
    text-decoration: none;
    line-height: 1.5;
}

/* mail */
.form-box2 {
    width: 100%;
    background: rgba(225,221,212,0.5);
    margin: 0 auto;
    padding: 25px;
}

.form-box2 input[type="submit"] {
    background: #0071BC;
    cursor : pointer; /* 20230217 ボタンカーソル追加 */
}


/* footer */
.company-disclosure__banner a{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #F2F2F2;
    color: #818181;
    text-decoration: none;
    padding: 15px 0;
}
.voltis {
    width: 100%;
    background: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 1em;
    text-align: center;
    line-height: 1.2;
}

.voltis div {
    width: 80px;
    margin: 0 auto 5px;
}


footer {
    background: #313131;
    color: #fff;
    margin: 120px 0 81px;
}

.footer-menu {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    padding: 2em 1em;
    clear: both;
    line-height: 2.0;
}

.footer-menu li {
    display: inline-block;
    margin: 0 2em 0 0;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: #999;
    transition: all .4s;
}

.footer-about {
    margin: 0;
    padding: 40px 0 0;
}

h6 {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
    line-height: 1.0;
}

h6 span {
    font-size: 1.5rem;
    display: block;
    line-height: 1.0;
    margin: 0 0 7px;
}

.footer-name li {
    font-size: 1.4rem;
}

.footer-name li:first-child {
    font-size: 3.0rem;
    line-height: 1.5;
}

.footer-name li:first-child span {
    font-size: 4.0rem;
}

.footer-name li:last-child {
    padding: 1em 0;
}

.footer-name li:last-child a {
    color: #fff;
    text-decoration: none;
}

.footer-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-photo {
    width: 30%;
    margin: 0;
}

.copyright {
    font-size: 1.2rem;
    padding: 40px 0 40px;
    line-height: 1.0;
    text-align: center;
}

.footer-fix-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #CCCCCC;
    z-index: 9999;
}

.footer-fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    /* flex-wrap: wrap; */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
}

.footer-fix-logo {
    width: 19%;
}

.footer-fix-logo img {
    width: 100%;
}

.footer-fix-open {
    width: 19%;
    text-align: center;
}

.footer-fix-btn {
    width: 39%;
}

.footer-fix-tel {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.footer-fix-tel a {
    color: #fff;
    text-decoration: none;
}
.footer-fix-tel__honsya{
    margin-top:5px;
}


.footer-fix-txt {
    color: #575757;
    font-size: 1.0rem;
}

.footer-navi {
    margin: 0;
    padding: 0;
}

.footer-navi li {
    width: 49%;
    height: 60px;
    margin: 0 2% 0 0;
    float: left;
    font-weight: bold;
    border-radius: 5px;
}
.footer-navi li:first-child {
    background-color: #F82883;
}
.footer-navi li:last-child {
    background-color: #28C8F8;
    margin: 0;
}

.footer-navi li {
    position: relative;
}

.footer-navi li a {
    display: block;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/arrow-wh.png) no-repeat 96% center / auto 10px;
    transition: all .2s;
}

.footer-navi li a:hover {
    background: rgba(255,255,255,0.33) url(../images/arrow-wh.png) no-repeat 97% center / auto 10px;
}

.footer-navi li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 144px;
}

.covid-alert {
    text-align: center;
    margin-top: 40px;
    font-size: 2.4rem;
}

.footer-navi li.with-icon a div {
    margin-left: 20px;
}



.footer-navi li div span {
    font-size: 1.2rem;
    font-weight: normal;
}

/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 15px 15px;
  width: 50px;
  height: 50px;
  background-color: #E50012;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* contact */
.contact_item {
    width: 100%;
    margin: 0;
    padding: 1em 0;
    border-top: 1px dotted #231815;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_title {
    width: 27.3%;
}

.contact_form {
    width: 73.7%;
}

.font-s {
    font-size: 80%;
}

input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="date"] {
    width: 100%;
    border: solid #727171 1px;
    margin: 0;
    padding: 5px;
}

input[type="text"][name="birth-year"] {
    width: 4em;
}

select {
    padding: 5px 0;
}

/* お問い合わせフォーム用submit:共通 背景色ほそれぞれ指定*/
/*20200601 taira add */
.job-search input[type="submit"]
, .job-search input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
/*20200601 taira add */
.job-search input[type="text"]
, .job-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input[type="submit"]
, .job-search input[type="button"] {
    border: none;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 11px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    display: block;
    clear: both;
}

/*20200601 taira input[type="button"]追加 */
.job-search input[type="submit"]
, .job-search input[type="button"] {
    background: #33B4BE;
    display: inline; /*20200601 taira add */
    padding: 7px 0; /*20200601 taira add */
    width: 45px; /*20200601 taira add */
    height: 45px; /*20200601 taira add */
    border-radius: 0; /*20200601 taira add */
    vertical-align:middle; /*20200601 taira add */
}

.wpcf7-list-item {
    display: block !important;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.wpcf7 .wpcf7-spam-blocked {
    color: #FF921E;
    background-color: #F4E6D9;
    border: 1px solid #E2C291;
}
/* recaptcha中央配置 */
.wpcf7-recaptcha{
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    width:164px;
}


/* 画像配置 */
.alignleft {
    display: block;
    margin: 0 auto 0 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    display: block;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        max-width: 900px;
    }
    #header-img,
    .index-img {
        height: 450px;
        background-size: 100% auto;
    }
    .header-text {
        height: auto;
    }
    .catch-copy {
        margin: 60px 0 0; /*190px 0 0;*/ /* 2022/01/28 taira change */
    }
    .main-copy {
        /*font-size: 5.2rem;*/
        font-size: 3.6rem;
    }
    .sub-copy {
        line-height: 1.5;
    }
    .appeal {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .emblem {
        flex-basis: 12%;
        margin: 0 10px;
    }
    .check {
        flex-basis: 50%;
        max-width: 50%;
        padding: 5px 20px;
    }
    .check li {
        font-size: 2.0rem;
    }
    .top-entry {
        width: 80%;
    }
    .reason-box {
        width: 70%;
    }
    .f-container{
        margin-left:40px;
        max-width: 68%;
    }
    .footer-fix-btn{
        width:30%;
    }
    .footer-navi li{
        width:100%;
        margin-bottom:5px;
    }
}

@media screen and (max-width: 768px) {
    .icon-mendan {
        width: 32px;
    }

    .covid-alert {
        font-size: 1rem;
    }

    .covid-alert img {
        width: 50%;
        margin-bottom: 12px;
    }

    .wrapper {
        width: 96%;
    }
    h1 {
        line-height: 1.2;
    }
    .head-navi li a div {
        width: 100px;
    }
    .head-navi li a {
        line-height: 1.2;
    }
    .head-navi li div span {
        display: block;
        line-height: 1.0;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: inline-block;
    }
    #logo {
        width: 200px;
        margin: 0 0 14px;
    }
    .header-line-tel {
        padding: 12px 0 0;
    }
    #header-img,
    .index-img {
        height: 350px;
    }
    .catch-copy {
        margin: 70px 0 0; /*160px 0 0;*/ /* 2022/01/28 taira change */
    }
    .sub-copy {
        font-size: 1.8rem;
    }
    .main-copy {
        /*font-size: 4.2rem;*/
        font-size: 2.8rem;
    }
    .emblem {
        flex-basis: 9%;
    }
    .check {
        flex-basis: auto;
        max-width: 100%;
    }
    .check li {
        font-size: 1.5rem;
        background: url(../images/top/check.png) no-repeat center left / 18px auto;
        line-height: 1.6;
    }
    .list-cate {
        padding: 4px 1em;
    }
    .list-job-name {
        font-size: 1.8rem;
    }
    .list-comment {
        font-size: 1.6rem;
    }
    .reason-box {
        width: 90%;
    }
    .list-info-text {
        flex-basis: 85%;
    }
    .login-form {
        width: 80%;
    }
    .login-advice {
        width: 70%;
    }
    .philosophy-bg {
        background: url(../images/company/philosophy.jpg) no-repeat 0 bottom / contain;
    }
    .philosophy {
        width: 90%;
        float: none;
        margin: 0 auto 600px;
        padding: 0;
    }
    .merit-list {
        width: 100%;
    }
    .sp-none{
        display: none;
    }
    .sp-block{
        display: block;
    }
    ul.announce-medical li{
        width:100%;
    }
    .announce-tel__number{
        text-align: left;
    }
    .announce-tel__number a{
        display: block;
    }
    .society-hoken{
        margin-left: 20px;
    }
    .footer-menu li {
        margin: 0 1em 0 0;
    }
    .footer-about {
        display: block;
    }
    .footer-name {
        margin: 0 0 20px;
    }
    .footer-photo {
        width: 49%;
    }
    .footer-fix-open {
        width: 30%;
    }
    .footer-fix-btn {
        width: 45%;
    }
    .f-container{
        margin-left:10px;
        max-width: 54%;
    }
}


@media screen and (max-width: 640px) {
    body {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .wrapper {
        width: 90%;
    }
    .wrapper2 {
        width: 90%;
    }
    header {
        position: relative;
    }
    h1 {
        display: none;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1.8rem;
    }
    #logo {
        margin: 0 auto;
        padding: 5px 0;
        width: 100px;
        height: 45px;
        text-align: center;
        position: relative;
        z-index: 99999;
    }
    #logo img {
        height: 30px;
    }
    .tel-link a {
        text-decoration: none;
        color: #3A3A3A;
    }
    .header-top {
        -webkit-align-items: center;
        align-items: center;
    }
    .header-left {
        display: flex;
        align-items: center;
    }

    .sp-sub-nav {
        display: flex;
        align-items: center;
        margin-left: 45px;
        z-index: 100;
    }

    .sp-sub-nav-btn.textbtn {
        text-align: center;
        display: inline-block;
        line-height: 1.2;
        font-size: 10px;
        background: #12F24E;
        padding: 4px;
        color: #ffdf;
        text-decoration: none;
        border-radius: 6px;
    }

    a.sp-sub-nav-btn img {
        width: 34px;
        margin-left: 10px;
    }

    .header-right {
        display: none;
    }
    #header-img,
    .index-img {
        height: 300px;
        position: relative;
        z-index: 0;
    }
    .header-text {
        /*height: 200px;
        margin: 30px 0 0;*/
        display: block;
    }
    .catch-copy {
        /*text-align: left;
        margin: 0 0 60px;*/
        margin: 40px 0 0; /*140px 0 0;*/ /* 2022/01/28 taira change */
    }
    .sub-copy {
        /*font-size: .7em;*/
        font-size: 11px;
    }
    .main-copy {
        font-size: 1.4em;
    }
    .emblem {
        flex-basis: 12%;
    }
    .check {
        /*flex-basis: 75%;*/
    }
    .check li {
        font-size: 1.2rem;
        background: url(../images/top/check.png) no-repeat center left / 1.2em auto;
    }
    .top-entry {
        width: 100%;
    }
    .top-btn {
        display: block;
    }
    .top-btn div {
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .top-btn div:first-of-type {
        margin: 0 auto 20px;
    }
    h2.titlebar {
        font-size: 2.1rem;
        margin: 3em 0 0;
    }
    h2.titlebar p {
        font-size: 1.6rem;
    }
    .triangle {
        border-width: 23px 50px 0 50px
    }
    .list-job {
        display: block;
        margin: 0 0 10%;
    }
    .list-job li {
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .link-btn {
        width: 100%;
        line-height: 1.5;
    }
    .link-btn2 {
        width: 100%;
        line-height: 1.5;
    }
    .link-btn3 {
        width: 100%;
        line-height: 1.5;
    }
    .link-btn a {
        padding: 10px 0;
    }
    .reason-3 li {
        margin: 0 0 5em;
    }
    .reason-box {
        width: 100%;
        display: block;
    }
    .reason-title {
        font-size: 2.4rem;
        padding: 0 1.5em;
    }
    .font100 {
        font-size: 5.0rem;
    }
    .reason-number {
        flex-basis: auto;
        font-size: 5.0rem;
        margin: 0 0 20px;
        max-width: 100%;
    }
    .reason-copy {
        font-size: 2.4rem;
        margin: 0 0 1em;
        text-align: center;
    }
    .font40 {
        font-size: 2.4rem;
    }
    .reason-01 {
        font-size: 1.5rem;
    }
    .reason-catch {
        flex-basis: auto;
        max-width: 100%;
    }
    .reason-select {
        display: block;
    }
    .reason-select div {
        max-width: 100%;
    }
    .reason-select div:first-of-type {
        margin: 0 0 1em;
    }
    .list-info-box {
        display: block;
    }
    .list-info-eyecatch {
        max-width: 200px;
    }
    .list-blog {
        display: block;
    }
    .list-blog li {
        width: 100%;
    }
    .login-title {
        font-size: 20px;
        padding: 0 2em;
        line-height: 40px;
    }
    .header-title {
        font-size: 2.1rem;
        text-shadow: 1px 1px 2px #666;
    }
    .breadcrumb {
        padding: 15px 0 40px;
    }
    .job-search {
        width: 100%;
        padding: 20px 10px;
    }
    .job-search p {
        font-size: 2.0rem;
    }
    /* 20200601 tara add */
    .job-search p.pref {
        font-size: 2.0rem;
    }
    .job-keyword {
        /* width: 90% !important; */ /* 20020601 taira commentout */
        width: 80% !important; /* 20020601 taira add */
        /* margin: 10px auto 15px !important; */ /* 20020601 taira commentout */
        /* font-size: 1.0rem; */ /* 20020601 taira commentout */
    }

    /* 20200601 taira add */
    .job-search p{
        padding-top: 1rem;
    }
    /* 20200601 tara add */
    .job-search-group{
        margin-bottom: 5px;
    }

    input[type="submit"] {
        font-size: 1.5rem;
    }
    .job-search input[type="submit"] {
        font-size: 1.8rem;
    }
    .job-number {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -30px;
    }
    .job-number-number {
        font-size: 1.2rem;
    }
    .job-single {
        padding: 25px;
        z-index: -1;
    }
    .list-cate {
        width: auto;
        padding: 2px 1em;
        float: none;
        clear: none;
        display: inline-block;
    }
    .job-icon {
        margin: 20px 0;
    }
    .job-icon li {
        font-size: 1.2rem;
        background-size: 16px 16px;
        padding: 8px 8px 8px 26px;
    }
    .slick-slider{
        touch-action: pan-y;
    }
    .list-pickup dt {
        float: none;
        clear: both;
        width: 100%;
        font-weight: bold;
    }
    .list-pickup dd {
        float: none;
        width: 100%;
        line-height: 1.5;
        margin: 0 0 1em;
    }
    .b-prev {
        left: 0px;
    }
    .b-next {
        right: 0px;
    }
    .list-link-btn a {
        font-size: 1.5rem;
    }
    .cate-sd-info {
        display: block;
    }
    .cate-sd-info li {
        width: 100%;
        margin: 0 0 20px;
    }
    .login-title-bg {
        width: 100%;
    }
    .login-box {
        width: 100%;
        padding: 25px;
    }
    .phonecall-only {
        display: inline-block;
    }
    .recomended-title-img {
        width: 50%;
    }
    .recomended-title {
        font-size: 2.0rem;
    }
    .title-o {
        font-size: 2.4rem;
    }
    .font100 {
        font-size: 2.4rem;
    }
    .link-btn2 a span {
        font-size: 2.4rem;
    }
    .system-p h2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .system-kind-box {
        display: block;
    }
    .system-kind {
        margin: 0 0 20px;
        max-width: 100%;
    }
    .system-type-box {
        display: block;
    }
    .system-type {
        margin: 0 0 20px;
        max-width: 100%;
    }
    ul.system-check li {
        margin: 0 0 1em 20px;
    }
    .announce-bg-red {
        font-size: 1.4rem;
        display: inline-block;
    }
    .announce-postscript {
        font-size: 1.1rem;
    }
    ol.announce-list li {
        margin: 0 0 1em 0;
        padding: 5px 0 5px 40px;
        line-height: 1.5;
    }
    ol.announce-list li:first-child {
        background-size: auto 32px;
    }
    ol.announce-list li:last-child {
        background-size: auto 32px;
    }
    .announce-tel {
        display: block;
    }
    .announce-sd {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 10px;
    }
    .announce-haken {
        flex-basis: 100%;
        max-width: 100%;
    }
    .philosophy {
        margin: 0 auto 450px;
    }
    .company-list {
        width: 100%;
    }
    .company-list td {
        display: block;
        width: 100%;
        line-height: 1.75;
    }
    .company-list td:first-child {
        text-align: left;
        padding: 0;
        width: 100%;
    }
    .company-list td:last-child {
        padding: 0 0 20px 0;
    }
    .merit-list {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .merit-123 {
        margin: 0 0 20px;
    }
    .merit-merit {
        padding: 0 .5em 0 0;
    }
    .merit-number {
        font-size: 5.0rem;
    }
    .merit-content {
        padding: 20px 0 0;
        border-top: 1px solid #009245;
        border-left: none;
        flex-basis: 100%;
        max-width: 100%;
    }
    .merit-title {
        font-size: 1.6rem;
    }
    .customer-ex {
        display: block;
        width: 100%;
    }
    .customer-3 {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    h5 span {
        width: 60%;
    }
    .step-list {
        display: block;
        width: 100%;
    }
    .step-content {
        padding: 0;
        flex-basis: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .step-content img {
        width: 30%;
    }
    .step-content h4.merit-title {
        width: auto;
        padding: 20px;
    }
    .step-content2 {
        padding: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
    .customer-ex {
        display: block;
        width: 100%;
    }
    .customer-2 {
        margin: 0 0 20px;
        flex-basis: 100%;
        max-width: 100%;
    }
    .resister-phonecall .tell-link a {
        font-size: 2.1rem;
    }
    .download {
        width: 100%;
    }
    .download .filename {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .download .filelink {
        float: none;
        padding: 10px;
        text-align: center;
    }

    footer {
        margin: 120px 0 110px;
    }
    .voltis {
        font-size: 1.1rem;
    }
    .footer-name li {
        line-height: 1.6;
    }
    .footer-name li:first-child {
        line-height: 1.6;
    }
    .footer-name li:first-child a {
        color: #fff;
        text-decoration: none;
    }
    .footer-name li:first-child {
        font-size: 2.4rem;
    }
    .footer-name li:first-child span {
        font-size: 3.2rem;
    }
    .footer-photo {
        width: 100%;
    }
    .footer-fix {
        display: block;
        overflow: hidden;
    }
    .footer-fix-logo {
        width: 30%;
        margin: 0 3% 0 0;
        display: none;
    }
    .footer-fix-tel {
        font-size: 2rem;
    }
    .footer-fix-tel__honsya{
        margin-top:0;
    }
    .footer-fix-open {
        width: 50%;
        text-align: left;
        float: left;
        margin: 0px 0 10px 0;
    }
    .footer-fix-btn {
        width: 100%;
        margin-top: 5px;
    }
    .footer-navi li {
        font-size: 1.2rem;
        line-height: 1.05;
        height: 40px;
    }
    .footer-navi li div span {
        font-size: 1.0rem;
    }
    #pageTop {
        bottom: 140px;
    }
    #pageTop a {
        padding: 15px;
    }
    .f-container{
        margin-left:15px;
        max-width: 69%;
    }
}


@media screen and (max-width: 480px) {
    #header-img {
        height: 222px;
        background-size: cover;
    }
    .index-img {
        height: 222px;
        background-size: cover;
        background-color: #FAFCFD;
    }
    .header-text {
        /*height: 180px;
        margin: 20px 0 0;*/
        margin: 0;
    }
    .catch-copy {
        /*margin: 0;*/
        margin: 10px 0 10px; /* 10px 0 70px; */ /* 2022/01/28 taira change */
    }
    .sub-copy {
        font-size: 1.0rem;
    }
    .appeal {
        margin: 0 0 10px;
    }
    .emblem {
        flex-basis: 15%;
    }
    .main-copy {
        /*font-size: 1.2em;*/
        font-size: 1.3rem;
    }
    .font100 {
        font-size: 3.0rem;
    }
    .login-advice {
        width: 100%;
    }
    .philosophy {
        margin: 0 auto 380px;
    }
    .f-container{
        margin-left:10px;
        max-width: 77%;
    }
}

@media screen and (max-width: 375px) {
    #header-img,
    .index-img {
        height: 148px;
    }
    .catch-copy {
        margin: 5px 0 5px; /* 5px 0 45px;*/ /* 2022/01/28 taira change */
    }
    .appeal {
        margin: 0 0 5px;
    }
    .emblem {
        flex-basis: 14%;
    }
    .check li {
        font-size: 1.0rem;
        line-height: 1.2;
    }
    .philosophy {
        margin: 0 auto 300px;
    }
    .footer-fix-txt {
        line-height: 1.1;
    }
    .f-container{
        margin-left:10px;
        max-width: 73%;
    }
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 20210208 add  */
.list-job-img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.list-job-img-detail-box {
    width: 100%;
    text-align: center;
}
.list-job-img-detail {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 3rem;
}

.genre-area {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 45rem;
    max-width: 80%;
    margin: 1rem auto 3rem auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.genre-area label {
    min-width: 33.33%;
    text-align:left;
    display: inline-block;
}
@media screen and (max-width: 690px) {
    .genre-area label {
        min-width: 50%;
    }
}
/* .genre-area > div {
    min-width: 33.33%;
    text-align:left;
    display: block;
}
@media screen and (max-width: 690px) {
    .genre-area > div {
        min-width: 50%;
    }
} */

.genre-area label input[type="checkbox" i] {
    margin-right: 0.5rem !important;
}
.job-search .list-link-btn {
    margin: 2rem auto;
}

/* 20211121 add */
.logo-hap-rect {
    display: block;
}
.logo-hap-rect img {
    width: 402px;
    max-width: 100%;
}

.logo-hap-topimg {
    width: 571px;
    max-width: 100%;
    margin: -7rem auto 0 auto;
}

.hap-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6rem;
    margin-left: 0;
    margin-right: auto;
}
.hap-flex > .cert-img {
    width: 357px;
    margin-left: 4rem;
    margin-top: 0;
    text-align: right;
}
.hap-flex > .cert-img > img {
    min-width: 317px;
    height: auto;
}
@media screen and (max-width: 710px) {
    .hap-flex {
        display: block;
        margin-top: 4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .hap-flex > .cert-img {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    .hap-flex > .cert-img > img {
        width: 317px;
        max-width: 100%;
        min-width: 0;
        height: auto;
    }
}

.area-hap-list {
    width: 100%;
    background: #E8E8E8;
    padding: 4rem 5rem;
    margin: 5rem auto;
}
@media screen and (max-width: 710px) {
    .area-hap-list {
        padding: 4rem 2.5rem 4rem 4rem
    }
}

.area-hap-list ul, .area-hap-list ul li {
    list-style-type: disc;
}
.area-hap-list ul li {
    padding: 7px 0;
}
.area-hap-list ul li:first-of-type {
    padding-top: 3rem;
}

.area-hap-rect {
    width: 63rem;
    max-width: 100%;
    padding: 2rem 4rem;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 5px 5px #aaa);

    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    margin: 0 auto 0 0;
}
.area-hap-rect img {
    width: 13.6rem;
    max-width: 25%;
}
.area-hap-rect p {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .area-hap-rect{
        display: block;
        padding: 2rem;
        text-align: center;
        margin: 0 auto 0 auto;
    }
    .area-hap-rect img {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}

/* 20211125 add */
footer .wrapper {
    max-width: 1200px;
}
.footer-photo-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    /* max-width: 360px; */
    width: 100%;
    justify-content: space-around;
}
.footer-photo-flex a {
    width: calc(50% - 5px);
    margin: 5px;
}
@media screen and (max-width: 768px) {
    .footer-photo-flex a {
        width: 100%;
    }
}

.footer-photo-flex a img {
    /* max-width: 180px; */
    width: 100%;
}
.footer-photo {
    width: calc(100% - 550px);
    margin: 0;
}
@media screen and (max-width: 890px) {
    .footer-photo {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 768px) {
    .footer-photo {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 640px) {
    .footer-photo {
        width: 100%;
    }
    .footer-navi li{
        width:49%;
    }
}

/* 20230627追記 */

.job__common{
    background-color: #fff;
    padding:1.6rem;
}
.job__common li{
    list-style-type:none;
}

.d-flex{
    display: flex;
}
.honsya{
    border-right:1px solid #E2E2E2;
    padding-right: 10px;
    margin-right: 10px;
}
.tel-area{
    color:#E20920;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}
.tel-area::before{
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-image: url("../images/top/icon__tel.png");
    position: relative;
    width: 18px;
    height: 18px;
    bottom: 0px;
    right: 3px;
}
.tel-area__small{
    font-size:10px;
}
.tel-area__footer{
    font-size:18px;
    line-height: 1;
}
/* .tel-area__footer__osigoto{
    line-height: 1;
} */
.header-sns{
    position: relative;
    top:20px;
}
.header-sns::before{
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-image: url("../images/top/text__follow-us.png");
    position: absolute;
    width: 80px;
    height: 17px;
    bottom: 30px;
    left:13px;
}
.header-sns img{
    width:24px;
    height: 24px;
    margin:0 5px;
}
.banner__insta{
    max-width: 440px;
    margin:0 auto;
    padding:0 15px;
    margin-bottom:30px;
}
.banner__insta img{
    width:100%;
}
.link-btn__pickup{
    margin-top:20px;
}
.link-btn__pickup a{
    color:#33B4BE;
    background: url(../images/arrow-gr.png) no-repeat 96% center / 10px 20px;
}

.bg-pickup {
    background: white;
    border:2px solid #33B4BE;
}
.bg-pickup a:hover{
    color:white;
    background: #33B4BE url(../images/arrow-wh.png) no-repeat 97% center / 10px 20px;
}

.reco-job{
    width:auto;
    position: relative;
    margin-left: -16px;
    margin-right:-16px;
}


@media screen and (max-width: 1200px) {
    .header-tel .tel-link{
        font-size:2.2rem;
        text-align: left;
    }
    .tel-area{
        font-size: 1.4rem;
        line-height: 1;
    }
    .tel-flex{
        display: block;
    }
    .honsya {
        padding-right: 3%;
        margin-right: 3%;
    }
    .footer-fix-tel {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px) {
    .header-sns{
        margin:0 0 30px 10px;
        position: relative;
        z-index: 9;
    }
    .header-sns::before{
        width: 60px;
        height: 11px;
        bottom: 30px;
        left:13px;
    }
    .header-sns img{
        width:18px;
        height: 18px;
        margin:0 5px;
    }
}
.index-img{
    display: block;
}
