@charset "utf-8";
:root {
  --base-yellow-bg01: #ffe63b;
  --base-yellow-txt01: #ffe63b;
  --base-orange-txt01: #e4370c;
  --base-orange-bg01: #e4370c;
  --base-orange-border01: #e4370c;
  --base-red-txt01: #e5381a;
  --base-blue-txt01: #187cbc;
  --base-blue-txt02: #44acd2;
  --base-brown-bg01: #a92605;
  --base-gray-txt01: #a3a3a3;
  --base-gray-bg01: #a5a5a5;
  --base-gray-bg02: #bfbfbf;
  --base-gray-bg03: #f1f1f1;
  --base-gray-bg04: #ccc;
  --base-gray-bg05: #6f6f6f;
  --base-gray-border01: #b3b3b3;
  --base-gray-border02: #d3d3d3;
  --base-green-txt01: #00b050;
  --base-green-bg01: #00b050;
  --base-beige-bg01: #e6e0d4;
}

/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  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;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 1000px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  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;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}


/*##### Recruit Archive #####*/
.boxRecruitTop {
  position: relative;
  z-index: 2;
  padding-top: 1.0em;
}
@media all and (max-width: 1000px){
  .boxRecruitTop {
    margin-bottom: 2.0em;
    padding-top: 7.4em;/*2.4em;*/
  }
}

.boxRecruit01Wrap {
  padding-top: 5.65em;
}
@media all and (max-width: 1000px){
  .boxRecruit01Wrap {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.boxRecruitList01 {
}
@media all and (max-width: 1000px){
  .boxRecruitList01 {
    margin-bottom: 2.5em;
  }
}

.boxRecruitList01 .boxListOne {
  margin-bottom: 2.5em;
  border-bottom: 0;
}

@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListOne:first-child {
    padding-top: 0;
  }
}

.boxRecruitList01 .boxListOne:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.boxRecruitList01 .boxListOneIn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListOneIn {
    display: block;
  }
}

.boxRecruitList01 .boxListImg {
  width: 324px;
  height: 238px;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListImg {
    width: 100%;
    height: 70vw;
    margin-bottom: 5vw;
  }
}

.boxRecruitList01 .boxListImg img {
  border-radius: 0.9em;
}

.boxRecruitList01 .boxListTxt {
  position: relative;
  width: calc(100% - (324px + 2.2%));
  min-height: 238px;
  margin-left: 2.2%;
  padding: 1.66em 0.8% 0.8em 1.59%;
  border: 2px var(--base-gray-border02) solid;
  border-radius: 0.7em;
  background-color: #fff;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding: 1.0em 4% 2.7em 4%;
  }
}

.boxRecruitList01 .boxListTxt:before,
.boxRecruitList01 .boxListTxt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1, 0.6);
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt:before,
  .boxRecruitList01 .boxListTxt:after {
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.6, 1);
  }
}

.boxRecruitList01 .boxListTxt:before {
  left: -50px;
  width: 25px;
  height: 25px;
  border: 25px rgba(255,255,255,0) solid;
  border-right: 25px var(--base-gray-border02) solid;
}
.boxRecruitList01 .boxListTxt:after {
  z-index: 2;
  left: -43px;
  width: 22px;
  height: 22px;
  border: 22px rgba(255,255,255,0) solid;
  border-right: 22px #fff solid;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt:before {
    top: calc(-5vw * 2);
    left: 0;
    width: 5vw;
    height: 5vw;
    border: 5vw rgba(255,255,255,0) solid;
    border-bottom: 5vw var(--base-gray-border02) solid;
  }
  .boxRecruitList01 .boxListTxt:after {
    top: calc(-5vw * 2 + 1.5vw);
    left: 0;
    width: 4.5vw;
    height: 4.5vw;
    border: 4.5vw rgba(255,255,255,0) solid;
    border-bottom: 4.5vw #fff solid;
  }
}

.boxRecruitList01 .boxListTxt .boxTtl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.3em;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt .boxTtl {
    margin-bottom: 1.0em;
  }
  .boxRecruitList01 .boxListTxt .boxTtl.typeOneLine {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxRecruitList01 .boxListTxt .boxTtl01 {
  order: 2;
  padding-top: 0.5em;
  padding-left: 1%;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt .boxTtl.typeOneLine .boxTtl01 {
    width: 100%;
  }
}

.boxRecruitList01 .boxListTxt .boxTtl02 {
  order: 1;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxListTxt .boxTtl.typeOneLine .boxTtl02 {
    width: 100%;
  }
}


.boxRecruitList01 .boxTtl01 .ttlList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.1em;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxTtl01 .ttlList {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 18vw;
  }
  .boxRecruitList01 .boxTtl.typeOneLine .boxTtl01 .ttlList {
    min-height: auto;
  }
}

.boxRecruitList01 .boxTtl01 .ttlList .ttlMain {
  margin-right: 0.3em;
  letter-spacing: 0.17em;
  font-size: 2.34rem;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxTtl01 .ttlList .ttlMain {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.boxRecruitList01 .boxTtl01 .ttlList .ttlSub {
  letter-spacing: 0.1em;
  font-size: 1.34rem;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxTtl01 .ttlList .ttlSub {
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
}

.boxRecruitList01 .boxTtl01 .pShop {
  padding-left: 0.1em;
  letter-spacing: 0.13em;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--base-orange-txt01);
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxTtl01 .pShop {
    width: calc(100% + 19vw);
    margin-left: -19vw;
    padding-left: 0;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
  .boxRecruitList01 .boxTtl.typeOneLine .boxTtl01 .pShop {
    width: 100%;
    margin-left: 0;
  }
}

.boxRecruitList01 .ulListCat {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruitList01 .ulListCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  padding: 0.1em 0 0 0;
  /*border: 1px #000 solid;*/
  border-radius: 0.6em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .ulListCat > li {
    width: 17vw;
    height: 17vw;
    padding-top: 0.1em;
    letter-spacing: normal;
    font-size: 0.8rem;
  }
}

.boxRecruitList01 .boxDl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01 {
    display: block;
  }
}

.boxRecruitList01 .boxDl01L {
  width: 30.8%;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01L {
    width: 100%;
  }
}

.boxRecruitList01 .boxDl01R {
  width: 69.2%;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01R {
    width: 100%;
  }
}

.boxRecruitList01 .boxDl01 .dlBase {
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01 .dlBase {
    display: block;
  }
}

.boxRecruitList01 .boxDl01 .dlBase:not(:last-child) {
  margin-bottom: 0.35em;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01 .dlBase:not(:last-child) {
    margin-bottom: 0.7em;
  }
  .boxRecruitList01 .boxDl01L .dlBase:last-child {
    margin-bottom: 0.7em;
  }
}

.boxRecruitList01 .boxDl01 .dlBase > dt {
  position: relative;
  padding-left: 1.15em;
  padding-right: 0.9em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.boxRecruitList01 .boxDl01L .dlBase > dt {
  width: 83px;
}
.boxRecruitList01 .boxDl01R .dlBase > dt {
  width: 102px;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01 .dlBase > dt {
    padding-right: 0;
  }
  .boxRecruitList01 .boxDl01L .dlBase > dt {
    width: 100%;
  }
  .boxRecruitList01 .boxDl01R .dlBase > dt {
    width: 100%;
  }
}

.boxRecruitList01 .boxDl01 .dlBase > dt:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0.15em;
  width: 0.55em;
  height: 0.55em;
  border-radius: 0.55em;
  background-color: var(--base-yellow-bg01);
}

.boxRecruitList01 .boxDl01 .dlBase > dd {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.boxRecruitList01 .boxDl01L .dlBase > dd {
  -webkit-line-clamp: 1;
  width: calc(100% - 83px);
}
.boxRecruitList01 .boxDl01R .dlBase > dd {
  -webkit-line-clamp: 2;
  width: calc(100% - 102px);
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxDl01 .dlBase > dd {
    padding-left: 1.1em;
  }
  .boxRecruitList01 .boxDl01L .dlBase > dd {
    width: 100%;
  }
  .boxRecruitList01 .boxDl01R .dlBase > dd {
    width: 100%;
  }
}

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

.boxRecruitList01 .boxLink .link {
  position: absolute;
  right: 1%;
  bottom: 0.8em;
  padding-right: 2.1em;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--base-orange-txt01);
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxLink .link {
    right: 4%;
    padding-right: 1.4em;
    font-size: 0.8rem;
  }
}

.boxRecruitList01 .boxLink .link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url('./../../images/base/base-icn-arrow03-orange.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 1000px){
  .boxRecruitList01 .boxLink .link:after {
    top: 0.2em;
    width: 0.9em;
    height: 0.9em;
    background-size: contain;
  }
}


/*##### Recruit Single #####*/
.boxRecruitS01Wrap {
  padding-top: 2.2em;
}
@media all and (max-width: 1000px){
  .boxRecruitS01Wrap {
    padding-top: 0;
  }
}

.boxRecruitS01 .boxSingleImgTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleImgTxt {
    display: block;
  }
}

.boxRecruitS01 .boxSingleImg {
  width: 33.2%;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleImg {
    width: 100%;
    text-align: center;
  }
}

.boxRecruitS01 .boxSingleImg img {
  border-radius: 0.7em;
}

.boxRecruitS01 .boxSingleImg .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 2.4em;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleImg .boxLink {
    margin-top: 1.5em;
  }
}

.boxRecruitS01 .boxSingleImg .boxLink a {
  margin-bottom: 0.6em;
  padding: 0.2em 0 0.2em 2.2em;
  background-image: url('./../../images/base/base-icn-arrow03-orange.png');
  background-repeat: no-repeat;
  background-position: 0.2em 0.25em;
  background-size: auto auto;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleImg .boxLink a {
    margin-bottom: 0.6em;
    padding: 0.2em 0 0.2em 1.4em;
    background-position: left 0.35em;
    background-size: 4vw auto;
    font-size: 0.95rem;
  }
}

.boxRecruitS01 .boxSingleTxt {
  width: calc(100% - 33.2%);
  padding-left: 3%;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 138px;
  margin-bottom: 3.0em;
  padding: 1.66em 0.8% 0.8em 2.5%;
  border: 2px var(--base-gray-border02) solid;
  border-radius: 0.7em;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl {
    min-height: auto;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    padding: 1.0em 4% 0.8em 4%;
    border: 2px var(--base-gray-border02) solid;
    border-radius: 0.7em;
  }
  .boxRecruitS01 .boxSingleTxt .boxTtl.typeOneLine {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl:before,
.boxRecruitS01 .boxSingleTxt .boxTtl:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1, 0.6);
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl:before,
  .boxRecruitS01 .boxSingleTxt .boxTtl:after {
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    transform: scale(0.6, 1);
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl:before {
  left: -50px;
  width: 25px;
  height: 25px;
  border: 25px rgba(255,255,255,0) solid;
  border-right: 25px var(--base-gray-border02) solid;
}
.boxRecruitS01 .boxSingleTxt .boxTtl:after {
  z-index: 2;
  left: -43px;
  width: 22px;
  height: 22px;
  border: 22px rgba(255,255,255,0) solid;
  border-right: 22px #fff solid;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl:before {
    top: -50px;
    left: 0;
    border: 25px rgba(255,255,255,0) solid;
    border-bottom: 25px var(--base-gray-border02) solid;
  }
  .boxRecruitS01 .boxSingleTxt .boxTtl:after {
    top: -43px;
    left: 0;
    border: 22px rgba(255,255,255,0) solid;
    border-bottom: 22px #fff solid;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl01 {
  order: 2;
  padding-left: 1%;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl.typeOneLine .boxTtl01 {
    width: 100%;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl02 {
  order: 1;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl.typeOneLine .boxTtl02 {
    width: 100%;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.1em;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 18vw;
  }
  .boxRecruitS01 .boxSingleTxt .boxTtl.typeOneLine .boxTtl01 .ttlSingle {
    min-height: auto;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle .ttlMain {
  margin-right: 0.3em;
  letter-spacing: 0.17em;
  font-size: 2.34rem;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle .ttlMain {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle .ttlSub {
  letter-spacing: 0.1em;
  font-size: 1.34rem;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl01 .ttlSingle .ttlSub {
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
}

.boxRecruitS01 .boxSingleTxt .boxTtl01 .pShop {
  padding-left: 0.1em;
  letter-spacing: 0.13em;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--base-orange-txt01);
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .boxTtl01 .pShop {
    width: calc(100% + 19vw);
    margin-left: -19vw;
    padding-left: 0;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
  .boxRecruitS01 .boxSingleTxt .boxTtl.typeOneLine .boxTtl01 .pShop {
    width: 100%;
    margin-left: 0;
  }
}

.boxRecruitS01 .boxSingleTxt .ulSingleCat {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruitS01 .boxSingleTxt .ulSingleCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  padding: 0.1em 0 0 0;
  /*border: 1px #000 solid;*/
  border-radius: 0.6em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingleTxt .ulSingleCat > li {
    width: 17vw;
    height: 17vw;
    padding-top: 0.1em;
    letter-spacing: normal;
    font-size: 0.8rem;
  }
}

.boxRecruitS01 .boxSingleCont {
  padding-left: 2.9%;
}


.boxRecruitS01 .boxSingle02 {
  position: relative;
  z-index: 2;
  margin-top: 5.7em;
  padding-top: 4.7em;
  padding-bottom: 14.3em;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxSingle02 {
    margin-top: 2.5em;
    padding-top: 2.0em;
    padding-bottom: 7.5em;
  }
}

.boxRecruitS01 .boxSingle02:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #eee;
}

.boxRecruitS01 .boxSingle02 .dlBase01:after {
  background-color:#eee;
}

.boxRecruitS01 .boxEntryForm {
  margin-top: 8em;/*5em;*/
  background-color: #fff;
  /*border: 1px #ff0000 solid;*/
  border-radius: 17px;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxEntryForm {
    padding: 0 4vw 1px 4vw;
  }
}

.boxRecruitS01 .boxEntryForm .ttl01 {
  position: relative;
  top: -1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 55%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.05em;
  border-radius: 2.95em;
  background-color: #008f43;
  letter-spacing: 0.11em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxEntryForm .ttl01 {
    max-width: none;
    height: 2.5em;
    margin-bottom: 0;
    border-radius: 2.5em;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.boxRecruitS01 .boxEntryForm .ttl01:after {
  content: '';
  position: absolute;
  bottom: calc(-15px * 2);
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border: 15px rgba(255,255,255,0) solid;
  border-top: 15px #008f43 solid;
  transform: scale(0.6, 1);
}

.boxRecruitS01 .boxBaseSingleBackLink01 {
  position: relative;
  z-index: 3;
}

.boxRecruitS01 .boxBaseSingleBackLink01 a {
  margin: -7.15em 0 7.15em auto;
}
@media all and (max-width: 1000px){
  .boxRecruitS01 .boxBaseSingleBackLink01 a {
    margin: -5em 0 5em auto;
  }
}

.pageRecruit.single .boxBaseArchiveSearchWrap {
  position: relative;
  z-index: 2;
  padding-top: 4em;
}

/*企業情報*/
.baseContent01 {
  margin-bottom: 90px;
}
.boxBasePageMenu01Wrap {
  margin-bottom: 120px;
}
.ulBasePageMenu02 {
  color: #007130;
  display: flex;
  justify-content: center;
}
.ulBasePageMenu02 li {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 23px 10px 23px;
}
.ulBasePageMenu02 li:before {
  content: "";
  display: block;
  width: calc(50% - 7px);
  height: 2px;
  background-color: #008f43;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ulBasePageMenu02 li:after {
  content: "";
  display: block;
  width: calc(50% - 7px);
  height: 2px;
  background-color: #008f43;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ulBasePageMenu02 li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #008f43;
}
.ulBasePageMenu02 li a:after {
  content: "";
  width: 14px;
  height: 15px
}
.ulBasePageMenu02 li:nth-child(n+2) {
  margin-left: 1em;
}
.ulBasePageMenu02 li a span:after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../../images/common/ico-anchor01.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  right: 0;
  margin: auto;
  bottom: -22px;
}
.boxAbout01Wrap {
  padding-bottom: 690px;
  background: url("../../images/about/img01.png") no-repeat center bottom;
  margin-bottom: 70px;
}
.boxAbout01 .ttl {
  text-align: center;
  color: #008f43;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: 1.625rem;
  margin-bottom: 0.8em;
}
.boxAbout01 .lead {
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 2rem;
  line-height: 1.42;
}
.boxAbout02 .name {
  text-align: right;
  margin-top: 4em;
  line-height: 2;
}
.boxAbout02 .name span {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.boxAbout04 .boxDl02 dl dt:before {
  background-color: #ff8a00;
}
.boxAbout05 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxAbout05 .box_wrap .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.boxAbout05 .box_wrap .box .item:nth-of-type(2n) {
  margin-left: auto;
}
.boxAbout05 .box_wrap .box .item {
  padding: 28px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  width: 48%;
}
.boxAbout05 .box_wrap .box .item .ttl {
  font-weight: 500;
  color: #008f43;
  margin-bottom: 0.6em;
  padding-left: 27px;
  background: url(../../images/common/footer-ico-list01.png) no-repeat left 13px;
  font-size: 1.375rem;
}
.boxAbout05 .box_wrap .box .item .text {
  line-height: 1.625;
}
.boxAbout05 .box_wrap .box .item .map {
  width: 85px;
  height: 35px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  right: 0;
  top: 26px;
  color: #008f43;
  font-weight: bold;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
}
.boxAbout05 .box_wrap .box .item .map img {
  width: 16px;
}
.boxBenefitsCont .box_wrap .img img {
  margin: 0 5px;
}
.boxAbout0102 h3 {
  color: #5f3125;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 1.625rem;
  padding: 20px 0 0 36px;
  background-image: url("../../images/common/ico-bread02.svg"),url("../../images/recruit/interview/ico-dot-brown.png");
  background-repeat: no-repeat,repeat-x;
  background-position: 4px 30px, left top;
  background-size: 19px,auto;
  margin-bottom: 1em;
}
.boxAbout0102 ol li {
  color: #008f43;
  font-size: 1.25rem;
  padding: 10px 0 10px 54px;
  position: relative;
}
.boxAbout0102 ol li:nth-child(n+2) {
}
.boxAbout0102 ol li:before {
  content: "1";
  color: #fff;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 500;
  width: 38px;
  height: 38px;
  border-radius: 10em;
  background-color: #008f43;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 6px;
}
.boxAbout0102 ol li:nth-of-type(2):before {
  content: "2";
}
.boxAbout0102 ol li:nth-of-type(3):before {
  content: "3";
}
.boxAbout0102 ol li:nth-of-type(4):before {
  content: "4";
}
.boxAbout0102 ol li:nth-of-type(5):before {
  content: "5";
}
.boxAbout0102 ol li:nth-of-type(6):before {
  content: "6";
}
.boxAbout02Wrap {
  background: url("../../images/about/bg01.png") no-repeat center bottom;
  padding: 0 0 330px 0;
}
.boxAbout02 .box_wrap {
  display: flex;
}
.boxAbout02 .img {
  width: 428px;
}
.boxAbout02 .cont {
  width: calc(100% - 428px);
  padding-left: 5%;
}
.boxAbout02 .ttl {
  font-size: 1.625rem;
  letter-spacing: 0.14em;
  color: #4d271f;
  text-align: center;
  font-weight: 500;
}
.boxAbout02 .ttl:after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  background: url("../../images/common/bg-dot-green.png") repeat-x left top;
  margin: 14px auto 70px auto;
}
.boxAbout03 .box_wrap {
  display: flex;
}
.boxAbout03 .box_wrap .cont {
  width: calc(100% - 480px);
  padding-right: 5%;
}
.boxAbout03 .box_wrap .img {
  width: 480px;
}
.boxAbout03 .bnr {
  display: flex;
  margin-top: 60px;
}
.boxAbout03 .bnr a {
  width: 412px;
  height: 140px;
  border: 2px solid #939393;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.boxAbout03 .bnr a:before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  right: 13px;
  bottom: 8px;
}
.boxAbout03 .bnr a:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../../images/common/arrow-right-green.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 19px;
  bottom: 16px;
}
.boxAbout03 .bnr .bnr01 {
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxAbout03 .bnr .bnr02 {
  display: flex;
  align-items: center;
}
.boxAbout03 .bnr .bnr02 .hime01 {
  width: 100%;
}
.boxAbout03 .bnr .bnr02 .hime01 div {
  display: flex;
}
.boxAbout03 .bnr .bnr02 .hime01 div .image {
  width: calc(100% - 280px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxAbout03 .bnr .bnr02 .hime01 div p { 
  color: #000;
  font-size: 1.125rem;
  line-height: 1.66;
  font-weight: 500;
}
.boxAbout03 .bnr .bnr02 .hime01 div p span {
  color: #d13b34;
}
.boxAbout03 .bnr .bnr02 .hime01 .text {
  display: flex;
  align-items: center;
  padding-left: 30px;
  width: 280px;
  position: relative;
}
.boxAbout03 .bnr .bnr02 .hime01 .text:before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  background-color: #939393;
}
.boxAbout03Map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 28%;
  margin-top: 60px;
}
.boxAbout03Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageAbout .boxPageWrap {
  padding-bottom: 0;
}

/*商品案内*/
.boxProduct01 {
}
.boxProduct01 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxProduct01 .box_wrap .box {
  width: 47.5%;
}
.boxProduct01 .box_wrap .box:nth-of-type(2n) {
  margin-left: auto;
}
.boxProduct01 .box_wrap .box:nth-child(n+3) {
  margin-top: 80px;
}
.boxProduct01 .box_wrap .box a {
}
.boxProduct01 .box_wrap .box .img {
}
.boxProduct01 .box_wrap .box .img img {
  border-radius: 25px;
}
.boxProduct01 .box_wrap .box .ttl {
  color: #007130;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1.625rem;
  margin: 30px 0 1.5em 0;
  padding-left: 13px;
  position: relative;
}
.boxProduct01 .box_wrap .box .ttl span {
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.boxProduct01 .box_wrap .box .ttl span:before {
  content: "";
  width: 33px;
  height: 33px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.boxProduct01 .box_wrap .box .ttl .link {
  font-size: 0.875rem;
  position: absolute;
  left: 14px;
  bottom: -1.9em;
  font-weight: normal;
}
@media only screen and (max-width:1000px) {
  .boxProduct01 .box_wrap .box .ttl .link {
    position: static;
    display: block;
    margin-top: 0.5em;
  }
}
.boxProduct01 .box_wrap .box .ttl span:after {
  content: "";
  width: 15px;
  height: 14px;
  background: url(../../images/common/arrow-right-green.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 13px;
}
.boxProduct01 .box_wrap .box .txt {
  padding: 0 13px;
  line-height: 1.75;
}
.boxIndex02 .bnr {
  height: 218px;
  background: url("../../images/index/index-bnr0103.png") no-repeat right top;
  border-radius: 8px;
  position: relative;
  margin-top: 102px;
}
.boxIndex02 .bnr:before {
  content: "";
  width: 277px;
  height: 273px;
  background: url("../../images/index/index-bnr0102.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.boxIndex02 .bnr a:nth-child(n+2){
  margin-top: 18px;
}
.boxIndex02 .bnr > div {
  position: absolute;
  right: 34px;
  bottom: 77px;
  width: 252px;
}
.pageProduct .boxPageWrap {
  padding-bottom: 80px;
}
.boxProductBottomWrap {
  padding: 35px 0 86px 0;
  background: url("../../images/product/bg01.png") no-repeat right bottom;
  background-color: #f3eedd;
}
.boxProductS01 {
}
.boxProductS01 .box_wrap {
  display: flex;
}
.boxProductS01 .box_wrap .cont {
  width: 53%;
  padding-right: 4%;
}
.boxProductS01 .box_wrap .cont .ttl {
  letter-spacing: 0.18em;
  font-size: 2rem;
  font-weight: 600;
  color: #007130;
  line-height: 1.4;
  margin-bottom: 1em;
}
.boxProductS01 .box_wrap .cont .boxBaseCom p {
  font-weight: 500;
}
.boxProductS01 .box_wrap .img {
  width: 47%;
  margin-left: auto;
}
.boxProductS01 .box_wrap .img img {
  border-radius: 25px;
}
.boxProductS01Wrap,.boxProductS02Wrap{
  margin-bottom: 115px;
}
.boxProductSlide01 {
}
.boxProductSlide01 .item {
  width: 258px !important;
}
.boxProductSlide01 .item .img {
  width: 100%;
  height: 232px;
  border-radius: 16px;
  background-color: #fffbe5;
  border: 2px solid #cccccc;
  position: relative;
  margin-top: 19px;
}
.boxProductSlide01 .item .img:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url("../../images/common/ico-loupe02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  bottom: 8px;
  z-index: 1;
  pointer-events: none;
}
.boxProductSlide01 .item .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxProductSlide01 .item .img img {
    position: absolute;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 18px #e4e4e4;
    max-height: 70%;
    width: auto;
}
.boxProductSlide01 .item .title {
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-top: 0.8em;
}
.boxProductSlide01 .item .img .ico-new {
  width: 47px;
  height: 44px;
  color: #fff;
  font-size: 0.733rem;
  font-weight: bold;
  background: url("../../images/product/ico-new.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: -19px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5em;
}
.boxProductSlide01-wrapper {
  overflow: hidden;
  box-sizing: border-box;
}

.boxProductSlide01 .item {
  padding: 0 13px; /* スライド間の余白（必要に応じて調整） */
}

.boxProductSlide01 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.boxProductSlide01 .item {

}

.boxProductSlide01 .slick-dots li {
  width: 14px;
  height: 14px;
}
.boxProductSlide01 .slick-dots li button {
  width: 14px;
  height: 14px;
}
.boxProductSlide01 .slick-dots li button:before {
  font-size: 14px;
}
.boxProductSlide01.slick-dotted.slick-slider {
  padding-bottom: 65px;
}
.slick-dots li.slick-active button:before {
  color: #5f3125!important;
  opacity: 1!important;
}
.boxProductSlide01 .slick-dots li button:before {
  opacity: 1!important;
  color: #d5d5d5;
}
.boxProductS03 table tr th {
  border-top: 2px solid #008f43;
  border-bottom: 2px solid #008f43;
  text-align: center;
  width: 20%;
  padding: 0.8em 0;
  color: #008f43;
  font-weight: bold;
  font-size: 1.25rem;
}
.boxProductS03 table tr th:not(:first-child),
.boxProductS03 table tr td:not(:first-child) {
  background: url("../../images/product/bg-dot.jpg") repeat-y left top;
}
.boxProductS03 table tr td {
  border-bottom: 1px solid #008f43;
}
.boxProductS03 table .t01 td {
  height: 96px;
  text-align: center;
  vertical-align: middle;
}
.boxProductS03 table .t01 td span.on {
  width: 38px;
  height: 38px;
  border-radius: 10em;
  border: 3px solid #008f43;
  display: block;
  margin: auto;
}
.boxProductS03 table .t02 {
  text-align: center;
  vertical-align: middle;
}
.boxProductS03 table .t02 td {
  vertical-align: middle;
  padding: 2em 1em;
  font-size: 0.9375rem;
  text-align: left;
}
.boxProductS03Wrap {
  margin-bottom: 115px;
}
.boxProductOther {
  display: flex;
  margin-bottom: 50px;
}
.boxProductOther .ttl {
  width: 308px;
  height: 284px;
  border-radius: 7px;
  background-color: #008f43;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxProductOther .ttl .p01 {
  font-size: 0.875rem;
  opacity: 0.6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.boxProductOther .ttl .p02 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.boxProductOther .ttl .btn {
  width: 204px;
  height: 44px;
  background: url(../../images/common/arrow-left-green.svg) no-repeat left 23px center;
  background-size: 14px;
  background-color: #fff;
  color: #008f43;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10em;
  padding: 0 0 0 33px;
  font-weight: bold;
  margin: auto;
}
.boxProductOther .boxProductSlide02 {
  width: calc(100% - 343px);
  display: flex;
  margin-left: 35px;
  padding-top: 8px;
}
.boxProductOther .boxProductSlide02 .item {
  width: 209px;
}
.boxProductOther .boxProductSlide02 .item:nth-child(n+2) {
  margin-left: 30px;
}
.boxProductOther .boxProductSlide02 .item .img {
  height: 209px;
  overflow: hidden;
  border-radius: 8px;
}
.boxProductOther .boxProductSlide02 .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxProductOther .boxProductSlide02 .item p {
  text-align: center;
  font-weight: bold;
  color: #008f43;
  font-size: 1.125rem;
  line-height: 1.55;
  margin-top: 0.5em;
}
.single-product .boxProductBottomWrap {
  padding-top: 90px;
}
.single-product .boxPageWrap {
  padding-bottom: 0;
}
.boxProductSlide01Poupu {
  background-color: #fff;
  border-radius: 26px;
  max-width: 980px;
  padding: 80px 100px 97px 100px;
  margin: 40px auto;
}
.boxProductSlide01Poupu .title {
  text-align: center;
  margin-bottom: 1.4em;
  font-weight: bold;
  color: #008f43;
  font-size: 1.875rem;
}
.boxProductSlide01Poupu .image {
  width: 510px;
  height: 330px;
  margin: auto;
  background-color: #fffbe5;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.boxProductSlide01Poupu .image img {
  max-width: 310px;
  box-shadow: 5px 5px 18px #e4e4e4;
  max-height:80%;
}
.boxProductSlide01Poupu .cont1 {
  padding: 20px 0 70px 0;
  line-height: 1.75;
  background: url("../../images/recruit/interview/ico-dot-brown.png") repeat-x left top;
}
.boxProductSlide01Poupu .cont2 {
  padding: 20px 0 0 0;
  line-height: 1.75;
  background: url("../../images/recruit/interview/ico-dot-brown.png") repeat-x left top;
}
.boxProductSlide01Poupu .cont2 ul {
  display: flex;
}
.boxProductSlide01Poupu .cont2 ul li {
  margin-bottom: 5px;
  min-width: 72px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  color: #fff;
  border-radius: 6px;
  background-color: #008f43;
  font-size: 0.9375rem;
  line-height: 0;
}
.boxProductSlide01Poupu .cont2 ul li:nth-child(n+2) {
  margin-left: 7px;
}
.boxProductSlide_ttl {
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #007130;
  font-size: 1.375rem;
  margin-bottom: 1em;
  padding-left: 40px;
  background: url(../../images/common/footer-ico-list01.png) no-repeat 10px 16px;
  display: flex;
  align-items: center;
}
.boxProductSlide_ttl span {
  font-size: 0.9375rem;
  margin-left: 2em;
  padding-top: 3px;
}
.single-product .mfp-container {
  max-width: 980px;
  margin: auto;
  right: 0;
}
.single-product .mfp-arrow {
  display: none;
}
.boxPoupuBtn {
  margin: 90px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.boxPoupuBtn button {
  background: none;
  border: none;
  color: #008f43;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
}
.boxPoupuBtn button.next {
  padding: 5px 43px 5px 30px;
  border-left: 1px solid #846157;
}
.boxPoupuBtn button.next:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxPoupuBtn button.next:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../../images/common/arrow-right-green.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 12px;
}
.boxPoupuBtn button.prev {
  padding: 5px 30px 5px 43px;
}
.boxPoupuBtn button.prev:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxPoupuBtn button.prev:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../../images/common/arrow-left-green.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 9px;
  top: 12px;
}
.boxProductSlide01Poupu .custom-close {
  color: #269856;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-top: 45px;
  background: url("../../images/product/ico-close.png") no-repeat center top;
  background-size: 36px;
  border: none;
  position: absolute;
  top: 86px;
  right: 50px;
  cursor: pointer;
}

/*店舗情報*/
.boxShop01 .box:nth-child(n+2) {
  margin-top: 110px;
}
.boxShop01 .box .lead {
  text-align: center;
  color: #007130;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.46;
  font-size: 1.625rem;
}
.boxShop01 .box .slide {
  margin-bottom: 60px;
}
.boxShop01 .box .slide .img {
  border-radius: 16px;
  overflow: hidden;
}
.boxShop01 .box .slide .slick-dots li button:before {
  font-size: 14px;
  color: #d5d5d5;
  opacity: 1;
}
.boxShop01 .box .slide .slick-dots li {
  margin: 0 2px;
}
.boxShop01 .box .slide .slick-dots {
  bottom: -40px;
  text-align: right;
  padding-right: 1rem;
}
.boxShop01 .box .box_wrap {
  margin-bottom: 65px;
}
.boxShop01 .box .box_wrap .boxDl02 {
  display: flex;
  flex-wrap: wrap;
}
.boxShop01 .box .box_wrap .boxDl02 dl {
  width: 47.2%;
}
.boxShop01 .box .box_wrap .boxDl02 dl:nth-of-type(2n) {
  margin-left: auto;
}
.boxShop01 .box .box_wrap .boxDl02 dl dt:before {
  background-color: #ff8a00;
}
.boxShop01 .box .box_wrap02 {
  display: flex;
}
.boxShop01 .box .box_wrap02 .left {
  width: 47.2%;
  min-height: 400px;
  background: url("../../images/shop/bg01.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 7px;
}
.boxShop01 .box .box_wrap02 .left .ttl {
  padding: 26px 25px 0 0;
  display: flex;
  margin-bottom: 40px;
}
.boxShop01 .box .box_wrap02 .left .ttl img {
  width: 99px;
}
.boxShop01 .box .box_wrap02 .left .ttl span {
  margin-left: 20px;
  width: calc(100% - 119px);
  font-weight: bold;
  color: #5f3125;
  font-size: 1.625rem;
  padding: 14px 0 16px 0;
  background: url("../../images/common/bg-dot-brown.jpg") repeat-x left bottom;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01 {
  padding: 0 40px 40px 30px;
  display: flex;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01.no_image {
  display: block;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01 .text {
  line-height: 1.875;
  width: calc(100% -215px);
  padding-right: 35px;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01.no_image .text {
  width: 100%;
  padding: 0;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01 .image {
  width: 215px;
  height: 215px;
  border-radius: 10em;
  overflow: hidden;
  flex-shrink: 0;
}
.boxShop01 .box .box_wrap02 .left .box_recommend01 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxShop01 .box .box_wrap02 .right {
  width: 47.2%;
  margin-left: auto;
}
.boxShop01 .box .box_wrap02 .right .ttl {
  font-size: 1.625rem;
  font-weight: bold;
  color: #008f43;
  line-height: 1;
  border: 2px solid #008f43;
  border-radius: 9px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.boxShop01 .box .box_wrap02 .right .shop_info {
}
.boxShop01 .box .box_wrap02 .right .shop_info .item {
  display: flex;
}
.boxShop01 .box .box_wrap02 .right .shop_info .item .img {
  width: 146px;
  height: 106px;
  flex-shrink: 0;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  position: relative;
}
.boxShop01 .box .box_wrap02 .right .shop_info .item .img img.no_image {
  border-radius: 0;
  width: 70px;
  object-fit: none;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.boxShop01 .box .box_wrap02 .right .shop_info .item .title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #008f43;
  width: calc(100% -146px);
  padding-left: 20px;
  display: flex;
  align-items: center;
  padding-right: 60px;
  position: relative;
}
.boxShop01 .box .box_wrap02 .right .shop_info .item .title:before {
    content: "";
    width: 27px;
    height: 27px;
    background-color: #efefef;
    border-radius: 10em;
    position: absolute;
    right: 0;
    top: 50%;
  transform: translateY(-50%)
}
.boxShop01 .box .box_wrap02 .right .shop_info .item .title:after {
    content: "";
    width: 13px;
    height: 12px;
    background: url(../../images/common/arrow-right-green.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
  transform: translateY(-50%)
}
.boxShop01 .box .box_wrap02 .right .more {
  text-align: right;
  margin-top: 40px;
}
.boxShop01 .box .box_wrap02 .right .more a {
  font-weight: bold;
  color: #008f43;
  font-size: 1.125rem;
  padding-left: 1.2em;
  background: url("../../images/common/arrow-right-green.svg") no-repeat left center;
  background-size: 13px;
}
.boxShop01 .box .slide .d-none {
  display: none;
}


/*取り組み*/
.boxLead01Wrap {
  margin-bottom: 80px;
}
.boxLead01 {
  text-align: center;
}
.boxLead01 h2 {
  color: #4d271f;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 2rem;
  margin-bottom: 1em;
}
.boxLead01 p {
  font-size: 1.125rem;
  line-height: 2.22;
}
.boxInitiatives01 .lead {
  line-height: 1.75;
  margin-bottom: 3.5rem;
}
.boxInitiatives01 .box:not(:last-child) {
  margin-bottom: 60px;
}
.boxInitiatives01 .box .boxFlex .cont {
  width: calc(100% - 360px);
  padding-right: 5%;
}
.boxInitiatives01 .box .boxFlex .cont .ttl {
  font-weight: bold;
  font-size: 1.5rem;
  color: #008f43;
  margin-bottom: 1em;
}
.boxInitiatives01 .box .boxFlex .cont .boxBaseCom p {
  color: #4d271f;
}
.boxInitiatives01 .box .boxFlex .img {
  width: 360px;
  margin-left: auto;
}
.boxInitiatives01 .box .boxFlex .img .item {
  width: 360px;
  margin-left: auto;
}
.boxInitiatives01 .box .boxFlex .img .item img {
  border-radius: 24px;
}
.slick-dots.d-none {
  display: none;
}
.boxInitiatives01 .img .slick-dots li button:before {
  font-size: 14px;
  color: #d5d5d5;
  opacity: 1;
}
.boxInitiatives01 .img .slick-dots li {
  margin: 0 2px;
}
.boxInitiatives01 .img .slick-dots {
  bottom: -40px;
  text-align: center;
}

/*インタビュー一覧*/

.boxInterviewList01Wrap {
  padding-bottom: 5.6em;
  padding-top: 80px;
  background: #fcf7e5;
}
.boxInterview01 {
  position: relative;
}
.boxInterview01:before {
  content: "";
  width: 289px;
  height: 339px;
  background: url(../../images/recruit/interview/img-left.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -165px;
  top: 46px;
}
.boxInterview01:after {
  content: "";
  width: 296px;
  height: 383px;
  background: url(../../images/recruit/interview/img-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -200px;
  top: 40px;
}
.boxInterview01 p {
  position: relative;
  z-index: 1;
}
.boxInterviewList01 {
  display: flex;
  flex-wrap: wrap;
}
.boxInterviewItem:nth-child(2n) {
  margin-right: 0;
}
.boxInterviewItem a {
  opacity: 1;
}
.boxInterviewItem:hover {
  transform: translateY(-10px);
}
.boxInterviewItem {
  position: relative;
  z-index: 2;
  width: 47.2%;
  min-height: 416px;
  margin-right: calc(100% - 47.2% * 2);
  padding-bottom: 25px;
  transition: all 0.3s;
}
.boxInterviewItem:nth-child(n+3) {
  margin-top: 70px;
}
.boxInterviewItem:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 84%;
  background: url("../../images/recruit/interview/bg-list01.jpg") left top;
  border-radius: 15px;
}
.boxInterviewItem .name_image{
  position: absolute;
  left: 15px;
  bottom: 35px;
  width: 50%;
}
.boxInterviewItem .img {
  overflow: hidden;
  width: 90.4%;
  aspect-ratio: 533 / 426;
}
.boxInterviewItem .img img {
  border-radius: 15px;
  opacity: 1!important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.boxInterviewItem .cont {
  background-color: #fff;
  width: 400px;
  border-radius: 15px;
  padding: 22px 15px 15px 20px;
  margin: -141px 25px 0 auto;
  position: relative;
  z-index: 1;
}
.boxInterviewItem .cont:before {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #4d271f;
    border-radius: 10em;
    position: absolute;
    right: 12px;
  bottom: 12px;
}
.boxInterviewItem .cont:after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../../images/common/arrow-right-white.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    right: 19px;
    bottom: 20px;
}
.boxInterviewItem .cont .p01 {
  font-weight: 500;
  color: #008f43;
  font-size: 1.4375rem;
  line-height: 1.52;
  margin-bottom: 0.6em;
}
.boxInterviewItem .cont .p02 span:nth-of-type(1) {
  font-size: 1.375rem;
  color: #fc8900;
  font-weight: 500;
}
.boxInterviewItem .cont .p02 {
  display: flex;
  align-items: center;
}
.boxInterviewItem .cont .p02 span:nth-of-type(2) {
  color: #333333;
  font-weight: 500;
}
.boxInterviewItem .cont .p02 span:nth-of-type(2):before {
  content: "/";
  margin: 0 1rem;
}
.boxShop01 .box h2 {
  position: relative;
}
.boxShop01 .box h2 .map {
  width: 85px;
  height: 35px;
  border-radius: 10em;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007130;
  letter-spacing: 0.04em;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
  padding-left: 6px;
}
.boxShop01 .box h2 .map img {
  width: 15px;
  margin-left: 3px;
  position: relative;
  bottom: -2px;
}
.boxTableSp01 {
  display: none;
}
.boxShop01 .map_sp {
  display: none;
}
@media only screen and (max-width:1000px) {
  .boxProduct01 .box_wrap {
    display: block;
  }
  .boxProduct01 .box_wrap .box {
    width: 100%;
  }
  .boxProduct01 .box_wrap .box:nth-child(n+2) {
    margin-top: 3rem;
  }
  .boxProduct01 .box_wrap .box .ttl {
    margin: 0.6em 0;
  }
  .boxIndex02 .bnr {
    height: 64vw;
    background: url("../../images/index/index-bnr01sp.jpg") no-repeat center bottom;
    background-size: contain;
  }
  .boxIndex02 .btnBase01.cart.red {
    display: none;
  }
  .boxIndex02 .btnBase01.cart {
    width: 90%;
    margin: auto;
    max-width: inherit;
    justify-content: center;
    height: 10.66vw;
    padding: 0;
    font-size: 1.38rem;
    background-position: 18% center, right 23px center;

  }
  .boxIndex02 .bnr > div {
    width: 100%;
    right: 0;
    bottom: 11vw;
  }
  .boxIndex02 .bnr:after {
    content: "セット購入やまとめ買いで お得においしくお届け！";
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 3vw;
    left: 0;
    width: 100%;
    letter-spacing: 0.1em;
  }
  .boxProductBottomWrap {
    padding: 4.6rem 0;
  }
  .boxProductS01 .box_wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .boxProductS01 .box_wrap .cont {
    width: 100%;
    padding: 0;
  }
  .boxProductS01 .box_wrap .img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .boxProductS01 .box_wrap .cont .ttl {
    font-size: 1.45rem;
  }
  .boxProductS01Wrap, .boxProductS02Wrap {
    margin-bottom: 4.6rem;
  }
  .boxProductSlide01 .item {
    opacity: 1!important;
  }
  .boxProductSlide01Poupu .image {
    width: 100%;
    height: 50vw;
  }
  .boxProductSlide01Poupu {
    padding: 5.5rem 5%;
  }
  .boxProductSlide01Poupu .custom-close {
    top: 6%;
    right: 5%;
    padding-top: 2rem;
    background-size: 1.5rem;
  }
  .boxProductSlide01Poupu .title {
    font-size: 1.4rem;
  }
  .boxProductSlide_ttl {
    font-size: 1.2rem;
    display: block;
    background-position: 10px 0.7em;
  }
  .boxProductSlide_ttl span {
    display: block;
    margin: 0.3em 0 0 0;
  }
  .boxProductSlide01Poupu .cont1 {
    padding-bottom: 3rem;
  }
  .boxProductSlide01Poupu .cont2 ul {
    flex-wrap: wrap;
  }
  .boxProductSlide01Poupu .cont2 ul li {
    margin: 0 0.5em 0.5em 0!important;
  }
  .boxPoupuBtn {
    justify-content: center;
  }
  .boxProductS03 table {
    display: none;
  }
  .boxTableSp01 {
    display: block;
  }
  .boxTableSp01 > div:not(.ttl_area) {
    display: flex;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #008f43;
    align-items: center;
    padding: 1.5rem 1rem 1.5rem 0;
  }
  
  .boxTableSp01 div:not(.ttl_area) span:nth-of-type(1) {
    color: #008f43;
    font-weight: bold;
    font-size: 1.25rem;
    flex-shrink: 0;
    width: 4em;
    border-right: 1px solid #008f43;
  }
  .boxTableSp01 div:not(.ttl_area) > span:nth-of-type(2) {
    width: calc(100% - 6rem);
    padding-right: 1.5rem
  }
  .boxTableSp01 div:not(.ttl_area) > span:nth-of-type(3) {
    width: 4rem;
  }
  .boxTableSp01 div:not(.ttl_area) > span:nth-of-type(3).on {
    width: 2rem;
    height: 2rem;
    border-radius: 10em;
    border: 2px solid #008f43;
    display: flex;
    margin: auto;
    color: #008f43;
    flex-shrink: 0;
}
  .boxProductOther {
    display: block;
  }
  .boxProductOther .ttl {
    width: 100%;
    height: 8rem;
    margin-bottom: 2rem;
  }
  .boxProductOther .ttl .p02 br {
    display: none;
  }
  .boxProductOther .boxProductSlide02 {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .boxProductOther .boxProductSlide02 .item .img {
    height: 75vw;
    width: 83%;
    margin: auto;
  }
  .boxProductOther .boxProductSlide02 .item p {
    font-size: 1.28rem;
  }
  .boxBasePageMenu01Wrap {
    margin-bottom: 6rem;
    padding: 0 5%;
  }
  .ulBasePageMenu02 li {
    text-align: center;
    margin: 0 0.5em 2em 0.5em!important;
    padding: 0 0.5em 10px 0.5em;
  }
  .boxShop01 .box .box_wrap .boxDl02 {
    display: block;
  }
  .boxShop01 .box .box_wrap .boxDl02 dl {
    width: 100%;
  }
  .boxShop01 .box .box_wrap02 {
    display: block;
  }
  .boxShop01 .box .box_wrap02 .left {
    width: 100%;
  }
  .boxShop01 .box .box_wrap02 .right {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .boxShop01 .box .box_wrap02 .left .box_recommend01 {
    display: block;
  }
  .boxShop01 .box .box_wrap02 .left .box_recommend01 .text {
    width: 100%;
    padding: 0;
  }
  .boxShop01 .box .box_wrap02 .left .box_recommend01 .image {
    margin: 2rem auto 0 auto;
  }
  .boxShop01 .box .box_wrap02 .left .ttl span {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1em 0 0.5em 0;
  }
  .boxShop01 .box .box_wrap02 .left .ttl {
    align-items: center;
  }
  .boxShop01 .box .lead {
    font-size: 1.4rem;
  }
  .boxShop01 .boxDl02 dl dt {
    width: 8.5em;
  }
  .boxDl02 dl dd {
    width: calc(100% - 8.5em);
  }
  .boxDl02 dl dt:before {
    top: 2em;
  }
  .boxShop01 .box h2 .map {
    display: none;
  }
  .boxShop01 .box .slide {
    margin-bottom: 3rem;
  }
  .boxShop01 .map_sp {
    display: flex;
    margin-top: 1rem;
    color: #007130;
    width: 5em;
    height: 2em;
    border: 1px solid #007130;
    border-radius: 10em;
    justify-content: center;
    align-items: center;
    padding-left: 0.5em;
  }
  .boxShop01 .map_sp img {
    width: 1.2rem;
    margin-top: 2px;
  }
  .ulBasePageMenu02 {
    flex-wrap: wrap;
  }
  .boxAbout01 .lead {
    font-size: 1.6rem;
    text-indent: 0.5em;
  }
  .boxAbout01Wrap {
    background: url(../../images/about/img01sp.png) no-repeat center bottom;
    background-size: 106%;
    padding-bottom: 165vw;
  }
  .boxAbout02 .box_wrap {
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 7rem;
  }
  .boxAbout02 .cont {
    width: 100%;
    padding: 0;
  }
  .boxAbout02 .ttl:after {
    margin: 2rem auto 3rem auto;
  }
  .boxAbout02 .img {
    width: 100%;
    margin-top: 3rem;
  }
  .boxAbout02 .name {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .boxAbout02Wrap {
    padding: 0 0 20vw 0;
    background-size: 100%;
  }
  .boxAbout03 .box_wrap {
    flex-direction: column-reverse;
  }
  .boxAbout03 .box_wrap .cont {
    width: 100%;
    padding: 0;
  }
  .boxAbout03 .box_wrap .img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .boxAbout03 .boxDl02 dl,
  .boxAbout04 .boxDl02 dl {
    display: block;
  }
  .boxAbout03 .boxDl02 dl dt,
  .boxAbout04 .boxDl02 dl dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .boxAbout03 .boxDl02 dl dd,
  .boxAbout04 .boxDl02 dl dd {
    width: 100%;
    margin-left: 0;
    padding-left: 32px;
  }
  .boxAbout03 .bnr {
    width: 100%;
    display: block;
  }
  .boxAbout03 .bnr a {
    width: 100%;
  }
  .boxAbout03 .bnr .bnr02 {
    margin-top: 1rem;
  }
  .boxAbout03 .bnr .bnr02 .hime01 div .image {
    width: calc(100% - 16rem);
  }
  .boxAbout03Map {
    padding-top: 91vw;
  }
  .boxAbout05 .box_wrap {
    display: block;
  }
  .boxAbout05 .box_wrap .box {
    width: 100%;
    display: block;
  }
  .boxAbout05 .box_wrap .box .item {
    width: 100%;
  }
  .boxAbout05 .box_wrap .box:nth-of-type(2) {
    margin-top: 28px;
  }
  .pageAbout .boxPageWrap {
    padding-bottom: 4.6rem;
  }
  .boxInitiatives01 .box .boxFlex .cont {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .boxInitiatives01 .box .boxFlex .img {
    width: 100%;
  }
  .boxInitiatives01 .box:not(:last-chil) {
    margin-bottom: 8rem;
  }
  .boxShop01 .box .lead {
    font-size: 1.5rem;
  }
  .boxAbout05 .box_wrap .box .item .ttl {
    background-position: left 0.5em;
  }
}
.boxPolicy01Wrap {
  position: relative;
  padding-bottom: 250px;
}
.boxPolicy01Wrap:before {
  content: "";
  width: 1232px;
  height: 859px;
  background: url("../../images/policy/bg01.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 8%;
  top: -55px;
}
.boxPolicy01  {
  position: relative;
  z-index: 1;
}
.boxPolicy01 .boxFlex .cont {
  width: 680px;
}
.boxPolicy01 .boxFlex .cont .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.25rem;
  letter-spacing: 0.2em;
  line-height: 1.61;
  margin-bottom: 0.6em;
}
.boxPolicy01 .boxFlex .cont .ttl small {
  font-size: 2.69rem;
}
.boxPolicy01 .boxFlex .cont .ttl span {
  letter-spacing: 0.12em;
  font-size: 3.27rem;
}
.boxPolicy01 .boxFlex .cont .boxBaseCom p {
  font-size: 1.125rem;
  line-height: 2.22;
}
.boxPolicy01 .boxFlex .cont .boxBaseCom p .txt_orange {
  color: #ff8a00;
}
.boxPolicy01 .boxFlex .img {
  width: calc(100% - 680px);
  margin-left: auto;
  text-align: right;
  position: relative;
}
.boxPolicy01 .boxFlex .img .img02 {
  position: absolute;
  left: 0;
  bottom: -133px;
}
.boxPolicy02Wrap {
  background-image: url("../../images/policy/bg02.png"), url("../../images/policy/bg03.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: left bottom, left top;
  padding-bottom: 70px;
}
.boxPolicy02 {
  position: relative;
  top: -50px;
}
.boxPolicy02 .lead {
  text-align: center;
  margin-bottom: 190px;
  line-height: 1.6;
}
.boxPolicy02 .boxFlex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxPolicy02 .boxFlex .box {
  width: 29.6875%;
  background-color: #fff;
  padding: 0 40px 60px 40px;
  border-radius: 24px;
}
.boxPolicy02 .boxFlex .box:nth-child(n+4) {
  margin-top: 145px;
}
.boxPolicy02 .boxFlex .box .img {
  text-align: center;
  margin-top: -105px;
}
.boxPolicy02 .boxFlex .box .num {
  font-size: 0.86rem;
  color: #fff;
  width: 132px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #008f43;
  line-height: 1;
  margin: -25px auto 0 auto;
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
}
.boxPolicy02 .boxFlex .box .num span {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  margin-left: 5px;
  padding-bottom: 1px;
}
.boxPolicy02 .boxFlex .box .ttl {
  text-align: center;
  color: #5f3125;
  letter-spacing: 0.14em;
  line-height: 1.41;
  font-size: 1.5rem;
  margin-top: 8px;
}
.boxPolicy02 .boxFlex .box .ttl:after {
  content: "";
  width: 58px;
  height: 2px;
  background: url("../../images/common/bg-dot-brown.jpg") repeat-x left bottom;
  display: block;
  margin: 15px auto 24px auto;
}
.boxPolicy03 {
}
.boxPolicy03 .boxFlex .cont {
  width: calc(100% - 435px);
  padding-right: 7%;
}
.boxPolicy03 .boxFlex .cont .ttl {
  color: #008f43;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
  margin-top: 25px;
}
.boxPolicy03 .boxFlex .cont .boxBaseCom p {
  color: #4d271f;
}
.boxPolicy03 .boxFlex .img {
  display: flex;
  width: 435px;
  justify-content: center;
}
.boxPolicy03 .boxFlex .img div {
  width: 205px;
  height: 293px;
  border-radius: 9px;
  border: 2px solid #cccccc;
  overflow: hidden;
  position: relative;
}
.boxPolicy03 .boxFlex .img a:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../../images/common/ico-loupe02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  bottom: 8px;
  z-index: 1;
  pointer-events: none;
}
.boxPolicy03 .boxFlex .img div img {
  /*object-fit: cover;
  width: 100%;
  height: 100%;*/
  max-width: inherit;
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px)
}
.boxPolicy03 .boxFlex .img a:nth-child(n+2) {
  margin-left: 25px;
}
.boxPolicy03 h3 {
  margin-bottom: 0;
}
@media only screen and (max-width:1000px) {
  .boxPolicy01 .boxFlex .cont {
    width: 100%;
  }
  .boxPolicy01 .boxFlex .cont .ttl {
    font-size: 2.25rem;
    letter-spacing: 0.12em;
  }
  .boxPolicy01 .boxFlex .cont .ttl small {
    font-size: 1.69rem;
  }
  
  .boxPolicy01 .boxFlex .cont .ttl span {
    font-size: 2.27rem;
  }
  .boxPolicy01 .boxFlex .cont .boxBaseCom p {
    font-size: 1rem;
  }
  .boxPolicy01Wrap:before {
    width: 100%;
    height: 69vw;
    right: -1%;
    top: -15vw;
  }
  .boxPolicy01Wrap {
    padding-bottom: 7rem;
  }
  .boxPolicy01 .boxFlex .img {
    width: 100%;
    margin-top: 3.5rem;
  }
  .boxPolicy01 .boxFlex .img img:nth-of-type(1) {
    width: 70%;
  }
  .boxPolicy01 .boxFlex .img img:nth-of-type(2) {
    width: 44%;
    bottom: -13vw;
  }
  .boxPolicy02 .boxFlex .box {
    width: 100%;
  }
  .boxPolicy02 .boxFlex .box .img {
    margin: 0;
    position: relative;
    top: -29vw;
  }
  .boxPolicy02 .boxFlex .box:nth-child(n+2) {
    margin-top: 11rem;
  }
  .boxPolicy02 .boxFlex .box .num {
    margin-top: -35vw;
  }
  .boxPolicy02Wrap {
    background: url("../../images/policy/bg02.png") no-repeat left bottom;
    background-color: #f8f3e1;
  }
  .boxPolicy03 h3 {
    background-position: 4px 1.25em, left top;
  }
  .boxPolicy03 .boxFlex .cont {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .boxPolicy03 .boxFlex .img {
    width: 100%;
    justify-content: flex-start;
  }
  .boxPolicy03 .boxFlex .img div {
    width: 48%;
    height: 58vw;
    margin: auto;
  }
  .boxPolicy03 .boxFlex .img div:nth-child(n+2) {
    margin-left: 4%;
  }
  .boxPolicy02 .lead {
    margin-bottom: 11rem;
  }
}

.boxTableSp01 table {
  display: block;
}
.boxTableSp01 table td {
  background: none!important;
}
.boxTableSp01 table th {
  background: none!important;
  border-width: 1px!important;
  font-size: 1.1rem!important;
}
.boxTableSp01 table th:last-child {
  border-left: 1px solid #008f43;
}
.boxTableSp01 table td:nth-of-type(1) {
  color: #008f43;
  font-weight: bold;
  font-size: 1.25rem;
  flex-shrink: 0;
  width: 22%;
  border-right: 1px solid #008f43;
  text-align: center;
  vertical-align: middle;
}
.boxTableSp01 table td:nth-of-type(2) {
  width: 53%;
  padding: 1rem 1.5rem;
}
.boxTableSp01 table td:nth-of-type(3) {
  width: 25%;
  border-left: 1px solid #008f43;
  text-align: center;
  vertical-align: middle;
}
.boxTableSp01 span.on {
  width: 2rem;
  height: 2rem;
  border-radius: 10em;
  border: 2px solid #008f43;
  display: flex;
  margin: auto;
  color: #008f43;
}

@media only screen and (max-width:1000px) {
  .boxProductOther .ttl .p01 {
    margin-bottom: 0.5em;
  }
  .boxIndex02 .bnr:before {
    content: none;
  }
  .boxProductOther .ttl .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .boxProductOther .ttl .p02 {
    margin-bottom: 0;
  }
  .boxProductOther {
    position: relative;
    padding-bottom: 26vw;
  }
  .boxBaseList02 {
    margin-bottom: 0;
  }
  .pageForMessage .boxPageWrap {
    padding-bottom: 0;
  }
}


.boxInterviewS0201One .dl01.hide-line::before {
  display: none;
}
.boxInterviewS0201One .dl01.empty {
  display: none;
}
.boxContact00Wrap {
  padding-bottom: 90px;
}
.boxContact00 .box_wrap {
  display: flex;
  align-items: center;
}
.boxContact00 .box_wrap .boxBaseCom {
  width: 680px;
  padding-right: 5%;
}
.boxContact00 .box_wrap .boxBaseSingleBackLink01 {
  width: 234px
}
.boxContact00 .boxBaseSingleBackLink01 a {
  background: url("../../images/common/arrow-right-green.svg") no-repeat right 18px center;
  background-size: 13px;
}
.boxContact01Wrap {
  background-color: #fcf7e5;
  margin-top: 90px;
}
.boxContact01 {
  position: relative;
  top: -50px;
}
.boxContact01 .box_wrap {
  background-color: #fff;
  margin: auto;
  padding: 5rem 0 0 0;
  border-radius: 17px;
}
.boxContact01 .boxCsnkFormWrap {
  padding-bottom: 1em;
}
.boxContact01 .lead {
  margin-bottom: 4em;
}
.boxContact01 .lead p {
  line-height: 1.66;
  margin-bottom: 2em;
}
.boxContact01 .lead li {
  padding-left: 1.25em;
  position: relative;
}
.boxContact01 .lead li:before {
  content: '';
  position: absolute;
  top: 0.58em;
  left: 0.15em;
  width: 0.55em;
  height: 0.55em;
  border-radius: 0.55em;
  background-color: #ff8a00;
}
.boxContact01 .lead li:nth-child(n+2) {
  margin-top: 1em;
}
@media only screen and (max-width:1000px) {
  .boxContact00 .box_wrap {
    display: block;
  }
  .boxContact00 .box_wrap .boxBaseCom {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
  .boxContact00 .box_wrap .boxBaseSingleBackLink01 {
    width: 100%;
  }
  .boxContact00Wrap {
    margin-bottom: 0;
  }
  .boxContact01 .lead li:before {
    top: 0.45em;
  }
  .boxContact01 .lead li {
    font-size: 1rem;
    line-height: 1.6;
  }
  .boxContact01 .box_wrap {
    padding: 4rem 4vw 1px 4vw;
  }
}
.boxProductOther .boxProductSlide02 .item {
  margin: 0 28.3px 0 0!important;
}
.boxProductOther .boxProductSlide02 .slick-next:before {
  content: none;
}
.boxProductOther .boxProductSlide02 .slick-next {
  background: url(../../images/common/arrow-slide-next.png) no-repeat !important;
  background-size: contain !important;
  z-index: 1;
  top: 39%;
  right: -40px;
  width: 34px;
  height: 69px;
}
.boxProductOther .boxProductSlide02 .slick-prev:before {
    content: none;
}
@media only screen and (max-width:1000px) {
  .boxProductOther .boxProductSlide02 .slick-next {
    top: 50%;
    right: -4%;
  }
  .boxProductOther .boxProductSlide02 .slick-prev {
    background: url(../../images/common/arrow-slide-prev.png) no-repeat !important;
    background-size: contain !important;
    z-index: 1;
    top: 50%;
    left: -4%;
    width: 34px;
    height: 69px;
  }
  .boxProductOther .boxProductSlide02 .item {
    margin: 0 5px!important;
  }
  .boxProductOther .boxProductSlide02 {
  }
  .boxProductOther .boxProductSlide02 .slick-list {
    margin: 0 -15px;
  }
 .boxProductOther .boxProductSlide02 .slick-slide {
    margin: 0 15px;
  }
}
/* スライドが少ないときに中央揃えする */
@media only screen and (min-width:751px) {
.boxProductSlide01.center-few-items .slick-track {
  display: flex !important;
  justify-content: center !important;
  transform: none !important;
  width: 100%!important;
}
.boxProductSlide01.dots-hidden .slick-dots {
  display: none !important;
}
}
.boxInitiatives02 .btnBase01 {
  max-width: 420px;
  margin: 5rem auto 0 auto;
}
@media only screen and (max-width:1000px) {
  .boxInitiatives02 .btnBase01 {
    margin-top: 9rem;
  }
}
@media only screen and (max-width:1200px) and (min-width:1001px) { 
  .boxPolicy01 .boxFlex .img .img02 {
    left: auto;
    right: 0;
    bottom: -14vw;
  }
  body {
    min-width: inherit;
  }
    .boxProductOther .boxProductSlide02 {
    padding-right: 5%;
  }
  .boxProductOther .boxProductSlide02 .slick-next {
    right: 0;
  }
  .boxAbout01Wrap {
    background-size: 100%;
    padding-bottom: 40vw;
  }
  .boxAbout02Wrap {
    background-size: cover;
  }
  .boxAbout02Wrap .ttlBaseH2 {
    top: -40px;
    position: relative;
  }
  
  
  
  
  
}


@media only screen and (max-width:1000px) and (min-width:751px) {  
  .boxPolicy02 .boxFlex .box .img img {
    max-width: inherit;
    width: 55%;
  }
  .boxPolicy02 .boxFlex .box .num {
    width: 10em;
    height: 1.5em;
    margin-top: -33vw;
  }
  .boxProduct01 .box_wrap .box .img img,
  .boxProductS01 .box_wrap .img img {
    max-width: inherit;
    width: 100%;
  }
  .boxProduct01 .box_wrap .box .ttl {
    font-size: 1.4rem;
  }
  .boxProduct01 .box_wrap .box .ttl span {
    display: inline-block;
  }
  .boxProduct01 .box_wrap .box .ttl span:before {
    top: 0.4em;
    transform: none;
  }
  .boxProduct01 .box_wrap .box .ttl span:after {
    top: 0.6em;
  }
  .boxProductSlide01Poupu .cont2 ul li {
    height: 1.5em;
    padding: 0 1em;
  }
  .boxPoupuBtn button.next:after,
  .boxPoupuBtn button.prev:after {
    top: 0.55em;
  }
  .boxProductOther .ttl .btn {
    width: 10em;
    height: 2.5em;
    background-size: 0.75em;
  }
  .boxIndex02 .btnBase01.cart {
    background-size: 0.9em, 0.75em;
  }
  .boxAbout0102 ol li:before {
    width: 1.5em;
    height: 1.5em;
    top: 0.3em;
  }
  .boxAbout0102 ol li {
    padding-left: 2em
  }
  .boxAbout02 .img {
    text-align: right;
  }
  .boxAbout03 .box_wrap .img img {
    max-width: inherit;
    width: 100%;
  }
  .boxDl02 dl dt:before {
    top: 1.2em;
    width: 0.4em;
    height: 0.4em;
  }
  .boxAbout03 .boxDl02 dl dd, .boxAbout04 .boxDl02 dl dd {
    padding-left: 1.5em;
  }
  .boxAbout03 .bnr .bnr02 {
    height: 6em;
  }
  .boxAbout03 .bnr .bnr02 .hime01 div p {
    font-size: 0.85rem;
  }
  .boxAbout05 .box_wrap .box .item .map {
    width: 5em;
    height: 2em;
  }
  .boxAbout05 .box_wrap .box .item .map img {
    width: 1em;
  }
  .boxAbout05 .box_wrap .box .item .ttl {
    background-size: 0.7em;
    padding-left: 1em;
  }
    .boxContact00 .boxBaseSingleBackLink01 a {
    width: 14em;
    background-size: 0.75em;
  }
  .boxBaseList02 .boxListImg img.no-image {
    width: 200px;
  }

}
@media only screen and (max-width:1000px) {
  .boxProduct01 .box_wrap .box .ttl span:after {
    top: 55%;
    transform: translateY(-50%);
  }
  .boxProductBottom .bnr {
    margin-top: 0;
  }
  
  
  
  
}