@charset 'utf-8';

/*##### Base #####*/
:root {
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-red: #e5151f;
  --base-gold: #5b5005;
}

html {
  scroll-padding-top: 101px;
}
@media all and (max-width: 767px){
  html {
    scroll-padding-top: 82px;
  }
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media all and (max-width: 767px){
  .inner {
    padding: 0 5%;
  }
}


.baseW {
  width: 98%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px){
  .baseW {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
}
@media all and (max-width: 500px){
  .boxBaseCom > p {
    font-size: 4.0vw;
  }
}

.boxBaseCom > p + p {
  margin-top: 1.7em;
}

.txtMarker01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, #e5151f 100%);
}

@media all and (max-width: 767px){
  .dPcInline {
    display: none;
  }
}

.dSpInline {
  display: none;
}
@media all and (max-width: 767px){
  .dSpInline {
    display: inline;
  }
}

@media all and (max-width: 767px){
  .dPc {
    display: none;
  }
}

.dSp {
  display: none;
}
@media all and (max-width: 767px){
  .dSp {
    display: block;
  }
}

.dOneLine,
.dPcOneLine {
  display: inline-block;
}
@media all and (max-width: 767px){
  .dPcOneLine {
    display: inline;
  }
}



/*##### Post #####*/
.icn_cat {
  background-color: #e5151f;
}

.single_article .ttl {
  color: #000000;
}

.single_ttl {
  color: #e5151f;
}

.pager .previouspostslink,
.pager .nextpostslink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 0;
  background: none;
  background-color: #e5151f;
  color: #fff;
  text-indent: 0;
}

.to_list a {
  background-color: #e5151f;
}

.icn_prev a,
.icn_next a {
  position: relative;
  border: 1px #e5151f solid;
  background: none;
  color: #e5151f;
}
.icn_prev a:after,
.icn_next a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px #e5151f solid;
}
.icn_prev a:after {
  left: 1.5em;
  border-left: 1px #e5151f solid;
  transform: rotate(-45deg);
}
.icn_next a:after {
  right: 1.5em;
  border-right: 1px #e5151f solid;
  transform: rotate(45deg);
}
@media all and (max-width: 767px){
  .icn_prev a:after {
    left: 0.8em;
  }
  .icn_next a:after {
    right: 0.8em;
  }
}


/*##### Side Bar #####*/
#sidebar .side_ttl {
  background-color: #000;
}

#sidebar .archive_area h4 {
  position: relative;
  padding-left: 1.3em;
}

#sidebar .archive_area h4:before {
  content: '+';
  box-sizing: border-box;
  position: absolute;
  top: 0.1em;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 12px;
  height: 12px;
  /*border-radius: 12px;*/
  background-color: #e5151f;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 0.8rem;
  color: #fff;
}
#sidebar .archive_area h4.open:before {
  content: '-';
}
@media all and (max-width: 767px){
  #sidebar .archive_area h4:before {
    top: 0;
    bottom: 0.3em;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}



/*##### Recruit #####*/
.ttlRecruit01 {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-family: var(--base-font-min);
  font-size: 2.5rem;
  font-weight: 400;
  color: #111;
}
@media all and (max-width: 767px){
  .ttlRecruit01 {
    font-size: 5.5vw;
  }
}

.boxRecruitTop .txt {
  text-align: center;
}

@media all and (max-width: 500px){
  .boxRecruitTop .txt > p {
    font-size: 4.0vw;
  }
}

.recruit_list #sec02 .txt .ttl {
  text-indent: 0;
}

.boxRecruit02 {
  padding-bottom: 2.0em;
}

.boxRecruit02 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 1.0em;
}
@media all and (max-width: 767px){
  .boxRecruit02 .boxCont01F {
    display: block;
  }
}

.boxRecruit02 .boxCont01FOne {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
  padding: 0.6em;
  border: 1px #ddd solid;
}
@media all and (max-width: 767px){
  .boxRecruit02 .boxCont01FOne {
    width: 100%;
    margin-right: 0;
  }
}

.boxRecruit02 .boxCont01FOne:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 767px){
  .boxRecruit02 .boxCont01FOne + .boxCont01FOne {
    margin-top: 1.5em;
  }
}

.boxRecruit02 .boxCont01FOne .boxImg {
  text-align: center;
}

.boxRecruit02 .boxCont01FOne .boxTxt {
  padding-top: 1.5em;
}

.boxRecruit02 .boxCont01FOne .ttl01 {
  margin-bottom: 1.0em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 700;
}

#sec03 .boxRecruit03 .ttl01 {
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.45rem;/*1.35rem;*/
  font-weight: 700;
}
@media all and (max-width: 767px){
  #sec03 .boxRecruit03 .ttl01 {
    line-height: 1.6;
  }
}
@media all and (max-width: 500px){
  #sec03 .boxRecruit03 .ttl01 {
    font-size: 5.0vw;
  }
}

#sec03 .boxRecruit03 .ttl01 > span {
  position: relative;
  padding: 0 2.5em;
}
@media all and (max-width: 767px){
  #sec03 .boxRecruit03 .ttl01 > span {
    padding: 0;
  }
}

#sec03 .boxRecruit03 .ttl01 > span:before,
#sec03 .boxRecruit03 .ttl01 > span:after {
  content: '';
  position: absolute;
  top: 0.6em;
  width: 1.5em;
  height: 3px;
  background-color: #111;
}
@media all and (max-width: 767px){
  #sec03 .boxRecruit03 .ttl01 > span:before,
  #sec03 .boxRecruit03 .ttl01 > span:after {
    content: none;
  }
}

#sec03 .boxRecruit03 .ttl01 > span:before {
  left: 0;
}
#sec03 .boxRecruit03 .ttl01 > span:after {
  right: 0;
}


#sec03 .boxRecruit03 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px){
  #sec03 .boxRecruit03 .ul01 {
    display: block;
  }
}

#sec03 .boxRecruit03 .ul01 > li {
  position: relative;
  width: 49%;
  margin-right: calc(100% - 49% * 2);
  margin-bottom: 1.3em;
  padding-left: 1.0em;
  background: none;
}
@media all and (max-width: 767px){
  #sec03 .boxRecruit03 .ul01 > li {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 500px){
  #sec03 .boxRecruit03 .ul01 > li {
    font-size: 4.1vw;
  }
}

#sec03 .boxRecruit03 .ul01 > li:nth-child(2n) {
  margin-right: 0;
}

#sec03 .boxRecruit03 .ul01 > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 5px;
  height: 5px;
  background-color: var(--base-red);
}


.boxRecruitFlow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 7em;
}
@media all and (max-width: 767px){
  .boxRecruitFlow {
    display: block;
    margin-bottom: 4.5em;
  }
}

.boxRecruitFlow .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 176px;
  height: 176px;
  margin-right: 3%;
  background-color: var(--base-gold);
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxRecruitFlow .ttl01 {
    width: 100%;
    height: 15vw;
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}
@media all and (max-width: 500px){
  .boxRecruitFlow .ttl01 {
    height: 25vw;
    font-size: 5.5vw;
  }
}

.boxRecruitFlow .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - (176px + 3%));
}
@media all and (max-width: 767px){
  .boxRecruitFlow .boxCont01F {
    display: block;
    width: 100%;
  }
}

.boxRecruitFlow .boxCont01FOne {
  position: relative;
  width: 30%;
  margin-right: calc((100% - 30% * 3) / 3);
  background: #dddbc4;
}
@media all and (max-width: 767px){
  .boxRecruitFlow .boxCont01FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5em;
  }
}

.boxRecruitFlow .boxCont01FOne:nth-child(4n) {
  margin-right: 0;
}

.boxRecruitFlow .boxCont01FOne:not(:last-child):after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 2.0em;
  bottom: 0;
  right: -32px;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 10px solid transparent;
  border-left: 10px var(--base-red) solid;
}
@media all and (max-width: 767px){
  .boxRecruitFlow .boxCont01FOne:not(:last-child):after {
    top: auto;
    bottom: -2.5em;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 10px var(--base-red) solid;
  }
}
@media all and (max-width: 500px){
  .boxRecruitFlow .boxCont01FOne:not(:last-child):after {
    bottom: -15vw;
    width: 5vw;
    height: 5vw;
    border: 5vw solid transparent;
    border-top: 5vw var(--base-red) solid;
  }
}

.boxRecruitFlow .boxCont01FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 3.0em;
  margin-bottom: 1.8em;
  padding: 0.5em 0.5em;
  background-color: #111;
  line-height: 1.4;
  font-size: 1.0rem;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxRecruitFlow .boxCont01FOne .ttl02 {
    margin-bottom: 1.5em;
  }
}

.boxRecruitFlow .boxCont01FOne .boxBaseCom {
  padding: 0 1em;
}

.boxRecruitFlow .boxCont01FOne .boxBaseCom > p {
  font-size: 0.9rem;
  text-align:center;
}
@media all and (max-width: 500px){
  .boxRecruitFlow .boxCont01FOne .boxBaseCom > p {
    font-size: 4.0vw;
    display:none;
  }
}

.job_box .right dt {
  position: relative;
  background-image: none;
}

.job_box .right dt:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border: 6px transparent solid;
  border-left: 6px var(--base-red) solid;
  transform: scale(1, 0.7);
}

.job_box .btn_readmore {
  /*position: relative;*/
  background-image: none;
}

.job_box .btn_readmore:before,
.job_box .btn_readmore:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job_box .btn_readmore:before {
  right: 1px;
  width: 15px;
  height: 15px;
  background-color: var(--base-red);
}
.job_box .btn_readmore:after {
  z-index: 2;
  right: 7px;
  width: 4px;
  height: 4px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
}

@media all and (max-width: 767px){
  .job_box .right .ttl {
    padding-left: 0;
  }
}
@media all and (max-width: 500px){
  .job_box .right .ttl {
    font-size: 5.5vw;
  }
}

#job_detail .company_table th {
  position: relative;
  background-image: none;
}

#job_detail .company_table th:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 1.25em;
  bottom: 0;
  left: 0.35em;
  width: 7px;
  height: 7px;
  border: 7px transparent solid;
  border-left: 7px var(--base-red) solid;
  transform: scale(1, 0.7);
}

#job_detail .ttl {
  background: none;
  background-color: #111;
}

#job_detail .ttl:after {
  height: 2px;
  background-color: var(--base-red);
}

.boxRecruitSearch {
  margin-top: 3em;
  margin-bottom: 5em;
}
@media all and (max-width: 750px){
  .boxRecruitSearch {
    margin-bottom: 3em;
  }
}

.boxRecruitSearch .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  border-bottom: 1px #eee solid;
  /*background: linear-gradient(rgba(255, 255, 255, 0) 50%, #5b5005 480%);*/
}
@media all and (max-width: 767px){
  .boxRecruitSearch .dl01 {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.boxRecruitSearch .dl01 + .dl01 {
  margin-top: 1.0em;
}
@media all and (max-width: 767px){
  .boxRecruitSearch .dl01 + .dl01 {
    margin-top: 1.5em;
  }
}

.boxRecruitSearch .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 1.8em;
  background-color: #111;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxRecruitSearch .dl01 > dt {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

.boxRecruitSearch .dl01 > dt .str2 {
  letter-spacing: 1.0em;
}

.boxRecruitSearch .dl01 > dd {
  width: calc(100% - 120px);
  padding-left: 1.5em;
}
@media all and (max-width: 767px){
  .boxRecruitSearch .dl01 > dd {
    width: 100%;
    padding-left: 0;
  }
}

.boxRecruitSearch .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruitSearch .ul01 > li {
  margin: 0.3em 0.5em;
  font-size: 0.9rem;
}

@media all and (max-width: 500px){
  #recruit #recruit_lead .right .ttl {
    font-size: 5.5vw;
  }
}

@media all and (max-width: 540px){
  .single_article .img {
    width: 100%;
    max-width: 300px;
    height: 245px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 540px){
  .single_article .text {
    width: 100%;
    margin-left: 0;
    padding-top: 1.5em;
    float: none;
  }
}



.mw_wp_form.mw_wp_form_complete {
  padding: 5em 0;
}
@media all and (max-width: 767px){
  .mw_wp_form.mw_wp_form_complete {
    padding: 3em 0;
  }
}

.mw_wp_form.mw_wp_form_complete > p {
  line-height: 1.6;
}
@media all and (max-width: 767px){
  .mw_wp_form.mw_wp_form_complete > p {
    text-align: left !important;
    font-size: 4.0vw;
  }
}

.mw_wp_form.mw_wp_form_complete > p:first-child {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .mw_wp_form.mw_wp_form_complete > p:first-child {
    font-size: 4.6vw;
  }
}

.mw_wp_form.mw_wp_form_complete > p + p {
  margin-top: 1.0em;
}