@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;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #59634f;
}
.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{
  width: 31%;
}
.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>.txtBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  color: #59634f;
  margin-bottom: 20px;
}
.pointWrap>ul>li>.txtBox>ul.pointList01,
.pointWrap>ul>li>.txtBox>ul.pointList02,
.pointWrap>ul>li>.txtBox>ul.pointList03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.pointWrap>ul>li>.txtBox>ul.pointList01>li,
.pointWrap>ul>li>.txtBox>ul.pointList02>li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  color: #e95504;
  margin-bottom: 10px;
  border: 2px solid #e95504;                
  border-radius: 5px;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #fff;
}            
.pointWrap>ul>li>.txtBox>ul.pointList02>li>span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  color: #231815;
}
.pointWrap>ul>li>.txtBox>ul.pointList01>li{
  width: 48%;
}
.pointWrap>ul>li>.txtBox>ul.pointList01>li:last-child{
  width: 100%;
}
.pointWrap>ul>li>.txtBox>ul.pointList02>li{
  width: 48%;
}
.pointWrap>ul>li>.txtBox>ul.pointList02>li:last-child{
  width: 100%;
}
.pointWrap>ul>li>.txtBox>ul.noticeList>li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  color: #231815;
}
.pointWrap>ul>li>.txtBox>ul.pointList03>li{
  width: 100%;
  text-align: center;
  border: 2px solid #e95504;                
  border-radius: 5px;
  margin-bottom: 10px;
}
.pointWrap>ul>li>.txtBox>ul.pointList03>li>h5{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background-color: #e95504;
  padding: 0.25em 0;
  box-sizing: border-box;
}
.pointWrap>ul>li>.txtBox>ul.pointList03>li>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.25em 0;
  box-sizing: border-box;
}
.pointWrap>ul>li>.txtBox>ul.pointList03>li>p>span{
  font-size: 0.75em;
}
.optionWrap{
  text-align: center;
  padding-top: 80px;
  border-top: 1px solid #231815;
}
.optionWrap>.titleBox{
  margin-bottom: 30px;
  text-align: center;
}
.optionWrap>.titleBox>h4{
  display: inline-block;
  font-family: "Golos Text", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  padding: 0.25em 1em;
  color: #fff;
  background-color: #404036;
  border-radius: 5px;
  margin-bottom: 20px;
}
.optionWrap>.titleBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: #595757;
}
.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;
}
@media (max-width:1024px){
  .mainWrap,
  .pointWrap,
  .optionWrap{
      max-width: 768px;
  }
  .mainWrap>.imgRow>.leftBox,
  .mainWrap>.imgRow>.rightBox{
      width: 100%;
  }
  .mainWrap>.imgRow>.rightBox>h3,
  .pointWrap>ul>li>.ttlBox>h4>span,
  .optionWrap>.titleBox>h4{
      font-size: 1.15em;
  }
  .pointWrap>ul>li{
      width: 48%;
      margin-bottom: 50px;
  }
  .pointWrap>ul>li:last-child{
      margin-bottom: 0px;
  }
}
@media (max-width:768px){
  .mainWrap,
  .pointWrap,
  .optionWrap{
      max-width: 500px;
  }
  .mainWrap>.imgRow>.rightBox>h3,
  .pointWrap>ul>li>.ttlBox>h4>span,
  .optionWrap>.titleBox>h4{
      font-size: 1.05em;
  }
  .mainWrap>.imgRow>.rightBox>p,
  .optionWrap>.titleBox>p,
  .swiper-slide .imgBox h5{
      font-size: 0.9em;
  }
  .pointWrap>ul>li{
      width: 100%;
  }
  .pointWrap>ul>li>.ttlBox>h4>span.num{
      width: 20%;
  }
  .pointWrap>ul>li>.txtBox>ul.pointList03>li{
      width: 48%;
  }
}