@charset "utf-8";
  #recruit {
padding:0 0 50px;
background: #f6f5eb;
min-width: 1000px;
position: relative;
color: #6a6a6a;
}
#recruit.home { overflow: hidden;
}
#recruit .headerBg{
width: 100%;
height: 125px;
background:rgba(255,255,255,0.7);
position: fixed;
top:0;
left: 0;
z-index: 10;
}
#recruit h2.title {
padding: 60px 0;
text-align: center;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 300%;
color: #6a6a6a;
}
#recruit section{
padding:0 0 80px;
margin-bottom: 0;
}
#recruit section:last-child{
margin-bottom: 0;
}
#recruit #entryBtn {
width: 220px;
position: fixed;
top:125px;
right: 0;
z-index: 3;
}
#recruit.home #entryBtn {
position: absolute;
top:1000px;
}
#recruit #entryBtn.fixed{
position: fixed;
top:1000px;
}
#recruit #entryBtn a{
display: block;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #FFF;
line-height: 75px;
font-size: 187.5%;
padding-left: 1.5em;
background: url(//breakfield.co.jp/images/recruit/arr_01.png) no-repeat center right 10px #dc3a68;
} #recMainVisual {
min-width: 1000px;
position: relative;
overflow: hidden;
margin-bottom: 100px;
background: #e8e5d9;
height: calc(100vh - 125px);
}
#mainVisualInner {
width: 100%;
display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
-webkit-flex-wrap:nowrap;
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
align-items:flex-start;
-webkit-box-align:flex-start;
-webkit-align-items:flex-start;
}
#recMainVisual #slider{
margin:0 auto;
padding:0;
width:82%;
min-width: 820px;
height:auto;
position: relative;
overflow: hidden;
} #slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 80px;
}
#slider .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
background: none;
opacity: 1;
border-radius: 50%;
border: 3px solid #FFF;
}
#slider .swiper-pagination-bullet-active {
opacity: 1;
background: #FFF;
}
#slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url(//breakfield.co.jp/images/next.png);
}
#slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url(//breakfield.co.jp/images/prev.png);
} #mainVisualInner #recNav {
width: 18%;
min-width: 180px;
}
#recruit.home > #recNav{ display: none !important;}
#recNav {
display: table;
width: 100%;
background: #e8e5d9;
height: 75px;
min-width: 1000px;
box-sizing: border-box;
}
#recNav h2{
display:table-cell;
vertical-align: middle;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 150%;
color: #5b99d1;
padding-left: 1em;
}
#recNav ul{
display:table-cell;
vertical-align: middle;
}
#recNav ul li{
display:table-cell;
text-align: left;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #6a6a6a;
padding-right: 3em;
}
#recNav li:before {
content: "\f105";
font-family: FontAwesome;
margin-right: 1em;
}
#recNav li a{
color: #6a6a6a;
}
#recNav ul li.active a,
#recNav li.active:before{
color: #5b99d1;
} #recMainVisual #recNav {
padding: 150px 0 80px;
box-sizing: border-box;
text-align: center;
height: auto;
}
#recMainVisual #recNav h2{
display: block;
margin-bottom: 20px;
padding: 0;
}
#recMainVisual #recNav ul{
display: block;
width: 130px;
margin: 0 auto;
}
#recMainVisual #recNav li{
display: block;
padding: 5px 0;
margin-bottom: 10px;
} #recMainVisual #recNews{
width: 100%;
background: rgba(255,255,255,0.6);
display: table;
position: absolute;
bottom:0;
z-index: 2;
height: 80px;
}
#recMainVisual #recNews dt{
display: table-cell;
vertical-align: middle;
width: 18%;
min-width: 180px;
background: #5b99d1;
text-align: center;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #FFF;
}
#recMainVisual #recNews dd{
display: table-cell;
vertical-align: middle;
padding: 0 1em;
font-size: 87.5%;
}
#recMainVisual #recNews .date{
display: inline-block;
color: #000;
width: 7em;
}
#recMainVisual #recNews .txt{
display: inline-block;
color: #000;
text-decoration: underline;
}
@media screen and (min-width: 1040px) {
#recMainVisual #recNews dd {
text-align: center;
}
} #recruit section.topBan li{
position: relative;
overflow: hidden;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#recruit section.topBan li .grayTxt{
position: absolute;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 437%;
line-height: 1em;
top:-10px;
left: -5px;
color: #999;
z-index: 1;
}
#recruit section.topBan li a{
display: block;
padding: 90px 0;
font-size: 187.5%;
text-align: center;
background: rgba(255,255,255,0.8);
color: #3e3e3e;
position: relative;
z-index: 1;
}
#recruit section.topBan li:after{
content:"";
display: block;
height: 10px;
background: #b2ddff;
bottom:0;
z-index: 2;
}
#recruit section.topBan li:nth-child(2):after{ background-color: #cbe989;}
#recruit section.topBan li:nth-child(3):after{ background-color: #fff390;} #recruit section.intv {
padding-top: 80px;
background: #FFF;
}
#recruit section.topBan li:nth-child(2):after {
background-color: #cbe989;
}
#recruit section.topBan li:nth-child(3):after {
background-color: #fff390;
} #recruit section.intv {
padding-top: 80px;
background: #FFF;
}
#recruit .peopleList {
margin-bottom: 40px;
overflow: hidden;
}
#recruit .peopleList li.person{
position: relative;
overflow: hidden;
}
#recruit .peopleList li.person .listInner{}
#recruit .peopleList li.person .listInner .photo{}
#recruit .peopleList li.person .listInner .year{
display: inline-block;
padding: 2px 10px;
font-size: 75%;
color: #FFF;
background: #a0a0a0;
position: absolute;
top:10px;
left: 0;
}
#recruit .peopleList li.person .listInner .job{
width: 100%;
padding: 10px 0;
font-size: 87.5%;
text-align: center;
color: #FFF;
background: rgba(244,178,21,0.8);
position: absolute;
bottom:0px;
}
#recruit .peopleList li.person .listHover {
background: rgba(244,178,21,0.8);
position: absolute;
width: 100%;
height: 100%;
top:-100%;
transition: top 0.2s ease-in-out;
}
#recruit .peopleList li.person:hover .listHover {
top:0;
transition: top 0.2s ease-in-out;
}
#recruit .peopleList li.person .listHover a{
display: block;
height: 100%;
}
#recruit .peopleList li.person .listHover .copy{
width: 100%;
text-align: center;
color: #FFF;
font-size: 112.5%;
line-height: 1.8em;
font-weight: 500;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: 0;
}
#recruit .peopleList li.person:hover .listHover .copy{
opacity: 1;
top:40%;
transition: all 0.2s ease-in-out;
transition-duration:0.5s;
}
#recruit .peopleList li.person .listHover .btn{
display: block;
box-sizing: border-box;
width: 80%;
text-align: center;
margin: 0 auto;
padding: 10px 0;
color: #FFF;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
font-size: 150%;
border: 3px solid #FFF;
position: absolute;
bottom:15px;
left: 10%;
opacity: 0;
}
#recruit .peopleList li.person:hover .listHover .btn{
opacity: 1;
bottom:35px;
transition: all 0.2s ease-in-out;
transition-duration:0.6s;
}
#recruit .intv .intvBtn {
width: 570px;
margin: 0 auto;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#recruit .intv .intvBtn a{
display: block;
padding: 30px 0;
text-align: center;
font-size: 150%;
color: #6a6a6a;
background: url(//breakfield.co.jp/images/recruit/arr_02.png) no-repeat center right 50px;
border-bottom: 10px solid #5b99d1;
}
#recruit .peopleList li.jobtype_02 .listInner .job,
#recruit .peopleList li.jobtype_02 .listHover {background: rgba(100,167,46,0.8);}
#recruit .peopleList li.jobtype_03 .listInner .job,
#recruit .peopleList li.jobtype_03 .listHover {background: rgba(216,56,86,0.8);}
#recruit .intv .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url(//breakfield.co.jp/images/recruit/next_b.png);
}
#recruit .intv .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url(//breakfield.co.jp/images/recruit/prev_b.png);
} #recruit section.middBan {
padding-top: 80px;
}
#recruit section.middBan .middBanWrap {
max-width: 1000px;
margin: 0 auto;
}
#recruit section.middBan li{
position: relative;
}
#recruit section.middBan li .txt{
position: absolute;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 300%;
line-height: 1em;
color: #FFF;
z-index: 2;
top:50%;
left: 0.5em;
transform: translateY(-50%);
}
#recruit section.middBan li a{
display: block;
} #recruit section.access {}
#recruit section.access dl{
display: table;
width: 100%;
margin: 0 auto;
}
#recruit section.access dl dt{
display: table-cell;
vertical-align: middle;
width: 56%;
min-width: 560px;
}
#recruit section.access dl dt iframe{
width: 100% !important;
}
#recruit section.access dl dd{
display: table-cell;
vertical-align: middle;
padding-left: 30px;
}
#recruit section.access dl dd h2{
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 375%;
line-height: 1em;
margin-bottom: 30px;
color: #5b99d1;
}
#recruit section.access dl dd .listMark {
margin-bottom: 30px;
}
#recruit section.access dl dd .listMark li{
font-size: 87.5%;
}
#recruit section.access dl dd .listMark li:before{
content: "\f238";
font-family: FontAwesome;
color: #5b99d1;
margin-right: 0.3em;
}
#recruit section.access dl dd .address {
padding: 15px 10%;
background: #FFF;
border-bottom: 10px solid #5b99d1;
} #recruit #entry ul.cateNav li {
padding: 15px 30px;
}
#recruit #entry ul.cateNav li.active{
color: #00305b;
}
#recruit #entry dl.item{
display: table;
width: 100%;
max-width: 1000px;
margin: 0 auto;
border-bottom: 3px solid #f6f5eb;
background: #FFF;
}
#recruit #entry dl.item dt{
display: table-cell;
padding: 30px 20px;
width: 20%;
text-align: center;
}
#recruit #entry dl.item dd{
display: table-cell;
padding: 30px 20px;
border-left: 3px solid #f6f5eb;
}
#recruit #entry dl.item dd p{
margin-bottom: 1em;
}
#recruit #entry .entryInfo {
width: 100%;
display: table;
}
#recruit #entry .entryInfo li{
display: table-cell;
vertical-align: top;
background: #FFF;
}
#recruit #entry .entryInfo li:last-child{
border-left: 3px solid #f6f5eb;
}
#recruit #entry .entryInfo li h3{
padding: 30px;
font-size: 112%;
color: #0068b7;
margin-bottom: 15px;
border-bottom: 3px solid #f6f5eb;
}
#recruit #entry .entryInfo li p{
padding: 30px;
}
#recruit #entry .offer {
padding: 40px 0;
background:
url(//breakfield.co.jp/images/bg_dot.png) repeat center center,
url(//breakfield.co.jp/images/bg_dot.png) repeat center center #9eb9d7;
background-size: auto auto , auto auto ;
}
#recruit #entry .offer h3{
text-align: center;
font-size: 150%;
color: #FFF;
margin-bottom: 15px;
}
#recruit #entry .offer p{
width: 433px;
margin: 0 auto;
} #recruit #intervew {
padding-top: 30px;
background: #FFF;
}
#recruit #intervew .peopleList
#recruit #intervew .peopleList li.person{
width: 23%;
margin-right: 2%;
margin-bottom: 3em;
}
#recruit #intervew article {
max-width: 1000px;
margin: 0 auto;
}
#recruit #intervew article .entryHrader dl{
padding: 95px 0;
display: table;
}
#recruit #intervew article .entryHrader dl dt{
display: table-cell;
vertical-align: bottom;
position: relative;
width: 28%;
}
#recruit #intervew article .entryHrader dl dt .photo{
position: relative;
}
#recruit #intervew article .entryHrader dl dt .bg {
position: absolute;
width: 100%;
height: 100%;
right: -1em;
bottom:-1em;
}
#recruit #intervew article .entryHrader dl dt.jobtype_01 .bg{background: rgba(244,178,21,1);}
#recruit #intervew article .entryHrader dl dt.jobtype_02 .bg{background: rgba(100,167,46,1);}
#recruit #intervew article .entryHrader dl dt.jobtype_03 .bg{background: rgba(216,56,86,1);}
#recruit #intervew article .entryHrader dl dd{
width: 70%;
display: table-cell;
vertical-align: bottom;
position: relative;
padding-left: 5%;
box-sizing: border-box;
}
#recruit #intervew article .entryHrader dl dd .copy {
width: 100%;
text-align: center;
font-size: 187.5%;
line-height: 1.4em;
font-weight: 500;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
#recruit #intervew article .entryHrader dl dd .year{
display: inline-block;
padding: 2px 10px;
font-size: 75%;
color: #FFF;
background: #a0a0a0;
}
#recruit #intervew article .entryHrader dl dd .job {
font-size: 112.5%;
}
#recruit #intervew article .entryBody {
margin-bottom: 80px;
}
#recruit #intervew article .entryBody section{
clear: both;
padding: 40px 0;
margin-bottom: 0;
}
#recruit #intervew article .entryBody .imgRight,
#recruit #intervew article .entryBody .imgLeft{
width: 38%;
}
#recruit #intervew article .entryBody section h3 {
font-size: 150%;
line-height: 1.4em;
color: #5b99d1;
margin-bottom: 1em;
} #recruit #faq {
padding-top: 40px;
}
#recruit #faq .qaList li.qaItem{
padding: 70px 2% 20px;
background: #FFF;
position: relative;
margin-bottom: 4em;
}
#recruit #faq .qaList li.qaItem .maru {
width: 80px;
height: 80px;
background: #eb9090;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 225%;
color: #FFF;
line-height: 80px;
text-align: center;
border-radius: 50%;
position: absolute;
top:-40px;
left: 50%;
transform: translateX(-50%);
}
#recruit #faq .qaList li.qaItem dl dt {
font-size: 125%;
line-height: 1.1em;
color: #6a6a6a;
height: 4.0em;
margin-bottom: 0.8em;
position: relative;
}
#recruit #faq .qaList li.qaItem dl dt:after{
content: "";
display: block;
width: 20%;
height: 4px;
background: #d83856;
position: absolute;
left: 40%;
bottom:0;
}
#recruit #faq .qaList li.qaItem dl dd {
color: #000;
}
#recruit #faq .qaList li.qaItem dl dd a{
text-decoration: underline;
} #recruit #culture {
padding-top: 40px;
}
#recruit #culture .cltList li.cltItem{
padding: 0;
background: #FFF;
position: relative;
margin-bottom: 4em;
text-align: center;
}
#recruit #culture .cltList li.cltItem .maru,
#recruit #culture article .maru{
width: 80px;
height: 80px;
padding-top: 10px;
box-sizing: border-box;
background: #9ece34;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #FFF;
text-align: center;
border-radius: 50%;
position: absolute;
top:-40px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
#recruit #culture .cltList li.cltItem .maru .mi,
#recruit #culture article .maru .mi{
display: block;
font-size: 75%;
}
#recruit #culture .cltList li.cltItem .maru .num,
#recruit #culture article .maru .num{
display: block;
font-size: 225%;
}
#recruit #culture .cltList li.cltItem dl {
position: relative;
}
#recruit #culture .cltList li.cltItem dl dt {
width: 100%;
height:0;
background: #c6e67e;
position: absolute;
top:0;
left: 0;
z-index: 1;
transition: all 0.2s ease-in-out;
}
#recruit #culture .cltList li.cltItem dl dd.body {
padding: 20px 0 30px;
position: relative;
z-index: 1;
}
#recruit #culture .cltList li.cltItem dl dd .photo {
margin-bottom: 1em;
}
#recruit #culture .cltList li.cltItem dl dd .tag{
display: inline-block;
padding: 2px 20px;
color: #9ece34;
font-size: 87.5%;
border: 1px solid #9ece34;
margin-bottom: 1em;
}
#recruit #culture .cltList li.cltItem dl dd h3{
font-size: 112.5%;
color: #6a6a6a;
}
#recruit #culture .cltList li.cltItem a:hover dl dt {
height: 100%;
transition: all 0.2s ease-in-out;
}
#recruit #culture .cltList li.cltItem a:hover dl dd .tag{
color: #FFF;
border-color: #FFF;
transition: all 0.2s ease-in-out;
}
#recruit #culture article {
max-width: 750px;
margin: 0 auto 100px;
position: relative;
}
#recruit #culture article .tag{
display: inline-block;
padding: 2px 50px;
background: #9ece34;
color: #FFF;
font-size: 87.5%;
position: absolute;
top:20px;
left: -20px;
}
#recruit #culture article .photo,
#recruit #culture article .text_02{
margin-bottom: 2em;
}
#recruit #culture article h2{
font-size: 150%;
text-align: center;
margin-bottom: 2em;
}
#recruit #culture article h3{
color: #9ece34;
font-size: 120%;
margin-bottom: 0.5em;
} #recruit #culture .linkBtn {
text-align: center;
width: 200px;
margin: 0 auto;
}
#recruit #culture .linkBtn a {
display: block;
padding: 10px 0;
color: #9ece34;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
font-size: 150%;
border: 3px solid #9ece34;
background:rgba(255,255,255,0.6);
} #recruit #message .msgWrap_01{
position: relative;
}
#recruit #message .msgWrap_01 .photo{
position: relative;
}
#recruit #message .msgWrap_01 .cover{
width: 100%;
height: 100%;
background: #f6f5eb;
position:absolute;
top:0;
left: 0;
z-index: 0;
opacity: 1;
}
#recruit #message .msgWrap_01 .cover.on{
left: -100%;
transition: all 0.2s ease-in-out;
}
#recruit #message .msgWrap_01 h3.subtitle{
font-size: 187.5%;
color: #000;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height:1.5em;
font-weight:bold;
margin-bottom: 1em;
position: absolute;
top:15%;
left:5%;
}
#recruit #message .msgWrap_01 .info{
width: calc(((100% - 1000px) / 2) + 500px);
background: #8bbee3;
position: absolute;
top:55%;
left:0;
padding: 40px 0 40px 5%;
box-sizing: border-box;
font-weight: 500;
color: #404040;
}
#recruit #message .msgWrap_01 .info .post {
font-size: 112.5%;
}
#recruit #message .msgWrap_01 .info .name {
font-size: 225%;
line-height: 1.4em;
}
#recruit #message .msgWrap_01 .info .en {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 150%;
color: #FFF;
}
#recruit #message p.text_01{
margin-bottom: 1em;
}
#recruit #message .msgWrap_02 {
padding-bottom: 0;
}
#recruit #message .msgInner{
max-width: 1000px;
margin: 0 auto;
}
#recruit #message .msgWrap_03 {
background: #FFF;
padding: 0;
position: relative;
}
#recruit #message .msgWrap_03 dl{
display: -webkit-flex;
display: flex;
flex-wrap:wrap;
-webkit-flex-wrap:wrap;
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
align-items:stretch;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
}
#recruit #message .msgWrap_03 dl dt{
width: 50%;
position: relative;
}
#recruit #message .msgWrap_03 dl dt img{
position: absolute;
bottom: 0;
max-width: 550px;
}
#recruit #message .msgWrap_03 dl dd{
width: 50%;
padding: 120px 0;
}
#recruit #message .msgWrap_03 dl dd .sign {
text-align: right;
}
#recruit #message .msgWrap_03 dl dd .sign img{
width: 30%;
}
#recruit #message .msgWrap_03 .mask{
width: 100%;
height: 100px;
position: absolute;
margin: 0;
}
#recruit #message .msgWrap_03 .mask img {
height: 100%;
}
#recruit #message .msgWrap_03 .mask_top{
top:0;
}
#recruit #message .msgWrap_03 .mask_btm{
bottom:0;
z-index: 2;
} #recruit #data {
text-align: center;
}
#recruit #data .num {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
line-height: 1.0em;
color: #6a6a6a;
}
#recruit #data h2.tit{
padding-bottom: 1em;
margin-bottom: 1em;
text-align: center;
font-size: 187.5%;
line-height: 1.3em;
position: relative;
}
#recruit #data h2.tit:after{
content: "";
display: block;
width: 60px;
height: 4px;
background: #f4b215;
position: absolute;
left: 50%;
bottom:0;
transform: translateX(-50%);
}
#recruit #data .ageRatio {}
#recruit #data .ageWrap {
width:900px;
margin: 0 auto;
position: relative;
}
#recruit #data .ageRatio ul.agelist{
margin: 0 auto 30px;
}
#recruit #data .ageRatio ul.agelist li{}
#recruit #data .ageRatio .num{
font-size: 375%;
color: rgba(0,0,0,0.5);
position: absolute;
z-index: 1;
opacity: 0;
}
#recruit #data .ageRatio .num.red{
top:60px;
left:30%;
transform: translateX(-50%);
}
#recruit #data .ageRatio .num.green{
top:150px;
left:50%;
transform: translateX(-50%);
}
#recruit #data .ageRatio .num.yellow{
top:200px;
right: 330px;
}
#recruit #data .ageRatio .num.orange{
top:200px;
right: 100px;
}
#recruit #data .ageRatio .num.red.on{
opacity: 1;
transition: all 0.5s ease-in-out;
transition-delay: 1s;
}
#recruit #data .ageRatio .num.green.on{
opacity: 1;
transition: all 0.5s ease-in-out;
transition-delay: 2s;
}
#recruit #data .ageRatio .num.yellow.on{
opacity: 1;
transition: all 0.5s ease-in-out;
transition-delay: 3s;
}
#recruit #data .ageRatio .num.orange.on{
opacity: 1;
transition: all 0.5s ease-in-out;
transition-delay: 3s;
}
#recruit #data .ageRatio .ageType{
text-align: left;
}
#recruit #data .ageRatio .ageType span {
display: inline-block;
margin-right: 1em;
}
#recruit #data .ageRatio .ageType .red{ color:#d83856;}
#recruit #data .ageRatio .ageType .green{ color:#5ea57e;}
#recruit #data .ageRatio .ageType .yellow{ color:#f4b215;}
#recruit #data .ageRatio .ageType .orange{ color:#ffa500;}
#recruit #data .genderRatio {
padding: 80px 0;
background: #FFF;
}
#recruit #data .genderRatio .genderWrap{
position: relative;
width: 400px;
margin: 0 auto;
}
#recruit #data .genderRatio .genderWrap .off{
display: block;
width: 100%;
height: 100%;
background: url(//breakfield.co.jp/images/recruit/gender_02.png) no-repeat top center;
background-size: 100% auto;
position: absolute;
z-index: 1;
top:0;
left: 0;
opacity: 1;
}
#recruit #data .genderRatio .genderWrap .off.on{
height: 0%;
transition: all 0.8s ease-in-out;
}
#recruit #data .genderRatio .genderWrap .num{
margin-top: 20px;
font-size: 375%;
}
#recruit #data .genderRatio .genderWrap .num li {
width: 40%;
}
#recruit #data .jobRatio{
padding: 80px 0;
}
#recruit #data .jobRatio .jobWrap{
width: 660px;
margin: 0 auto;
}
#recruit #data .jobRatio .jobWrap .pic{margin-bottom: 10px;}
#recruit #data .jobRatio .jobWrap .txt{font-size: 87.5%;}
#recruit #data .jobRatio .jobWrap .num{font-size: 300%;}
#recruit #data .jobRatio .jobWrap li:nth-child(2) {animation-delay: 0.4s;}
#recruit #data .jobRatio .jobWrap li:nth-child(2) .txt{font-size: 112.5%;}
#recruit #data .jobRatio .jobWrap li:nth-child(2) .num{font-size: 380%;}
#recruit #data .numericWrap {
padding: 80px 0;
background: #FFF;
}
#recruit #data .numericWrap ul{
width: 900px;
margin: -40px auto 0;
}
#recruit #data .numericWrap .circle {
width: 310px;
height: 310px;
border-radius: 50%;
position: relative;
}
#recruit #data .numericWrap .circleInner{
width: 100%;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}
#recruit #data .numericWrap .sale {
background: #b0dc8d;
width: 380px;
height: 380px;
margin: 0 auto;
}
#recruit #data .numericWrap .age {
background: #f3d795;
}
#recruit #data .numericWrap .holiday {
background: #feb3c1;
}
#recruit #data .numericWrap .mi {
font-size: 187.5%;
line-height: 1.3em;
}
#recruit #data .numericWrap .numData {
font-size: 187.5%;
color: #000;
}
#recruit #data .numericWrap .num {
font-size: 200%;
line-height: 1.3em;
color: #000;
} @media screen and (max-width: 767px) { #recruit,
#recruit.home{
padding:0 0 120px;
min-width: 100%;
}
#recruit .headerBg{
display: none;
}
#recruit h2.title {
padding: 20px 0;
font-size: 180%;
}
#recruit section{
padding:0 0 40px;
}
#recruit #entryBtn,
#recruit.home #entryBtn {
width: 70px;
position: fixed;
top:auto;
bottom:60px;
right: 0;
z-index: 3;
}
#recruit #entryBtn.fixed{
position: fixed;
top:auto;
bottom:60px;
}
#recruit #entryBtn.abslt{
position: absolute;
}
#recruit #entryBtn a{
display: block;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #FFF;
line-height: 50px;
font-size: 120%;
padding-left: 10px;
background: url(//breakfield.co.jp/images/recruit/arr_01.png) no-repeat right bottom 10px #dc3a68;
background-size: 50px auto;
} #recMainVisual {
min-width: 100%;
margin-bottom: 50px;
position: static;
height: auto !important;
}
#mainVisualInner {
width: 100%;
min-width: 100%;
display: block;
}
#recMainVisual #slider{
width:100%;
min-width: 100%;
height: 300px !important;
} #mainVisualInner #recNav{
display: none;
}
#recruit.home > #recNav,
#recruit > #recNav{
display: block !important;
width: 100%;
min-width: 100%;
position: fixed;
bottom:0;
z-index: 3;
padding: 0;
box-sizing: border-box;
text-align: center;
height: auto;
background:rgba(91, 153, 209,0.7);
}
#recruit.home > #recNav.abslt,
#recruit > #recNav.abslt{
position: absolute;
}
#recNav h2{
display:block;
font-size: 150%;
width:100%;
text-align: left;
margin: 0;
padding: 5px 3%;
color: #FFF;
box-sizing: border-box;
}
#recNav ul{
display: -webkit-flex;
display: flex;
flex-wrap:wrap;
-webkit-flex-wrap:wrap;
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
align-items:center;
-webkit-box-align:center;
-webkit-align-items:center;
width: 75%;
margin: 0 3%;
}
#recNav ul li{
display:block;
width: 40%;
padding-right:0;
padding: 0 3%;
margin-bottom: 5px;
}
#recNav ul li a {
color: #FFF;
}
#recNav ul li.active a,
#recNav li.active:before{
color: #333;
} #recMainVisual #recNews{
width: 100%;
display: block;
position: static;
height:auto;
}
#recMainVisual #recNews dt{
display:block;
width: 100%;
text-align: left;
padding: 5px 3%;
}
#recMainVisual #recNews dd{
display:block;
padding: 5px 3%;
background: #FFF;
}
#recMainVisual #recNews .date{
display: block;
width: 100%;
}
#recMainVisual #recNews .txt{
display: block;
width: 100%;
} #recruit section.topBan ul{
padding: 0 3%;
display: block;
}
#recruit section.topBan li{
width: 100%;
}
#recruit section.topBan li .grayTxt{
font-size: 300%;
}
#recruit section.topBan li a{
display: block;
padding: 40px 0;
font-size: 112%;
text-align: center;
} #recruit section.intv {
padding-top: 40px;
background: #FFF;
}
#recruit .peopleList {
margin-bottom: 40px;
}
#recruit .peopleList li.person .listInner .year{
background:rgba(0,0,0,0.4);
top:5px;
}
#recruit .peopleList li.person .listInner .job{
padding: 5px 0;
font-size: 75%;
}
#recruit .peopleList li.person .listHover,
#recruit .peopleList li.person:hover .listHover {
display: none;
}
#recruit .peopleList li.person .listHover .copy{
font-size: 90%;
}
#recruit .peopleList li.person .listHover .btn{
padding: 5px 0;
font-size: 100%;
border: 2px solid #FFF;
bottom: 0px;
}
#recruit .peopleList li.person:hover .listHover .btn{
bottom:20px;
}
#recruit .intv .intvBtn {
width: 90%;
}
#recruit .intv .intvBtn a{
display: block;
padding: 15px 0;
font-size: 100%;
background: url(//breakfield.co.jp/images/recruit/arr_02.png) no-repeat center right 5px;
background-size: 40px auto;
border-bottom: 5px solid #5b99d1;
}
#recruit .intv .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
#recruit .intv .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
width: 14px;
height: 22px;
background-size: 100% 100%;
} #recruit section.middBan {
padding-top: 40px;
}
#recruit section.middBan .middBanWrap {
width: 94%;
max-width: 94%;
margin: 0 3%;
}
#recruit section.middBan li{
width: 100%;
} #recruit section.access {}
#recruit section.access dl{
display: block;
}
#recruit section.access dl dt{
display: block;
width: 100%;
min-width: 100%;
}
#recruit section.access dl dt iframe{
width: 100% !important;
height: auto !important;
}
#recruit section.access dl dd{
display: block;
padding: 20px 0 0;
}
#recruit section.access dl dd h2{
font-size: 200%;
margin-bottom: 10px;
}
#recruit section.access dl dd .listMark {
margin-bottom: 10px;
}
#recruit section.access dl dd .address {
padding: 10px 3%;
} #recruit #entry dl.item{
display: block;
width: 100%;
margin: 0 auto;
border-bottom: 3px solid #f6f5eb;
background: none;
}
#recruit #entry dl.item dt{
display: block;
padding: 10px 0;
width: auto;
text-align: left;
border-bottom: 2px solid #dddabe;
background:none;
}
#recruit #entry dl.item dd{
display: block;
padding: 15px 3%;
border:none;
background: #FFF;
margin-bottom: 0.5em;
}
#recruit #entry dl.item dd p{
margin-bottom: 1em;
}
#recruit #entry .entryInfo {
display: block;
}
#recruit #entry .entryInfo li{
display: block;
background: none;
}
#recruit #entry .entryInfo li:last-child{
border-left:none;
}
#recruit #entry .entryInfo li h3{
padding: 15px 3%;
border-bottom: 2px solid #dddabe;
margin-bottom: 0;
}
#recruit #entry .entryInfo li p{
padding: 15px 3%;
background: #FFF;
}
#recruit #entry .offer {
padding: 20px 0;
}
#recruit #entry .offer p{
width: 80%;
margin: 0 auto;
}
#recruit #entry ul.cateNav li {
padding: 5px 0;
} #recruit #intervew .peopleList.clm4 {
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
}
#recruit #intervew .peopleList li.person{
width: 48%;
margin-bottom: 3em;
margin-right: 0;
}
#recruit #intervew article .entryHrader dl{
padding: 20px 0;
display:block;
position: relative;
}
#recruit #intervew article .entryHrader dl dt{
display: block;
width: 60%;
margin: 0 auto 30px;
}
#recruit #intervew article .entryHrader dl dt.jobtype_01 .bg {
right: -10px;
bottom:-10px;
}
#recruit #intervew article .entryHrader dl dd{
display: block;
width: 100%;
position: relative;
padding: 0;
}
#recruit #intervew article .entryHrader dl dd .copy {
font-size: 160%;
position: relative;
top:100%;
left: 50%;
transform: translate(-50%, 0);
}
#recruit #intervew article .entryBody {
margin-bottom: 40px;
}
#recruit #intervew article .entryBody section{
clear: both;
padding: 20px 0;
margin-bottom: 0;
}
#recruit #intervew article .entryBody .imgRight,
#recruit #intervew article .entryBody .imgLeft{
float: none;
width: 100%;
margin: 0 0 1em;
}
#recruit #intervew article .entryBody section h3 {
font-size: 150%;
line-height: 1.4em;
color: #5b99d1;
margin-bottom: 1em;
} #recruit #faq {
padding-top: 30px;
}
#recruit #faq .qaList {
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
}
#recruit #faq .qaList li.qaItem{
width: 100%;
margin-right: 0;
padding: 35px 2% 10px;
margin-bottom: 3em;
}
#recruit #faq .qaList li.qaItem .maru {
width: 60px;
height: 60px;
font-size: 200%;
line-height: 60px;
top:-30px;
}
#recruit #faq .qaList li.qaItem dl dt {
height: auto;
padding-bottom: 1em;
} #recruit #culture {
padding-top: 30px;
}
#recruit #culture .cltList {
justify-content:space-between;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
}
#recruit #culture .cltList li.cltItem{
width: 48%;
margin-right: 0;
padding: 0;
margin-bottom: 3em;
}
#recruit #culture .cltList li.cltItem .maru,
#recruit #culture article .maru{
width: 60px;
height: 60px;
padding-top: 5px;
top:-30px;
}
#recruit #culture .cltList li.cltItem .maru .mi,
#recruit #culture article .maru .mi{
font-size: 75%;
}
#recruit #culture .cltList li.cltItem .maru .num,
#recruit #culture article .maru .num{
font-size: 200%;
}
#recruit #culture .cltList li.cltItem dl dd.body {
padding: 10px 0 15px;
position: relative;
z-index: 1;
}
#recruit #culture .cltList li.cltItem dl dd .photo {
margin-bottom: 1em;
}
#recruit #culture .cltList li.cltItem dl dd .tag,
#recruit #culture .cltList li.cltItem a:hover dl dd .tag{
color: #9ece34;
border: 1px solid #9ece34;
}
#recruit #culture .cltList li.cltItem dl dt,
#recruit #culture .cltList li.cltItem a:hover dl dt{ display: none;} #recruit #message {
overflow: hidden;
}
#recruit #message .msgWrap_01 h3.subtitle{
font-size: 150%;
position: absolute;
top:23%;
text-shadow:
0 0 3px rgba(255,255,255,0.8),
0 0 3px rgba(255,255,255,0.8),
0 0 3px rgba(255,255,255,0.8);
}
#recruit #message .msgWrap_01 .info{
width: 80%;
position: relative;
padding: 20px 0 20px 3%;
margin-top: -30px;
}
#recruit #message .msgWrap_03 {
background: #FFF;
position: relative;
}
#recruit #message .msgWrap_03 dl{
-webkit-flex-direction: column-reverse;
flex-direction:column-reverse;
}
#recruit #message .msgWrap_03 dl dt{
display: block;
width: 80%;
margin: 0 auto;
position: relative;
}
#recruit #message .msgWrap_03 dl dt img{
position:static;
}
#recruit #message .msgWrap_03 dl dd{
display: block;
width: 100%;
padding: 50px 3%;
box-sizing: border-box;
}
#recruit #message .msgWrap_03 dl dd .sign {
text-align: right;
}
#recruit #message .msgWrap_03 dl dd .sign img{
width: 50%;
}
#recruit #message .msgWrap_03 .mask{
width: 100%;
height: 40px;
position: absolute;
margin: 0;
} #recruit #data h2.tit{
margin-bottom: 0.5em;
font-size: 150%;
}
#recruit #data .ageRatio {
padding: 0 3% 40px;
}
#recruit #data .ageRatio .ageWrap {
width:100%;
margin: 0 auto;
position: relative;
}
#recruit #data .ageRatio ul.agelist{
margin: 0 auto 15px;
}
#recruit #data .ageRatio ul.agelist li{
width: 5%;
}
#recruit #data .ageRatio .num{
font-size: 180%;
}
#recruit #data .ageRatio .num.red{
top:20%;
}
#recruit #data .ageRatio .num.green{
top:40%;
}
#recruit #data .ageRatio .num.yellow{
top:auto;
bottom:20%;
right: 50%;
}
#recruit #data .ageRatio .num.orange{
top:auto;
bottom:20%;
right: 10%;
}
#recruit #data .genderRatio {
padding: 40px 0;
}
#recruit #data .genderRatio .genderWrap{
width: 280px;
}
#recruit #data .genderRatio .genderWrap .off{
width: 280px;
}
#recruit #data .genderRatio .genderWrap .num{
font-size: 280%;
width: 90%;
margin: 10px auto;
}
#recruit #data .jobRatio{
padding: 40px 3%;
}
#recruit #data .jobRatio .jobWrap{
width: 100%;
}
#recruit #data .jobRatio .jobWrap li{
width: 28%;
}
#recruit #data .jobRatio .jobWrap li:nth-child(2){
width: 43%;
}
#recruit #data .numericWrap {
padding: 40px 3%;
}
#recruit #data .numericWrap ul{
width: 100%;
margin: 0 auto;
}
#recruit #data .numericWrap .circle {
width: 140px;
height: 140px;
}
#recruit #data .numericWrap .sale {
width: 250px;
height: 250px;
}
#recruit #data .numericWrap .mi {
font-size: 150%;
line-height: 1.3em;
}
#recruit #data .numericWrap .small {
font-size: 87.5%;
}
#recruit #data .numericWrap .numData {
font-size: 187.5%;
color: #000;
}
#recruit #data .numericWrap .num {
font-size: 150%;
line-height: 1.3em;
color: #000;
}
} @media screen and (min-width: 1100px) {
#recruit .inner {
width: 100%;
padding: 0 3%;
max-width: inherit;
}
}
@media screen and (max-width: 767px) {
#recruit #intvSlideWrap.inner {
width: 100%;
max-width: inherit;
}
}