@charset "UTF-8";
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
/*　安心安全を届ける
----------------------------------------------- */
#safety {
  padding-bottom: 21.42%;
}

#safety .safety-cont01-inner {
  padding: 21.42% 0;
}

#safety .safety-cont01-text-box--02 {
  margin-top: 16.66%;
}

#safety .safety-cont01-text {
  margin-top: 11.14%;
  font-size: 4vw;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 701px) {
  #safety {
    padding: 0 0 150px;
  }
  #safety .safety-cont01-inner {
    padding: 100px 0 146px;
  }
  #safety .safety-cont01-text-box--02 {
    margin-top: 80px;
  }
  #safety .safety-cont01-text {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

#safety .navi .navi-inner {
  width: 75.14%;
  margin: 0 auto;
}

#safety .navi .navi-bg {
  display: none;
}

#safety .navi .navi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#safety .navi .navi-list li {
  width: 41.82%;
  margin-top: 9.52%;
  position: relative;
}

#safety .navi .navi-list li:first-child {
  margin-top: 0;
}

#safety .navi .navi-list li:nth-child(2) {
  margin-top: 0;
}

#safety .navi .navi-list a {
  padding-bottom: 14.54%;
  display: block;
  text-align: center;
  position: relative;
}

#safety .navi .navi-list a::after {
  content: "";
  width: 9.54%;
  height: 5.45%;
  background-image: url(../../img/page/safety/navi-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#safety .navi .navi-en {
  width: 100%;
  font-size: 2.85714vw;
  text-align: center;
  color: #147B45;
  letter-spacing: 0.05em;
  position: absolute;
  top: 6.28vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#safety .navi .navi-box {
  position: relative;
}

#safety .navi .navi-name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.57143vw;
  color: #147B45;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 701px) {
  #safety #navi-bg {
    min-width: 1000px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
  }
  #safety .navi {
    padding: 230px 0 150px;
    background-color: #F4F7F8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #safety .navi .navi-bg {
    display: block;
  }
  #safety .navi .material-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  #safety .navi .material-bg img {
    width: 100%;
    height: auto;
    min-height: 588px;
  }
  #safety .navi .manufacture-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  #safety .navi .manufacture-bg img {
    width: 100%;
    height: auto;
    min-height: 588px;
  }
  #safety .navi .inspection-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  #safety .navi .inspection-bg img {
    width: 100%;
    height: auto;
    min-height: 588px;
  }
  #safety .navi .customer-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  #safety .navi .customer-bg img {
    width: 100%;
    height: auto;
    min-height: 588px;
  }
  #safety .navi .active {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #safety .navi .none {
    opacity: 0;
  }
  #safety .navi .navi-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #safety .navi .navi-list {
    padding-left: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #safety .navi .navi-list li {
    width: 180px;
    margin-top: 0;
    position: relative;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
  #safety .navi .navi-list li:hover .navi-en {
    color: #FFF;
  }
  #safety .navi .navi-list li:hover .navi-img {
    background-image: url(../../img/page/safety/navi-img-on_pc.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  #safety .navi .navi-list li:hover .navi-img img {
    opacity: 0;
  }
  #safety .navi .navi-list li:hover .navi-name {
    color: #FFF;
  }
  #safety .navi .navi-list a {
    padding-bottom: 0;
    display: block;
    text-align: center;
  }
  #safety .navi .navi-list a::after {
    display: none;
  }
  #safety .navi .navi-en {
    width: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.6rem;
    color: #147B45;
    letter-spacing: 0.15em;
    display: inline-block;
    position: absolute;
    top: -80px;
    left: 51%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  #safety .navi .navi-box {
    position: relative;
  }
  #safety .navi .navi-name {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.8rem;
    color: #000;
    letter-spacing: 0.15em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  #safety .navi .navi-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #safety .navi .navi-img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

#safety .section {
  padding: 23% 0 21.42%;
}

#safety .section .section-box {
  margin-top: 24.33%;
}

#safety .section .section-box:first-child {
  margin-top: 0;
}

#safety .section .section-en-ttl {
  width: 85.71%;
  margin: 0 auto;
  font-size: 11.42857vw;
  color: #147B45;
  letter-spacing: 0.05em;
  text-align: right;
}

#safety .section .section-photo {
  margin-top: -4%;
  position: relative;
  z-index: -1;
}

#safety .section .section-ttl {
  width: 85.71%;
  margin: -8.5% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#safety .section .section-ttl_icon {
  width: 26.66%;
  position: relative;
}

#safety .section .section-ttl_icon-sttl {
  width: 100%;
  font-size: 4vw;
  text-align: center;
  color: #147B45;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#safety .section .section-text {
  width: 85.71%;
  margin: 10% auto 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

#safety .section .section-sub {
  width: 92.85%;
  margin: 11.42% 0 0 auto;
  padding: 7.69%;
  background-color: #F4F7F8;
  position: relative;
}

#safety .section .section-sub::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#safety .section .section-sub-box {
  margin-top: 6.15%;
  padding-top: 6.15%;
  position: relative;
}

#safety .section .section-sub-box::before {
  content: "";
  width: 96%;
  height: 1px;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 0;
  right: 0;
}

#safety .section .section-sub-box:first-child {
  margin-top: 0;
  padding-top: 0;
}

#safety .section .section-sub-box:first-child::before {
  display: none;
}

#safety .section .section-sub-box:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}

#safety .section .section-sub-box:nth-child(2)::before {
  display: none;
}

#safety .section .section-sub-l {
  padding: 1% 0 1% 3.07%;
  font-size: 4vw;
  font-weight: 500;
  color: #147B45;
  letter-spacing: 0.1em;
  border-left: 2px solid #147B45;
}

#safety .section .section-sub-r {
  padding: 1% 0 1% 3.07%;
  letter-spacing: 0.1em;
  line-height: 1.58;
  border-left: 2px solid #707070;
}

#safety .section .section-note {
  width: 85.71%;
  margin: 6.57% auto 0;
}

#safety .section .section-note p {
  position: relative;
  padding-left: 8.16%;
  font-size: 2.85714vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#safety .section .section-note p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.85714vw;
}

@media screen and (min-width: 701px) {
  #safety .section {
    padding: 150px 0 120px;
  }
  #safety .section .section-inner {
    width: 1000px;
    margin: 0 auto;
  }
  #safety .section .section-box {
    margin-top: 130px;
  }
  #safety .section .section-box:first-child {
    margin-top: 0;
  }
  #safety .section .section-box:nth-child(2) {
    margin-top: 130px;
    padding-top: 0;
  }
  #safety .section .section-box:nth-child(2)::before {
    display: none;
  }
  #safety .section .section-en-ttl {
    width: 1000px;
    font-size: 8rem;
    padding-right: 30px;
  }
  #safety .section .section-photo {
    width: 1000px;
    margin: -30px auto;
  }
  #safety .section .section-ttl {
    width: 1000px;
    margin: -60px auto 0;
    padding: 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #safety .section .section-ttl_icon {
    width: 160px;
  }
  #safety .section .section-ttl_icon-sttl {
    font-size: 2.2rem;
  }
  #safety .section .section-text {
    width: 670px;
    margin: -50px 0 0 auto;
    padding-right: 70px;
    line-height: 2;
    letter-spacing: 0;
  }
  #safety .section .section-sub {
    width: 670px;
    margin: 80px 0 0 auto;
    padding: 0;
    background: none;
  }
  #safety .section .section-sub-box {
    margin-top: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  #safety .section .section-sub-box::before {
    display: none;
  }
  #safety .section .section-sub-box:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #safety .section .section-sub-box:first-child::before {
    display: none;
  }
  #safety .section .section-sub-box:nth-child(2) {
    margin-top: 20px;
    padding-top: 0;
  }
  #safety .section .section-sub-box .no-bd {
    border: none;
  }
  #safety .section .section-sub-l {
    width: 195px;
    padding: 0 0 24px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.57;
    border-left: none;
    border-bottom: 1px solid #147B45;
  }
  #safety .section .section-sub-l--midashi {
    width: 200px;
    padding: 12px 0;
    font-size: 1.6rem;
    color: #FFF;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: center;
    background-color: #147B45;
    position: relative;
  }
  #safety .section .section-sub-l--midashi::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  #safety .section .section-sub-r {
    width: 468px;
    padding: 0 0 24px 14px;
    letter-spacing: 0.1em;
    line-height: 1.57;
    border-left: none;
    border-bottom: 1px solid #707070;
    position: relative;
  }
  #safety .section .section-sub-r::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background: #707070;
    position: absolute;
    left: -3px;
    top: 0;
  }
  #safety .section .section-sub-r--long::before {
    height: 41px;
  }
  #safety .section .section-sub-r--midashi {
    width: 470px;
    padding: 12px 0;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: center;
    background-color: #F4F7F8;
  }
  #safety .section .section-sub-r-flex {
    padding: 12px 23px 12px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #safety .section .section-sub-r-flex .fz12 {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  #safety .section .section-note {
    width: 670px;
    margin: 20px 0 0 auto;
    padding-left: 20px;
  }
  #safety .section .section-note p {
    position: relative;
    padding-left: 27px;
    font-size: 1.2rem;
    line-height: 1.66;
  }
  #safety .section .section-note p::before {
    font-size: 1.2rem;
  }
}

#safety .allergy {
  padding: 14.28% 0;
  background-color: #F4F7F8;
}

#safety .allergy .allergy-inner {
  width: 85.71%;
  margin: 0 auto;
}

#safety .allergy .allergy-ttl {
  padding-bottom: 6.83%;
  text-align: center;
  position: relative;
}

#safety .allergy .allergy-ttl::after {
  content: "";
  width: 33.33%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#safety .allergy .allergy-ttl_en {
  color: #147B45;
  letter-spacing: 0.05em;
}

#safety .allergy .allergy-ja {
  margin-top: 2%;
  font-size: 7.14286vw;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

#safety .allergy .allergy-text {
  margin-top: 13.33%;
  line-height: 1.75;
}

#safety .allergy .allergy-imgarea {
  margin-top: 11.66%;
}

#safety .allergy .allergy-img_g01,
#safety .allergy .allergy-img_g02,
#safety .allergy .allergy-img_g03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#safety .allergy .allergy-img_g01,
#safety .allergy .allergy-img_g03 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#safety .allergy .allergy-img_g01 .allergy-img,
#safety .allergy .allergy-img_g03 .allergy-img {
  margin-right: 5.83%;
}

#safety .allergy .allergy-img_g01 .allergy-img:last-child,
#safety .allergy .allergy-img_g03 .allergy-img:last-child {
  margin-right: 0;
}

#safety .allergy .allergy-img_g02 {
  margin-top: -3.66%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#safety .allergy .allergy-img_g03 {
  margin-top: -3.66%;
}

#safety .allergy .allergy-img {
  width: 29.66%;
  position: relative;
}

#safety .allergy .allergy-img_text {
  width: 100%;
  font-size: 3.71429vw;
  font-weight: 500;
  text-align: center;
  color: #147B45;
  position: absolute;
  left: 0;
  bottom: 24.15%;
}

#safety .allergy .allergy-img_note {
  width: 66.29%;
  padding: 4.49% 0;
  font-size: 3.14286vw;
  color: #FFF;
  letter-spacing: 0.15em;
  background-color: #C31919;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 9.55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 701px) {
  #safety .allergy {
    padding: 100px 0;
  }
  #safety .allergy .allergy-inner {
    width: 1000px;
    padding: 0 168px;
  }
  #safety .allergy .allergy-ttl {
    padding-bottom: 30px;
    text-align: left;
  }
  #safety .allergy .allergy-ttl::after {
    width: 100px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #safety .allergy .allergy-ttl_en {
    font-size: 1.6rem;
  }
  #safety .allergy .allergy-ja {
    margin-top: 14px;
    font-size: 3.6rem;
    line-height: 1;
  }
  #safety .allergy .allergy-text {
    width: 100%;
    margin: 43px auto 0;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #safety .allergy .allergy-imgarea {
    margin-top: 85px;
  }
  #safety .allergy .allergy-img_g01 {
    width: 535px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #safety .allergy .allergy-img_g01 .allergy-img {
    margin-right: 0;
  }
  #safety .allergy .allergy-img_g02 {
    width: 724px;
    margin: -20px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #safety .allergy .allergy-img {
    width: 159px;
  }
  #safety .allergy .allergy-img_text {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    bottom: 44px;
  }
  #safety .allergy .allergy-img_note {
    width: 60px;
    padding: 4px 0;
    font-size: 1.2rem;
    top: 25px;
  }
}
/*# sourceMappingURL=safety.css.map */