@charset "utf-8";

/*------------  reset  ------------*/
body {
  font-family: sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
figure,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
form {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  border: 0;
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*----- transform -----*/
.slideUp {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.5s;
}
.Up {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.slideRight {
  opacity: 0;
  transform: translate(-40px, 0);
  -webkit-transform: translate(-40px, 0);
  transition: 0.5s;
}
.Right {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.zoomIn {
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s 0.2s;
}
.In {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.fadeIn {
  opacity: 0;
  transition: 0.8s;
}
.In {
  opacity: 1;
}
.swing {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  animation: swing linear 1.8s infinite;
}

/*----- safetytop -----*/

#safetytop .title {
  background: rgba(0, 0, 0, 0) url("/jp/img/businessmodel/safety/mainimg.png") no-repeat scroll 0 0;
  background-size: 100%;
  height: 255px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 700px;
}

.detailBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.detailBtn img {
  width: 170px;
}

#safetytop .page01 {
  background: #e4fbf1 url("/jp/img/businessmodel/safety/01mainbg.png") no-repeat scroll right bottom / 100% auto;
  border-radius: 20px;
  height: 270px;
  position: relative;
  margin: 0 0 20px;
}

#safetytop .page02 {
  background: #fee9b2 url("/jp/img/businessmodel/safety/02mainbg.png") no-repeat scroll right bottom / 100% auto;
  border-radius: 20px;
  height: 270px;
  position: relative;
  margin: 0 0 20px;
}

#safetytop .page03 {
  background: #e7f5fe url("/jp/img/businessmodel/safety/03mainbg.png") no-repeat scroll right bottom / 100% auto;
  border-radius: 20px;
  height: 270px;
  position: relative;
  margin: 0 0 20px;
}

#safetytop .page04 {
  background: #fef0ee url("/jp/img/businessmodel/safety/04mainbg.png") no-repeat scroll right bottom / 100% auto;
  border-radius: 20px;
  height: 270px;
  position: relative;
  margin: 0 0 20px;
}

#safetytop .page01 .lefttitle {
  background: #5cbb91 none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  height: 270px;
  position: absolute;
  opacity: 0.8;
}

#safetytop .page02 .lefttitle {
  background: #f9c948 none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  height: 270px;
  position: absolute;
  opacity: 0.8;
}

#safetytop .page03 .lefttitle {
  background: #87cefa none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  height: 270px;
  position: absolute;
  opacity: 0.8;
}

#safetytop .page04 .lefttitle {
  background: #e5563c none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  height: 270px;
  position: absolute;
  opacity: 0.8;
}

#safetytop .lefttitle img {
  padding: 60px 30px;
  width: 175px;
}

#safetytop .txt {
  padding: 40px 0 0 260px;
}

#safetytop .txt p {
  font-weight: bold;
  font-size: 17px;
}

#safetytop .txt li {
  padding: 5px 0 0 0;
}

/*------------  safety  ------------*/
#safety {
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 0 30px;
  line-height: 1;
  color: #222;
}
#safety img {
  vertical-align: bottom;
}

/*------------  title  ------------*/
#safety .title {
  width: 840px;
  height: 324px;
  margin: 0 auto;
  background: url("/jp/img/businessmodel/safety/title.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#safety .lead {
  width: 640px;
  margin: 15px auto 30px;
  font-size: 14px;
  line-height: 1.5;
}
#safety .pic01 {
  display: block;
  width: 136px;
  height: 102px;
  background: url("/jp/img/businessmodel/safety/mainimg_pic_1.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 0px;
}
#safety .pic02 {
  display: block;
  width: 136px;
  height: 102px;
  background: url("/jp/img/businessmodel/safety/mainimg_pic_2.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 0px;
}
#safety .pic03 {
  display: block;
  width: 136px;
  height: 102px;
  background: url("/jp/img/businessmodel/safety/mainimg_pic_3.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 0px;
}
#safety .pic04 {
  display: block;
  width: 136px;
  height: 102px;
  background: url("/jp/img/businessmodel/safety/mainimg_pic_4.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 0px;
}

/*------------  nav  ------------*/
#safety .nav {
  max-width: 1046px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
#safety .nav ul {
  padding: 0 0 0 28px;
}
#safety .nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#safety .nav li {
  box-sizing: border-box;
  float: left;
  padding: 0px;
}
#safety .nav li a {
  position: relative;
  display: block;
  text-indent: -9999px;
  background-size: 100% auto !important;
}
#safety .nav li span {
  position: absolute;
  top: 50%;
  left: 10%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  overflow: hidden;
}
#safety .nav .nav01 {
  transition: 0.5s 0.1s;
  width: 24.5%;
}
#safety .nav .nav01 .navbg {
  background: url("/jp/img/businessmodel/safety/nav01.png") no-repeat center #ffffff;
  height: 100px;
  background-size: 100%;
}
#safety .nav .nav01 .solid {
  background: url("/jp/img/businessmodel/safety/nav_solid_n01.png") no-repeat center;
  background-size: 100% auto !important;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#safety .nav .nav01 span {
  background: url("/jp/img/businessmodel/safety/nav_n01.png") no-repeat;
  background-size: contain;
  z-index: 3;
}
#safety .nav .nav02 {
  transition: 0.5s 0.2s;
  width: 24.5%;
}
#safety .nav .nav02 .navbg {
  background: url("/jp/img/businessmodel/safety/nav02.png") no-repeat center #ffffff;
  height: 100px;
  background-size: 100%;
}
#safety .nav .nav02 .solid {
  background: url("/jp/img/businessmodel/safety/nav_solid_n02.png") no-repeat center;
  background-size: 100% auto !important;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#safety .nav .nav02 span {
  background: url("/jp/img/businessmodel/safety/nav_n02.png") no-repeat;
  background-size: contain;
  z-index: 3;
}
#safety .nav .nav03 {
  transition: 0.5s 0.3s;
  width: 24.5%;
}
#safety .nav .nav03 .navbg {
  background: url("/jp/img/businessmodel/safety/nav03.png") no-repeat center #ffffff;
  height: 100px;
  background-size: 100%;
}
#safety .nav .nav03 .solid {
  background: url("/jp/img/businessmodel/safety/nav_solid_n03.png") no-repeat center;
  background-size: 100% auto !important;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#safety .nav .nav03 span {
  background: url("/jp/img/businessmodel/safety/nav_n03.png") no-repeat;
  background-size: contain;
  z-index: 3;
}
#safety .nav .nav04 {
  transition: 0.5s 0.4s;
  width: 24.5%;
}
#safety .nav .nav04 .navbg {
  background: url("/jp/img/businessmodel/safety/nav04.png") no-repeat center #ffffff;
  height: 100px;
  background-size: 100%;
}
#safety .nav .nav04 .solid {
  background: url("/jp/img/businessmodel/safety/nav_solid_n04.png") no-repeat center;
  background-size: 100% auto !important;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#safety .nav .nav04 span {
  background: url("/jp/img/businessmodel/safety/nav_n04.png") no-repeat;
  background-size: contain;
  z-index: 3;
}
#safety .notes {
  width: 560px;
  height: 55px;
  margin: 25px auto 50px;
  background: url("/jp/img/businessmodel/safety/notes.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

/*------------  content  ------------*/
#safety .content {
  margin: 0 auto;
  width: 980px;
}

/*#safety .block { position:relative; min-height:300px; padding:50px 0 70px; }*/
#safety .block {
  position: relative;
  min-height: 430px;
  padding: 50px 0 70px;
}
#safety .block:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 70px;
}

#safety #page01 .blockTop {
  background: url("/jp/img/businessmodel/safety/bgline01_l.png") repeat-y center;
}
#safety #page01 .blockTop:after {
  background: url("/jp/img/businessmodel/safety/bgline01_l_r.png") no-repeat bottom;
}
#safety #page01 .block01 {
  background: url("/jp/img/businessmodel/safety/bgline01_r.png") repeat-y center;
}
#safety #page01 .block01:after {
  background: url("/jp/img/businessmodel/safety/bgline01_r_l.png") no-repeat bottom;
}
#safety #page01 .block02 {
  background: url("/jp/img/businessmodel/safety/bgline01_l.png") repeat-y center;
}
#safety #page01 .block02:after {
  background: url("/jp/img/businessmodel/safety/bgline01_l_r.png") no-repeat bottom;
}
#safety #page01 .block03 {
  background: url("/jp/img/businessmodel/safety/bgline01_r.png") repeat-y center;
}
#safety #page01 .block03:after {
  background: url("/jp/img/businessmodel/safety/bgline01_r_l.png") no-repeat bottom;
}
#safety #page01 .block04 {
  background: url("/jp/img/businessmodel/safety/bgline01_l.png") repeat-y center;
}
#safety #page01 .block04:after {
  background: url("/jp/img/businessmodel/safety/bgline01_l_r.png") no-repeat bottom;
}
#safety #page01 .block05 {
  background: url("/jp/img/businessmodel/safety/bgline01_r.png") repeat-y center;
}
#safety #page01 .block05:after {
  background: url("/jp/img/businessmodel/safety/bgline01_r_l.png") no-repeat bottom;
}
#safety #page01 .block06 {
  background: url("/jp/img/businessmodel/safety/bgline01_l.png") repeat-y center;
}
#safety #page01 .block06:after {
  background: url("/jp/img/businessmodel/safety/bgline01_l_r.png") no-repeat bottom;
}

#safety #page02 .blockTop {
  background: url("/jp/img/businessmodel/safety/bgline02_l.png") repeat-y center;
}
#safety #page02 .blockTop:after {
  background: url("/jp/img/businessmodel/safety/bgline02_l_r.png") no-repeat bottom;
}
#safety #page02 .block01 {
  background: url("/jp/img/businessmodel/safety/bgline02_r.png") repeat-y center;
}
#safety #page02 .block01:after {
  background: url("/jp/img/businessmodel/safety/bgline02_r_l.png") no-repeat bottom;
}
#safety #page02 .block02 {
  background: url("/jp/img/businessmodel/safety/bgline02_l.png") repeat-y center;
}
#safety #page02 .block02:after {
  background: url("/jp/img/businessmodel/safety/bgline02_l_r.png") no-repeat bottom;
}
#safety #page02 .block03 {
  background: url("/jp/img/businessmodel/safety/bgline02_r.png") repeat-y center;
}
#safety #page02 .block03:after {
  background: url("/jp/img/businessmodel/safety/bgline02_r_l.png") no-repeat bottom;
}
#safety #page02 .block04 {
  background: url("/jp/img/businessmodel/safety/bgline02_l.png") repeat-y center;
}
#safety #page02 .block04:after {
  background: url("/jp/img/businessmodel/safety/bgline02_l_r.png") no-repeat bottom;
}
#safety #page02 .block05 {
  background: url("/jp/img/businessmodel/safety/bgline02_r.png") repeat-y center;
}
#safety #page02 .block05:after {
  background: url("/jp/img/businessmodel/safety/bgline02_r_l.png") no-repeat bottom;
}
#safety #page02 .block06 {
  background: url("/jp/img/businessmodel/safety/bgline02_l.png") repeat-y center;
}
#safety #page02 .block06:after {
  background: url("/jp/img/businessmodel/safety/bgline02_l_r.png") no-repeat bottom;
}

#safety #page03 .blockTop {
  background: url("/jp/img/businessmodel/safety/bgline03_l.png") repeat-y center;
}
#safety #page03 .blockTop:after {
  background: url("/jp/img/businessmodel/safety/bgline03_l_r.png") no-repeat bottom;
}
#safety #page03 .block01 {
  background: url("/jp/img/businessmodel/safety/bgline03_r.png") repeat-y center;
}
#safety #page03 .block01:after {
  background: url("/jp/img/businessmodel/safety/bgline03_r_l.png") no-repeat bottom;
}
#safety #page03 .block02 {
  background: url("/jp/img/businessmodel/safety/bgline03_l.png") repeat-y center;
}
#safety #page03 .block02:after {
  background: url("/jp/img/businessmodel/safety/bgline03_l_r.png") no-repeat bottom;
}
#safety #page03 .block03 {
  background: url("/jp/img/businessmodel/safety/bgline03_r.png") repeat-y center;
}
#safety #page03 .block03:after {
  background: url("/jp/img/businessmodel/safety/bgline03_r_l.png") no-repeat bottom;
}
#safety #page03 .block04 {
  background: url("/jp/img/businessmodel/safety/bgline03_l.png") repeat-y center;
}
#safety #page03 .block04:after {
  background: url("/jp/img/businessmodel/safety/bgline03_l_r.png") no-repeat bottom;
}

#safety #page04 .blockTop {
  background: url("/jp/img/businessmodel/safety/bgline04_l.png") repeat-y center;
}
#safety #page04 .blockTop:after {
  background: url("/jp/img/businessmodel/safety/bgline04_l_r.png") no-repeat bottom;
}
#safety #page04 .block01 {
  background: url("/jp/img/businessmodel/safety/bgline04_r.png") repeat-y center;
}
#safety #page04 .block01:after {
  background: url("/jp/img/businessmodel/safety/bgline04_r_l.png") no-repeat bottom;
}
#safety #page04 .block02 {
  background: url("/jp/img/businessmodel/safety/bgline04_l.png") repeat-y center;
}
#safety #page04 .block02:after {
  background: url("/jp/img/businessmodel/safety/bgline04_l_r.png") no-repeat bottom;
}
#safety #page04 .block03 {
  background: url("/jp/img/businessmodel/safety/bgline04_r.png") repeat-y center;
}
#safety #page04 .block03:after {
  background: url("/jp/img/businessmodel/safety/bgline04_r_l.png") no-repeat bottom;
}
#safety #page04 .block04 {
  background: url("/jp/img/businessmodel/safety/bgline04_l.png") repeat-y center;
}
#safety #page04 .block04:after {
  background: url("/jp/img/businessmodel/safety/bgline04_l_r.png") no-repeat bottom;
}

#safety .inner:after {
  content: "";
  display: block;
  clear: both;
}

/*------------  point  ------------*/
#safety .point {
  position: relative;
  width: 350px;
  z-index: 2;
}
#safety .point .pic {
  box-sizing: border-box;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

#safety #page01 .point .pic {
  border: 8px solid #5cbb91;
}
#safety #page02 .point .pic {
  border: 8px solid #f9c948;
}
#safety #page03 .point .pic {
  border: 8px solid #90d2fa;
}
#safety #page04 .point .pic {
  border: 8px solid #e7654d;
}

#safety .point .number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 123px;
}
#safety .point .number img {
  width: 100%;
}
#safety .point .btnPopup {
  position: absolute;
  bottom: 0;
  right: 0;
}
#safety .point .btnPopup a {
  display: block;
  width: 91px;
  height: 91px;
  background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#safety .point .sp-btnPopup {
  display: none;
}

#safety .point .btnPopup01 {
  position: absolute;
  bottom: 220px;
  left: 180px;
}
#safety .point .btnPopup01 a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
  background-size: 50px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#safety .point .sp-btnPopup01 {
  display: none;
}

#safety .point .btnPopup02 {
  position: absolute;
  bottom: 50px;
  left: 20px;
}
#safety .point .btnPopup02 a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
  background-size: 50px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#safety .point .sp-btnPopup02 {
  display: none;
}

#safety .point .btnPopup03 {
  position: absolute;
  bottom: 50px;
  left: 660px;
}
#safety .point .btnPopup03 a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
  background-size: 50px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#safety .point .sp-btnPopup03 {
  display: none;
}

#safety .blockTop .point {
  position: absolute;
  top: 0;
  left: 0;
}
#safety .block01 .point {
  position: absolute;
  top: 0;
  right: 0;
}
#safety .block02 .point {
  position: absolute;
  top: 0;
  left: 0;
}
#safety .block03 .point {
  position: absolute;
  top: 0;
  right: 0;
}
#safety .block04 .point {
  position: absolute;
  top: 0;
  left: 0;
}
#safety .block05 .point {
  position: absolute;
  top: 0;
  right: 0;
}
#safety .block06 .point {
  position: absolute;
  top: 0;
  left: 0;
}

#safety #page01 .blockTop .pic {
  background: url("/jp/img/businessmodel/safety/point01_ttl.png") no-repeat;
}
#safety #page01 .block01 .pic {
  background: url("/jp/img/businessmodel/safety/point01_1.jpg") no-repeat;
}
#safety #page01 .block02 .pic {
  background: url("/jp/img/businessmodel/safety/point01_2.jpg") no-repeat;
}
#safety #page01 .block03 .pic {
  background: url("/jp/img/businessmodel/safety/point01_3.jpg") no-repeat;
}
#safety #page01 .block04 .pic {
  background: url("/jp/img/businessmodel/safety/point01_4.jpg") no-repeat;
}
#safety #page01 .block05 .pic {
  background: url("/jp/img/businessmodel/safety/point01_5.jpg") no-repeat;
}
#safety #page01 .block06 .pic {
  background: url("/jp/img/businessmodel/safety/point01_6.jpg") no-repeat;
}

#safety #page02 .blockTop .pic {
  background: url("/jp/img/businessmodel/safety/point02_ttl.png") no-repeat;
}
#safety #page02 .block01 .pic {
  background: url("/jp/img/businessmodel/safety/point02_1.jpg") no-repeat;
}
#safety #page02 .block02 .pic {
  background: url("/jp/img/businessmodel/safety/point02_2.jpg") no-repeat;
}
#safety #page02 .block03 .pic {
  background: url("/jp/img/businessmodel/safety/point02_3.jpg") no-repeat;
}
#safety #page02 .block04 .pic {
  background: url("/jp/img/businessmodel/safety/point02_4.jpg") no-repeat;
}
#safety #page02 .block05 .pic {
  background: url("/jp/img/businessmodel/safety/point02_5.jpg") no-repeat;
}
#safety #page02 .block06 .pic {
  background: url("/jp/img/businessmodel/safety/point02_6.jpg") no-repeat;
}

#safety #page03 .blockTop .pic {
  background: url("/jp/img/businessmodel/safety/point03_ttl.png") no-repeat;
}
#safety #page03 .block01 .pic {
  background: url("/jp/img/businessmodel/safety/point03_1.jpg") no-repeat;
}
#safety #page03 .block02 .pic {
  background: url("/jp/img/businessmodel/safety/point03_2.jpg") no-repeat;
}
#safety #page03 .block03 .pic {
  background: url("/jp/img/businessmodel/safety/point03_3.jpg") no-repeat;
}
#safety #page03 .block04 .pic {
  background: url("/jp/img/businessmodel/safety/point03_4.jpg") no-repeat;
}

#safety #page04 .blockTop .pic {
  background: url("/jp/img/businessmodel/safety/point04_ttl.png") no-repeat;
}
#safety #page04 .block01 .pic {
  background: url("/jp/img/businessmodel/safety/point04_1.jpg") no-repeat;
}
#safety #page04 .block02 .pic {
  background: url("/jp/img/businessmodel/safety/point04_2.jpg") no-repeat;
}
#safety #page04 .block03 .pic {
  background: url("/jp/img/businessmodel/safety/point04_3.jpg") no-repeat;
}
#safety #page04 .block04 .pic {
  background: url("/jp/img/businessmodel/safety/point04_4.jpg") no-repeat;
}

/*------------  txt  ------------*/
#safety .txt {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
#safety .txt h3 {
  padding: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
#safety .txt p {
  padding: 0 0 16px;
}

#safety #page01 .blockTop .txt {
  padding: 0 60px 10px 400px;
}
#safety #page01 .blockTop .txt .illust {
  width: 464px;
  height: 219px;
  background: url("/jp/img/businessmodel/safety/illust01_1.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page01 .block01 .txt {
  padding: 0 400px 150px 60px;
}
#safety #page01 .block01 .txt .illust {
  position: absolute;
  bottom: 10px;
  right: 390px;
}
#safety #page01 .block02 .txt {
  padding: 0 60px 50px 400px;
}
#safety #page01 .block03 .txt {
  padding: 0 400px 50px 60px;
}
#safety #page01 .block03 .txt .illust {
  position: absolute;
  top: -160px;
  right: 320px;
}
#safety #page01 .block04 .txt {
  padding: 60px 60px 70px 400px;
}
#safety #page01 .block04 .txt .illust {
  position: absolute;
  top: -80px;
  right: 70px;
}
#safety #page01 .block05 .txt {
  padding: 0 400px 50px 60px;
}
#safety #page01 .block06 .txt {
  padding: 0 60px 140px 400px;
}

#safety #page02 .blockTop .txt {
  padding: 0 60px 10px 400px;
}
#safety #page02 .blockTop .txt .illust {
  width: 464px;
  height: 219px;
  background: url("/jp/img/businessmodel/safety/illust02_1.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page02 .block01 .txt {
  padding: 0 400px 150px 60px;
}
#safety #page02 .block01 .txt .illust {
  position: absolute;
  bottom: 10px;
  right: 410px;
}
#safety #page02 .block02 .txt {
  padding: 20px 60px 100px 400px;
}
#safety #page02 .block03 .txt {
  padding: 0 400px 80px 60px;
}
#safety #page02 .block04 .txt {
  padding: 0px 60px 50px 400px;
}
#safety #page02 .block04 .txt .illust {
  position: absolute;
  top: 0px;
  right: 40px;
}
#safety #page02 .block05 .txt {
  padding: 0 400px 90px 60px;
}
#safety #page02 .block06 .txt {
  padding: 0 60px 80px 400px;
}

#safety #page03 .blockTop .txt {
  padding: 0 60px 10px 400px;
}
#safety #page03 .blockTop .txt .illust {
  width: 464px;
  height: 219px;
  background: url("/jp/img/businessmodel/safety/illust03_1.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page03 .block01 .txt {
  padding: 60px 400px 130px 60px;
}
#safety #page03 .block02 .txt {
  padding: 0 60px 50px 400px;
}
#safety #page03 .block02 .txt .illust {
  position: absolute;
  bottom: 220px;
  right: 90px;
}
#safety #page03 .block03 .txt {
  padding: 0 400px 120px 60px;
}
#safety #page03 .block03 .txt .illust {
  position: absolute;
  top: 175px;
  right: 360px;
}
#safety #page03 .block04 .txt {
  padding: 60px 60px 130px 400px;
}

#safety #page04 .blockTop .txt {
  padding: 0 60px 10px 400px;
}
#safety #page04 .blockTop .txt .illust {
  width: 464px;
  height: 219px;
  background: url("/jp/img/businessmodel/safety/illust04_1.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page04 .block01 .txt {
  padding: 0 400px 190px 60px;
}
#safety #page04 .block01 .txt .illust {
  position: absolute;
  bottom: 0px;
  right: 380px;
}
#safety #page04 .block02 .txt {
  padding: 0 60px 50px 400px;
}
#safety #page04 .block02 .txt .illust {
  position: absolute;
  bottom: -140px;
  right: 140px;
}
#safety #page04 .block03 .txt {
  padding: 0 400px 50px 60px;
}
#safety #page04 .block03 .txt .illust {
  position: absolute;
  bottom: -70px;
  right: 400px;
}
#safety #page04 .block04 .txt {
  padding: 0px 60px 50px 400px;
}

#safety .txt .doctor_1 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_1.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_1 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_1.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_1 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_1.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .doctor_2 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_2.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_2 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_2.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_2 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_2.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .doctor_3 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_3.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_3 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_3.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_3 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_3.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .doctor_4 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_4.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_4 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_4.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_4 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_4.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .doctor_5 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_5.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_5 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_5.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_5 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_5.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .doctor_6 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_doctor_6.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .girl_6 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_girl_6.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}
#safety .txt .boy_6 {
  padding: 20px 20px 19px 110px;
  margin: 0 0 10px;
  background: url("/jp/img/businessmodel/safety/face_boy_6.png") no-repeat left #ebf6fe;
  font-weight: bold;
  border-radius: 16px;
}

#safety .txt .btnBunseki {
}
#safety .txt .btnBunseki a {
  display: block;
  width: 383px;
  height: 62px;
  background: url("/jp/img/businessmodel/safety/btn_bunseki.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

#safety .txt .btnKensa {
}
#safety .txt .btnKensa a {
  display: block;
  width: 343px;
  height: 62px;
  background: url("/jp/img/businessmodel/safety/btn_kensa.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

#safety .btnTop {
}
#safety .btnTop a {
  display: block;
  width: 343px;
  height: 62px;
  background: url("/jp/img/businessmodel/safety/btn_top.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto;
}

/*------------  summary  ------------*/
#safety #page01 .summary {
  padding: 70px 0 130px;
  background: url("/jp/img/businessmodel/safety/bgline01_r.png") no-repeat top;
}
#safety #page01 .summaryInner {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 8px solid #5cbb91;
  border-radius: 18px;
}
#safety #page01 .summary .txt {
  padding: 25px 230px 25px 50px;
  min-height: 450px;
  background: url("/jp/img/businessmodel/safety/summary01_illust.png") no-repeat right;
}
#safety #page01 .summary h3 {
  padding: 0;
  width: 229px;
  height: 86px;
  background: url("/jp/img/businessmodel/safety/summary01_ttl.png") no-repeat left bottom;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page01 .summary p {
  padding: 20px 60px 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
#safety #page01 .summary .btnPage02 {
  position: absolute;
  bottom: -68px;
  right: -90px;
  transition: 0.5s 0.6s;
}
#safety #page01 .summary .btnPage02 a {
  display: block;
  width: 342px;
  height: 104px;
  background: url("/jp/img/businessmodel/safety/btn_page02.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

#safety #page02 .summary {
  padding: 70px 0 130px;
  background: url("/jp/img/businessmodel/safety/bgline02_r.png") no-repeat top;
}
#safety #page02 .summaryInner {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 8px solid #f9c948;
  border-radius: 18px;
}
#safety #page02 .summary .txt {
  padding: 25px 230px 25px 50px;
  min-height: 450px;
  background: url("/jp/img/businessmodel/safety/summary02_illust.png") no-repeat right;
}
#safety #page02 .summary h3 {
  padding: 0;
  width: 229px;
  height: 86px;
  background: url("/jp/img/businessmodel/safety/summary02_ttl.png") no-repeat left bottom;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page02 .summary p {
  padding: 20px 60px 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
#safety #page02 .summary .btnPage03 {
  position: absolute;
  bottom: -68px;
  right: -90px;
  transition: 0.5s 0.6s;
}
#safety #page02 .summary .btnPage03 a {
  display: block;
  width: 342px;
  height: 104px;
  background: url("/jp/img/businessmodel/safety/btn_page03.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

#safety #page03 .summary {
  padding: 70px 0 130px;
  background: url("/jp/img/businessmodel/safety/bgline03_r.png") no-repeat top;
}
#safety #page03 .summaryInner {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 8px solid #90d2fa;
  border-radius: 18px;
}
#safety #page03 .summary .txt {
  padding: 25px 230px 25px 50px;
  min-height: 280px;
  background: url("/jp/img/businessmodel/safety/summary03_illust.png") no-repeat right 20px;
}
#safety #page03 .summary h3 {
  padding: 0;
  width: 229px;
  height: 86px;
  background: url("/jp/img/businessmodel/safety/summary03_ttl.png") no-repeat left bottom;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page03 .summary p {
  padding: 20px 60px 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
#safety #page03 .summary .btnPage04 {
  position: absolute;
  bottom: -68px;
  right: -90px;
  transition: 0.5s 0.6s;
}
#safety #page03 .summary .btnPage04 a {
  display: block;
  width: 342px;
  height: 104px;
  background: url("/jp/img/businessmodel/safety/btn_page04.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

#safety #page04 .summary {
  padding: 70px 0 130px;
  background: url("/jp/img/businessmodel/safety/bgline04_r.png") no-repeat top;
}
#safety #page04 .summaryInner {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 8px solid #e7654d;
  border-radius: 18px;
}
#safety #page04 .summary .txt {
  padding: 25px 230px 25px 50px;
  min-height: 280px;
  background: url("/jp/img/businessmodel/safety/summary04_illust.png") no-repeat right 20px;
}
#safety #page04 .summary h3 {
  padding: 0;
  width: 229px;
  height: 86px;
  background: url("/jp/img/businessmodel/safety/summary04_ttl.png") no-repeat left bottom;
  text-indent: -9999px;
  overflow: hidden;
}
#safety #page04 .summary p {
  padding: 20px 60px 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
#safety #page04 .summary .btnPage02 {
  position: absolute;
  bottom: -68px;
  right: -90px;
  transition: 0.5s 0.6s;
}
#safety #page04 .summary .btnPage02 a {
  display: block;
  width: 342px;
  height: 104px;
  background: url("/jp/img/businessmodel/safety/btn_page04.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  /*------------  safety  ------------*/
  #safety {
    padding: 10px 0 20px;
  }

  /*------------  title  ------------*/
  #safety .title {
    width: auto;
    height: 340px;
    background: url("/jp/img/businessmodel/safety/sp_title.png") no-repeat center;
    background-size: contain;
    position: relative;
    max-width: 400px;
  }
  #safety .lead {
    width: auto;
    margin: 10px auto -60px;
    padding: 0 60px;
    font-size: 13px;
  }
  #safety .pic01 {
    display: block;
    width: 60px;
    height: 45px;
    background: url("/jp/img/businessmodel/safety/mainimg_pic_1.png") no-repeat;
    background-size: 60px 45px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 27%;
    top: 15%;
  }
  #safety .pic02 {
    display: block;
    width: 60px;
    height: 45px;
    background: url("/jp/img/businessmodel/safety/mainimg_pic_2.png") no-repeat;
    background-size: 60px 45px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 27%;
    top: 15%;
  }
  #safety .pic03 {
    display: block;
    width: 60px;
    height: 45px;
    background: url("/jp/img/businessmodel/safety/mainimg_pic_3.png") no-repeat;
    background-size: 60px 45px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 27%;
    top: 15%;
  }
  #safety .pic04 {
    display: block;
    width: 60px;
    height: 45px;
    background: url("/jp/img/businessmodel/safety/mainimg_pic_4.png") no-repeat;
    background-size: 60px 45px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 27%;
    top: 15%;
  }

  /*------------  nav  ------------*/
  #safety .nav {
    padding: 70px 20px 0;
  }
  #safety .nav ul {
    padding: 0 0 0 14px;
  }
  #safety .nav li {
    padding: 0px;
  }
  #safety .nav li a {
    height: 48px;
  }
  #safety .nav li span {
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  #safety .nav .nav01 a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav01 .navbg {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav01on a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav02 .navbg {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav02 a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav02on a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav03 .navbg {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav03 a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav03on a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav04 .navbg {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav04 a {
    background-size: 100%;
    height: 48px;
  }
  #safety .nav .nav04on a {
    background-size: 100%;
    height: 48px;
  }
  #safety .notes {
    width: auto;
    height: 55px;
    margin: 12px auto 30px;
    background: url("/jp/img/businessmodel/safety/sp_notes.png") no-repeat center;
    background-size: contain;
  }

  /*------------  content  ------------*/
  #safety .content {
    width: auto;
    padding: 0 50px;
  }
  #safety .block {
    position: relative;
    padding: 0 0 140px;
  }

  #safety #page01 .block:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: auto;
    top: 130px;
    border: 6px solid #5cbb91;
  }
  #safety #page02 .block:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: auto;
    top: 130px;
    border: 6px solid #f9c948;
  }
  #safety #page03 .block:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: auto;
    top: 130px;
    border: 6px solid #90d2fa;
  }
  #safety #page04 .block:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: auto;
    top: 130px;
    border: 6px solid #e7654d;
  }

  #safety #page01 .blockTop {
    background: none;
  }
  #safety #page01 .blockTop:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page01 .block01 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block01:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page01 .block02 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block02:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page01 .block03 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block03:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page01 .block04 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block04:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page01 .block05 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block05:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page01 .block06 {
    margin-top: -136px;
    background: none;
  }
  #safety #page01 .block06:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }

  #safety #page02 .blockTop {
    background: none;
  }
  #safety #page02 .blockTop:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page02 .block01 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block01:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page02 .block02 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block02:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page02 .block03 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block03:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page02 .block04 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block04:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page02 .block05 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block05:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page02 .block06 {
    margin-top: -136px;
    background: none;
  }
  #safety #page02 .block06:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }

  #safety #page03 .blockTop {
    background: none;
  }
  #safety #page03 .blockTop:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page03 .block01 {
    margin-top: -136px;
    background: none;
  }
  #safety #page03 .block01:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page03 .block02 {
    margin-top: -136px;
    background: none;
  }
  #safety #page03 .block02:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page03 .block03 {
    margin-top: -136px;
    background: none;
  }
  #safety #page03 .block03:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page03 .block04 {
    margin-top: -136px;
    background: none;
  }
  #safety #page03 .block04:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }

  #safety #page04 .blockTop {
    background: none;
  }
  #safety #page04 .blockTop:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page04 .block01 {
    margin-top: -136px;
    background: none;
  }
  #safety #page04 .block01:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page04 .block02 {
    margin-top: -136px;
    background: none;
  }
  #safety #page04 .block02:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }
  #safety #page04 .block03 {
    margin-top: -136px;
    background: none;
  }
  #safety #page04 .block03:after {
    left: 0;
    background: none;
    border-right: none;
    border-radius: 24px 0 0 24px / 24px 0 0 24px;
  }
  #safety #page04 .block04 {
    margin-top: -136px;
    background: none;
  }
  #safety #page04 .block04:after {
    right: 0;
    background: none;
    border-left: none;
    border-radius: 0 24px 24px 0 / 0 24px 24px 0;
  }

  /*------------  point  ------------*/
  #safety .point {
    margin: 0 auto;
    width: 270px;
  }
  #safety .point .pic {
    box-sizing: border-box;
    width: 270px;
    height: 270px;
    border-radius: 50%;
  }

  #safety #page01 .point .pic {
    border: 6px solid #5cbb91;
  }
  #safety #page02 .point .pic {
    border: 6px solid #f9c948;
  }
  #safety #page03 .point .pic {
    border: 6px solid #90d2fa;
  }
  #safety #page04 .point .pic {
    border: 6px solid #e7654d;
  }

  #safety .point .number {
    top: 8px;
    left: 8px;
    width: 64px;
  }

  #safety .point .btnPopup {
    display: none;
  }
  #safety .point .sp-btnPopup {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
  }
  #safety .point .sp-btnPopup a {
    display: block;
    width: 62px;
    height: 62px;
    background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }

  #safety .point .sp-btnPopup01 {
    position: absolute;
    bottom: 200px;
    left: 120px;
    display: block;
  }
  #safety .point .sp-btnPopup01 a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  #safety .point .btnPopup01 {
    display: none;
  }

  #safety .point .sp-btnPopup02 {
    position: absolute;
    bottom: 160px;
    left: -20px;
    display: block;
  }
  #safety .point .sp-btnPopup02 a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  #safety .point .btnPopup02 {
    display: none;
  }

  #safety .point .sp-btnPopup03 {
    position: absolute;
    bottom: 160px;
    left: 260px;
    display: block;
  }
  #safety .point .sp-btnPopup03 a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/jp/img/businessmodel/safety/btn_popup.png") no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  #safety .point .btnPopup03 {
    display: none;
  }

  #safety .blockTop .point,
  #safety .block01 .point,
  #safety .block02 .point,
  #safety .block03 .point,
  #safety .block04 .point,
  #safety .block05 .point,
  #safety .block06 .point {
    position: relative !important;
  }

  #safety .blockTop .pic,
  #safety .block01 .pic,
  #safety .block02 .pic,
  #safety .block03 .pic,
  #safety .block04 .pic,
  #safety .block05 .pic,
  #safety .block06 .pic {
    background-size: cover !important;
  }

  /*------------  txt  ------------*/
  #safety .txt {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    z-index: 3;
  }
  #safety .txt h3 {
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  #safety .txt p {
    padding: 0 0 14px;
  }

  #safety #page01 .blockTop .txt {
    padding: 20px 90px 20px;
  }
  #safety #page01 .blockTop .txt .illust {
    width: auto;
    height: 200px;
    background: url("/jp/img/businessmodel/safety/illust01_1.png") no-repeat center;
    background-size: contain;
  }
  #safety #page01 .block01 .txt {
    padding: 20px 90px 20px;
  }
  #safety #page01 .block01 .txt .illust {
    position: absolute;
    top: -88px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 80px;
    height: 80px;
  }
  #safety #page01 .block01 .txt .illust img {
    width: 80px;
  }
  #safety #page01 .block02 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page01 .block03 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page01 .block03 .txt .illust {
    position: absolute;
    top: -100px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 90px;
    height: 116px;
  }
  #safety #page01 .block03 .txt .illust img {
    width: 80px;
  }
  #safety #page01 .block04 .txt {
    padding: 20px 80px 30px;
  }
  #safety #page01 .block04 .txt .illust {
    position: absolute;
    top: -90px;
    left: 50%;
    right: auto;
    margin-left: -140px;
    width: 90px;
    height: 90px;
  }
  #safety #page01 .block04 .txt .illust img {
    width: 90px;
  }
  #safety #page01 .block05 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page01 .block06 .txt {
    padding: 20px 90px 0;
  }

  #safety #page02 .blockTop .txt {
    padding: 20px 90px 20px;
  }
  #safety #page02 .blockTop .txt .illust {
    width: auto;
    height: 200px;
    background: url("/jp/img/businessmodel/safety/illust02_1.png") no-repeat center;
    background-size: contain;
  }
  #safety #page02 .block01 .txt {
    padding: 20px 90px 20px;
  }
  #safety #page02 .block01 .txt .illust {
    position: absolute;
    top: -88px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 80px;
    height: 80px;
  }
  #safety #page02 .block01 .txt .illust img {
    width: 80px;
  }
  #safety #page02 .block02 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page02 .block03 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page02 .block03 .txt .illust {
    position: absolute;
    top: -100px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 90px;
    height: 116px;
  }
  #safety #page02 .block03 .txt .illust img {
    width: 80px;
  }
  #safety #page02 .block04 .txt {
    padding: 20px 80px 30px;
  }
  #safety #page02 .block04 .txt .illust {
    position: absolute;
    top: -90px;
    left: 50%;
    right: auto;
    margin-left: -140px;
    width: 90px;
    height: 90px;
  }
  #safety #page02 .block04 .txt .illust img {
    width: 90px;
  }
  #safety #page02 .block05 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page02 .block06 .txt {
    padding: 20px 90px 0;
  }

  #safety #page03 .blockTop .txt {
    padding: 20px 90px 20px;
  }
  #safety #page03 .blockTop .txt .illust {
    width: auto;
    height: 200px;
    background: url("/jp/img/businessmodel/safety/illust03_1.png") no-repeat center;
    background-size: contain;
  }
  #safety #page03 .block01 .txt {
    padding: 20px 90px 20px;
  }
  #safety #page03 .block01 .txt .illust {
    position: absolute;
    top: -88px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 80px;
    height: 80px;
  }
  #safety #page03 .block01 .txt .illust img {
    width: 80px;
  }
  #safety #page03 .block02 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page03 .block02 .txt .illust {
    position: absolute;
    top: -88px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 80px;
    height: 80px;
  }
  #safety #page03 .block02 .txt .illust img {
    width: 80px;
  }
  #safety #page03 .block03 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page03 .block03 .txt .illust {
    position: absolute;
    top: -100px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 90px;
    height: 116px;
  }
  #safety #page03 .block03 .txt .illust img {
    width: 80px;
  }
  #safety #page03 .block04 .txt {
    padding: 20px 80px 0;
  }

  #safety #page04 .blockTop .txt {
    padding: 20px 90px 20px;
  }
  #safety #page04 .blockTop .txt .illust {
    width: auto;
    height: 200px;
    background: url("/jp/img/businessmodel/safety/illust04_1.png") no-repeat center;
    background-size: contain;
  }
  #safety #page04 .block01 .txt {
    padding: 20px 90px 20px;
  }
  #safety #page04 .block01 .txt .illust {
    position: absolute;
    top: -88px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    width: 80px;
    height: 80px;
  }
  #safety #page04 .block01 .txt .illust img {
    width: 80px;
  }
  #safety #page04 .block02 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page04 .block02 .txt .illust {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #safety #page04 .block02 .txt .illust img {
    width: 244px;
  }
  #safety #page04 .block03 .txt {
    padding: 20px 90px 30px;
  }
  #safety #page04 .block03 .txt .illust {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #safety #page04 .block03 .txt .illust img {
    width: 244px;
  }
  #safety #page04 .block04 .txt {
    padding: 20px 80px 0;
  }

  #safety .txt .doctor {
    padding: 16px 16px 15px 60px;
    margin: 0 0 8px;
    background-size: 45px 400px;
    border-radius: 10px;
  }
  #safety .txt .girl {
    padding: 16px 16px 15px 60px;
    margin: 0 0 8px;
    background-size: 45px 400px;
    border-radius: 10px;
  }
  #safety .txt .boy {
    padding: 16px 16px 15px 60px;
    margin: 0 0 8px;
    background-size: 45px 400px;
    border-radius: 10px;
  }

  #safety .txt .btnBunseki {
    margin: 0 0 15px;
  }
  #safety .txt .btnBunseki a {
    display: block;
    width: 248px;
    height: 42px;
    background: url("/jp/img/businessmodel/safety/sp_btn_bunseki.png") no-repeat center;
    background-size: contain;
  }

  #safety .txt .btnKensa {
    margin: 0 0 15px;
  }
  #safety .txt .btnKensa a {
    display: block;
    width: 248px;
    height: 42px;
    background: url("/jp/img/businessmodel/safety/sp_btn_kensa.png") no-repeat center;
    background-size: contain;
  }

  #safety .btnTop {
    margin: 0 0 15px;
  }
  #safety .btnTop a {
    display: block;
    width: 248px;
    height: 42px;
    background: url("/jp/img/businessmodel/safety/btn_top.png") no-repeat center;
    background-size: contain;
    margin: 20px auto;
  }

  /*------------  summary  ------------*/
  #safety #page01 .summary {
    position: relative;
    padding: 30px 0 70px;
    margin-top: -6px;
    background: none;
  }
  #safety #page01 .summary:before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 24px;
    top: 0;
    left: 10%;
    border: 6px solid #5cbb91;
    border-bottom: none;
    border-right: none;
    border-radius: 24px 0 0 0 / 24px 0 0 0;
  }
  #safety #page01 .summaryInner {
    position: relative;
    width: auto;
    padding: 25px 0 30px;
    border: 6px solid #5cbb91;
    border-radius: 16px;
  }
  #safety #page01 .summary .txt {
    padding: 0 80px 244px;
    min-height: inherit;
    background: url("/jp/img/businessmodel/safety/summary01_illust.png") no-repeat bottom;
    background-size: 148px 238px;
  }
  #safety #page01 .summary h3 {
    padding: 0;
    width: 200px;
    height: 58px;
    background: url("/jp/img/businessmodel/safety/sp_summary01_ttl.png") no-repeat;
    background-size: contain;
  }
  #safety #page01 .summary p {
    padding: 15px 0 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  #safety #page01 .summary .btnPage02 {
    position: absolute;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -119px;
  }
  #safety #page01 .summary .btnPage02 a {
    display: block;
    width: 238px;
    height: 72px;
    background: url("/jp/img/businessmodel/safety/sp_btn_page02.png") no-repeat center;
    background-size: contain;
  }

  #safety #page02 .summary {
    position: relative;
    padding: 30px 0 70px;
    margin-top: -6px;
    background: none;
  }
  #safety #page02 .summary:before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 24px;
    top: 0;
    left: 10%;
    border: 6px solid #f9c948;
    border-bottom: none;
    border-right: none;
    border-radius: 24px 0 0 0 / 24px 0 0 0;
  }
  #safety #page02 .summaryInner {
    position: relative;
    width: auto;
    padding: 25px 0 30px;
    border: 6px solid #f9c948;
    border-radius: 16px;
  }
  #safety #page02 .summary .txt {
    padding: 0 80px 244px;
    min-height: inherit;
    background: url("/jp/img/businessmodel/safety/summary02_illust.png") no-repeat bottom;
    background-size: 148px 238px;
  }
  #safety #page02 .summary h3 {
    padding: 0;
    width: 200px;
    height: 58px;
    background: url("/jp/img/businessmodel/safety/sp_summary02_ttl.png") no-repeat;
    background-size: contain;
  }
  #safety #page02 .summary p {
    padding: 15px 0 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  #safety #page02 .summary .btnPage03 {
    position: absolute;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -119px;
  }
  #safety #page02 .summary .btnPage03 a {
    display: block;
    width: 238px;
    height: 72px;
    background: url("/jp/img/businessmodel/safety/sp_btn_page03.png") no-repeat center;
    background-size: contain;
  }

  #safety #page03 .summary {
    position: relative;
    padding: 30px 0 70px;
    margin-top: -6px;
    background: none;
  }
  #safety #page03 .summary:before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 24px;
    top: 0;
    left: 10%;
    border: 6px solid #90d2fa;
    border-bottom: none;
    border-right: none;
    border-radius: 24px 0 0 0 / 24px 0 0 0;
  }
  #safety #page03 .summaryInner {
    position: relative;
    width: auto;
    padding: 25px 0 30px;
    border: 6px solid #90d2fa;
    border-radius: 16px;
  }
  #safety #page03 .summary .txt {
    padding: 0 80px 244px;
    min-height: inherit;
    background: url("/jp/img/businessmodel/safety/summary03_illust.png") no-repeat bottom;
    background-size: 148px 238px;
  }
  #safety #page03 .summary h3 {
    padding: 0;
    width: 200px;
    height: 58px;
    background: url("/jp/img/businessmodel/safety/sp_summary03_ttl.png") no-repeat;
    background-size: contain;
  }
  #safety #page03 .summary p {
    padding: 15px 0 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  #safety #page03 .summary .btnPage04 {
    position: absolute;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -119px;
  }
  #safety #page03 .summary .btnPage04 a {
    display: block;
    width: 238px;
    height: 72px;
    background: url("/jp/img/businessmodel/safety/sp_btn_page04.png") no-repeat center;
    background-size: contain;
  }

  #safety #page04 .summary {
    position: relative;
    padding: 30px 0 70px;
    margin-top: -6px;
    background: none;
  }
  #safety #page04 .summary:before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 24px;
    top: 0;
    left: 10%;
    border: 6px solid #e7654d;
    border-bottom: none;
    border-right: none;
    border-radius: 24px 0 0 0 / 24px 0 0 0;
  }
  #safety #page04 .summaryInner {
    position: relative;
    width: auto;
    padding: 25px 0 30px;
    border: 6px solid #e7654d;
    border-radius: 16px;
  }
  #safety #page04 .summary .txt {
    padding: 0 80px 244px;
    min-height: inherit;
    background: url("/jp/img/businessmodel/safety/summary04_illust.png") no-repeat bottom;
    background-size: 148px 238px;
  }
  #safety #page04 .summary h3 {
    padding: 0;
    width: 200px;
    height: 58px;
    background: url("/jp/img/businessmodel/safety/sp_summary04_ttl.png") no-repeat;
    background-size: contain;
  }
  #safety #page04 .summary p {
    padding: 15px 0 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  #safety #page04 .summary .btnPage02 {
    position: absolute;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -119px;
  }

  /*----- safetytop -----*/

  #safetytop .title {
    background: rgba(0, 0, 0, 0) url("/jp/img/businessmodel/safety/sp_title.png") no-repeat scroll center center / contain;
    width: 100%;
  }

  .detailBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .detailBtn img {
    width: 170px;
  }

  #safetytop .page01 {
    background: #e4fbf1 url("/jp/img/businessmodel/safety/01mainbg.png") no-repeat scroll right bottom / 100% auto;
    border-radius: 20px;
    height: 100%;
    margin: 0 0 20px;
    position: relative;
    max-height: 390px;
  }

  #safetytop .page02 {
    background: #fee9b2 url("/jp/img/businessmodel/safety/02mainbg.png") no-repeat scroll right bottom / 100% auto;
    border-radius: 20px;
    height: 100%;
    margin: 0 0 20px;
    position: relative;
    max-height: 390px;
  }

  #safetytop .page03 {
    background: #e7f5fe url("/jp/img/businessmodel/safety/03mainbg.png") no-repeat scroll right bottom / 100% auto;
    border-radius: 20px;
    height: 100%;
    margin: 0 0 20px;
    position: relative;
    max-height: 390px;
  }

  #safetytop .page04 {
    background: #fef0ee url("/jp/img/businessmodel/safety/04mainbg.png") no-repeat scroll right bottom / 100% auto;
    border-radius: 20px;
    height: 100%;
    margin: 0 0 20px;
    position: relative;
    max-height: 370px;
  }

  #safetytop .page01 .lefttitle {
    background: #5cbb91 none repeat scroll 0 0;
    border-radius: 20px 20px 0 0;
    display: block;
    height: 120px;
    opacity: 0.8;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
  }

  #safetytop .page02 .lefttitle {
    background: #f9c948 none repeat scroll 0 0;
    border-radius: 20px 20px 0 0;
    display: block;
    height: 120px;
    opacity: 0.8;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
  }

  #safetytop .page03 .lefttitle {
    background: #87cefa none repeat scroll 0 0;
    border-radius: 20px 20px 0 0;
    display: block;
    height: 120px;
    opacity: 0.8;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
  }

  #safetytop .page04 .lefttitle {
    background: #e5563c none repeat scroll 0 0;
    border-radius: 20px 20px 0 0;
    display: block;
    height: 120px;
    opacity: 0.8;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
  }

  #safetytop .lefttitle img {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 120px;
  }

  #safetytop .txt {
    padding: 30px 30px 80px;
  }

  #safetytop .txt p {
    font-weight: bold;
    font-size: 17px;
  }

  #safetytop .txt li {
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  #safety .title {
    height: 300px;
  }
  #safety .lead {
    padding: 0 20px;
    margin: 0 0 -50px;
  }
  #safety .nav {
    padding: 60px 5px 0;
  }
  #safety .content {
    width: auto;
    padding: 0 10px;
  }

  #safety #page01 .blockTop .txt {
    padding: 20px 28px 20px;
  }
  #safety #page01 .block01 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page01 .block02 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page01 .block03 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page01 .block04 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page01 .block05 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page01 .block06 .txt {
    padding: 20px 28px 0;
  }
  #safety #page01 .summary .txt {
    padding: 0 20px 244px;
  }

  #safety #page02 .blockTop .txt {
    padding: 20px 28px 20px;
  }
  #safety #page02 .block01 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page02 .block02 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page02 .block03 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page02 .block04 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page02 .block05 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page02 .block06 .txt {
    padding: 20px 28px 0;
  }
  #safety #page02 .summary .txt {
    padding: 0 20px 244px;
  }

  #safety #page03 .blockTop .txt {
    padding: 20px 28px 20px;
  }
  #safety #page03 .block01 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page03 .block02 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page03 .block03 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page03 .block04 .txt {
    padding: 20px 28px 0;
  }
  #safety #page03 .summary .txt {
    padding: 0 20px 244px;
  }

  #safety #page04 .blockTop .txt {
    padding: 20px 28px 20px;
  }
  #safety #page04 .block01 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page04 .block02 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page04 .block03 .txt {
    padding: 20px 28px 30px;
  }
  #safety #page04 .block04 .txt {
    padding: 20px 28px 0;
  }
  #safety #page04 .summary .txt {
    padding: 0 20px 244px;
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes shakeV {
  0%,
  50%,
  100% {
    transform: translate3d(0, -20px, 0);
  }
  25%,
  75% {
    transform: translate3d(0, 20px, 0);
  }
}

@keyframes move1 {
  0% {
    transform: translate(800px, 0);
  }
  100% {
    transform: translate(-800px, 0);
  }
}

@keyframes move2 {
  0% {
    width: 0px;
    height: 30px;
  }
  100% {
    width: 290px;
    height: 30px;
  }
}

.blinking {
  -webkit-animation: blink 1.7s ease-in-out infinite alternate;
  -moz-animation: blink 1.7s ease-in-out infinite alternate;
  animation: blink 1.7s ease-in-out infinite alternate;
}

@keyframes blink {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
