@charset "utf-8";

.abs {
  position: absolute;
  display: block;
}
.rel {
  position: relative;
  display: block;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.ml15 {
  margin-left: 15px !important;
}
.floatLeft {
  float: left;
  width: 500px;
}
.floatRight {
  float: Right;
  width: 500px;
}
.textFloat {
  width: 480px;
}
.honbun {
  font-size: 18px;
  line-height: 150%;
  color: #595757;
}
.f-b {
  font-weight: bold;
}

.bullet:before {
  background-image: url("../img/bullet_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 13px;
  height: 15px;
  margin-right: .5rem;
  display: inline-block;
}

/**************/

#content-wrapper {
  width: 100%;
  font-family: "ToshibaSans Regular", Arial, Helvetica, sans-serif;
  color: #595757;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
#content-wrapper section {
  width: 100%;
}
#content-wrapper em {
  font-family: "ToshibaSans Bold", Arial, Helvetica, sans-serif;
}

.topText {
  width: 981px;
  padding: 50px 0 60px;
  overflow: inherit !important;
  font-size: 20px;
  font-family: "ToshibaSans Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 150%;
  color: #595757;
}
.topText p {
  opacity: 1;
  margin-bottom: 1rem;
}
.topText p span {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.topText p span:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #595757;
  transition: all .1s linear;
  font-weight: normal;
}
.topText p span.word01 {
  color: #e61e1e;
}
.topText p span.word02 {
  color: #0064d2;
}
.topText p span.word03 {
  color: rgb(255, 126, 0);
}
.topText p span.word04 {
  color: rgb(0, 158, 255);
}
.topText p span.word05 {
  color: #7030a0;
}

.bgGrey {
  background: #F4F4F4;
}

.block {
  width: 1100px;
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.imgBg {
  width: 0;
  height: 410px;
  z-index: 1;
}

.imgOuter {
  width: 520px;
  height: 410px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.imgOuter img {
  top: 0;
  left: 0;
}
#block01 .imgOuter,
#block02 .imgOuter,
#block03 .imgOuter,
#block04 .imgOuter,
#block07 .imgOuter,
#block08 .imgOuter  {
  width: 520px;
}

#heroBlock {
  margin: -10px auto 0;
}
#heroBlock img {
  margin: 0 auto;
  display: block;
}

.withImg {
}
.withImg .block {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.withImg h2 {
  margin-top: 30px;
}
.withImg .text {
  width: 480px;
}
.withImg .img {
  width: 520px;
}

#block01 h2 {
  font-size: 35px;
  color: #e61e1e;
}
#block01 .block {
  padding-right: 0;
}
#block01 h2 {
    width: 267px;
    left: 0;
}
#block01 .honbun {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}
#block02 .block {
  padding-left: 0;
}
#block02 h2 {
  font-size: 35px;
  color: #0064d2;
}
#block02 h2:after {
  background: -webkit-linear-gradient(left, rgba(0, 36, 184, 0) 30%, rgba(0, 36, 184, 1) 100%);
  background: linear-gradient(to right, rgba(0, 36, 184, 0) 30%, rgba(0, 36, 184, 1) 100%);
}
#block02 .imgBg {
  background: -webkit-linear-gradient(left, rgba(0, 36, 184, 0) 0%, rgba(0, 36, 184, 1) 100%);
  background: linear-gradient(to right, rgba(0, 36, 184, 0) 0%, rgba(0, 36, 184, 1) 100%);
}

#block03 .block {
  padding-right: 0;
}
#block03 h2 {
  font-size: 35px;
  color: #ff7e00;
}
#block03 h2:after {
  background: -webkit-linear-gradient(left, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
}
#block03 .imgBg {
  background: -webkit-linear-gradient(left, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
}

#block04 {
  background-color: #D4DEE6;
}
#block04 .block {
  padding: 50px 40px;
}
#block04 .text {
  width: 710px;
}
#block04 .img {
  width: 210px;
}
#block04 h2 {
  margin-top: 0;
}
#block04 h2:after {
  background: -webkit-linear-gradient(left, rgba(0, 158, 255, 0) 30%, rgba(0, 158, 255, 1) 100%);
  background: linear-gradient(to right, rgba(0, 158, 255, 0) 30%, rgba(0, 158, 255, 1) 100%);
}
#block04 .imgBg {
  background: -webkit-linear-gradient(left, rgba(0, 158, 255, 0) 0%, rgba(0, 158, 255, 1) 100%);
  background: linear-gradient(to right, rgba(0, 158, 255, 0) 0%, rgba(0, 158, 255, 1) 100%);
}
#block04 .imgBg {
  height: 210px;
}
#block04 .imgOuter {
  height: 210px;
}

#block05 {
  padding: 40px 0;
}
#block05 .block {
  padding: 0 40px;
}
#block05 .block div {
  background-color: white;
  padding: 38px;
}
#block05 h2 {
  width: auto;
  font-size: 38px;
  color: black;
  text-align: center;
}
#block05 p {
  font-size: 18px;
  line-height: 1.5;
}

#bannerBlock01 {
  padding: 50px 0;
  width: 980px;
}
#bannerBlock01 .block {
  padding: 0 40px;
}
#bannerBlock01 h2 {
  color: #265C80;
  font-size: 38px;
  text-align: center;
  width: auto;
}
#bannerBlock01 .block div {
  display: flex;
  justify-content: space-between;
}
#bannerBlock01 a {
  width: 48.7%;
  transition: filter .2s;
}
#bannerBlock01 a:hover {
  filter: brightness(1.3);
}
#bannerBlock01 a img {
  width: 100%;
  height: auto;
}
#bannerBlock01 a.securityBrochure .bannerOn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#bannerBlock02 {
  padding: 50px 0;
}
#bannerBlock02 .block {
  padding: 0 40px;
}
#bannerBlock02 a {
  display: block;
  transition: filter .2s;
}
#bannerBlock02 a:hover {
  filter: brightness(1.3);
}
#bannerBlock02 a img {
  width: 100%;
  height: auto;
}

#bannerBlock03 {
  padding: 50px 0;
}
#bannerBlock03 .block {
  padding: 0 40px;
}
#bannerBlock03 a {
  display: block;
  transition: filter .2s;
}
#bannerBlock03 a:hover {
  filter: brightness(1.3);
}
#bannerBlock03 a img {
  width: 100%;
  height: auto;
}

/* imformation */
#heroBlock2 {
  margin: -10px auto 0;
  background-image: url("../img/hero2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1100px;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
#heroBlock2 h2 {
  color: white;
  font-family: "ToshibaSans Regular", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 100%;
  position: absolute;
  left: 30px;
}

#block06 h3 {
  width: auto;
  font-size: 30px;
  color: black;
  margin-bottom: 30px;
}
#block06 h4 {
  width: auto;
  font-size: 24px;
  color: black;
  margin-bottom: 10px;
}

#block07 .block {
  padding-left: 0;
}
#block07 h2 {
  font-size: 35px;
  color: #009eff;
}
#block07 h2:after {
  background: -webkit-linear-gradient(left, rgba(0, 36, 184, 0) 30%, rgba(0, 36, 184, 1) 100%);
  background: linear-gradient(to right, rgba(0, 36, 184, 0) 30%, rgba(0, 36, 184, 1) 100%);
}
#block07 .imgBg {
  background: -webkit-linear-gradient(left, rgba(0, 36, 184, 0) 0%, rgba(0, 36, 184, 1) 100%);
  background: linear-gradient(to right, rgba(0, 36, 184, 0) 0%, rgba(0, 36, 184, 1) 100%);
}
#block08 .block {
  padding-right: 0;
}
#block08 h2 {
  font-size: 35px;
  color: #7030a0;
}
#block08 h2:after {
  background: -webkit-linear-gradient(left, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
}
#block08 .imgBg {
  background: -webkit-linear-gradient(left, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 126, 0, 0) 30%, rgba(255, 126, 0, 1) 100%);
}