@charset "UTF-8";
@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1600px) {
  .m-mv-title-txt {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .m-content-description {
    margin-bottom: 9.3333333333vw;
  }
  .m-mv-title-txt {
    font-size: 7vw;
  }
}
.m-anchor-list-item {
  max-width: 22%;
}

@media screen and (max-width: 767px) {
  .m-anchor-list-item {
    margin-right: 2%;
    margin-bottom: 2%;
    max-width: none;
    width: 48%;
  }
}
/* safety
---------------------------------------------------------------------------- */
.p-safety {
  padding: 0 0 35px 0;
}

.p-safety-content {
  padding: 40px 0 0;
  margin-top: 50px;
  border-top: 2px solid #E6E6E6;
  position: relative;
}
.p-safety-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 80px;
  height: 4px;
  background: #EC6C00;
}

.p-safety-content-ttl {
  font-size: 4.3rem;
  line-height: 1.4418604651;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #050000;
}

.p-safety-content-txt {
  color: #212121;
  margin: 55px 0 0;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.p-safety-content-txt02 {
  color: #212121;
  margin: 55px 0 0;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.p-safety-list {
  margin: 10px 0 0;
}

.p-safety-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 30px 30px 50px 30px;
}
.p-safety-list-item:not(:last-child) {
  border-bottom: 1px solid #DEDEDE;
}

.p-safety-list-item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  margin-right: 60px;
}

.p-safety-list-item-point {
  color: #EC6C00;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  font-family: arial, serif;
}

.p-safety-list-item-num {
  color: #EC6C00;
  font-size: 6rem;
  line-height: 1.3333333333;
  font-weight: 400;
  font-family: arial, serif;
}

.p-safety-list-item-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-safety-list-item-right-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  margin-left: 120px;
}
.p-safety-list-item-right-img--lg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

.p-safety-list-item-ttl {
  color: #212121;
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-right: 100px;
}

.p-safety-list-item-subTxt {
  color: #818181;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-top: 25px;
}

.p-br1600,
.p-br1350 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .p-safety-list-item-right-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-left: 40px;
  }
  .p-safety-list-item-right-img--lg {
    -webkit-box-flex: 0;
  }
  .p-safety-list-item-ttl {
    padding-right: 0;
  }
  .p-br1600 {
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .p-br1350 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-safety {
    padding: 0 0 4.6666666667vw 0;
  }
  .p-safety-content {
    padding: 5.3333333333vw 0 0;
    margin-top: 6.6666666667vw;
    border-top: 0.5333333333vw solid #E6E6E6;
  }
  .p-safety-content::before {
    top: -0.2666666667vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
  .p-safety-content-ttl {
    font-size: 6.4vw;
  }
  .p-safety-content-txt {
    margin: 6.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .p-safety-content-txt02 {
    margin: 6.6666666667vw 0 0;
    font-size: 4vw;
    line-height: 1.5;
  }
  .p-safety-list {
    margin: 2.6666666667vw 0 0;
  }
  .p-safety-list-item {
    padding: 4vw 4vw;
  }
  .p-safety-list-item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.3333333333vw;
            flex: 0 0 13.3333333333vw;
    margin-right: 4vw;
  }
  .p-safety-list-item-point {
    font-size: 5.0666666667vw;
  }
  .p-safety-list-item-num {
    font-size: 10.6666666667vw;
  }
  .p-safety-list-item-right {
    display: block;
  }
  .p-safety-list-item-right-img {
    width: 100%;
    margin-left: 0;
    margin-top: 4vw;
  }
  .p-safety-list-item-right-img2 {
    width: 100%;
    margin-left: 0;
    margin-top: 4vw;
  }
  .p-safety-list-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-safety-list-item-subTxt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding-right: 0;
  }
}
.is-popup-overlay {
  position: fixed !important;
  z-index: 997;
  right: 0;
  top: 0;
  width: calc(100% - 270px);
  margin-left: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  /* transform: translate(calc(-50% + 130px), -50%) scale(1.2)!important; */
  cursor: -webkit-zoom-out !important;
  cursor: zoom-out !important;
  opacity: 0;
  visibility: hidden;
}

.is-popup-overlay.is-show {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-zoom-out !important;
  cursor: zoom-out !important;
}

.is-popup-overlay img {
  position: absolute;
  top: 50%;
  right: 50%;
  max-height: 100%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.popup img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.p-safety-list-item-right-img div {
  display: inline-block;
  width: 49%;
}

.p-safety-list-item-right-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .is-popup-overlay {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
  .is-popup-overlay img {
    max-width: 300px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
/*追加　20240726*/
.p-safety-area {
  padding: 30px;
}
.p-safety-area li {
  border-bottom: solid 1px #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-safety-area li:last-child {
  border-bottom: none;
}

.p-safety-area-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-safety-area-inner-ttl {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: arial, serif;
  color: #EC6C00;
  width: 50px;
}

.p-safety-area-inner-txt {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  width: 1090px;
}

@media screen and (max-width: 767px) {
  .p-safety-area {
    padding: 4vw 0;
  }
  .p-safety-area li {
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-safety-area-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-safety-area-inner-ttl {
    font-size: 5.3333333333vw;
  }
  .p-safety-area-inner-txt {
    font-size: 4vw;
    letter-spacing: -0.05em;
    width: 90%;
    line-height: 1.6;
  }
}
/*20240726追加分*/
.p-safety-column {
  margin: 70px 20px 100px;
  border: solid 1px #DEDEDE;
}
.p-safety-column li + li .p-safety-column-ttl {
  border-top: solid 1px #DEDEDE;
}

.p-safety-column-ttl {
  padding: 18px 120px 18px 30px;
  background: #F6F6F6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  cursor: pointer;
}

.p-safety-column-ttl-point {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: arial, serif;
  color: #EC6C00;
}

.p-safety-column-ttl-num {
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: arial, serif;
  color: #EC6C00;
}

.p-safety-column-txt {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-safety-column-icn {
  position: absolute;
  top: 50%;
  right: 40px;
  background: #EC6C00;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-safety-column-icn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  background: #fff;
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-safety-column-icn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  background: #fff;
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-safety-column-box {
  display: none;
}

.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

@media screen and (max-width: 767px) {
  .p-safety-column {
    margin: 10.6666666667vw 0;
  }
  .p-safety-column-ttl {
    padding: 4.8vw 16vw 4.8vw 4vw;
    gap: 4vw;
    height: 24vw;
  }
  .p-safety-column-ttl-area {
    width: 30%;
  }
  .p-safety-column-txt {
    width: 65%;
  }
  .p-safety-column-ttl-point {
    font-size: 4.5333333333vw;
  }
  .p-safety-column-ttl-num {
    font-size: 7.2vw;
  }
  .p-safety-column-txt {
    font-size: 4.5333333333vw;
  }
  .p-safety-column-icn {
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-safety-column-icn::before {
    right: 3.2vw;
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
  .p-safety-column-icn::after {
    right: 3.2vw;
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 1380px) {
  .no01 {
    display: none;
  }
}