@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;
}
.under500{
  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;
  }
}
@media (max-width:768px){
  .pageTitle{
      margin-bottom: 50px;
  }
  .pageTitle>h2{
      font-size: 2.25em;
  }
  .pageTitle>p{
      font-size: 1.15em;
  }
}
@media (max-width:500px){
  .under500{
      display: block;
  }
}

/* pageContent */
.pageContent{
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 50px;
}
.mainWrap,
.pointWrap{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.optionWrap{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.mainWrap>.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;
}
.mainWrap>.imgRow>.leftBox,
.mainWrap>.imgRow>.rightBox{
  width: 48%;
}
.mainWrap>.imgRow>.rightBox>h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #59634f;
  line-height: 1.6;
}
.mainWrap>.imgRow>.rightBox>h3>span{
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  line-height: 1;
}
.mainWrap>.imgRow>.rightBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  color: #595757;
}
.pointWrap>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pointWrap>ul>li:first-child{
  width: 43%;
}
.pointWrap>ul>li:last-child{
  width: 52%;
}
.pointWrap>ul>li>.ttlBox>h4{
  display: flex;
  align-items: center;
}
.pointWrap>ul>li>.ttlBox>h4>span.num{
  width: 25%;
  margin-right: 10px;
}
.pointWrap>ul>li>.ttlBox>h4>span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.8;
  color: #59634f;
}
.pointWrap>ul>li>.imgBox{
  margin-bottom: 20px;
}
.pointWrap>ul>li>.imgBox>p.imgCaption{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
}
.pointWrap>ul>li>.txtBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  color: #59634f;
  margin-bottom: 20px;
}
.pointWrap>.noticeTxt>ul{
  display: flex;
  margin-bottom: 5px;
}
.pointWrap>.noticeTxt>ul>li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  padding-left: 15px;
  position: relative;
  margin-right: 2em;
}
.pointWrap>.noticeTxt>ul>li:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 10px;
  height: 10px;
  background-color: #a69c76;
}
.pointWrap>.noticeTxt>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
}
.optionWrap{
  text-align: center;
  margin-bottom: 80px;
}
.optionWrap>.titleBox{
  margin-bottom: 30px;
  text-align: center;
}
.optionWrap>.titleBox>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #59634f;
  margin-bottom: 20px;
}            
.swiper-slide .imgBox h5{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 5px;
}
.optionWrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  text-align: right;
}
.swiper-button-prev,
.swiper-button-next{
  width:30px;
  height:30px;
  background:#404036;
  border-radius:50%;
  color:#fff;
  padding: 0.5em;
  box-sizing: border-box;
}
.contentRow{
  max-width: 1100px;
  width: 90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.contentRow .contentBox{
  width: 48%;
}
.contentRow .contentBox .imgBox{
  margin-bottom: 10px;
}
.contentRow .contentBox .txtBox h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #59634f;
  margin-bottom: 10px;
}
.contentRow .contentBox .txtBox p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
}
@media (max-width:1024px){
  .mainWrap,
  .pointWrap,
  .optionWrap,
  .contentRow{
      max-width: 768px;
  }
  .mainWrap>.imgRow>.leftBox,
  .mainWrap>.imgRow>.rightBox{
      width: 100%;
  }
  .mainWrap>.imgRow>.leftBox{
      margin-bottom: 20px;
  }
  .mainWrap>.imgRow>.rightBox>h3,
  .pointWrap>ul>li>.ttlBox>h4>span,
  .optionWrap>.titleBox>h4,
  .contentRow .contentBox .txtBox h4{
      font-size: 1.15em;
  }
  .pointWrap>ul>li:first-child{
      width: 85%;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  .pointWrap>ul>li:last-child{
      width: 100%;
  }
  .pointWrap>.noticeTxt>ul{
      flex-direction: column;
  }
}
@media (max-width:768px){
  .mainWrap,
  .pointWrap,
  .optionWrap,
  .contentRow{
      max-width: 500px;
  }
  .mainWrap>.imgRow>.rightBox>h3,
  .pointWrap>ul>li>.ttlBox>h4>span,
  .optionWrap>.titleBox>h4,
  .contentRow .contentBox .txtBox h4{
      font-size: 1.05em;
  }
  .mainWrap>.imgRow>.rightBox>p,
  .optionWrap>.titleBox>p,
  .swiper-slide .imgBox h5{
      font-size: 0.9em;
  }
  .contentRow{
      flex-wrap: wrap;
  }
  .contentRow .contentBox{
      width: 100%;
      margin-bottom: 30px;
  }
  .contentRow .contentBox:last-child{
      margin-bottom: 0px;
  }
}
@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;
  }           
}