@charset "UTF-8";
/*共通-------------------------------------------------------------------*/
.mv {
  background: #373737;
  position: relative;
}

.mv > .inner {
  background: var(--darkGray);
  height: 210px;
  margin-bottom: -210px;
  clip-path: polygon(190px 0, 100% 0, 100% 100%, 50px 100%);
}
@media screen and (max-width: 767px) {
  .mv > .inner {
    height: 30vw;
    margin-bottom: -30vw;
  }
}

.mv .img {
  height: 210px;
  width: 57.8%;
  margin-left: auto;
  background-size: cover;
  background-position: left;
  position: relative;
  z-index: 1;
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/news/mv-bg.jpg);
}
@media screen and (max-width: 767px) {
  .mv .img {
    height: 30vw;
  }
}

.mv .ttl_h1 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: normal;
  letter-spacing: .1em;
}

.mv .ttl_h1 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mv .inner:before {
  content: '';
  display: block;
  background: var(--darkGray);
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
}

.post-type-archive-recruit .mv .img,
.recruit-template-default .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/recruit/mv-bg.jpg);
}

.post-type-archive-works .mv .img,
.works-template-default .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/works/mv-bg.jpg);
}

.post-type-archive-interview .mv .img,
.interview-template-default .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/interview/mv-bg.jpg);
}

.page.entry .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/entry/mv-bg.jpg);
}

.page.about .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/about/mv-bg.jpg);
}

.error404 .mv .img {
  background-image: url(/recruit/wp-content/themes/kogoe-recruit/images/404/mv-bg.jpg);
}

.mv .ttl_h1 .eng {
  display: block;
  font-size: 2.3425rem;
  margin: 0 0 10px 0;
}

.bread {
  margin: 2rem 0 4rem;
}

.bread a, .bread span {
  font-size: 0.875rem;
}

section {
  padding: 50px 0;
}

.floatBox .fL {
  width: 48%;
  float: left;
}

.floatBox .fR {
  width: 48%;
  float: right;
}

.anchor {
  pointer-events: none;
  display: block;
  padding-top: 5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 3rem;
    margin-top: -3rem;
  }
}

.txt {
  line-height: 2;
}

.pageLeadTxt {
  font-size: 1.75rem;
  line-height: 1.5714285714;
  margin-bottom: 1em;
  text-align: center;
}

.txt-pc-center {
  font-size: 1.06rem;
  line-height: 2;
}
@media screen and (min-width: 768px){
    .txt-pc-center {
        text-align: center;
    }
}

h2:not(.reset) {
  text-align: center;
  margin-bottom: 5rem;
  font-weight: normal;
  font-size: 1.88rem;
}
@media screen and (max-width: 767px) {
  h2:not(.reset) {
    margin-bottom: 3rem;
    font-size: 7vw;
  }
}
h2:not(.reset) .l {
  line-height: 1.5;
  display: inline-block;
  border-bottom: solid 1px #2f2f2f;
  margin-bottom: .2em;
}
h2:not(.reset) .s {
  font-size: 0.5em;
  line-height: 1;
}
h2:not(.reset) .ib {
  display: inline-block;
}

h2.fullBg {
  background: var(--bgGray);
  width: 100%;
  overflow: hidden;
  margin-bottom: 4rem;
}
h2.fullBg .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.88rem;
  padding: .75em 0 .75em 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2.fullBg .inner {
    display: block;
    line-height: 1.3;
    font-size: 6vw;
  }
}
h2.fullBg .inner:after {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% - 100px);
  left: -50vw;
  top: 0;
  height: 100%;
  background: var(--darkGray);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%);
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  h2.fullBg .inner:after {
    right: 69vw;
  }
}
h2.fullBg .s {
  font-size: .5em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  h2.fullBg .s {
    display: block;
    margin-left: 0;
    margin-top: 1em;
    font-size: .75em;
  }
}

h3:not(.reset) {
  background: url("/recruit/wp-content/themes/kogoe-recruit/images/common/h3-bg.png");
  color: #fff;
  font-size: 1.38rem;
  padding: .8em 1em;
  margin-bottom: 2em;
}

h4:not(.reset) {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
h4:not(.reset):before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/recruit/wp-content/themes/kogoe-recruit/images/common/icn-h4.svg") left center/contain no-repeat;
  margin-right: .25em;
}
h4:not(.reset):after {
  content: '';
  display: block;
  height: 1px;
  background: var(--textColor);
  flex: 10% 1 0;
  margin-left: .5em;
}

.formSection {
  padding: 3rem 0 8rem;
}
.formSection .listCom {
  text-align: center;
  margin: 3rem 0;
}
.formSection .listCom ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.formSection .listCom li {
  margin-bottom: 1em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
.formSection .listCom li:before {
  content: '・';
  display: inline-block;
  margin-right: .5em;
  text-indent: 0;
}
.formSection .dlForm, .formSection .privacy_check {
  max-width: 60rem;
}
.formSection .dlForm a, .formSection .privacy_check a {
  text-decoration: underline;
}
.formSection .dlForm {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .formSection .dlForm {
    display: block;
  }
}
.formSection .dlForm dt, .formSection .dlForm dd {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .formSection .dlForm dt, .formSection .dlForm dd {
    padding: 1rem;
  }
}
.formSection .dlForm dt:nth-of-type(odd), .formSection .dlForm dd:nth-of-type(odd) {
  background: var(--bgGray);
}
.formSection .dlForm dt {
  flex: 15rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formSection .dlForm dd {
  flex: calc(100% - 15rem) 0 0;
}
.formSection .dlForm .radioGrp {
  display: flex;
  flex-wrap: wrap;
}
.formSection .dlForm .radioGrp br {
  display: none;
}
.formSection .dlForm .radioGrp label {
  display: inline-flex;
  margin-right: 3em;
  align-items: center;
}
.formSection .need:after, .formSection .free:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #fff;
  margin-left: .5em;
  float: right;
  width: 4em;
  height: 1.75em;
  border-radius: 0.83em;
}
.formSection .need:after {
  content: '必須';
  background: var(--darkGray);
}
.formSection .free:after {
  content: '任意';
  background: var(--lightGray);
  color: var(--textColor);
}
.formSection input[type="text"], .formSection input[type="email"], .formSection textarea {
  width: 100%;
  border: solid 1px var(--textColor);
  box-shadow: none;
  padding: .5em;
  color: var(--textColor);
}
.formSection .privacy_check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .formSection .privacy_check {
    display: block;
    line-height: 1.6;
  }
}
.formSection .privacy_check br {
  display: none;
}
.formSection .boxFormBtn {
  display: flex;
    flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.formSection .boxFormBtn button {
  font-family: var(--baseFont);
  cursor: pointer;
}
.formSection .boxFormBtn .btnArrow {
  font-size: 1.25rem;
  height: 2.5em;
  background: none;
  border-color: var(--textColor);
  color: var(--textColor);
  cursor: pointer;
}
.formSection .boxFormBtn .btnArrow:before {
  max-width: 6.75em;
}
.formSection .boxFormBtn .back {
  flex-direction: row-reverse;
  border: none;
}
.formSection .boxFormBtn .back:before {
  transform: none;
  margin-right: 0;
  margin-left: .5em;
}

.companyLeadGrp {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .companyLeadGrp {
    display: block;
  }
}
.companyLeadGrp .rightBox {
  flex: 33% 0 0;
}
@media screen and (max-width: 767px) {
  .companyLeadGrp .rightBox {
    margin-top: 1rem;
  }
}

.returnListArea {
  text-align: center;
  margin-bottom: 6rem;
}

.boxFlexLR {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.boxFlexLR .boxFlexL {
  width: 48%;
}

.boxFlexLR .boxFlexR {
  width: 48%;
  margin-left: auto;
}
.boxFlexLR .boxFlexR img {
  width: 100%;
}

.dl_listCom {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding: 1.5em;
  display: flex;
}

.dl_listCom:nth-of-type(2n) {
  background-color: var(--bgGray);
}

.dl_listCom dt {
  width: 11em;
  padding-left: 1em;
  position: relative;
}

.dl_listCom dt:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(darkGray);
  position: absolute;
  top: 0.6em;
  left: 0;
}

.dl_listCom dd {
  width: calc(100% - 11em);
}

.boxCat {
  display: flex;
  flex-wrap: wrap;
}

.boxCat li {
  font-size: 0.8rem;
  background: var(--bgGray);
  margin: 0 0.5em 0.5em 0;
  padding: 0.3em 0.5em;
  border: solid 1px var(--textColor);
}

.company_table {
  margin-bottom: 4rem;
}

.company_table tr:nth-of-type(2n) {
  background-color: var(--bgGray);
}

.company_table th {
  width: 140px;
  padding: 15px 0 15px 40px;
}

.company_table td {
  width: calc(100% - 140px);
  padding: 15px 0;
  line-height: 1.6;
}

.btnGray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.13rem;
  height: 2.78em;
  background: var(--lightGray);
  padding: 0 .5em;
  min-width: 15.56em;
  margin-left: auto;
  margin-right: auto;
}

.open-popup-link {
  text-decoration: underline;
}

.white-popup {
  max-width: 1000px;
  background-color: #fff;
  margin: auto;
  max-height: 70vh;
  overflow: scroll;
  position: relative;
  padding: 3em;
}

.leftImgFlexBlock {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .leftImgFlexBlock {
    display: block;
  }
}
.leftImgFlexBlock .leftBox {
  flex: 33% 0 0;
}
.leftImgFlexBlock .leftBox img {
  width: 100%;
  max-width: 100%;
}
.leftImgFlexBlock .rightBox {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .leftImgFlexBlock .rightBox {
    position: relative;
    padding-left: 2rem;
  }
  .leftImgFlexBlock .rightBox:after {
    content: '';
    display: block;
    position: absolute;
    top: -4rem;
    bottom: 0;
    width: 1px;
    left: 1rem;
    background: var(--textColor);
  }
}
.leftImgFlexBlock h3 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.leftImgFlexBlock h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 6rem;
  height: 1px;
  left: -6rem;
  top: .5em;
  background: var(--textColor);
}
@media screen and (max-width: 767px) {
  .leftImgFlexBlock h3:after {
    content: none;
  }
}
.leftImgFlexBlock h4 {
  margin-top: 1.5rem;
}
.leftImgFlexBlock h4 + dl {
  margin-top: .75em;
}

.dataListDl {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.6;
  margin-top: 1.6rem;
  margin-bottom: -.75em;
  font-size: .85em;
}
.dataListDl dt, .dataListDl dd {
  margin-bottom: .75em;
}
.dataListDl dt {
  display: inline-flex;
  align-items: center;
  flex: 6em 0 0;
}
.dataListDl dt:before {
  content: '■';
  display: inline-block;
  font-size: .8em;
  margin-right: .5em;
}
.dataListDl dd {
  flex: calc(100% - 6em) 0 0;
}

/*採用情報-------------------------------------------------------------------*/
.recruit_list #sec02 {
  margin-bottom: 65px;
}

.recruit_list #sec02 .txt {
  width: 60%;
  margin-left: auto;
  position: relative;
  padding-top: 20px;
}

.recruit_list #sec02 .txt:before {
  content: "";
  width: 844px;
  height: 250px;
  background: url(../../images/recruit/bg-blue.jpg);
  position: absolute;
  left: calc(100% - 1540px);
  top: 0;
}

.recruit_list #sec02 .txt .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  color: #e5151f;
  text-indent: -0.5em;
}

.recruit_list #sec03 {
  background: url(../../images/common/bg-footer.jpg);
}

.recruit_list #sec03 .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  color: #e5151f;
  text-align: center;
  margin-bottom: 2em;
}

.recruit_list #sec03 .ttl span {
  background-image: url(../../images/recruit/bg-line01.jpg), url(../../images/recruit/bg-line01.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  padding: 0 55px;
}

.recruit_list #sec03 li {
  display: inline-block;
  background: url(../../images/common/icn-dot_blue.jpg) no-repeat left 7px;
  padding: 0 0 0 10px;
  margin: 0 0 25px 0;
  width: 50%;
}

.recruit_list #sec03 li:nth-of-type(3), .recruit_list #sec03 li:nth-of-type(4) {
  margin-bottom: 0;
}

.flow_wrap ul {
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .flow_wrap ul {
    display: block;
  }
}
.flow_wrap ul li {
  counter-increment: step;
  letter-spacing: normal;
  flex: 16.5% 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 1rem;
  border: 1px solid var(--textColor);
  min-height: 183px;
  position: relative;
  vertical-align: top;
  margin-left: 3%;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .flow_wrap ul li {
    margin-left: 0;
    margin-bottom: 44px;
  }
}
.flow_wrap ul li:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 24px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--textColor);
  right: -25px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .flow_wrap ul li:after {
    transform: rotate(90deg);
    right: calc(50% - 6px);
    top: calc(100% + 14px);
  }
}
.flow_wrap ul li:first-child {
  margin-left: 0;
}
.flow_wrap ul li:last-child:after {
  content: none;
}
.flow_wrap ul li .num {
  font-size: 2.6rem;
  letter-spacing: .04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_wrap ul li .num:before {
  content: 'STEP';
  font-size: .5em;
  display: inline-block;
  margin-right: .25em;
}
.flow_wrap ul li .l {
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-top: .25em;
  margin-bottom: 1em;
}
.flow_wrap ul li .txt {
  flex: 50% 1 0;
}

.cate_area {
  margin-bottom: 50px;
  text-align: center;
}

.cate_area span {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-right: 30px;
}

.cate_area a {
  margin-right: 15px;
}

.cate_area a:after {
  content: "｜";
  margin-left: 15px;
}

.cate_area a:last-child:after {
  display: none;
}

.job_box {
  clear: both;
  margin-bottom: 35px;
  overflow: hidden;
}

.job_box .left {
  width: 34%;
  float: left;
  position: relative;
  z-index: 1;
}

.job_box .right {
  width: calc(66% + 50px);
  float: left;
  background: url(../../images/recruit/bg-box.jpg) no-repeat left top;
  padding: 40px 20px 37px 93px;
  position: relative;
  margin: 36px 0 0 -50px;
  background-size: cover;
}

.job_box .icn_new {
  position: absolute;
  left: 27px;
  top: 23px;
  z-index: 2;
}

.job_box .right .ttl {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

.job_box .right dt {
  background: url(../../images/common/icn-arrow_list.png) no-repeat left 2px;
  margin-bottom: 15px;
  padding-left: 15px;
  width: 160px;
  float: left;
  clear: left;
}

.job_box .right dl {
  font-weight: bold;
  overflow: hidden;
}

.job_box .right dd {
  width: calc(100% - 160px);
  float: left;
}

.job_box .right dd div {
  margin-bottom: 10px;
}

.job_box .right dd dd:last-child {
  margin-bottom: 0;
}

.job_box .txt {
  clear: both;
  font-size: 0.875rem;
  margin-top: 20px;
}

.btn_readmore {
  font-size: 0.75rem;
  color: #e5151f;
  background: url(../../images/common/icn-readmore.png) no-repeat right center;
  padding: 5px 25px 5px 0;
}

.job_box .btn_readmore {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
}

#recruit #recruit_lead .left {
  position: relative;
}

.icn_new {
  font-size: 0.875rem;
  color: #fff;
  background-color: #e5151f;
  padding: 22px 0;
  width: 59px;
  text-align: center;
}

#recruit #recruit_lead .left {
  width: 34%;
  float: left;
  position: relative;
  z-index: 1;
}

#recruit #recruit_lead .right .icn_new {
  position: absolute;
  left: -69px;
  top: 35px;
  z-index: 2;
}

#recruit #recruit_lead .right {
  width: 63%;
  float: right;
  margin-bottom: 80px;
  position: relative;
}

#recruit #recruit_lead .box_message {
  clear: both;
}

#recruit #recruit_lead .right .ttl {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 20px;
  background: url(../../images/recruit/bg-box.jpg) no-repeat left top;
  margin-bottom: 25px;
}

#recruit #recruit_lead .right .txt .icn {
  background-color: #e5151f;
  font-size: 0.875rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}

#recruit #recruit_lead .right .txt {
  padding-left: 20px;
}

#recruit #recruit_lead .right .txt p:first-child {
  font-weight: bold;
}

#recruit #recruit_lead .box_message {
  padding-right: 335px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

#recruit #recruit_lead .box_message .ttl {
  background: url(../../images/recruit/bg-ttl02.jpg) no-repeat left center;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 19px 0px 19px 166px;
}

#recruit #recruit_lead .box_message .txt {
  background: url(../../images/recruit/bg.jpg);
  padding: 30px 40px;
  min-height: 185px;
  position: relative;
  background-size: cover;
}

#recruit #recruit_lead .box_message .txt:after {
  content: url(../../images/recruit/img-baloon.png);
  position: absolute;
  right: -22px;
  top: calc(50% - 15px);
}

#job_detail .ttl {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: url(../../images/recruit/bg-section_ttl.jpg) no-repeat center center;
  padding: 45px 0;
  font-weight: bold;
  margin-bottom: 80px;
}

#job_detail .ttl:after {
  content: "";
  width: 93px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 17px auto 0 auto;
}

#job_detail .company_table th {
  background-image: url(../../images/common/icn-arrow_list.png);
  background-position: 5px 22px;
  width: 19%;
  padding-left: 26px;
}

#job_detail .company_table .place span {
  color: #e5151f;
  font-weight: bold;
  margin-right: 1em;
}

#job_detail .company_table .place a {
  color: #e5151f;
}

#job_detail .company_table .place div {
  margin-bottom: 10px;
}

#job_detail .company_table .place div:last-child {
  margin-bottom: 0;
}

#job_detail .btn_mynavi {
  text-align: center;
  margin: 60px 0;
}

.pager {
  position: relative;
  text-align: center;
  margin: 90px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager {
    display: block;
  }
}
.pager-top{
    margin-top: 0;
}

.pager .pages {
  display: none;
}

.wp-pagenavi {
  margin-top: .5rem;
}

.wp-pagenavi a.page, .wp-pagenavi span {
  border: none !important;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2;
  margin: 0 5px;
  padding: 0 !important;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: var(--textColor);
}

.pager .previouspostslink, .pager .nextpostslink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 767px) {
  .pager .previouspostslink, .pager .nextpostslink {
    width: 2rem;
  }
}

.pager .previouspostslink {
  left: 0;
}

.pager .nextpostslink {
  right: 0;
}

.anc {
  text-align: center;
  margin: 80px 0 80px 0;
}

.anc li {
  display: inline-block;
  margin: 0 25px;
}

.anc li a {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  background: url(../../images/works/bg-anc.png) no-repeat center bottom;
  padding: 0 40px 30px 40px;
}

.works #sec01 {
  background: url(../../images/works/bg-sec01.jpg) no-repeat center bottom;
  padding: 0 0 57px 0;
}

.works #sec02 {
  background: url(../../images/works/bg-sec02.jpg) no-repeat center bottom;
  padding: 0 0 57px 0;
}

.works #sec03 {
  background: url(../../images/works/bg-sec03.jpg) no-repeat center bottom;
  padding: 0 0 57px 0;
}

.works .btn_blue {
  margin-right: 15px;
}

.works .ttl_works {
  background: url(../../images/works/bg-ttl.png) no-repeat center top;
  padding: 18px 0;
  margin-bottom: 50px;
}

.works .ttl_works span {
  display: block;
  margin: auto;
  max-width: 1080px;
  font-size: 2rem;
}

.works .ttl_works img {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

.works .txt .ttl {
  color: #e5151f;
  font-weight: bold;
  font-size: 1.375rem;
}

.popup_list {
  padding-right: 18%;
}

.popup_list li {
  display: inline-block;
  width: 32%;
  line-height: 0;
  position: relative;
}

.popup_list li:after {
  content: url(../../images/works/icn-loupe.png);
  position: absolute;
  right: 5px;
  bottom: 5px;
  pointer-events: none;
}

.popup_list li:nth-of-type(2) {
  margin: 0 2%;
}

/*インタビュー-------------------------------------------------------------------*/
.interview_wrap {
  overflow: hidden;
  line-height: 0;
}

.interview_inner .interview_slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 940px;
}
@media screen and (max-width: 991px) {
  .interview_inner .interview_slide {
    background-position: 65% center;
  }
}

.interview_inner .slide_inner {
  background-color: rgba(255, 255, 255, 0.8);
  width: 660px;
  margin-left: 10%;
  height: 100vh;
  min-height: 940px;
  padding: 27px 0 50px 54px;
}
@media screen and (max-width: 991px) {
  .interview_inner .slide_inner {
    width: 60vw;
    margin-left: 2vw;
    padding-left: 2vw;
  }
}

.interview_inner .main_ttl {
  margin-bottom: 25px;
}

.interview_inner .ttl {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.interview_inner .txt {
  padding-left: 36px;
  padding: 0 50px 0 60px;
  margin-bottom: 60px;
}

.interview_wrap {
  position: relative;
}

.interview_wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 6px;
  margin: 0 5px;
}

.interview_wrap .slick-dots li {
  width: 42px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
}

.interview_wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 42px;
  height: 6px;
  padding: 5px;
}

.interview_wrap .slick-dots li button:before {
  content: "";
  display: block;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 6px;
  text-align: center;
  opacity: 1;
  background-color: #c1c0c1;
}

.interview_wrap .slick-dots {
  max-width: 660px;
  margin: 0 0 0 10%;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
}

.interview_wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--darkGray);
}

.interview_wrap .arrows .slick-prev,
.interview_wrap .arrows .slick-next {
  width: 78px;
  height: 98px;
  top: calc(50% - 49px);
  background: var(--lightGray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .interview_wrap .arrows .slick-prev,
  .interview_wrap .arrows .slick-next {
    width: 6vw;
    height: 10vw;
    top: 54vw;
  }
}
@media screen and (max-width: 767px) {
  .interview_wrap .arrows .slick-prev,
  .interview_wrap .arrows .slick-next {
    width: 7vw;
    height: 10vw;
    top: 54vw;
  }
}

.interview_wrap .arrows .slick-prev:before,
.interview_wrap .arrows .slick-next:before {
  content: '▲';
  font-size: 3rem;
  color: var(--darkGray);
}
@media screen and (max-width: 767px) {
  .interview_wrap .arrows .slick-prev:before,
  .interview_wrap .arrows .slick-next:before {
    font-size: 4vw;
  }
}

.interview_wrap .arrows .slick-prev {
  left: 0;
}

.interview_wrap .arrows .slick-prev:before {
  transform: rotate(-90deg);
}

.interview_wrap .arrows .slick-next {
  right: 0;
}

.interview_wrap .arrows .slick-next:before {
  transform: rotate(90deg);
}

.interview_wrap .slick-dotted.slick-slider {
  margin: 0;
}

.interview_list {
  text-align: right;
  padding: 40px 0;
}

.interview_list li {
  text-align: left;
  display: inline-block;
  margin-left: 30px;
  letter-spacing: -.4em;
}

.interview_list li:first-child {
  margin-left: 0;
}

.interview_list li a {
  display: block;
  position: relative;
}

.interview_list li a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../images/employee/icn-arrow_yellow.jpg) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 11px;
}

.interview_list li div {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: normal;
  width: 150px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.interview_list li img {
  display: inline-block;
  width: 67px;
  vertical-align: middle;
}

.interview_list li div span {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #e5151f;
}

.interview_list ul {
  display: inline-block;
}

.interview_list .btn_list {
  display: inline-block;
  margin-left: 55px;
  vertical-align: middle;
}

.interview_inner .main_ttl {
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}

.interview_inner .main_ttl:before {
  content: url(../../images/employee/bg-number_line02.png);
  position: absolute;
  left: 21px;
  top: 63px;
}

.interview_inner .main_ttl .main_header {
  margin-bottom: 35px;
}

.interview_inner .main_ttl .main_header div:last-child {
  width: calc(100% - 150px);
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.interview_inner .main_ttl .main_header div:last-child span:first-child {
  font-size: 1.4375rem;
  color: var(--textColor);
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.interview_inner .main_ttl .main_header div:last-child span:last-child {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 147, 208, 0.9);
  padding: 3px 12px;
  font-size: 1.125rem;
  width: calc(100% + 49px);
}

.interview_inner .main_ttl .catch {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 36px;
  display: none;
}

.employee .interview_inner .main_ttl .catch {
  display: block;
  font-size: 2rem;
}

.interview_inner .main_ttl .name_area {
  margin: -20px 0 32px 60px;
}

.interview_inner .interview_slide.slide01 .main_ttl .name_area {
  margin: 20px 0 10px 0;
}

.interview_inner .main_ttl .name_area .name {
  color: #0188ce;
  font-size: 3.625rem;
  font-weight: bold;
  padding-left: 36px;
  display: inline-block;
  line-height: 1.15;
}

.interview_inner .main_ttl .name_area div:last-child {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .interview_inner .main_ttl .name_area div:last-child {
    padding-left: 36px;
  }
}

.interview_inner .main_ttl .name_area div:last-child span:first-child {
  color: var(--textColor);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 5px;
}

.interview_inner .main_ttl .interview_ttl {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 1.43rem;
  padding-left: 36px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.interview_inner .main_ttl .interview_ttl p:first-child {
  font-weight: normal;
  display: inline-block;
}

.interview_inner .main_ttl .interview_ttl p:last-child {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
  margin: 0 0 0 5px;
  flex: 50% 1 1;
}

.interview_inner .interview_slide.slide01 .main_ttl .catch {
  display: block;
}

.interview_inner .flow_table {
  line-height: normal;
  padding: 0 0 30px 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 36px;
  margin-right: 100px;
}

.interview_inner .flow_table div {
  font-size: 1.125rem;
  font-weight: bold;
  color: #e5151f;
  background-color: rgba(255, 222, 0, 0.7);
  text-align: center;
  margin-bottom: 30px;
}

.interview_inner .flow_table div span {
  padding: 3px 0;
  background-image: url(../../images/employee/table_ttlLeft.png), url(../../images/employee/table_ttlRight.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}

.interview_inner .flow_table table {
  letter-spacing: normal;
  line-height: 1.4;
  width: 100%;
}

.interview_inner .flow_table td {
  padding: 0 30px 20px 0;
  font-size: 0.875rem;
}

.interview_inner .flow_table td span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 2px;
}

.employee .interview_inner .main_ttl .main_header div:last-child span:first-child {
  font-size: 1rem;
}

.employee .interview_inner .main_ttl .main_header div:last-child {
  width: auto;
}

.employee .interview_inner .main_ttl .main_header div:last-child span:last-child {
  font-size: 0.7rem;
  line-height: 1;
  padding: 5px 12px;
}

@media all and (-ms-high-contrast: none) {
  .employee .interview_inner .main_ttl .main_header div:last-child span:last-child {
    font-size: 0.7rem;
    line-height: 1;
    padding: 6px 12px 4px 12px;
  }

  .interview_inner .main_ttl .main_header div:last-child span:last-child {
    padding: 6px 12px 1px 12px;
  }

  .interview_inner .main_ttl .name_area div:last-child span:last-child {
    line-height: 1;
    padding: 7px 10px 1px 10px;
  }
}
.employee_inner .box a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.employee_inner .box_inner {
  bottom: inherit;
  top: 360px;
}

.employee_inner .slick-track {
  margin: 0 auto 0 0 !important;
}

.employee_inner .slick-next {
  right: 0 !important;
}

/*フォーム-------------------------------------------------------------------*/
#form_area .lead {
  text-align: center;
}

#form_area dl {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}

#form_area dl:first-child {
  border-top: 1px solid #b2b2b2;
}

#form_area dt {
  background: url(../../images/contact/icn.png) no-repeat 45px center;
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
}

#form_area dd {
  display: table-cell;
  width: 75%;
  padding: 15px 0;
  position: relative;
}

.privacy .ttl {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 20px 0 !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #b2b2b2;
  background: none !important;
  color: #000 !important;
}

.privacy .ttl:after {
  display: none !important;
}

.privacy .scrollContents {
  padding: 30px 10%;
  height: 280px;
  overflow-y: scroll;
}

.privacy .scrollContents p span {
  display: block;
  font-weight: bold;
}

.privacy .scrollContents p {
  line-height: 1.6;
}

#form_area .confirm button {
  background-image: url(../../images/common/icn-arrowWhite.png), url(../../images/common/bg-btn_brown.jpg);
  background-repeat: no-repeat, repeat;
  background-position: calc( 520px + 5% ) center, left center;
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: auto;
  font-size: 1.5625rem;
  padding: 10px 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  border: none;
  display: block;
  font-weight: 600;
}

#form_area .btn_area button {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  cursor: pointer;
}

#form_area .back button {
  background-image: url(../../images/common/icn-arrowLeft.png);
  background-repeat: no-repeat;
  background-position: 25px center;
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 1.5625rem;
  padding: 10px 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  font-weight: bold;
  color: #251212;
  background-color: #fff;
  border: 1px solid #251212;
}

#form_area .submit button {
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 0 15px 15px;
  font-size: 1.5625rem;
  padding: 10px 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  border: none;
  display: inline-block;
  font-weight: bold;
  background-color: #ffde00;
}

#form_area .btn_area {
  text-align: center;
  margin: 40px 0;
}

#form_area .btn_area button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.thanks {
  text-align: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .thanks {
    text-align: left;
  }
}

.thanks .ttl {
  font-size: 1.9375rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  background: url(../../images/contact/ttl-thanks.png) no-repeat center top;
  background-size: 200px;
  padding-top: 100px;
}

.thanks .tel_btn {
  max-width: 510px;
  margin: auto;
  position: relative;
}

.thanks .tel_btn:before {
  content: "";
  height: 250px;
  width: 90px;
  background: url(../../images/contact/img-person.png) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  right: -29px;
  bottom: -161px;
  z-index: 10;
}

.mw_wp_form .error {
  margin: 15px 0;
}

.confirm #form_area dt,
.confirm #form_area dd,
.confirm_event #form_area dt,
.confirm_event #form_area dd {
  padding: 25px 0;
}

.confirm #form_area .must, .confirm #form_area .free,
.confirm_event #form_area .must, .confirm_event #form_area .free {
  display: none;
}

.confirm #form_area dt,
.confirm_event #form_area dt {
  padding-left: 35px;
  background-position: left center;
}

/*お知らせ-------------------------------------------------------------------*/
#primary {
  width: 78%;
  float: left;
}

#sidebar {
  width: 18%;
  float: right;
}

#primary .txt a {
  text-decoration: underline;
  color: #0084b4;
}

.important_info .txt {
  line-height: 1.6;
}

.important_info {
  background-color: #ffecec;
  padding: 17px;
}

.none01.none02 .important_info {
  display: none;
}

.important_info .box_border .ttl span {
  background-color: #ffecec;
}

.important_info h2.caution {
  background-color: #fff;
}

.single_article {
  overflow: hidden;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}

.single_article a {
  display: block;
}

.single_article .img {
  width: 155px;
  height: 128px;
  overflow: hidden;
  position: relative;
  float: left;
}

.single_article .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.single_article .text {
  width: calc(100% - 185px);
  margin-left: 30px;
  float: left;
}

.icn_cat {
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--darkGray);
  max-width: 100px;
  width: 100%;
  display: inline-block;
  padding: 7px 10px 5px 10px;
  text-align: center;
  margin-right: 10px;
}

.single_article .date {
  margin-bottom: 20px;
}

.single_article .ttl {
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.25rem;
}

.single_article .text p {
  line-height: 1.4;
}

#sidebar .side_ttl {
  color: #fff;
  background: var(--darkGray);
  padding: 17px 0;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.125rem;
}

#sidebar ul {
  padding-left: 15px;
}

#sidebar ul li:before {
  content: "●";
  color: var(--darkGray);
  font-size: 7px;
  vertical-align: middle;
  margin-right: 10px;
}

#sidebar ul li:not(:last-child) {
  margin-bottom: 25px;
}

#sidebar ul.children {
  margin-top: 0.8em;
}

#sidebar .archive_area {
  padding-left: 15px;
}

#sidebar .archive_area h4 {
  margin-bottom: 25px;
  cursor: pointer;
}

#sidebar .archive_area h4:before {
  content: url(../../images/common/icn-plus.png);
  margin-right: 5px;
  display: inline-block;
}

#sidebar .archive_area h4.open:before {
  content: url(../../images/common/icn-minus.png);
}

#sidebar .archive_area ul {
  display: none;
  padding-left: 20px;
}

#sidebar .archive_area li:before {
  margin-right: 5px;
}

.icn_prev a, .icn_next a {
  font-weight: bold;
  font-size: 1.0625rem;
  width: 104px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  border: 1px solid var(--textColor);
}

.icn_prev, .icn_next {
  position: absolute;
  left: 0;
  top: 0;
}

.icn_prev a:before {
  content: '<';
  display: inline-block;
  transform-origin: left;
  transform: scaleX(50%);
  margin-right: .5em;
}

.icn_next a:after {
  content: '>';
  display: inline-block;
  margin-left: .5em;
  transform-origin: right;
  transform: scaleX(50%);
  margin-left: .5em;
}

.icn_next {
  right: 0;
  left: auto;
}

.page_navi {
  position: relative;
  margin-top: 90px;
  margin-bottom: 60px;
  text-align: center;
}
.page_navi .btnGray {
  min-width: inherit;
}

.single-post .ttl_wrap .date {
  position: relative;
}

.single-post .ttl_wrap .date .date_wrap {
  background-color: #fff;
  padding-right: 1em;
  position: relative;
  z-index: 1;
}

.single-post .ttl_wrap .date:after {
  content: "";
  max-width: calc(100% - 260px);
  width: 80%;
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 13px;
}

.single_ttl {
  font-size: 1.875rem;
  line-height: 1.4;
  margin: 1.2em 0;
}

#sidebar ul.mb60 {
  margin-bottom: 60px;
}

#sidebar .archive_area {
  margin-bottom: 40px;
}

.boxRRTSearchWrap {
  padding: 33px 0 0 0;
  /*  border-bottom: 1px #d6d7d7 solid; */
}
.boxRRTSearchWrap h2.mt {
  margin-top: 4rem;
}

@media all and (max-width: 640px) {
  .boxRRTSearchWrap {
    padding: 8.0vw 0 2.5vw 0;
    border-bottom: 0;
  }
}
.boxRRTSearchBg {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #e7eaf3;
}

.boxRRTSearchLR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* margin-bottom: 47px; */
}

@media all and (max-width: 640px) {
  .boxRRTSearchLR {
    display: block;
    margin-bottom: 12.5vw;
  }
}
.boxRRTSearchL {
  width: 47.5%;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.boxRRTSearchL .ttl {
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .ttl {
    margin-bottom: 4vw;
    font-size: 1.5rem;
  }
}
.boxRRTSearchL .ttl .small {
  font-size: 1.4rem;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .ttl .small {
    font-size: 1.2rem;
  }
}
.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01L {
  width: 80%;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01L {
    width: 74.5%;
  }
}
.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R {
  width: 18%;
  text-align: right;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R {
    width: 21.5%;
  }
}
.boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R .btnSubmit01 {
  width: 88px;
  height: 93px;
  border: 0;
  border-radius: 0;
  background-image: url("./../../images/recruit/recruit-btn-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .formRRTSearch01 .boxFormRRTSearch01 .boxFormRRTSearch01R .btnSubmit01 {
    width: 100%;
    height: auto;
    padding-top: 107.853403%;
    background-image: url("./../../images_sp/recruit/sp-recruit-btn-search.png");
    background-size: 100% auto;
  }
}
.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"],
.boxRRTSearchL .formRRTSearch01 select[name="search_job_place"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 42px;
  padding: 9px 18px 9px 18px;
  border-radius: 0;
  border: 1px #000 solid;
  background-image: url("./../../images/recruit/recruit-icn-search-arrow01.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"],
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_place"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8vw;
    padding: 0 10vw 0 3vw;
    line-height: 1.2;
    background-image: url("./../../images_sp/recruit/sp-recruit-icn-arrow02-b.png");
    background-position: 95% center;
    background-size: 7% auto;
    font-size: 1.07rem;
  }
}
.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"] {
  margin-bottom: 8px;
}

@media all and (max-width: 640px) {
  .boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"] {
    margin-bottom: 4vw;
  }
}
.boxRRTSearchL .formRRTSearch01 select[name="search_job_cat"]::-ms-expand,
.boxRRTSearchL .formRRTSearch01 select[name="search_job_place"]::-ms-expand {
  display: none;
}

.boxRRTSearchR {
  width: 100%;
}
.boxRRTSearchR input, .boxRRTSearchR button {
  font-family: var(--baseFont);
}

@media all and (max-width: 640px) {
  .boxRRTSearchR {
    width: 100%;
    padding: 0;
    /* padding: 4.5vw 5vw 4vw 5vw; */
  }
}
.boxRRTSearchR .boxRRTSearchR01 .bl_lv2Heading {
  margin-bottom: 18px;
  padding-left: 0;
}

.boxRRTSearchR .boxRRTSearchR01 .bl_lv2Heading_ttl {
  margin-bottom: 0;
  padding-top: 0;
}

.boxRRTSearchR .boxRRTSearchR01 .ttl {
  margin-bottom: 18px;
  letter-spacing: 0.13em;
  font-size: 2.0rem;
  /*	font-family: æ¸¸æ˜Žæœ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSæ˜ŽæœE, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;*/
  color: #041C47;
  /*	background: url(../../images/recruit/bg-dot.png) no-repeat left bottom;*/
  padding: 27px 0 0 0px;
}

.boxRRTSearchR .boxRRTSearchR01 .ttl .txt01 {
  font-size: 2.15rem;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .ttl {
    margin-bottom: 3.5vw;
    font-size: 1.4rem;
    padding: 2vw 0 0 0vw;
    background-size: 1vw;
  }

  .boxRRTSearchR .boxRRTSearchR01 .ttl .txt01 {
    font-size: 1.5rem;
  }
}
.boxRRTSearchR .boxRRTSearchR01 .ttl .small {
  font-size: 1.4rem;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .ttl .small {
    font-size: 1.2rem;
  }
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 {
  width: 100%;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 {
    width: 74.5%;
  }
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"] {
  width: 100%;
  height: 43px;
  padding: 11px 18px 11px 18px;
  border-radius: 0;
  border: 1px #000 solid;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: #000;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"] {
    height: 8.5vw;
    padding: 2vw 3vw 1vw 3vw;
    -webkit-appearance: none;
    letter-spacing: -0.03em;
    font-size: 1.07rem;
  }
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"]:placeholder-shown {
  color: #666;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"]::-webkit-input-placeholder {
  color: #666;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"]:-moz-placeholder {
  color: #666;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"]::-moz-placeholder {
  color: #666;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput01 input[name="s"]:-ms-input-placeholder {
  color: #666;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 {
  width: 15%;
  text-align: right;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 {
    width: 21.5%;
  }
}
.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
  width: 111px;
  /* padding: 0.5em; */
  height: 42px;
  border: 0;
  border: 2px solid transparent;
  background-color: var(--darkGray);
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-size: 1.285rem;
  /* 1.43rem */
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02:hover {
  border: 2px solid #48a3d2;
  background: #fff;
  color: #48a3d2;
}

@media all and (max-width: 640px) {
  .boxRRTSearchR .boxRRTSearchR01 .formRRTSearch02 .boxInput02 .btnSubmit02 {
    width: 100%;
    height: auto;
    font-size: 1rem;
    padding: 4px 0;
    /*		font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"æ¸¸ã‚´ã‚·ãƒƒã‚¯","Yu Gothic","ãƒ¡ã‚¤ãƒªã‚ª",sans-serif;*/
    -webkit-appearance: none;
    border-radius: 25px;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }
}
.boxRecSearch .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 78px;
  margin-bottom: 39px;
  padding-top: 40px;
  color: #041C47;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl {
    height: 16.5vw;
    margin-bottom: 4.5vw;
    padding-top: 4.5vw;
  }

  .boxRecSearch .boxRecSearch02 .ttl {
    margin-bottom: 4vw;
  }
}
.boxRecSearch .ttl .ttlNum {
  padding-left: 37px;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlNum {
    padding-left: 5.0vw;
    font-size: 2.2rem;
  }
}
@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlNum img {
    width: 1vw;
  }
}
.boxRecSearch .ttl .ttlStr {
  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;
  padding: 8px 0 0 3.5%;
  font-weight: 700;
  color: #fff;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlStr {
    padding: 2vw 0 0 3.6vw;
  }
}
.boxRecSearch .ttl .ttlStr .ttlJa {
  order: 1;
  width: 100%;
  margin-bottom: 3px;
  letter-spacing: 0.12em;
  font-size: 2.0rem;
}

.boxRecSearch .ttl .ttlStr .ttlJa span {
  font-size: 2.15rem;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlStr .ttlJa {
    margin-bottom: 1.0vw;
    letter-spacing: 0.13em;
    font-size: 1.4rem;
  }

  .boxRecSearch .ttl .ttlStr .ttlJa span {
    font-size: 1.5rem;
  }
}
.boxRecSearch .ttl .ttlStr .ttlJa .small {
  font-size: 2.0rem;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlStr .ttlJa .small {
    margin-left: 0.5vw;
    letter-spacing: 0.25em;
    font-size: 1.1rem;
  }
}
.boxRecSearch .ttl .ttlStr .ttlEn {
  order: 2;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}

@media all and (max-width: 640px) {
  .boxRecSearch .ttl .ttlStr .ttlEn {
    margin-bottom: 1vw;
    font-size: 0.75rem;
  }
}
.boxRecSearch01,
.boxRecSearch02,
.boxRecSearch04 {
  position: relative;
  /* margin-bottom: 40px;
  padding-bottom: 32px; */
  /* background: rgb(0,92,186); */
  /* background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%); */
  /*
  background-image: url(./../../images/recruit/recruit-search-bg04.png),url(./../../images/recruit/recruit-search-bg04-repeat.png);
  background-repeat: no-repeat,repeat-y;
  background-position: left top,left top;
  background-size: auto auto,auto auto;
  */
  /*
  background-image: url(./../../images/recruit/recruit-search-bg04.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;*/
}

.boxRecSearch02 {
  /* background-color: #2aa2f8; */
  /*  padding-top: 4rem;*/
}

@media all and (max-width: 640px) {
  .boxRecSearch01,
  .boxRecSearch02,
  .boxRecSearch04 {
    margin-bottom: 6.5vw;
    padding-bottom: 4vw;
    /*10vw;*/
  }

  .boxRecSearch02 {
    margin-bottom: 8vw;
    padding-bottom: 6vw;
  }
}
.bgGray {
  background: var(--bgGray);
}

.boxRecSearch {
  padding: 4rem 6rem;
}
@media screen and (max-width: 991px) {
  .boxRecSearch {
    padding: 10vw 5vw;
  }
}
.boxRecSearch > div {

  max-width: 80rem;
  margin: 0 auto;
}
.boxRecSearch h2 {
    margin-bottom: 2.5rem;
}
.boxRecSearch0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecSearchBn01 {
  display: none;
  width: 47%;
  /*margin-bottom: 41px;*/
}

@media all and (max-width: 640px) {
  .boxRecSearchBn01 {
    width: 100%;
    margin-bottom: 6.3vw;
    padding-bottom: 6.5vw;
    background-image: url("./../../images_sp/recruit/sp-recruit-search-border01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70% 1px;
  }
}
@media all and (max-width: 640px) {
  .boxRecSearch01 .boxAccordionWrap,
  .boxRecSearch02 .boxAccordionWrap {
    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;
  }

  .boxRecSearch01 .btnAccordionSp,
  .boxRecSearch02 .btnAccordionSp {
    order: 2;
    width: 100%;
    padding-top: 5vw;
    text-align: center;
  }

  .boxRecSearch01 .btnAccordionSp .icnAccordionSp,
  .boxRecSearch02 .btnAccordionSp .icnAccordionSp {
    width: 4vw;
  }

  .boxRecSearch01 .boxAccordionSp,
  .boxRecSearch02 .boxAccordionSp {
    order: 1;
    width: 100%;
  }
}
.ulRecSearch01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  /*53.3%;*/
}

@media all and (max-width: 640px) {
  .ulRecSearch01 {
    display: block;
    width: 100%;
  }
}
.ulRecSearch01 li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8px;
  /* padding: 0.5em; */
  /* font-size: 1.25rem; */
}

.ulRecSearch01 li a {
  display: block;
  padding: .6rem .3rem .6rem 1.8rem;
  background-position: left 14px center;
  background-color: #fff;
  font-size: 1.285rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  border: 2px solid var(--darkgray);
  transition: .4s ease-in-out;
}

@media all and (max-width: 640px) {
  .ulRecSearch01 li a {
    font-size: 1rem;
  }
}
.ulRecSearch01 li a:hover {
  background-color: var(--darkGray);
  color: #fff;
}

.ulRecSearch01 li a {
  opacity: 1;
}

.ulRecSearch01 li a:hover {
  opacity: 1;
}

.ulRecSearch01 li:hover a {
  opacity: 1;
  transition: none;
}

@media all and (max-width: 640px) {
  .ulRecSearch01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
    /* background-image: url(./../../images_sp/recruit/sp-recruit-icn-arrow02.png); */
    background-position: 4vw center;
    background-size: 1.8vw auto;
    font-size: 1.0rem;
  }
}
.ulRecSearch01 li:nth-child(2n) {
  margin-right: 0;
}

/* .boxRecSearch0201 {
  width: 93%;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxRecSearch0201 {
    width: 90%;
  }
} */
.boxRecSearch0201 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* Pagination */
.boxPagination {
  position: relative;
  z-index: 9;
  padding: 50px 0;
  border-top: 1px #d6d7d7 solid;
  text-align: right;
}

@media all and (max-width: 640px) {
  .boxPagination {
    padding: 5% 0 10% 0;
    /* padding: 5% 0 20% 0; */
    border: 0;
  }
}
.boxPagination.top {
  margin-bottom: 40px;
  padding-bottom: 0;
  border: 0;
}

@media all and (max-width: 640px) {
  .boxPagination.top {
    width: 110%;
    margin-left: -5%;
    margin-bottom: 5%;
  }
}
.boxPaginationIn {
  width: 1200px;
  /* 980px */
  margin: 0 auto;
}

@media all and (max-width: 640px) {
  .boxPaginationIn {
    width: 100%;
  }
}
.boxPaginationInLR {
  display: table;
  margin-left: auto;
}

@media all and (max-width: 640px) {
  .boxPaginationInLR {
    display: block;
  }
}
.boxPaginationInL {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 640px) {
  .boxPaginationInL {
    display: block;
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
  }
}
.boxPaginationInL span {
  padding: 0.6em 20px 0.5em 15px;
  display: inline-block;
  background-image: url("./../../images/recruit/pagenation-separation01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5% auto;
}

@media all and (max-width: 640px) {
  .boxPaginationInL span {
    padding: 1vw 3.5vw;
    background-image: url("./../../images_sp/recruit/sp-pagenation-separation01.png");
    background-size: 1.7vw auto;
  }
}
.boxPaginationInR {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 640px) {
  .boxPaginationInR {
    display: block;
  }
}
ul.page-numbers {
  display: table;
  /*margin-left: auto;*/
}

@media all and (max-width: 640px) {
  ul.page-numbers {
    margin: 0 auto;
  }
}
ul.page-numbers li {
  display: table-cell;
  padding-right: 4px;
  vertical-align: middle;
}

@media all and (max-width: 640px) {
  ul.page-numbers li {
    padding-right: 1vw;
  }
}
ul.page-numbers li > .page-numbers {
  display: table-cell;
  width: 31px;
  height: 31px;
  padding-top: 2px;
  /*border: 1px #e3e9f2 solid;*/
  border-radius: 0;
  background-color: #f2f1eb;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.0rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 640px) {
  ul.page-numbers li > .page-numbers {
    width: 8vw;
    height: 8vw;
    padding-top: 0;
    font-size: 3.2vw;
  }
}
ul.page-numbers li > .page-numbers:hover {
  opacity: 1;
  border: 0;
  background-color: var(--darkGray);
  color: #fff;
}

ul.page-numbers li > .page-numbers.current {
  border: 0;
  background-color: var(--darkGray);
  font-weight: 700;
  color: #fff;
}

ul.page-numbers li > .page-numbers.dots {
  border: 0;
  background-color: transparent;
  cursor: auto;
}

@media all and (max-width: 640px) {
  ul.page-numbers li > .page-numbers.dots {
    width: 5vw;
    pointer-events: none;
  }
}
ul.page-numbers li > .page-numbers.dots:hover {
  background-color: transparent;
  color: inherit;
}

ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev {
  width: 115px;
  border: 0;
  border-radius: 0;
  background-color: var(--darkGary);
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-weight: 700;
  color: #fff;
}

@media all and (max-width: 640px) {
  ul.page-numbers li > .page-numbers.next,
  ul.page-numbers li > .page-numbers.prev {
    width: 17vw;
    border: 0;
    letter-spacing: -0.03em;
    font-size: 1.0rem;
    font-size: 3.0vw;
  }
}
ul.page-numbers li > .page-numbers.next {
  padding-left: 10px;
  background-image: url("./../../images/recruit/pagenation-icn-arrow01-right.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: left;
}

@media all and (max-width: 640px) {
  ul.page-numbers li > .page-numbers.next {
    padding-left: 1vw;
    background-image: url("./../../images_sp/recruit/sp-pagenation-icn-arrow01-right.png");
    background-position: 94% center;
    background-size: 1.5vw;
  }
}
ul.page-numbers li > .page-numbers.prev {
  padding-right: 10px;
  background-image: url("./../../images/recruit/pagenation-icn-arrow01-left.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-align: right;
}

@media all and (max-width: 640px) {
  ul.page-numbers li > .page-numbers.prev {
    padding-right: 1vw;
    background-image: url("./../../images_sp/recruit/sp-pagenation-icn-arrow01-left.png?1");
    background-position: 6% center;
  }
}
ul.page-numbers li.liNext {
  padding-left: 10px;
}

@media all and (max-width: 640px) {
  ul.page-numbers li.liNext {
    padding-right: 0;
    padding-left: 0.1vw;
  }
}
ul.page-numbers li.liPrev {
  padding-right: 10px;
}

@media all and (max-width: 640px) {
  ul.page-numbers li.liPrev {
    padding-right: 1.0vw;
    padding-left: 0;
  }
}
@media all and (max-width: 640px) {
  ul.page-numbers li .dots {
    background: none;
    pointer-events: none;
    width: 5vw;
  }
}
/* Single PageNavi */
.boxSinglePageNavi {
  position: relative;
  z-index: 10;
  padding-top: 35px;
}

.boxSinglePageNavi a[rel="prev"],
.boxSinglePageNavi a[rel="next"] {
  position: absolute;
  top: 0;
  display: block;
  width: 90px;
  padding: 10px 0;
  background-image: url("./../../images/common/archive-pagination-bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  font-size: 1.0rem;
  color: #fff;
  text-shadow: 1px 1px 2px #333,-1px -1px 2px #333;
}

.boxSinglePageNavi a[rel="prev"] {
  left: 14%;
}

.boxSinglePageNavi.type2Col a[rel="prev"] {
  left: 0;
}

.boxSinglePageNavi a[rel="next"] {
  right: 14%;
}

.boxSinglePageNavi.type2Col a[rel="next"] {
  right: 0;
}

.boxRecruitList .box {
  padding-bottom: 2rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 2rem;
}
.boxRecruitList .box a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .boxRecruitList .box .cont dl {
    clear: both;
  }
}
.boxRecruitList .box .cont dl dt {
  width: 7em;
}
.boxRecruitList .box .cont dl dt:before {
  content: '■';
  display: inline-block;
  margin-right: .5em;
  transform: translateY(-10%);
}
.boxRecruitList .box .cont dl + dl {
  margin-top: .5em;
}
.boxRecruitList .box .img {
  margin-right: 3rem;
  width: 22%;
  max-width: 20rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .boxRecruitList .box .img {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
  }
  .boxRecruitList .box .img.new:after {
    font-size: 3vw;
  }
}
.boxRecruitList .btnArrow {
  right: 1rem;
  bottom: 2rem;
  text-align: right;
  width: auto;
}
@media screen and (max-width: 767px) {
  .boxRecruitList .box .cont {
    width: 100%;
  }
  .boxRecruitList .box .cont:before {
    content: '';
    display: inline-block;
    width: 40%;
    aspect-ratio: 1;
    margin-right: 4%;
    margin-bottom: 2rem;
    float: left;
  }
  .boxRecruitList .box .cont dt {
    white-space: nowrap;
  }
  .boxRecruitList .box .cont h3 {
    min-height: inherit;
  }
  .boxRecruitList .box .cont .tagList {
    clear: both;
    margin-top: 2rem;
  }
  .boxRecruitList .btnArrow {
    bottom: .75rem;
  }
}

@media screen and (max-width: 767px) {
  .single-recruit .mv {
    margin-bottom: 20vw;
  }
}
.single-recruit .mv .thmb {
  position: absolute;
  left: 55%;
  top: 20%;
  width: 16rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 991px) {
  .single-recruit .mv .thmb {
    right: 5vw;
    top: auto;
    width: 20vw;
    bottom: -5vw;
  }
}
.single-recruit .mv .thmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-recruit #secYoko .txt1 {
  margin-bottom: 6em;
}
.single-recruit .recruitTtl {
  font-size: 2rem;
  margin-bottom: 1.6em;
  text-align: center;
}
.single-recruit .tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em;
}
.single-recruit .tagList li {
  padding: 0 .5em;
  line-height: 1.6;
  background: #f5f5f5;
  font-weight: bold;
}
.single-recruit .yokoDl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.single-recruit .yokoDl dt {
  flex: 20% 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .single-recruit .yokoDl dt {
    flex-basis: 7em;
  }
}
.single-recruit .yokoDl dt:before {
  content: '●';
  display: inline-block;
  margin-right: .5em;
}
.single-recruit .yokoDl dd {
  flex: 80% 0 0;
}
@media screen and (max-width: 767px) {
  .single-recruit .yokoDl dd {
    flex: calc(100% - 7.5em) 1 0;
  }
}
.single-recruit .yokoDl dt, .single-recruit .yokoDl dd {
  padding: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single-recruit .yokoDl dt, .single-recruit .yokoDl dd {
    padding: .5em;
  }
}
.single-recruit .yokoDl dt:nth-of-type(odd), .single-recruit .yokoDl dd:nth-of-type(odd) {
  background: var(--bgGray);
}

.policyDl {
  margin-top: 3rem;
  margin-bottom: 8rem;
  line-height: 1.6;
}
.policyDl dt {
  background: url(/recruit/wp-content/themes/kogoe-recruit/images/common/h3-bg.png);
  color: #fff;
  font-size: 1.38rem;
  padding: 0.8em 1em;
  margin-bottom: 2em;
  margin-top: 4rem;
}
.policyDl dd {
  margin-top: 1em;
}
.policyDl dd p {
  margin-bottom: 1rem;
}
.policyDl dd a {
  text-decoration: underline;
  word-break: break-all;
}

body.entry .companyLeadGrp {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.entry .companyLeadGrp {
    display: block;
  }
}
body.entry .companyLeadGrp .rightBox {
  flex: 33% 1 0;
  min-width: 30rem;
}
@media screen and (max-width: 991px) {
  body.entry .companyLeadGrp .rightBox {
    margin-top: 1rem;
    min-width: inherit;
  }
}
body.entry .pageLeadTxt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.entry .pageLeadTxt {
    font-size: 6vw;
  }
}
body.entry .pageLeadTxt .ib {
  display: inline-block;
}
body.entry .contactsInfo .txt1 {
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.entry .contactsInfo .txt1 {
    text-align: left;
  }
}
body.entry .contactsInfo .pcFlex {
  gap: 2em;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.entry .contactsInfo .pcFlex {
    display: block;
  }
}
body.entry .contactsInfo .pcFlex > div {
  flex: calc(50% - 1em) 0 0;
}
@media screen and (max-width: 991px) {
  body.entry .contactsInfo .pcFlex > div {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.entry .contactsInfo .pcFlex h3 {
    margin-bottom: 1rem;
  }
}
body.entry .contactsInfo .btnArrow {
  margin-top: 1.4rem;
}
body.entry .contactsInfo .tel_link {
  font-size: 1.8rem;
}
body.entry .contactsInfo .tel_link small {
  font-size: .6em;
  display: inline-block;
  margin-right: .25em;
}

.boxRecSBottomNaviWrap {
  /*border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;*/
  background-image: url("./../../images/recruit/recruit-s-top-navi-bg01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviWrap {
    margin-bottom: 9vw;
    background-color: #fff;
    background-image: url("./../../images_sp/recruit/sp-recruit-s-top-navi-bg01.jpg");
    background-size: 100% auto;
  }
}
.boxRecSBottomNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 216px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 1000px;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNavi {
    display: block;
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.boxRecSBottomNaviL {
  width: 29%;
  padding: 0px 0 0 12px;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviL {
    width: 100%;
    padding: 28vw 4vw 4vw;
    text-align: center;
  }
}
.boxRecSBottomNaviL img {
  margin-left: 0;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviL img {
    /*  width: 65%; */
    margin-left: 0;
    width: 65%;
    /* 100% */
    margin-bottom: 5vw;
  }
}
.boxRecSBottomNaviR {
  /*	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 63%;
  /* 58.5% */
  padding-top: 0px;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviR {
    display: block;
    width: 100%;
    /*margin-top: -13%;*/
    padding-top: 0;
    padding-bottom: 0.5vw;
  }
}
.boxRecSBottomNaviR .boxCont01One {
  width: 31%;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviR .boxCont01One {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
.boxRecSBottomNaviR .boxCont01One a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
  /* padding: 0 10px; */
  padding: 0 16px;
  background-color: var(--darkGray);
  /*24578c*/
  background-image: url("./../../images/common/btn-icn-arrow01.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto auto;
  line-height: 1.38;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
  /*	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviR .boxCont01One a {
    height: 17vw;
    margin-bottom: 2.8vw;
    padding: 0 8vw;
    background-image: url("./../../images_sp/recruit/sp-recruit-icn-arrow05.png");
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 2.3vw auto;
    font-size: 1.13rem;
  }
}
.boxRecSBottomNaviR .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.94rem;
}

@media all and (max-width: 640px) {
  .boxRecSBottomNaviR .boxCont01One .boxBaseCom {
    font-size: 0.9rem;
  }
}
.boxWorksList .boxWrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .boxWorksList .boxWrap {
    margin-right: -2vw;
    margin-top: 3rem;
  }
}
.boxWorksList .boxWrap:before, .boxWorksList .boxWrap:after {
  content: '';
  flex: calc(33.33% - 2rem);
  order: 1;
}
.boxWorksList .box {
  flex: calc(33.33% - 3rem);
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .boxWorksList .box {
    flex-basis: calc(50% - 2vw);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
}
.boxWorksList .box a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.boxWorksList .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxWorksList .box a span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 2px 2px 6px var(--textColor);
}
@media screen and (max-width: 991px) {
  .boxWorksList .box a span {
    font-size: 4vw;
  }
}

.single-works #secLead .ttl {
  font-size: 2em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single-works #secLead .ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .single-works #secLead .boxFlexLR {
    display: block;
  }
  .single-works #secLead .boxFlexLR > div {
    width: auto;
  }
  .single-works #secLead .boxFlexR {
    margin-top: 1rem;
  }
}

.boxOccupationsS04Wrap {
  background: var(--bgGray);
}

.boxOccupationsS04 {
  display: flex;
}
@media screen and (max-width: 991px) {
  .boxOccupationsS04 {
    display: block;
  }
}

.boxOccupationsS04 .boxWrap {
  width: calc(100% - 430px);
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .boxOccupationsS04 .boxWrap {
    width: auto;
  }
}

.boxOccupationsS04 .box {
  display: inline-block;
  width: 220px !important;
  border-right: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .boxOccupationsS04 .box {
    width: auto !important;
    border-right: none;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px var(--textColor);
  }
}

.boxOccupationsS04 .ttl_h2 {
  margin-bottom: 60px;
}

.boxOccupationsS04 .box .img.new {
  position: relative;
}
.boxOccupationsS04 .box .img.new:after {
  content: 'NEW';
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: var(--lightGray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  font-weight: bold;
  font-size: 0.88rem;
}
@media screen and (max-width: 767px) {
  .boxOccupationsS04 .box .img.new:after {
    font-size: 5vw;
    width: 4em;
    height: 2em;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .boxOccupationsS04 .box .img img {
    width: 100%;
  }
}

.boxOccupationsS04 .box .ttl {
  font-size: 1.25rem;
  margin: 1em 0 0.8em 0;
  line-height: 1.5;
}

.boxOccupationsS04 .ttl_wrap {
  width: 280px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkGray);
}
@media screen and (max-width: 991px) {
  .boxOccupationsS04 .ttl_wrap {
    width: auto;
    height: auto;
    margin-bottom: 3rem;
  }
}

.boxOccupationsS04 .ttl_wrap > div {
  width: 100%;
  padding: 1rem;
}

.boxOccupationsS04 .ttl_wrap .ttl01 {
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.53;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .boxOccupationsS04 .ttl_wrap .ttl01 {
    font-size: 6vw;
  }
}

.boxOccupationsS04 .ttl_wrap .ttl01 span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.06em;
}

.boxOccupationsS04 .ttl_wrap a {
  display: flex;
  width: 100%;
  height: 46px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
}
.boxOccupationsS04 .ttl_wrap a:before {
  content: '';
  display: inline-block;
  background: var(--textColor);
  width: .4em;
  height: 1em;
  clip-path: polygon(0 10%, 100% 50%, 0 90%);
  margin-right: .5em;
}

.boxOccupationsS04 .slick-next {
  display: none;
}

.boxOccupationsS04 .slick-prev {
  width: 77px;
  height: 77px;
  background: url("../../images/occupations/icn-prev.png") no-repeat left center !important;
  background-size: contain;
  left: -113px;
  z-index: 1;
}

.boxOccupationsS04 .slick-prev:before {
  content: none;
}

.boxOccupationsS04Wrap {
  position: relative;
  padding: 5.875rem 0;
  overflow: hidden;
}

.boxOccupationsS04Wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.boxOccupationsS04Wrap .bg img {
  max-width: inherit;
  width: auto;
}

.boxOccupationsS05Wrap {
  padding-top: 7.5rem;
  margin-bottom: 7rem;
}

.boxOccupationsS05 h3 {
  font-size: 1.25rem;
  display: flex;
  margin-bottom: 2em;
}

.boxOccupationsS05 h3:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: var(--textColor);
  margin: 0.5em 1em 0 0;
}

.boxOccupationsS05 h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: var(--textColor);
  margin: 0.5em 0 0 1em;
}

.boxOccupationsS05Wrap .boxWrap {
  max-width: 1415px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.625%;
}

.boxOccupationsS05Wrap .boxWrap .box {
  width: 18.7%;
  position: relative;
  margin-bottom: 1.625%;
}
@media screen and (max-width: 991px) {
  .boxOccupationsS05Wrap .boxWrap .box {
    width: calc(25% - 1.625%);
  }
}
@media screen and (max-width: 767px) {
  .boxOccupationsS05Wrap .boxWrap .box {
    width: calc(50% - 1.625%);
  }
}

.boxOccupationsS05Wrap .boxWrap .box span {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  display: inline-block;
  left: 5%;
  margin: auto;
  max-width: 90%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3;
  background: #000;
  padding: .5rem;
}
@media screen and (max-width: 767px) {
  .boxOccupationsS05Wrap .boxWrap .box span {
    top: 75%;
    font-size: 4vw;
  }
}

/*社員紹介-------------------------------------------------------------------*/
.employee .page_ttl {
  position: relative;
  height: calc(100vh - 101px);
  width: 350px;
  min-height: 800px;
  background: var(--darkGray);
  background-size: cover;
  float: left;
}

.employee .page_ttl div {
  width: 227px;
  height: 225px;
  background: var(--bgGray);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.employee .page_ttl h2 {
  font-size: 2rem;
  text-align: left;
}
.employee .page_ttl h2 .jp {
  font-size: .5em;
}

.employee_wrap {
  margin-bottom: 6rem;
}

.employee_inner {
  width: calc(100% - 350px);
  float: left;
  letter-spacing: -.4em;
}

.employee_inner .box {
  width: 33.333333333333333%;
  min-width: 357px;
  height: calc(100vh - 101px);
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  min-height: 800px;
}
.employee_inner .box .bgImg {
  height: 100%;
  background-color: var(--bgGray);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.employee_inner .box .ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 0;
  min-height: 266px;
}

.employee_inner .box .txt {
  padding-left: 10px;
}

@media only screen and (max-width: 1540px) and (min-width: 800px) {
  .employee_inner .box .txt p {
    font-size: 0.9rem;
    letter-spacing: -0.5px;
  }
}
.employee_inner .box_inner {
  position: absolute;
  bottom: 40px;
  padding: 0 30px;
}

.interview_inner .main_ttl {
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}

.interview_inner .main_ttl:before {
  content: url("/recruit/wp-content/themes/kogoe-recruit/images/interview/bg-number_line.png");
  position: absolute;
  left: 21px;
  top: 76px;
}

.interview_inner .main_ttl .main_header {
  margin-bottom: 35px;
}

.interview_inner .main_ttl .main_header .number {
  font-size: 5.38rem;
  letter-spacing: .04em;
  display: inline-block;
  width: 88px;
  line-height: 0.9;
}

.interview_inner .main_ttl .main_header div:last-child {
  width: calc(100% - 150px);
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.interview_inner .main_ttl .main_header div:last-child span:first-child {
  font-size: 1.4375rem;
  color: var(--textColor);
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.interview_inner .main_ttl .main_header div:last-child span:last-child {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: var(--textColor);
  padding: 3px 12px;
  font-size: 1.125rem;
  width: calc(100% + 50px);
}

.interview_inner .main_ttl .catch {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 36px;
  display: none;
}

.employee .interview_inner .main_ttl .catch {
  display: block;
  font-size: 2rem;
}

.interview_inner .main_ttl .name_area {
  margin: -20px 0 32px 60px;
}

.interview_inner .interview_slide.slide01 .main_ttl .name_area {
  margin: 20px 0 60px 0;
}

.interview_inner .main_ttl .name_area .name {
  color: var(--textColor);
  font-size: 3.625rem;
  font-weight: bold;
  padding-left: 36px;
  display: inline-block;
  line-height: 1.15;
}

.interview_inner .main_ttl .name_area div:last-child {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.interview_inner .main_ttl .name_area div:last-child span:first-child {
  color: var(--textColor);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 5px;
}

.interview_inner .main_ttl .name_area div:last-child span:last-child {
  display: block;
  width: 130px;
  font-weight: bold;
  background-color: #fff;
  padding: 1px 10px;
}

.interview_inner .main_ttl .interview_ttl {
  color: var(--textColor);
  font-size: 1.43rem;
    padding: 0 50px 0 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
    .interview_inner .main_ttl .interview_ttl{
        padding-right: 0;
    }
}
.interview_inner .main_ttl .interview_ttl p:first-child {
  font-weight: normal;
  display: inline-block;
}

.interview_inner .main_ttl .interview_ttl p:last-child {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
  margin: 0 0 0 5px;
  padding-right: .5em;
}

.interview_inner .interview_slide.slide01 .main_ttl .catch {
  display: block;
}

.interview_inner .flow_table {
  line-height: normal;
  padding: 0 0 30px 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 36px;
  margin-right: 100px;
}

.interview_inner .flow_table div {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: var(--darkGray);
  text-align: center;
  margin-bottom: 30px;
}

.interview_inner .flow_table div span {
  padding: 3px 0;
  background-image: url(../../images/employee/table_ttlLeft.png), url(../../images/employee/table_ttlRight.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}

.interview_inner .flow_table table {
  letter-spacing: normal;
  line-height: 1.4;
  width: 100%;
}

.interview_inner .flow_table th {
  padding: 0 0 20px 30px;
  width: 110px;
  font-weight: bold;
}

.interview_inner .flow_table td {
  padding: 0 30px 20px 0;
  font-size: 0.875rem;
}

.interview_inner .flow_table td span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 2px;
}

.employee .interview_inner .main_ttl .main_header div:last-child span:first-child {
  font-size: 1rem;
}

.employee .interview_inner .main_ttl .main_header .number {
  font-size: 3.375rem;
  width: 61px;
  line-height: 1;
  letter-spacing: .04em;
}

.employee .interview_inner .main_ttl .main_header div:last-child {
  width: 186px;
}

.employee .interview_inner .main_ttl .main_header div:last-child span:last-child {
  font-size: 0.82rem;
  line-height: 1;
  padding: 5px 12px;
}

@media all and (-ms-high-contrast: none) {
  .employee .interview_inner .main_ttl .main_header div:last-child span:last-child {
    font-size: 0.7rem;
    line-height: 1;
    padding: 6px 12px 4px 12px;
  }

  .interview_inner .main_ttl .main_header div:last-child span:last-child {
    padding: 6px 12px 1px 12px;
  }

  .interview_inner .main_ttl .name_area div:last-child span:last-child {
    line-height: 1;
    padding: 7px 10px 1px 10px;
  }
}
.employee_inner .box .btnArrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1rem;
  width: 15em;
  max-width: 100%;
}

.employee_inner .box_inner {
  bottom: inherit;
  top: 360px;
}

.employee_inner .slick-track {
  margin: 0 auto 0 0 !important;
}

.employee_inner .slick-next {
  right: 0 !important;
}

.page.about #secMessage .pageLeadTxt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page.about #secAbout .company_table th {
    padding-left: 15px;
    width: 7em;
  }
}
.page.about #secAbout .btnArea {
  text-align: right;
}
.page.about #secAbout .btnArea .btnArrow {
  font-size: 1.14rem;
}
.page.about #secVision h3 {
  margin-bottom: 1em;
}
.page.about #secVision .txt + h3 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .page.about #secHistory .company_table th {
    width: 7em;
    padding-left: 15px;
  }
}
.page.about #secHistory .company_table td {
  padding-right: .5em;
}
.page.about .shopSNS {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.page.about .shopSNS li {
  margin-right: 1rem;
  font-size: .7rem;
  text-align: center;
}
.page.about .shopSNS img {
  width: auto;
  height: 2.4rem;
}

.to_recruit_list {
  padding: 42px 0 43px 0;
  background: url(/recruit/wp-content/themes/kogoe-recruit/images/interview/bg-sec03.jpg) no-repeat center top;
  background-size: cover;
}

.home .to_recruit_list {
  padding: 100px 0 96px 0;
}

.to_recruit_list .ttl_h2 {
  color: #fff;
}

.to_recruit_list .ttl_h2 span {
  opacity: 0.52;
  color: #fff;
  font-size: 0.75rem;
}

.to_recruit_list .ttl_h2 span:before {
  background-color: #fff;
  width: 143px;
}

.to_recruit_list .txt p {
  font-weight: bold;
  color: #fff;
}

.home .to_recruit_list .txt p {
  margin-bottom: 40px;
}

.boxOccupationsS03 .gallery {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  column-count: 3;
}
@media screen and (max-width: 767px) {
  .boxOccupationsS03 .gallery {
    column-count: 2;
  }
}

.boxOccupationsS03 .gallery > span {
  margin-bottom: 20px;
  display: block;
}

body.single-works .mfp-content img.mfp-img {
  max-height: 75vh !important;
}
hr.line1px{
    height: 1px;
    color: #000;
}

/** sdgs **/
.box_sdgs {
	text-align: center;
	padding-top: 50px;
}
.box_sdgs .sdgs_tit {
	font-size: 1.88rem;
    line-height: 1.5714285714;
    margin-bottom: 1.5em;
}
.box_sdgs .sdgs_tit:before {
	content:"";
	width:73px;
	height:72px;
	background: url(/recruit/wp-content/themes/kogoe-recruit/images/about/sdgs-logo.png) no-repeat center top;
	display: inline-block;
	margin-right:40px;
	position: relative;
    bottom: -0.7em;
}
.box_sdgs p {
	line-height: 1.6;
}
.box_sdgs .box_gray {
	background-color: var(--bgGray);
	margin-top:50px;
	padding:50px 0;
}
.box_sdgs .sub_tit {
	text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
	line-height: 1.5;
    display: inline-block;
    border-bottom: solid 1px #2f2f2f;
    margin-bottom: 1.5em;
}
.box_sdgs .sdgs_list {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	position:relative;
	padding-bottom: 75px;
}
.box_sdgs .sdgs_list .sdgs_list_item {
	width:23%;
}
.box_sdgs .sub_tit .sdgs_list_item_tit {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
}
.box_sdgs .sdgs_list_item p {
	margin-bottom:1em;
	text-align: left;
	font-size: .85em;
	color: #8b8b8b;
}
.box_sdgs .sdgs_list_item .sdgs_list_item_tit {
	font-size: 1.2rem;
	color: var(--textColor);
}
.box_sdgs .sdgs_ico {
	display: -webkit-flex;
    display: flex;
	position: absolute;
    bottom: 0px;
}
.box_sdgs .sdgs_ico li {
	margin-right:5px;
}
@media screen and (max-width: 1310px) {
	.box_sdgs .sdgs_tit {
		font-size: 1.75rem;
		margin-bottom: 1em;
	}
	.box_sdgs .sdgs_tit:before {
		display: block;
		margin:0 auto 10px;
		width:45px;
		height:45px;
		background-size: 100% auto;
		bottom:0;
	}
	.box_sdgs p {
		text-align: left;
	}
	.box_sdgs p br {
		display: none;
	}
	.box_sdgs .sub_tit {
		font-size: 1.4rem;
	}
	.box_sdgs .sdgs_list {
		display: block;
		padding-bottom:0;
	}
	.box_sdgs .sdgs_list .sdgs_list_item {
		width:100%;
		margin-bottom: 50px;
	}
	.box_sdgs .sdgs_list .sdgs_list_item:last-child {
		margin-bottom: 0px;
	}
	.box_sdgs .sdgs_ico {
		position:static;
		padding-top:10px;
	}
}

/** 企業理念修正 **/
#secVisionphilosophy {
	position:relative;
}
#secVisionphilosophy .inner {
	display: -webkit-flex;
    display: flex;
}
#secVisionphilosophy:before {
	content:"";
	width:50%;
	height:424px;
	background: #f5f5f5;
	position:absolute;
	left:50%;
	top:-80px;
	
}
#secVisionphilosophy .inner > div {
	position:relative;
	width:50%;
}
#secVisionphilosophy .inner .philosophy {
	padding-right:75px;
}
#secVisionphilosophy .inner .philosophy_tit {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#secVisionphilosophy .inner h2 {
	background: #1c323a;
    color: #fff;
    font-size: 1.4rem;
    padding: 2.2em 1em;
    margin-bottom: 0em;
	width:143px;
	height:143px;
	display: inline-block;
	position:relative;
}
#secVisionphilosophy .inner h2:after {
	content:"";
	width:20px;
	height:1px;
	background: #1b323a;
	display:inline-block;
	position:absolute;
	right:-20px;
}
#secVisionphilosophy .inner h2 span {
	font-size: 0.8rem;
	opacity: 0.5;
}
#secVisionphilosophy .inner h3 {
	display: inline-block;
	background: none;
	font-size: 1.8rem;
    line-height: 1.4;
    color: #1b323a;
    font-weight: normal;
	margin-bottom:0;
	padding:0 0 0 50px;
	width:calc(100% - 143px);
}
#secVisionphilosophy .inner .vision h3 {
	padding-right: 36%;
}
#secVisionphilosophy .inner .philosophy p {
	margin-left: 193px;
    line-height: 1.8em;
}
#secVisionphilosophy .inner .vision .philosophy_tit {
	margin-left:-71px;
}
#secVisionphilosophy .inner .vision .img_vision {
	position:relative;
	text-align: right;
	margin-top: -130px;
}
#secVisionphilosophy .inner .vision .img_vision p {
	position: absolute;
    left: 155px;
    bottom: 125px;
    text-align: left;
    line-height: 1.6;
}
@media screen and (max-width: 1310px) {
	#secVisionphilosophy {
		padding:0 0 50px;
	}
	#secVisionphilosophy:before {
		display: none;
	}
	#secVisionphilosophy .inner {
		display: block;
	}
	#secVisionphilosophy .inner > div {
		width:100%;
		padding:0!important;
	}
	#secVisionphilosophy .inner .philosophy_tit {
		display: block;
		text-align: center;
	}
	#secVisionphilosophy .inner h2 {
		width: 6em;
    	height: 6em;
	}
	#secVisionphilosophy .inner h2:after {
		display: none;
	}
	#secVisionphilosophy .inner h3 {
		padding:1em 0!important;
		width:100%;
	}
	#secVisionphilosophy .inner .philosophy p {
		margin:0 0 80px;
	}
	#secVisionphilosophy .inner .philosophy p br {
		display: none;
	}
	#secVisionphilosophy .inner .vision {
		background: #f5f5f5;
	}
	#secVisionphilosophy .inner .vision .philosophy_tit {
		margin:0;
	}
	#secVisionphilosophy .inner .vision .img_vision {
		top: 0;
    	margin: 0;
		padding:10px 10px 30px 10px;
		text-align: center;
	}
	#secVisionphilosophy .inner .vision .img_vision p {
		position: static;
		margin: -50px 0 0 6%;
		text-align: center;
		width: 6em;
	}
}

