  @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap');

#nwlp_profile {
  background-image: url("/nw/safety/profile/img/bg_honeycomb.png"), linear-gradient(135deg, #fff 0%, #e6e6e6 100%);
  background-position: center center, left top;
  background-repeat: repeat, no-repeat;
  background-size: 100% auto, 100% 100%;
  font-size: clamp(1.6rem, 1.171vw, 1.7rem);
  line-height: 1.8;
  padding-bottom: 6em;
    overflow-x: hidden;
}
#nwlp_profile .container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
#nwlp_profile .heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .1em;
  text-align: center;
}
#nwlp_profile .heading > .container {
  padding: 6em 0;
  position: relative;
}
#nwlp_profile .heading > .container::before,
#nwlp_profile .heading > .container::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
#nwlp_profile .heading > .container::before {
  background-image: url("/nw/safety/profile/img/img_heading01.png");
  width: 29%;
  max-width: 344px;
  height: 298px;
  left: -14%;
  top: -3em;
}
#nwlp_profile .heading > .container::after {
  background-image: url("/nw/safety/profile/img/img_heading02.png");
  background-position: 100% 100%;
  width: 37%;
  max-width: 444px;
  height: 384px;
  right: -20%;
  bottom: -3em;
}
#nwlp_profile .heading_tit {
  display: inline-block;
  font-size: clamp(3.0rem, 2.415vw, 3.5rem);
  letter-spacing: .15em;
  margin-bottom: 1em;
  position: relative;
}
#nwlp_profile .heading_tit::after {
  content: "";
  width: 100%;
  height: .16em;
  background: linear-gradient(90deg, #f1975c 0%, #fbce5c 30%, #b9defb 60%, #357dbe 80%, #585b9e 100%);
  position: absolute;
  left: 0;
  bottom: -.25em;
}
#nwlp_profile .heading_lead {
  font-size: 1.125em;
}
#nwlp_profile .flow_delivery {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: .15em;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-top: -2em;
  position: relative;
  z-index: 1;
}
#nwlp_profile .flow_delivery_tit {
  height: 2.5em;
  background: url("/nw/safety/profile/img/bg_flowdelivery_tit.png") no-repeat center top / auto 100%;
  font-size: clamp(2.2rem, 1.756vw, 2.6rem);
  letter-spacing: .3em;
  text-align: center;
  padding-top: 1em;
  position: relative;
  z-index: 1;
}
#nwlp_profile .flow_delivery_body {
  background: #fff;
  border-radius: 10px;
  padding: 3em;
  margin-top: -.2em;
  box-shadow: 0 -1px 5px rgba(0,0,0,.3);
}
#nwlp_profile .flow_delivery_img {
  position: relative;
  margin: 2em 0 3em;
}
/*
#nwlp_profile .flow_delivery_img_bg {
  position: relative;
  z-index: 1;
}
#nwlp_profile .flow_delivery_img_bg::before {
  content: "";
  width: 98%;
  height: 98%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #00a4b4;
  background-size: 15px 15px;
  animation: bgani 120s linear infinite;
}
@keyframes bgani {
  0% { background-position: 0% 0%; }
	100% { background-position: 100% 200%; }
}
*/
#nwlp_profile .flow_delivery_img_link a {
  width: 13.7%;
  height: auto;
  background: linear-gradient(135deg, #db5547 30%, #ed6c00 80%);
  border-radius: 50%;
  box-shadow: 0 0 10px #666;
  position: absolute;
  transition: .5s;
  overflow: hidden;
  z-index: 2;
}
#nwlp_profile .flow_delivery_img_link a::before,
#nwlp_profile .flow_delivery_img_link a::after {
  content: "";
  position: absolute;
}
#nwlp_profile .flow_delivery_img_link a::before {
  width: 93%;
  height: 93%;
  border: 3px solid #fff;
  border-radius: 50%;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nwlp_profile .flow_delivery_img_link a::after {
  width: 5em;
  height: 500%;
  background: linear-gradient(90deg, rgba(245,171,157,0),rgba(245,171,157,0.6) 40%,rgba(245,171,157,0),rgba(245,171,157,0.6),rgba(245,171,157,0));
  transform: rotate(45deg);
  animation: 5s shine infinite linear;
  top: -200%;
  left: -300%;
}
@keyframes shine {
  0% {left: -300%;}
  85% {left: -300%;}
  100% {left: 300%;}
}
#nwlp_profile .flow_delivery_img_link a:hover {
  background: linear-gradient(135deg, #9a3e34 30%, #a24c04 80%);
  box-shadow: none;
}
#nwlp_profile .flow_delivery_img_link a:hover::after {
  opacity: .5;
}
#nwlp_profile .flow_delivery_img_link a img {
  position: relative;
  z-index: 2;
}
#nwlp_profile .flow_delivery_img_link a#link01 {
  top: 0;
  left: 31.9%;
}
#nwlp_profile .flow_delivery_img_link a#link02 {
  top: 0;
  right: 5.7%;
}
#nwlp_profile .flow_delivery_img_link a#link03 {
  top: 35%;
  left: 20%;
}
#nwlp_profile .flow_delivery_img_link a#link04 {
  bottom: 9%;
  left: 9.7%;
}
#nwlp_profile .flow_delivery_img_link a#link05 {
  bottom: 9%;
  left: 47%;
}
#nwlp_profile .flow_delivery_img_link a#link02::after {
  animation-delay: .5s;
}
#nwlp_profile .flow_delivery_img_link a#link03::after {
  animation-delay: 1s;
}
#nwlp_profile .flow_delivery_img_link a#link04::after {
  animation-delay: 1.5s;
}
#nwlp_profile .flow_delivery_img_link a#link05::after {
  animation-delay: 2s;
}
#nwlp_profile .flow_delivery_nav {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
}
#nwlp_profile .flow_delivery_nav > li {
  line-height: 1;
  padding: .1em .75em .4em;
  border-left: 1px solid #666;
}
#nwlp_profile .flow_delivery_nav > li:last-child {
  border-right: 1px solid #666;
}
#nwlp_profile .flow_delivery_nav > li a {
  color: #187fc4;
  text-decoration: underline;
}
#nwlp_profile .flow_delivery_nav > li a:hover {
  text-decoration: none;
}

/* modal */
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
}
.modal__content {
  width: 92%;
  max-width: 840px;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.7);
  text-align: left;
  padding: 2.5em 3em 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal___tit {
  font-size: clamp(2.8rem, 2.342vw, 3.4rem);
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .75em;
}
.modal___tit::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #db5547 30%, #ed6c00 80%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal___stit {
  font-size: clamp(2.0rem, 1.756vw, 2.4rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .5em;
}
.modal___body {
  font-feature-settings: normal;
  letter-spacing: .05em;
  line-height: 2;
  overflow: hidden;
}
.modal___body > div {
  overflow: hidden;
}
.modal___body > * + * {
  margin-top: 1.5em;
}
.modal___body .fi_right {
  float: right;
  width: 44.44%;
  margin-left: 2em;
}
.modal___body .fi_right.sml {
  width: 30%;
}
.modal___body .btn_block {
  text-align: center;
  padding: 2em 0 1em;
}
.modal___body .btn_block > a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-size: 1.125em;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  background: linear-gradient(135deg, #db5547 30%, #ed6c00 80%);
  border-radius: 999px;
  color: #fff;
  padding: 1em 1.5em;
  position: relative;
}
.modal___body .btn_block > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("/nw/safety/profile/img/arrow.png") no-repeat 0 0 / cover;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.modal___body .btn_block > a .fas {
  display: none;
}


@media screen and (max-width: 640px) {
  .pc {display: none;}
  #nwlp_profile {
    background-size: 200% auto, 100% 100%;
    font-size: clamp(1.4rem, 3.733vw, 1.6rem);
  }
  #nwlp_profile .heading > .container {
    padding: 8em 0 9em;
  }
  #nwlp_profile .heading > .container::before {
    width: 35%;
    left: -10%;
    top: -.5em;
  }
  #nwlp_profile .heading > .container::after {
    width: 50%;
    right: -15%;
    bottom: -3em;
  }
  #nwlp_profile .heading_tit {
    font-size: clamp(2.2rem, 5.866vw, 2.6rem);
    letter-spacing: .1em;
  }
  #nwlp_profile .heading_tit::after {
    height: .2em;
  }
  #nwlp_profile .flow_delivery {
    margin-top: 0;
  }
  #nwlp_profile .flow_delivery > .container {
    width: 100%;
  }
  #nwlp_profile .flow_delivery_tit {
    height: 2em;
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }
  #nwlp_profile .flow_delivery_body {
    border-radius: 0;
    padding: 3em 4%;
    text-align: left;
  }
  #nwlp_profile .flow_delivery_img_link a::before {
    border-width: 1px;
  }
  #nwlp_profile .flow_delivery_nav {
    display: flex;
    justify-content: space-between;
  }
  #nwlp_profile .flow_delivery_nav > li {
    width: 48.5%;
    border-left: none;
    padding: .3em 0;
  }
  #nwlp_profile .flow_delivery_nav > li:last-child {
    border-right: none;
    width: 100%;
  }
  #nwlp_profile .flow_delivery_nav > li a {
    display: block;
    background: linear-gradient(135deg, #db5547 30%, #ed6c00 80%);
    border-radius: 999px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    padding: .75em 1em;
    position: relative;
  }
  #nwlp_profile .flow_delivery_nav > li:nth-of-type(4) a {
    letter-spacing: 0;
  }
  #nwlp_profile .flow_delivery_nav > li a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url("/nw/safety/profile/img/arrow.png") no-repeat 0 0 / cover;
    position: absolute;
    top: 50%;
    right: .75em;
    transform: translateY(-50%);
  }
  
  /* modal */
  .modal__content {
    padding: 1.5em 4%;
  }
  .modal___tit {
    font-size: clamp(2.2rem, 5.866vw, 2.8rem);
  }
  .modal___tit::after {
    height: 2px;
  }
  .modal___stit {
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }
  .modal___body {
    line-height: 1.8;
  }
  .modal___body .fi_right {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
  }
  .modal___body .fi_right.sml {
    width: 100%;
  }
  .modal___body .btn_block {
    padding: 1em 0 2em;
  }
  
  
  
  
  
  
}

@media screen and (min-width: 641px) {
  .sp {display: none;}
}
