@charset "UTF-8";

/******************************
  大枠レスポンシブ
******************************/
@media only screen and (max-width: 1023px) {
  #contents .inner{
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #contents ,
  #footer,
  #footerWrap,
  .copyright .copyright-inner {
    width: auto;
  }
  .navi-generator{
    display: none;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  #contents .inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.anchor{
  margin-top: -60px;
  padding-top: 60px;
}
.box{
  margin-top: 2rem;
  padding-top: 2rem;
}

.subttl1{
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.subttl1::before{
  content: "";
  background:#000000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  transition: transform .7s;
  transform-origin: 0 0;
  transform: scaleX(0.001);
}
.subttl1.inview::before{
  transform: scaleX(1);
}

.pagingbox {
  margin: 4rem auto 0;
  text-align: center;
}
.page-numbers{
  border: 1px solid #111111;
  padding: .5rem 1rem;
}
.page-numbers.current,
.page-numbers:hover{
  background: #111111;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .subttl1{
      font-size: 2.2rem;
  }
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  pagehead
******************************/
.pagehead{
  aspect-ratio: 960/467;
  background-image: url(../images/head/head_common.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  width: 100%;
}
.pagehead.pagehead-top{
  background-image: url(../images/head/head_top.jpg);
}
.pagehead.pagehead-sr350{
  background-image: url(../images/head/head_sr350.jpg);
}
.pagehead.pagehead-ksb1170{
  background-image: url(../images/head/head_ksb1170.jpg);
}
.pagehead.pagehead-esr600{
  background-image: url(../images/head/head_esr600.jpg);
}
.pagehead.pagehead-committed{
  background-image: url(../images/head/head_committed.jpg);
}
.pageheadinner{
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.pagehead .pageheadttl{
  font-size: 6rem;
  /* font-weight: bold; */
  line-height: 1.4;
  padding: 3rem;
  position: absolute;
  /* text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 3px 3px 2px #fff, -1px 3px 2px #fff, 3px -1px 2px #fff, -1px -1px 2px #fff, 3px 1px 2px #fff, 0px 3px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff; */
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(0,0,0,.99);
}
.pagehead .pageheadttl span{
  font-size: 4rem;
  font-weight: bold;
}
.pagehead-voice .pageheadttl,
.pagehead-committed .pageheadttl{
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
}
.pagehead-top .pageheadttl{
  /* background: rgba(219, 101, 42, .6); */
  line-height: 1;
  top: 10rem;
  right: -15rem;
}
.pagehead-lineup .pageheadttl{
  /* background: rgba(219, 101, 42, .6); */
  text-align: right;
}
.pagehead-ksb1170 .pageheadttl{
  bottom: 3rem;
  right: -15rem
}
.pagehead-esr600 .pageheadttl,
.pagehead-sr350 .pageheadttl{
  top: 3rem;
  left: -15rem;
}
@media only screen and (max-width: 1240px) {
  .pagehead-top .pageheadttl,
  .pagehead-ksb1170 .pageheadttl {
    right: -10rem;
  }
  .pagehead-esr600 .pageheadttl,
  .pagehead-sr350 .pageheadttl{
    left: -10rem;
  }
}
@media only screen and (max-width: 1180px) {
  .pagehead-top .pageheadttl,
  .pagehead-ksb1170 .pageheadttl {
    right: 0;
  }
  .pagehead-esr600 .pageheadttl,
  .pagehead-sr350 .pageheadttl{
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .pagehead .pageheadttl{
    font-size: 4rem;
  }
  .pagehead .pageheadttl span{
    font-size: 2rem;
  }
  .pagehead-top .pageheadttl{
    top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead .pageheadttl {
    font-size: 2.2rem;
    padding: 1rem;
  }
  .pagehead .pageheadttl span{
    font-size: 1.8rem;
  }
  .pagehead-ksb1170 .pageheadttl{
    bottom: 1rem;
  }
  .pagehead-esr600 .pageheadttl,
  .pagehead-sr350 .pageheadttl {
    top: 1rem;
    left: 0;
  }
  .pagehead-top .pageheadttl{
    top: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 321px) {
  .pagehead .pageheadttl {
    font-size: 2rem;
  }
  .pagehead .pageheadttl span{
    font-size: 1.6rem;
  }
}

/******************************
  pagesec
******************************/
.pagesec{
  padding: 8rem 0;
  overflow: hidden;
}
.pagesec1{
  padding: 10rem 0;
}
.pagesecbg{
  background: #F6F6F6;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 4rem 0;
  }
  .pagesec1{
    padding: 6rem 0;
  }
}

/******************************
  btn
******************************/
.jbtnbox {
  margin: 3rem 0 0;
  text-align: center;
}
.jbtnbox a{
  background: #DB652A;
  border: 1px solid #DB652A;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
}
.jbtnbox a:hover{
  background: #fff;
  color: #DB652A;
}
.hvimgzm {
  display: block;
}
.hvimgzm .imgbox{
  overflow: hidden;
}
.hvimgzm .imgbox img{
  transition: 1s;
  transform: scale(1);
}
.hvimgzm:hover{
  opacity: 1;
}
.hvimgzm:hover img{
  transform: scale(1.3);
}

/******************************
  画像切り替え
******************************/
.changeimgbox,
.changeimgbox2{
  position: relative;
  width : 100%;
  max-height: 100%;
}
.changeimgbox img,
.changeimgbox2 img{
  position: absolute;
  top: 0;
  left: 0;
  animation: ChangeImage 4s infinite;
  opacity: 0;
}

@keyframes ChangeImage{
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 0;}
  100%{ opacity: 0;}
}

.changeimgbox img:nth-of-type(1),
.changeimgbox2 img:nth-of-type(1) {
  animation-delay: 0s;
}
.changeimgbox img:nth-of-type(2),
.changeimgbox2 img:nth-of-type(2) {
  animation-delay: 2s;
}