@charset "UTF-8";
/*  */
.fadeIn_elements{
  opacity: 0;
  transform: translateY(10px); /* 少し下から上にフェードイン */
  transition: opacity 1s ease, transform 1s ease;
}
.fadeIn_elements.active{
  opacity: 1;
  transform: translateY(0px); /* 少し下から上にフェードイン */
}
.pageWrap{
  background-image: url(../images/top/bg01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

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

.ttlBox{
  padding: 50px 0;
  text-align: center;
}
.ttlBox>h2{
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.25em 2em;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 30px;
}
.ttlBox>.ttlTxt>h3{
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.ttlBox>.ttlTxt>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
}
.under500{
  display: none;
}
@media (max-width:1024px){
  .ttlBox>h2{
      font-size: 1.5em;
  }
  .ttlBox>.ttlTxt>h3{
      font-size: 2.75em;
  }
  .ttlBox>.ttlTxt>p{
      font-size: 1.15em;
  }
}
@media (max-width:768px){
  .ttlBox>h2{
      font-size: 1.4em;
  }
  .ttlBox>.ttlTxt>h3{
      font-size: 2.5em;
  }
  .ttlBox>.ttlTxt>p{
      font-size: 1.05em;
  }
}
@media (max-width:500px){
  .ttlBox>h2{
      font-size: 1.3em;
  }
  .ttlBox>.ttlTxt>h3{
      font-size: 2.25em;
  }
  .under500{
    display: block;
  }
}

.eyeCatch_wrap{
  padding: 30px 0 50px 0;
  background-color: #848681;
}
.eyeSlider_wrap{
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
.eyeSlider{
  height: 100%;
  display: flex;
  align-items: center;                
  white-space: nowrap;
}
.eyeSlider>img{
  width: auto;  /* 横幅は自動 */
  height: 100%; /* 縦幅を揃える */                
  margin-right: 10px;
}
.eyeTitle_wrap>h3{
  text-align: center;
  margin-bottom: 30px;
}
.eyeTitle_wrap>h3>span:nth-child(1){
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.25em;
  color: #fff;
}
.eyeTitle_wrap>h3>span:nth-child(3){
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  color: #fff;
}
.eyeTitle_wrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.under430{
  display: none;
}
@media (max-width:1024px){
  .eyeSlider_wrap{
      height: 400px;
  }
  .eyeTitle_wrap>h3>span:nth-child(1){
      font-size: 2.25em;
  }
  .eyeTitle_wrap>h3>span:nth-child(3),
  .eyeTitle_wrap>p{
      font-size: 1.15em;
  }
}
@media (max-width:768px){
  .eyeSlider_wrap{
      height: 300px;
  }
  .eyeTitle_wrap>h3>span:nth-child(1){
      font-size: 2em;
  }
  .eyeTitle_wrap>h3>span:nth-child(3),
  .eyeTitle_wrap>p{
      font-size: 1.05em;
  }
}
@media (max-width:500px){
  .eyeTitle_wrap>h3>span:nth-child(1){
      font-size: 1.75em;
  }
  .eyeTitle_wrap>h3>span:nth-child(3),
  .eyeTitle_wrap>p{
      font-size: 0.95em;
  }
}
@media (max-width:430px){
  .under430{
      display: block;
  }
}

.mainTxt{
  padding: 80px 0;
}
.mainTxt_wrap{
  max-width: 1100px;
  width: 100%;
  margin:0 auto;
  text-align: center;
}
.mainTxt_wrap>h3{
  margin-bottom: 30px;
}            
.mainTxt_wrap>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 2.5;
  margin-bottom: 20px;                
}
.mainTxt_wrap>p.em{
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 500;              
}
.mainTxt_wrap>p.ntcTxt{
  font-size: 0.75em;
  margin-bottom: 0;               
}
@media (max-width:1024px){
  .mainTxt_wrap>p{
      font-size: 0.8em;                
  }
  .mainTxt_wrap>p.em{
      font-size: 1.15em;             
  }
  .mainTxt_wrap>p.ntcTxt{
      font-size: 0.65em;              
  }
}
@media (max-width:768px){
  .mainTxt{
      padding: 50px 0;
  }
  .mainTxt_wrap{
      max-width: 500px;
      width: 100%;
      margin:0 auto;
      text-align: center;
  }
}

.achievements{
  padding: 30px 0 50px 0;
  background-color: #848681;
}
.achievements>.swiperWrap{
  position: relative;
}
.achievements>.swiperWrap>.swiper{
  margin-bottom: 50px;
}
.achievements>.swiperWrap>.swiperBtn_wrap{
  max-width: 1100px;
  width:90%;
  margin: 0 auto;
  position: relative;
}
.achievements>.txtBox{
  max-width:1100px;
  width:90%;
  margin: 0 auto;
  text-align: center;
}
.achievements>.txtBox>h3{
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.25em;
  color: #fff;
  margin-bottom: 20px;
}
.achievements>.txtBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
}
.achievements>.txtBox>p:last-child{
  margin-bottom: 0px;
}
.swiper-button-next,
.swiper-button-prev{
  max-width: 100px;
  width: 25%;
  transform: translateY(-50%);
}
@media (max-width:1024px){
  .achievements>.txtBox>h3{
      font-size: 1.4em;
  }
  .achievements>.txtBox>p{
      font-size: 1em;
  }
}
@media (max-width:768px){
  .achievements>.txtBox{
      max-width: 500px;
      width:100%;
  }
  .achievements>.txtBox>h3{
      font-size: 1.3em;
  }
  .achievements>.txtBox>p{
      font-size: 0.9em;
  }
}
@media (max-width:500px){
  .achievements>.txtBox>h3{
      font-size: 1.2em;
  }
  .swiper-button-next,
  .swiper-button-prev{
      width: 20%;
  }
}

.example{
  background-color: #5c6450;
  padding: 80px 0 0 0;
  margin-bottom: 80px;
}
.example>.txtBox{
  text-align: center;
  margin-bottom: 30px;
}
.example>.txtBox>h3{
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.25em;
  color: #fff;
  margin-bottom: 20px;
}
.example>.txtBox>p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  color: #fff;
}
.example>.contentRow{
  max-width:1320px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.example>.evenBox>.contentRow{
  max-width:1320px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.example>.evenBox{
  background-color: #475744;
  padding: 50px 0;
  margin-bottom: 50px;
}
.example>.evenBox:last-of-type{
  margin-bottom: 0px;
}
.example>.contentRow>.imgBox,
.example>.evenBox>.contentRow>.imgBox{
  display: flex;
  justify-content: center;
}
.example>.contentRow>.imgBox>p:nth-child(1),
.example>.evenBox>.contentRow>.imgBox>p:nth-child(1){
  margin-right: 10px;
}
.example>.contentRow>.txtBox,
.example>.evenBox>.contentRow>.txtBox{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.example>.contentRow>.txtBox>.txtBox_inner,
.example>.evenBox>.contentRow>.txtBox>.txtBox_inner{
  text-align: center;
}
.example>.contentRow>.txtBox>.txtBox_inner>.areaBox,
.example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.areaBox{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  padding: 0.25em 2em;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.example>.contentRow>.txtBox>.txtBox_inner>.engTtl,
.example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.engTtl{
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
}
.example>.contentRow>.txtBox>.txtBox_inner>h4,
.example>.evenBox>.contentRow>.txtBox>.txtBox_inner>h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.example>.contentRow>.txtBox>.txtBox_inner>ul>li,
.example>.evenBox>.contentRow>.txtBox>.txtBox_inner>ul>li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media (max-width:1200px){
  .example>.contentRow>.imgBox,
  .example>.evenBox>.contentRow>.imgBox{
      flex-direction: column;
  }
  .example>.contentRow>.imgBox>p:nth-child(1),
  .example>.evenBox>.contentRow>.imgBox>p:nth-child(1){
      margin-right: 0px;
      margin-bottom: 10px;
  }
}
@media (max-width:1024px){
  .example>.contentRow>.txtBox,
  .example>.evenBox>.contentRow>.txtBox{
      padding: 0 30px;
  }
  .example>.txtBox>h3{
      font-size: 1.4em;
  }
  .example>.txtBox>p{
      font-size: 1em;
  }                
  .example>.contentRow>.txtBox>.txtBox_inner>h4,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>h4{
      font-size: 1.4em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.contentRow>.txtBox>.txtBox_inner>ul>li,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>ul>li{
      font-size: 0.8em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.engTtl,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.engTtl{
      font-size: 1.15em;
  }
}
@media (max-width:768px){
  .example{
      padding: 50px 0 0 0;
      margin-bottom: 50px;
  }
  .example>.contentRow,
  .example>.evenBox>.contentRow{
      flex-wrap: wrap;
  }
  .example>.contentRow>.imgBox,
  .example>.evenBox>.contentRow>.imgBox{
      width: 100%;
      flex-direction: row;                    
      margin-bottom: 20px;
  }
  .example>.contentRow>.txtBox,
  .example>.evenBox>.contentRow>.txtBox{
      order: 1;
  }
  .example>.contentRow>.imgBox>p:nth-child(1),
  .example>.evenBox>.contentRow>.imgBox>p:nth-child(1){
      margin-right: 10px;
      margin-bottom: 0px;
  }
  .example>.txtBox>h3{
      font-size: 1.3em;
  }
  .example>.txtBox>p{
      font-size: 0.9em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>h4,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>h4{
      font-size: 1.3em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.contentRow>.txtBox>.txtBox_inner>ul>li,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>ul>li{
      font-size: 0.7em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.engTtl,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.engTtl{
      font-size: 1.05em;
  }
}
@media (max-width:500px){
  .example>.txtBox>h3{
      font-size: 1.2em;
  }
  .example>.txtBox>p{
      font-size: 0.8em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>h4,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>h4{
      font-size: 1.3em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.areaBox,
  .example>.contentRow>.txtBox>.txtBox_inner>ul>li,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>ul>li{
      font-size: 0.7em;
  }
  .example>.contentRow>.txtBox>.txtBox_inner>.engTtl,
  .example>.evenBox>.contentRow>.txtBox>.txtBox_inner>.engTtl{
      font-size: 1.05em;
  }
}