@charset "utf-8";
/*
====================================================
■ FUNCTION
====================================================
*/
/*
====================================================
■ ModBtn
====================================================
*/
/*
====================================================
■ MIXIN
====================================================
*/
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*
====================================================
■ EASING
====================================================
*/
/*
====================================================
■ Recruit
====================================================
*/
#Recruit .red {
  color: #ff0000;
}
#Recruit .RecruitPeople {
  margin: 120px auto 90px;
}
.Modh2 + .ModContentsCenter p:first-child {
  margin-bottom: 30px;
}
/*
----------------------------------------------------
PC
----------------------------------------------------
*/
@media screen and (min-width: 769px), print {
  .kv {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
    background: url('/shared/img/recruit/recruit_top.jpg') no-repeat center;
    background-size: cover;
  }
  p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 45px;
  }
  p.columns2 {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 2em;
            column-gap: 2em;
    text-align: justify;
  }
  h3 {
    margin: 60px auto 0;
    line-height: 1.8;
    margin-bottom: 0.6rem;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
  h4 {
    margin: 180px auto 80px;
    font-size: 30px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }
  p.recruitMessage {
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    line-height: 2.1;
    margin: 90px 0 70px;
    font-style: italic;
  }
  p.recruitMessage:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 22px;
    background: #222;
  }
  .RecruitInverviewList li {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .RecruitInverviewList li .RecruitInverviewImage {
    float: left;
    width: 580px;
    height: 240px;
  }
  .RecruitInverviewList li .RecruitInverviewContent {
    float: left;
    width: 330px;
    margin-left: 50px;
    position: relative;
  }
  .RecruitInverviewList li .RecruitInverviewContent .RecruitInverviewListName {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .RecruitInverviewList li .RecruitInverviewContent .ModCategory {
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 10.4px;
    position: absolute;
    left: 160px;
    top: 40px;
    padding: 0 15px 0 15px;
  }
  .RecruitInverviewList li .RecruitInverviewContent .ModCategory:after {
    display: none;
  }
  .RecruitInverviewList li .RecruitInverviewContent .RecruitInverviewListPosition {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .RecruitInverviewList li .RecruitInverviewContent .RecruitInverviewListDescription {
    font-size: 14px;
    line-height: 1.6;
  }
  .TblOutline {
    width: 100%;
    border-top: 1px solid #9D9E9E;
    margin: 80px 0;
    font-weight: 500;
    text-align: left;
    line-height: 2.2;
  }
  .TblOutline > tbody > tr > th,
  .TblOutline > tbody > tr > td {
    border-bottom: 1px solid #9D9E9E;
    padding: 25px 0 25px 0;
  }
  .TblOutline > tbody > tr > th {
    width: 130px;
    padding-left: 25px;
  }
  .TblOutline .ModBtnTextMini {
    margin-top: 10px;
  }
  .ModBtnTextMini {
    height: 30px;
    padding: 0 10px;
    line-height: 2;
  }
  .RecruitJobcategorysContents dl {
    position: relative;
  }
  .RecruitJobcategorysContents dl:after {
    content: " ";
    display: block;
    clear: both;
  }
  .RecruitJobcategorysContents dl dt {
    background: #fff;
    height: 80px;
    color: #000;
    font-family: "Noto Sans Japanese";
    font-weight: 100;
    font-size: 13px;
    line-height: 78px;
    letter-spacing: 0.02rem;
    text-indent: 20px;
    cursor: pointer;
    font-weight: 500;
  }
  .RecruitJobcategorysContents dl dt h5 {
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
  .RecruitJobcategorysContents dl dt span {
    height: 36px;
    width: 75px;
    display: inline-block;
    background: #FFEE00;
    border-radius: 25px;
    color: #000;
    line-height: 36px;
    margin-left: 20px;
    font-weight: 500;
  }
  .RecruitJobcategorysContents dl dt:after,
  .RecruitJobcategorysContents dl dt:before {
    -webkit-transition: 0.26s all ease;
    transition: 0.26s all ease;
  }
  .RecruitJobcategorysContents dl dt:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    right: 40px;
    top: 50px;
    margin-top: -10px;
  }
  .RecruitJobcategorysContents dl dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 15px;
    background: #000;
    right: 47px;
    top: 34px;
  }
  .RecruitJobcategorysContents dl dt:hover {
    background: #000;
    color: #fff;
  }
  .RecruitJobcategorysContents dl dt:hover:after,
  .RecruitJobcategorysContents dl dt:hover:before {
    background: #fff;
  }
  .RecruitJobcategorysContents dl dd {
    height: 0;
    overflow: hidden;
    font-size: 14px;
    background: #dadbdb;
  }
  .RecruitJobcategorysContents dl dd .inner {
    padding: 35px 80px 35px 80px;
  }
  .RecruitJobcategorysContents li {
    margin-bottom: 20px;
  }
  .RecruitJobcategorysContents li.visible dt:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  ul.office {
    overflow: hidden;
    margin-left: -30px;
  }
  ul.office li {
    float: left;
    width: 300px;
    margin-left: 30px;
  }
  ul.office li dt {
    background: #000;
    color: #fff;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
  }
  ul.office li dd {
    text-align: center;
    margin-bottom: 10px;
  }
  ul.office li .RecruitOfficeHellolife,
  ul.office li .RecruitOfficeOsf,
  ul.office li .RecruitOfficeNara {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  ul.office li .RecruitOfficeHellolife {
    background-image: url('../../img/recruit/honmachi_pc.jpg');
  }
  ul.office li .RecruitOfficeOsf {
    background-image: url('../../img/recruit/temmabashi_pc.jpg');
  }
  ul.office li .RecruitOfficeNara {
    background-image: url('../../img/recruit/nara_pc.jpg');
  }
  ul.office li:nth-child(2) dt {
    line-height: 1.6;
    padding-top: 7px;
  }
  ol.RecruitFlow li::after {
    content: "";
    display: table;
    clear: both;
  }
  ol.RecruitFlow {
    padding-bottom: 30px;
  }
  ol.RecruitFlow li {
    position: relative;
    counter-increment: flow;
    background: #fff;
    margin-bottom: 30px;
  }
  ol.RecruitFlow li dl {
    padding: 60px 0px 60px 170px;
  }
  ol.RecruitFlow li dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  ol.RecruitFlow li dl dd {
    margin-top: 25px;
    line-height: 2;
  }
  ol.RecruitFlow li:after {
    font-family: "Medium";
    font-weight: bold;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 30px;
    content: counter(flow);
    background: #FFF000;
    display: block;
    color: #000;
    text-align: center;
    line-height: 50px;
    letter-spacing: -0.1rem;
  }
}
/*
----------------------------------------------------
SP
----------------------------------------------------
*/
@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    height: 53.33333333vw;
    margin-bottom: 45px;
    background: url('/shared/img/recruit/recruit_top.jpg') no-repeat center;
    background-size: cover;
  }
  p {
    font-size: 3.73333333vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 2rem;
  }
  h3 {
    margin: 60px auto 45px;
    font-size: 5.33333333vw;
    position: relative;
    font-weight: 700;
  }
  h4 {
    margin: 100px auto 50px;
    font-size: 4.8vw;
    font-weight: bold;
    position: relative;
    font-weight: 600;
  }
  h5 {
    font-size: 3.73333333vw;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
  }
  p.recruitMessage {
    position: relative;
    padding-left: 30px;
    font-size: 3.73333333vw;
    line-height: 2.1;
    margin-bottom: 45px;
    font-style: italic;
  }
  p.recruitMessage:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #222;
  }
  .RecruitJobcategorysContents li {
    position: relative;
  }
  .RecruitJobcategorysContents li:after {
    content: " ";
    display: block;
    clear: both;
  }
  .RecruitJobcategorysContents li.visible dt:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .RecruitJobcategorysContents dl {
    margin-bottom: 20px;
  }
  .RecruitJobcategorysContents dl dt {
    background: #fff;
    min-height: 60px;
    padding: 25px 25px 25px 25px;
    font-size: 2.66666667vw;
    letter-spacing: 0.02rem;
    line-height: 1.6;
    cursor: pointer;
    position: relative;
  }
  .RecruitJobcategorysContents dl dt h4 {
    font-size: 3.46666667vw;
  }
  .RecruitJobcategorysContents dl dt span {
    position: absolute;
    left: -5px;
    top: -10px;
    line-height: 1.8;
    height: 5.33333333vw;
    width: 14.66666667vw;
    display: block;
    background: #FFEE00;
    border-radius: 25px;
    color: #000;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    text-indent: 5px;
  }
  .RecruitJobcategorysContents dl dt:after,
  .RecruitJobcategorysContents dl dt:before {
    -webkit-transition: 0.26s all ease;
    transition: 0.26s all ease;
  }
  .RecruitJobcategorysContents dl dt:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    background: #000;
    right: 21px;
    top: 50%;
  }
  .RecruitJobcategorysContents dl dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background: #000;
    right: 29px;
    top: 50%;
    margin-top: -9px;
  }
  .RecruitJobcategorysContents dl dd {
    overflow: hidden;
    height: 0;
    font-size: 3.73333333vw;
    line-height: 2;
    letter-spacing: 0;
    background: #eee;
  }
  .RecruitJobcategorysContents dl dd .inner {
    padding: 25px;
  }
  .TblOutline {
    width: 100%;
    border-top: 1px solid #9D9E9E;
    margin-bottom: 80px;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
  }
  .TblOutline > tbody > tr > th,
  .TblOutline > tbody > tr > td {
    border-bottom: 1px solid #9D9E9E;
    padding: 20px 0 20px 0;
  }
  .TblOutline > tbody > tr > th {
    width: 120px;
    padding-left: 25px;
  }
  ul.office li {
    margin-bottom: 30px;
  }
  ul.office li dt {
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    font-size: 3.2vw;
    font-weight: 500;
    padding: 10px 0;
  }
  ul.office li dd {
    text-align: center;
  }
  ul.office li .RecruitOfficeHellolife,
  ul.office li .RecruitOfficeOsf,
  ul.office li .RecruitOfficeNara {
    height: 53.33333333vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 5px;
  }
  ul.office li .RecruitOfficeHellolife {
    background-image: url('../../img/recruit/honmachi_sp.jpg');
  }
  ul.office li .RecruitOfficeOsf {
    background-image: url('../../img/recruit/temmabashi_sp.jpg');
  }
  ul.office li .RecruitOfficeNara {
    background-image: url('../../img/recruit/nara_sp.jpg');
  }
  ul.office li:nth-child(2) dt {
    line-height: 1.6;
  }
  .ModBtnTextMini {
    font-size: 3.2vw;
    padding: 0 4vw;
    line-height: 5.33333333vw;
  }
  ol.RecruitFlow {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  ol.RecruitFlow li {
    position: relative;
    counter-increment: flow;
    background: #fff;
    margin-bottom: 30px;
  }
  ol.RecruitFlow li dl {
    padding: 25px;
  }
  ol.RecruitFlow li dl dt {
    font-size: 4vw;
    font-weight: bold;
  }
  ol.RecruitFlow li dl dd {
    margin-top: 20px;
    line-height: 2;
    font-size: 3.2vw;
  }
  ol.RecruitFlow li:after {
    /*			font-family:"Medium";
*/
    font-weight: bold;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 8vw;
    height: 8vw;
    line-height: 2;
    letter-spacing: -0.1rem;
    font-size: 3.73333333vw;
    border-radius: 30px;
    content: counter(flow);
    background: #FFF000;
    display: block;
    color: #000;
    text-align: center;
  }
}
