@charset "UTF-8";
/* pageWrap */
.pageWrap{
  background-color: #e8e8e6;
}
.fadeIn_elements{
  opacity: 0;
  transform: translateY(10px); /* 少し下から上にフェードイン */
  transition: opacity 1s ease, transform 1s ease;
}
.fadeIn_elements.active{
  opacity: 1;
  transform: translateY(0px); /* 少し下から上にフェードイン */
}

/* navHeight */
.navHeight{
    width:100%;
    height: 110px;
    background-color: #363838;
}
@media (max-width:1024px){
    .navHeight{
        height: 66px;
    }
}

/* securityTab */
.securityTab{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.securityTab>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.securityTab>ul>li{
  width: 33.33%;
}
.securityTab>ul>li>a{
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2a3536;
  display: block;
  text-align: center;
  padding: 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #2a3536;
  transition: 0.3s all;
}
.securityTab>ul>li>a:hover,
.securityTab>ul>li>a:active,
.securityTab>ul>li>a.current{
  color: #ded9cd;
  background-color: #2a3536;
}
@media (max-width:1024px){
  .securityTab>ul>li>a{
      font-size: 1.2em;
  }
}
@media (max-width:768px){
  .securityTab>ul>li{
      width: 50%;
  }
  .securityTab>ul>li>a{
      font-size: 1.1em;
      padding: 1em 0;
  }
}
@media (max-width:500px){
  .securityTab>ul>li>a{
      font-size: 1em;
  }
}
@media (max-width:375px){
  .securityTab>ul>li{
      width: 100%;
  }
}

/* pageTitle */
.pageTitle{
  text-align: center;
  margin-bottom: 80px;
}
.pageTitle>h2{
  font-family: "Golos Text", sans-serif;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #9b9d96;
  margin-bottom: 20px;
}
.pageTitle>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9b9d96;
}
.under1024{
  display: none;
}
@media (max-width:1200px){
  .pageTitle>h2{
      font-size: 2.75em;
  }
}
@media (max-width:1024px){
  .pageTitle>h2{
      font-size: 2.5em;
  }
  .pageTitle>p{
      font-size: 1.25em;
  }
  .under1024{
      display: block;
  }
}
@media (max-width:768px){
  .pageTitle{
      margin-bottom: 50px;
  }
  .pageTitle>h2{
      font-size: 2.25em;
  }
  .pageTitle>p{
      font-size: 1.15em;
  }
}

/* designTab */
.pageContent{
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 50px;
}
.cameraWrap,
.cameraWrap02,
.cameraWrap03{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.cameraWrap>.imgRow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}            
.imgNotice{
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
}
.imgNotice.white{
  color: #fff;
}
.cameraWrap>.imgRow>.leftBox,
.cameraWrap>.imgRow>.rightBox{
  width: 48%;
}
.cameraWrap>.imgRow>.rightBox>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cameraWrap>.imgRow>.rightBox>ul>li{
  width: 31%;
}
.cameraWrap>.imgRow>.rightBox>ul>li>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.cameraWrap>.imgRow>.rightBox>ul>li>.imgBox>p>img{
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
}
.cameraWrap>.txtWrap>h3,
.cameraWrap02>.txtWrap>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #59634f;
  margin-bottom: 10px;
}
.cameraWrap>.txtWrap>p,
.cameraWrap02>.txtWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
}
.cameraWrap02>.imgRow{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cameraWrap02>.imgRow>.leftBox{
  width: 40%;
  text-align: center;
}
.cameraWrap02>.imgRow>.leftBox>p.imgCaption,
.cameraWrap02>.imgRow>.rightBox>.imgBox>p.imgCaption{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  background-color: #59634f;
  display: inline-block;
  padding: 0.25em 1em;
  margin-top: 10px;
}
.cameraWrap02>.imgRow>.rightBox{
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.cameraWrap02>.imgRow>.rightBox>h3.logo{
  text-align: right;
}
.cameraWrap02>.imgRow>.rightBox>h3.logo>img{
  width: 50%;
}
.cameraWrap02>.imgRow>.rightBox>.imgBox>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: left;
  color: #59634f;
  margin-bottom: 10px;
}
.cameraWrap02>.imgRow>.rightBox>.imgBox>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cameraWrap02>.imgRow>.rightBox>.imgBox>ul>li{
  width: 48%;
}
.cameraWrap02>.txtWrap>p.txtNotice{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  margin-top: 10px;
}
.cameraWrap02>.imgRow>.leftBox.under500,
.cameraWrap02>.imgRow>.rightBox.under500{
  display: none;
}
.cameraWrap03>.contentRow{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cameraWrap03>.contentRow>.leftBox,
.cameraWrap03>.contentRow>.rightBox{
  width: 45%;
}
.cameraWrap03>.contentRow>.leftBox>.imgRow{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}
.cameraWrap03>.contentRow>.leftBox>.imgRow>.leftBox,
.cameraWrap03>.contentRow>.leftBox>.imgRow>.rightBox{
  width: 48%;
}
.cameraWrap03>.contentRow>.leftBox>.imgRow>.leftBox>h4,
.cameraWrap03>.contentRow>.leftBox>.imgRow>.rightBox>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.cameraWrap03>.contentRow>.leftBox>.imgRow>.rightBox>.imgBox>img{
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));
}
.cameraWrap03>.contentRow>.leftBox>.txtBox>h3,
.cameraWrap03>.contentRow>.rightBox>.txtBox>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #59634f;
  margin-bottom: 10px;
}
.cameraWrap03>.contentRow>.leftBox>.txtBox>p,
.cameraWrap03>.contentRow>.rightBox>.txtBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
}
.cameraWrap03>.contentRow>.rightBox>.imgBox>p.imgCaption{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  text-align: right;
}
.securityService{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.securityService>.titleWrap{
  margin-bottom: 30px;
}           
.securityService>.titleWrap>h3.logo{
  text-align: center;
  margin-bottom: 20px;
}
.securityService>.titleWrap>h3.logo>img{
  max-width: 250px;
  width: 30%;
}
.securityService>.titleWrap>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #59634f;
  text-align: center;
  margin-bottom: 20px;
}
.securityService>.titleWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
}
.securityService>.imgWrap,
.securityService>.txtWrap{
  margin-bottom: 30px;
  text-align: center;
}
.securityService>.txtWrap>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: 400;
  color: #59634f;
  display: inline-block;
  border-top: 1px solid #59634f;
  border-bottom: 1px solid #59634f;
  padding: 0.75em 2em 0.75em 2em;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.securityService>.txtWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  text-align: left;
}
.securityService>.toyoKB{
  max-width: 768px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.securityService>.toyoKB>.imgWrap>.relative{
  margin-bottom: 10px;
}
.securityService>.toyoKB>.imgWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  line-height: 1.8;
}
.hotLine>.titleWrap{
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #006bb4;
  margin-bottom: 20px;
  position: relative;
}
.hotLine>.titleWrap>h3{
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.hotLine>.titleWrap>h3>span{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
.hotLine>.titleWrap>h3>span:nth-child(1){
  font-size: 1em;
  letter-spacing: 0.1em;
}
.hotLine>.titleWrap>h3>span:nth-child(3){
  font-size: 1.25em;
  letter-spacing: 0.1em;                
}
.hotLine>.titleWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
}
.hotLine>.titleWrap>.telBox>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.hotLine>.titleWrap>.telBox>p>a{
  font-family: "Golos Text", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  transition: 0.5s all;
}
.hotLine>.titleWrap>.telBox>p>a:hover,
.hotLine>.titleWrap>.telBox>p>a:active{
  color: rgb(255, 247, 0);
}
.hotLine>.txtWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #006bb4;
  text-align: center;
  margin-bottom: 20px;
}
.hotLine>.txtWrap>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotLine>.txtWrap>ul>li{
  width: 30%;
  border-top: 5px solid #006bb4;
  padding: 8px 0 0 0;
  box-sizing: border-box;
}
.hotLine>.txtWrap>ul>li>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  color: #006bb4;
  margin-bottom: 5px;
}
.hotLine>.txtWrap>ul>li>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 400;
}
.timeNotice{
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  max-width: 200px;
  width: 15%;
}
@media (max-width:1024px){
  .cameraWrap,
  .cameraWrap02,
  .cameraWrap03{
      max-width: 768px;
  }
  .cameraWrap>.imgRow>.leftBox,
  .cameraWrap02>.imgRow>.leftBox,
  .cameraWrap03>.contentRow>.leftBox,
  .cameraWrap>.imgRow>.rightBox,
  .cameraWrap02>.imgRow>.rightBox,                
  .cameraWrap03>.contentRow>.rightBox{
      width: 100%;
  }
  .cameraWrap>.imgRow>.leftBox,
  .cameraWrap02>.imgRow>.leftBox,
  .cameraWrap03>.contentRow>.leftBox{
      margin-bottom: 20px;
  }
  .cameraWrap>.txtWrap>h3,
  .cameraWrap02>.imgRow>.rightBox>.imgBox>h3,
  .cameraWrap02>.txtWrap>h3,
  .cameraWrap03>.contentRow>.leftBox>.txtBox>h3,
  .cameraWrap03>.contentRow>.rightBox>.txtBox>h3,
  .securityService>.titleWrap>h3,
  .securityService>.txtWrap>h4,
  .hotLine>.titleWrap>h3>span:nth-child(3){
      font-size: 1.15em;
  }
  .hotLine>.titleWrap>.telBox>p>a{
      font-size: 1.4em;
  }
}
@media (max-width:768px){
  .cameraWrap,
  .cameraWrap02,
  .cameraWrap03{
    max-width: 500px;
  }
  .cameraWrap>.imgRow>.rightBox>ul>li>h4{
      font-size: 0.9em;
  }
  .cameraWrap>.txtWrap>h3,
  .cameraWrap02>.imgRow>.rightBox>.imgBox>h3,
  .cameraWrap02>.txtWrap>h3,
  .cameraWrap03>.contentRow>.leftBox>.txtBox>h3,
  .cameraWrap03>.contentRow>.rightBox>.txtBox>h3,
  .securityService>.titleWrap>h3,
  .securityService>.txtWrap>h4,
  .hotLine>.titleWrap>h3>span:nth-child(3){
      font-size: 1.05em;
  }
  .cameraWrap02>.imgRow>.leftBox>p.imgCaption,
  .cameraWrap02>.imgRow>.rightBox>.imgBox>p.imgCaption,
  .hotLine>.titleWrap>h3>span:nth-child(1),
  .hotLine>.txtWrap>ul>li>h4,
  .hotLine>.titleWrap>.telBox>h4{
      font-size: 0.9em;
  }
  .cameraWrap>.txtWrap>p,
  .cameraWrap02>.txtWrap>p,
  .cameraWrap03>.contentRow>.leftBox>.txtBox>p,
  .cameraWrap03>.contentRow>.rightBox>.txtBox>p,
  .securityService>.titleWrap>p,
  .hotLine>.txtWrap>p,
  .hotLine>.txtWrap>ul>li>p{
      font-size: 0.85em;
  }
  .hotLine>.titleWrap>.telBox>p>a{
      font-size: 1.3em;
  }
  .securityService>.titleWrap>h3.logo>img{
      width: 50%;
  }
  .securityService>.imgWrap>.js-scrollable>img{
      width: 150%;
  }
  .securityService>.toyoKB{
      width: 100%;
  }
  .hotLine>.txtWrap>ul>li{
      width: 100%;
      padding: 8px 0 16px 0;
  }
  .hotLine>.titleWrap{
      padding: 15px 10px;
  }
}
@media (max-width:500px){
  .cameraWrap02>.imgRow>.leftBox.over500,
  .cameraWrap02>.imgRow>.rightBox.over500{
      display: none;
  }
  .cameraWrap02>.imgRow>.leftBox.under500,
  .cameraWrap02>.imgRow>.rightBox.under500{
      display: block;
  }
  .cameraWrap>.imgRow>.rightBox>ul{
      justify-content: center;
  }
  .cameraWrap>.imgRow>.rightBox>ul>li{
      width: 48%;
      margin-bottom: 20px;
  }
  .cameraWrap>.imgRow>.rightBox>ul>li:last-child{
      margin-bottom: 0px;
  }
  .cameraWrap02>.imgRow>.leftBox.under500>h3.logo{
      text-align: right;
      margin-bottom: 30px;
  }
  .cameraWrap02>.imgRow>.leftBox.under500>h3.logo>img{
      width: 50%;
  }
  .cameraWrap02>.imgRow>.leftBox.under500>.imgBox>h3{
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.05em;
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-weight: 400;
      text-align: left;
      color: #59634f;
      margin-bottom: 10px;
  }
  .cameraWrap02>.imgRow>.leftBox>.imgBox>p.imgCaption{
      font-family: "Noto Sans JP", sans-serif;
      font-size: 0.9em;
      letter-spacing: 0.1em;
      font-weight: 400;
      color: #fff;
      background-color: #59634f;
      display: inline-block;
      padding: 0.25em 1em;
      margin-top: 10px;
  }
  .cameraWrap02>.imgRow>.rightBox>.imgBox>ul>li{
      width: 100%;
  }
  .cameraWrap02>.imgRow>.rightBox>.imgBox>ul>li:first-child{
      margin-bottom: 10px;
  }
  .securityService>.imgWrap>.js-scrollable>img{
      width: 200%;
  }
  .securityService>.toyoKB>.imgWrap>.js-scrollable>img{
      width: 150%;
  }
  .timeNotice{
      width: 20%;
      top: 0.1em;
      right: 0.1em;
  }           
}
@media (max-width:375px){
  .hotLine>.titleWrap,
  .hotLine>.titleWrap>h3{
      text-align: left;
  }
  .timeNotice{
      width: 25%;
      top: 0.1em;
      right: 0.1em;
  }           
}