@charset "UTF-8";
.mvArea {
  position: relative;
}
.mvArea .txtImg {
  width: 30%;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .mvArea .txtImg {
    width: 45%;
    top: 18%;
  }
}
.mvArea h2 {
  width: 90%;
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 5;
}
.mvArea h2 span {
  display: block;
  width: 11%;
}
@media (max-width: 767px) {
  .mvArea h2 span {
    width: 15%;
  }
}
.mvArea h2 p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .mvArea h2 p {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 p {
    margin-top: 10px;
    font-size: 5.2vw;
  }
}
.mvArea h2 p strong {
  font-size: 130%;
}
.mvArea figure {
  position: relative;
}

.inner02 {
  width: 90%;
  max-width: 1458px;
  margin: 0 auto;
}

.cc01 {
  text-align: center;
  line-height: 1.5em;
  font-size: 85px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cc01 {
    font-size: 5.8vw;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}
.cc01 small {
  font-size: 56%;
  line-height: 1.5em;
}
.cc01 strong {
  font-size: 165%;
  line-height: 1.5em;
}

.cc02 {
  text-align: center;
  line-height: 1.5em;
  font-size: 56px;
  font-weight: bold;
  color: #0068ac;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cc02 {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .cc02 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}

.introArea {
  padding: 300px 0 100px;
  position: relative;
  text-align: center;
}
@media (max-width: 1440px) {
  .introArea {
    padding: 21vw 0 100px;
  }
}
@media (max-width: 767px) {
  .introArea {
    padding: 35vw 0 60px;
  }
}
.introArea .magazineTtl {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl {
    top: -10vw;
  }
}
.introArea .magazineTtl .ttlInner {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.introArea .magazineTtl .ttlInner .logo {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner .logo {
    width: 90%;
  }
}
.introArea .magazineTtl .ttlInner .txt {
  width: 55%;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5em;
  text-align: left;
  position: absolute;
  top: 70%;
  left: 44%;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl .ttlInner .txt {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 4.5vw;
    text-align: center;
    position: static;
  }
}
.introArea .cc01 {
  color: #0068ac;
}
.introArea .note01 {
  margin-top: -40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .introArea .note01 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.introArea .sNavList {
  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;
}
.introArea .sNavList li {
  width: 32%;
  text-align: center;
}
.introArea .sNavList li a {
  display: block;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .introArea .sNavList li a:hover {
    opacity: 0.7;
  }
}
.introArea .sNavList li:first-child a {
  background: #0068ac;
}
.introArea .sNavList li:nth-child(2) a {
  background: #5dc2d0;
}
.introArea .sNavList li:last-child a {
  background: #0092cd;
}

.ttlArea {
  padding: 90px 0;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .ttlArea {
    padding: 6.42vw 0;
  }
}
@media (max-width: 767px) {
  .ttlArea {
    margin-bottom: 40px;
  }
}
.ttlArea .ttlInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
}
.ttlArea .ttlInner .no {
  width: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 4%;
  margin-right: 4%;
  border-right: solid 1px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttlArea .ttlInner .txtArea {
  width: 79%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttlArea .ttlInner .txtArea h3 {
  color: #fff;
  font-size: 68px;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .ttlArea .ttlInner .txtArea h3 {
    font-size: 4.8vw;
  }
}
@media (max-width: 767px) {
  .ttlArea .ttlInner .txtArea h3 {
    font-size: 5vw;
  }
}
.ttlArea .ttlImg {
  width: 28%;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .ttlArea .ttlImg {
    width: 35%;
    right: 1%;
  }
}

.conArea {
  padding-top: 100px;
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .conArea {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .conArea {
    padding-top: 40px;
    margin-bottom: 100px;
  }
}
.conArea#safety01 .ttlArea {
  background: #0068ac;
}
.conArea#safety01 .ttlArea .no img {
  max-width: 166px;
}
.conArea#safety01 .ttlArea .txtArea h3 {
  text-shadow: 0 0 5px #0068ac, 0 0 5px #0068ac;
}
.conArea#safety01 .safetyImg01 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .conArea#safety01 .safetyImg01 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .safetyImg01 figure {
    width: 150vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .safetyImg02 figure {
    width: 180vw;
  }
}
.conArea#safety01 .guideTxt {
  margin-top: 20px;
  padding: 0 20px;
}
.conArea#safety01 .guideTxt .note01 {
  margin-top: 0;
}
.conArea#safety01 .guideTxt .guide {
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
}
@media (max-width: 767px) {
  .conArea#safety01 .guideTxt .guide {
    font-size: 10px;
  }
}
.conArea#safety01 .guideTxt .guide span {
  display: inline-block;
}
.conArea#safety01 .guideTxt .guide span + span {
  margin-left: 20px;
}
.conArea#safety01 .guideTxt .guide span .color {
  width: 40px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.conArea#safety01 .guideTxt .guide span .color.gaishi {
  background: #0068ac;
}
.conArea#safety01 .guideTxt .guide span .color.nihon {
  background: #5dc2d0;
}
.conArea#safety01 .datacenterTtl {
  background: #0068ac;
  color: #fff;
  line-height: 1.2em;
  font-size: 37px;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .conArea#safety01 .datacenterTtl {
    font-size: 2.56vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .datacenterTtl {
    font-size: 5vw;
    padding: 10px 5px;
  }
}
.conArea#safety01 .datacenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conArea#safety01 .datacenter {
    margin-bottom: 30px;
  }
}
.conArea#safety01 .datacenter li {
  width: 33%;
  color: #0068ac;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  border-right: solid 2px #0068ac;
}
@media (max-width: 1440px) {
  .conArea#safety01 .datacenter li {
    font-size: 1.78vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .datacenter li {
    font-size: 4vw;
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #0068ac;
  }
}
.conArea#safety01 .datacenter li:first-child {
  border-left: solid 2px #0068ac;
}
@media (max-width: 767px) {
  .conArea#safety01 .datacenter li:first-child {
    border-left: none;
  }
}
.conArea#safety01 .datacenter li.sk {
  background: #5dc2d0;
}
.conArea#safety01 .safety01inBox {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .conArea#safety01 .safety01inBox {
    padding: 40px 0 0;
  }
}
.conArea#safety01 .safety01inBox .note01 {
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .conArea#safety01 .safety01inBox .note01 {
    margin-bottom: 40px;
  }
}
.conArea#safety01 .ttlRibbon {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1440px) {
  .conArea#safety01 .ttlRibbon {
    font-size: 2.57vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .ttlRibbon {
    font-size: 4vw;
  }
}
.conArea#safety01 .ttlRibbon strong {
  font-size: 150%;
}
.conArea#safety01 .ttlRibbon span {
  display: inline-block;
  padding: 20px 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .conArea#safety01 .ttlRibbon span {
    padding: 10px 10px;
  }
}
.conArea#safety01 .ttlRibbon {
  --s: 1.8em; /* the ribbon size */
  --d: .8em; /* the depth */
  --c: .8em; /* the cutout part */
  padding: 0 calc(var(--s) + 0.5em) var(--d);
  line-height: 1.3;
  background: conic-gradient(at left var(--s) bottom var(--d), rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5333333333) 0 37.5%, rgba(0, 0, 0, 0.2666666667) 0) 0/50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), rgba(0, 0, 0, 0.2666666667) 62.5%, rgba(0, 0, 0, 0.5333333333) 0 75%, rgba(0, 0, 0, 0) 0) 100%/50% 100% no-repeat;
  -webkit-clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
          clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
  background-color: #45a781; /* the main color */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.conArea#safety01 .dataCenterImg {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .conArea#safety01 .dataCenterImg {
    padding-top: 7vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety01 .dataCenterImg {
    padding-top: 15vw;
  }
}
.conArea#safety02 .ttlArea {
  background: #5dc2d0;
}
.conArea#safety02 .ttlArea .no {
  width: 22%;
}
.conArea#safety02 .ttlArea .txtArea {
  width: 75%;
}
.conArea#safety02 .ttlArea .txtArea h3 {
  text-shadow: 0 0 5px #5dc2d0, 0 0 5px #5dc2d0;
}
.conArea#safety02 .note01 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .conArea#safety02 .note01.right {
    text-align: left;
  }
}
.conArea#safety02 .note01.center {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .conArea#safety02 .note01.center {
    margin-top: -30px;
  }
}
.conArea#safety02 .rearingBox01 {
  position: relative;
  text-align: center;
  margin: 120px 0;
}
@media (max-width: 767px) {
  .conArea#safety02 .rearingBox01 {
    margin: 60px 0;
  }
}
.conArea#safety02 .rearingBox01 .note01.center {
  margin-top: 10px;
}
.conArea#safety02 .rearingBox01 .other {
  width: 13.9231824417%;
  position: absolute;
  top: -80px;
  left: -40px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .rearingBox01 .other {
    top: -5vw;
    left: -2.5vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .rearingBox01 .other {
    width: 20%;
    top: -8vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .rearingBox01 .other {
    width: 22%;
    top: -10vw;
  }
}
.conArea#safety02 .rearingBox01 .illust01 {
  width: 15.3978052126%;
  position: absolute;
  top: -24%;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .conArea#safety02 .rearingBox01 .illust01 {
    width: 20%;
    top: -7%;
  }
}
.conArea#safety02 .rearingBox02 {
  position: relative;
  margin: 120px 0;
}
@media (max-width: 767px) {
  .conArea#safety02 .rearingBox02 {
    margin: 60px 0;
  }
}
.conArea#safety02 .rearingBox02 .illust01 {
  width: 18.244170096%;
  position: absolute;
  top: -16%;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .conArea#safety02 .rearingBox02 .illust01 {
    display: none;
  }
}
.conArea#safety02 .rearingBox02 .illust02 {
  width: 13.4773662551%;
  position: absolute;
  bottom: -22%;
  left: -20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .conArea#safety02 .rearingBox02 .illust02 {
    width: 25%;
    bottom: 100px;
    left: auto;
    right: 2%;
  }
}
.conArea#safety02 .rankingBox {
  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;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .conArea#safety02 .rankingBox {
    margin-bottom: 50px;
  }
}
.conArea#safety02 .rankingBox .txtArea {
  width: 52%;
}
@media (max-width: 767px) {
  .conArea#safety02 .rankingBox .txtArea {
    width: 66%;
  }
}
.conArea#safety02 .rankingBox .txtArea .txt {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #0092cd;
}
@media (max-width: 1440px) {
  .conArea#safety02 .rankingBox .txtArea .txt {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .rankingBox .txtArea .txt {
    font-size: 5vw;
  }
}
.conArea#safety02 .rankingBox .txtArea .txt strong {
  font-size: 200%;
  line-height: 1.1em;
  font-weight: normal;
}
.conArea#safety02 .rankingBox .txtArea .txt small {
  font-size: 60%;
}
.conArea#safety02 .rankingBox .imgArea {
  width: 46%;
  text-align: center;
}
@media (max-width: 767px) {
  .conArea#safety02 .rankingBox .imgArea {
    width: 32%;
  }
}
.conArea#safety02 .safety02inBox {
  background: #dff3f6;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02inBox {
    padding: 40px 0;
  }
}
.conArea#safety02 .safety02inBox .note01.right {
  padding-right: 12%;
}
.conArea#safety02 .safety02List01 {
  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;
  row-gap: 90px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 {
    margin-top: 40px;
    row-gap: 45px;
  }
}
.conArea#safety02 .safety02List01 li {
  width: 47.1879286694%;
  background: #fff;
  padding: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li .ttl01 {
  font-size: 37px;
  font-weight: bold;
  color: #0068ac;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li .ttl01 {
    font-size: 2.6vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li .ttl01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li .ttl01 {
    font-size: 5vw;
  }
}
.conArea#safety02 .safety02List01 li .sttl01 {
  font-size: 19px;
  line-height: 1.8em;
  color: #0092cd;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li .sttl01 {
    font-size: 1.3vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li .sttl01 {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li .sttl01 {
    font-size: 3.5vw;
  }
}
.conArea#safety02 .safety02List01 li .sttl01.border {
  border-bottom: solid 1px #0092cd;
  text-align: center;
  margin-bottom: 5px;
}
.conArea#safety02 .safety02List01 li .sttl01.center {
  text-align: center;
}
.conArea#safety02 .safety02List01 li .sttl01 small {
  color: #000;
  font-size: 80%;
}
.conArea#safety02 .safety02List01 li .txt {
  font-size: 19px;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li .txt {
    font-size: 1.3vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li .txt {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li .txt {
    font-size: 3.5vw;
  }
}
.conArea#safety02 .safety02List01 li .txt.in01 {
  text-indent: -0.7em;
  padding-left: 0.7em;
}
.conArea#safety02 .safety02List01 li .txt.border {
  border-bottom: solid 1px #0068ac;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li .txt.border {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.conArea#safety02 .safety02List01 li .colBox01 {
  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;
}
.conArea#safety02 .safety02List01 li .colBox01 .txtArea {
  width: 65%;
  position: relative;
}
.conArea#safety02 .safety02List01 li .colBox01 .imgArea {
  width: 33%;
  position: relative;
}
.conArea#safety02 .safety02List01 li .colBox02 {
  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;
}
.conArea#safety02 .safety02List01 li .colBox02 .txtArea {
  width: 52.9069767442%;
  position: relative;
}
.conArea#safety02 .safety02List01 li .colBox02 .imgArea {
  width: 46%;
  position: relative;
}
.conArea#safety02 .safety02List01 li.li01 figure {
  margin-top: 20px;
}
.conArea#safety02 .safety02List01 li.li02 .colBox02 .txtArea {
  width: 50%;
}
.conArea#safety02 .safety02List01 li.li02 .colBox02 .imgArea {
  width: 48%;
}
.conArea#safety02 .safety02List01 li.li02 .colBox02 .imgArea figure {
  margin-top: -20%;
}
.conArea#safety02 .safety02List01 li.li03 .colBox02 .txtArea {
  width: 66%;
}
.conArea#safety02 .safety02List01 li.li03 .colBox02 .imgArea {
  width: 32%;
}
.conArea#safety02 .safety02List01 li.li03 .colBox02 .imgArea figure {
  margin-top: -20%;
}
.conArea#safety02 .safety02List01 li.li03 figure.illust01 {
  width: 20%;
  position: absolute;
  bottom: -30px;
  right: 10px;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li03 figure.illust01 {
    bottom: -10px;
  }
}
.conArea#safety02 .safety02List01 li.li04 .colBox02 .txtArea {
  width: 66%;
}
.conArea#safety02 .safety02List01 li.li04 .colBox02 .imgArea {
  width: 32%;
}
.conArea#safety02 .safety02List01 li.li04 .colBox02 .imgArea figure {
  margin-top: -40%;
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 {
  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;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 .inTxtArea {
  width: 35%;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 .inTxtArea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea {
  width: 62%;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody th {
  line-height: 1.3em;
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody td {
  font-size: 18px;
  line-height: 1.3em;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody td {
    font-size: 1.28vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody td {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody td {
    font-size: 3.2vw;
  }
}
.conArea#safety02 .safety02List01 li.li04 .inBox01 .inTableArea table tbody td:not(:last-child) {
  border-right: solid 1px #0068ac;
}
.conArea#safety02 .safety02List01 li.li05 .colBox02 .txtArea {
  width: 66%;
}
.conArea#safety02 .safety02List01 li.li05 .colBox02 .imgArea {
  width: 32%;
}
.conArea#safety02 .safety02List01 li.li06 .colBox01 .imgArea figure:first-child {
  margin: -80px 0 0 -20px;
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li06 .colBox01 .imgArea figure:first-child {
    margin: -60px 0 0 -10px;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li06 .colBox01 .imgArea figure:first-child {
    margin: -40px 0 0 -8px;
  }
}
.conArea#safety02 .safety02List01 li.li07 {
  width: 100%;
}
.conArea#safety02 .safety02List01 li.li07 .ttl01 {
  width: 70%;
  position: relative;
  z-index: 2;
}
.conArea#safety02 .safety02List01 li.li07 .txt.border {
  width: 70%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .txt.border {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li07 .inBox {
  width: 85%;
  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;
  z-index: 2;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .inBox {
    width: 100%;
    display: block;
  }
}
.conArea#safety02 .safety02List01 li.li07 .inBox .sbox:first-child {
  width: 33%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .inBox .sbox:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
.conArea#safety02 .safety02List01 li.li07 .inBox .sbox:last-child {
  width: 60%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .inBox .sbox:last-child {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li07 .inBox .sbox .ssbox {
  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;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .inBox .sbox .ssbox {
    display: block;
  }
}
.conArea#safety02 .safety02List01 li.li07 .inBox .sbox .ssbox .ssinBox {
  width: 46%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .inBox .sbox .ssbox .ssinBox {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li07 .illust01 {
  width: 25%;
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li07 .illust01 {
    top: -5px;
  }
}
.conArea#safety02 .safety02List01 li.li08 {
  width: 32.5%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li08 {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li08 .inBox {
  margin-top: 20px;
}
.conArea#safety02 .safety02List01 li.li08 .inBox .txtB {
  font-size: 26px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtB {
    font-size: 1.8vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtB {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtB {
    font-size: 4.2vw;
  }
}
.conArea#safety02 .safety02List01 li.li08 .inBox .txtB strong {
  font-size: 150%;
  font-weight: normal;
}
.conArea#safety02 .safety02List01 li.li08 .inBox .txtS {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtS {
    font-size: 0.7vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtS {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li08 .inBox .txtS {
    font-size: 3.5vw;
  }
}
.conArea#safety02 .safety02List01 li.li09 {
  width: 32.5%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li09 {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li09 table tbody th {
  width: 48%;
}
.conArea#safety02 .safety02List01 li.li09 table tbody td {
  width: 52%;
}
.conArea#safety02 .safety02List01 li.li10 {
  width: 32.5%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li10 {
    width: 100%;
  }
}
.conArea#safety02 .safety02List01 li.li10 table {
  margin-top: 20px;
}
.conArea#safety02 .safety02List01 li.li10 table tbody tr.shead th {
  font-size: 14px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li.li10 table tbody tr.shead th {
    font-size: 12px;
  }
}
.conArea#safety02 .safety02List01 li.li10 table tbody th {
  line-height: 1.3em;
}
.conArea#safety02 .safety02List01 li.li10 table tbody td {
  line-height: 1.3em;
}
.conArea#safety02 .safety02List01 li.li10 table tbody td:nth-child(2) {
  font-size: 17px;
  padding: 10px 5px;
  border-right: solid 1px #0068ac;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li.li10 table tbody td:nth-child(2) {
    font-size: 1.2vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li.li10 table tbody td:nth-child(2) {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li10 table tbody td:nth-child(2) {
    font-size: 4.2vw;
  }
}
.conArea#safety02 .safety02List01 li.li10 table tbody td strong {
  display: inline-block;
  width: 1.6em;
  text-align: right;
}
.conArea#safety02 .safety02List01 li.li10 .note01.ws {
  width: 80%;
}
.conArea#safety02 .safety02List01 li.li10 figure {
  width: 40%;
  position: absolute;
  bottom: -10%;
  right: -10%;
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li.li10 figure {
    width: 30%;
    bottom: -4%;
    right: -5%;
  }
}
.conArea#safety02 .safety02List01 li table {
  width: 100%;
}
.conArea#safety02 .safety02List01 li table thead th {
  font-size: 14px;
  text-align: center;
  padding: 10px 5px;
  border-top: solid 1px #0068ac;
  border-bottom: solid 1px #0068ac;
  background: #99d3eb;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li table thead th {
    font-size: 0.7vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li table thead th {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li table thead th {
    font-size: 3vw;
  }
}
.conArea#safety02 .safety02List01 li table thead th:first-child {
  border-right: solid 1px #0068ac;
}
.conArea#safety02 .safety02List01 li table tbody {
  vertical-align: middle;
  text-align: center;
  line-height: 1.5em;
}
.conArea#safety02 .safety02List01 li table tbody th {
  background: #e5f4fa;
  border-top: solid 1px #0068ac;
  border-bottom: solid 1px #0068ac;
  border-right: solid 1px #0068ac;
  font-size: 17px;
  padding: 10px 5px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li table tbody th {
    font-size: 1.2vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li table tbody th {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li table tbody th {
    font-size: 3.5vw;
  }
}
.conArea#safety02 .safety02List01 li table tbody td {
  background: #fff;
  border-top: solid 1px #0068ac;
  border-bottom: solid 1px #0068ac;
  font-size: 26px;
  padding: 10px 5px;
}
@media (max-width: 1440px) {
  .conArea#safety02 .safety02List01 li table tbody td {
    font-size: 1.8vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety02 .safety02List01 li table tbody td {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety02 .safety02List01 li table tbody td {
    font-size: 4.2vw;
  }
}
.conArea#safety02 .safety02List01 li table tbody td strong {
  font-size: 150%;
  font-weight: normal;
}
.conArea#safety03 .ttlArea {
  background: #0092cd;
}
.conArea#safety03 .ttlArea .no {
  width: 22%;
}
.conArea#safety03 .ttlArea .txtArea {
  width: 75%;
}
.conArea#safety03 .ttlArea .txtArea h3 {
  text-shadow: 0 0 5px #0092cd, 0 0 5px #0092cd;
}
.conArea#safety03 .ttlArea .ttlImg {
  width: 18%;
}
@media (max-width: 1440px) {
  .conArea#safety03 .ttlArea .ttlImg {
    width: 24%;
  }
}
.conArea#safety03 .safety03List01 {
  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;
  row-gap: 90px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .conArea#safety03 .safety03List01 {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 {
    margin-top: 40px;
    row-gap: 45px;
  }
}
.conArea#safety03 .safety03List01 li {
  width: 48%;
  border: solid 1px #0068ac;
  background: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li {
    width: 100%;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
  }
}
.conArea#safety03 .safety03List01 li .ttl01 {
  font-size: 37px;
  font-weight: bold;
  color: #0068ac;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .conArea#safety03 .safety03List01 li .ttl01 {
    font-size: 2.6vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety03 .safety03List01 li .ttl01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .ttl01 {
    font-size: 5vw;
  }
}
.conArea#safety03 .safety03List01 li .txt {
  font-size: 19px;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .conArea#safety03 .safety03List01 li .txt {
    font-size: 1.3vw;
  }
}
@media (max-width: 991px) {
  .conArea#safety03 .safety03List01 li .txt {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .txt {
    font-size: 3.5vw;
  }
}
.conArea#safety03 .safety03List01 li .colBox01 {
  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;
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .colBox01.spbtm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .colBox01.spful {
    display: block;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .colBox01.spful .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li .colBox01.spful .imgArea {
    text-align: center;
    width: 100%;
  }
}
.conArea#safety03 .safety03List01 li .colBox01 .txtArea {
  width: 53.4508627157%;
}
.conArea#safety03 .safety03List01 li .colBox01 .imgArea {
  width: 43%;
}
.conArea#safety03 .safety03List01 li.li01 {
  width: 100%;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li.li01 {
    padding: 20px;
  }
}
.conArea#safety03 .safety03List01 li.li01 .colBox01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li.li01 .colBox01 {
    display: block;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li.li01 .colBox01 .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .conArea#safety03 .safety03List01 li.li01 .colBox01 .imgArea {
    width: 100%;
  }
}
.conArea#safety03 .safety03List01 li.li05 .colBox01 .imgArea figure {
  text-align: center;
}
.conArea#safety03 .safety03List01 li.li05 .colBox01 .imgArea figure img {
  width: 80%;
}

.txt01 {
  font-size: 28px;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
}

.txt02 {
  font-size: 20px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt02 {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .txt02 {
    font-size: 4vw;
  }
}

.note01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note01 {
    font-size: 10px;
  }
}
.note01 + .note01 {
  margin-top: 0;
}
.note01.in01 {
  text-indent: -1em;
  padding-left: 1em;
}
.note01.right {
  text-align: right;
}
.note01.center {
  text-align: center;
}
.note01.mtmb {
  margin-top: -40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .note01.mtmb {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

.backBtnArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .backBtnArea {
    padding: 40px 0;
  }
}
.backBtnArea .btnBack {
  width: 354px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack {
    width: 200px;
  }
}
.backBtnArea .btnBack a {
  background: -webkit-gradient(linear, left top, right top, from(#accbee), to(#c2e9e8));
  background: -webkit-linear-gradient(left, #accbee, #c2e9e8);
  background: linear-gradient(to right, #accbee, #c2e9e8);
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
          box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
  overflow: hidden;
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a {
    font-size: 16px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a:hover {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::before {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::after {
    width: 100%;
  }
}
.backBtnArea .btnBack a span {
  position: relative;
  z-index: 2;
}
.backBtnArea .btnBack a::before {
  content: "←";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  top: 50%;
  left: 20px;
  margin-top: -11px;
  z-index: 5;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a::before {
    font-size: 18px;
    left: 15px;
    margin-top: -9px;
  }
}
.backBtnArea .btnBack a::after {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7ca8da), to(#79c4c1));
  background: -webkit-linear-gradient(left, #7ca8da, #79c4c1);
  background: linear-gradient(to right, #7ca8da, #79c4c1);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}