/* common */
.terPage{}
.terPage *{
  line-height: 1.8;
  box-sizing: border-box;
}
.terPage img{max-width: 100%;}
.terPage .w90{width: 90%;margin-left: auto;margin-right: auto;}
.terPage .w1000{max-width: 1000px;margin-left: auto;margin-right: auto;}
.terPage .w1200{max-width: 1200px;margin-left: auto;margin-right: auto;}
.terPage .marB10{margin-bottom: 10px;}
.terPage .marB20{margin-bottom: 20px;}
.terPage .marB30{margin-bottom: 30px;}
.terPage .marB40{margin-bottom: 40px;}
.terPage .marB60{margin-bottom: 60px;}
.terPage .marB80{margin-bottom: 80px;}
.terPage .center{text-align: center;}
.terPage .cCopy01{
  color: #E94709;
  font-size:30px;
  font-size:max(16px, min(5vw, 30px) );
  font-weight: bold;
}
.terPage .cCopy02{
  font-size:27px;
  font-size:max(16px, min(2.5vw, 27px) );
  font-weight: bold;
  line-height: 1.8;
}
.terPage .cCopy03{
  font-size:18px;
  font-size:max(14px, min(1.8vw, 18px) );
}
.terPage .cArrow01{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.terPage .cBg01{
  background-image: url(img/bg01.png);
  background-position: top center;
  background-repeat: repeat;
}
.terPage .cArrow01::before,
.terPage .cArrow01::after{
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform:translateX(-50%) rotate(135deg);
}
.terPage .cArrow01::after{
  top: 10px;
}
@media (min-width: 768px){
  .terPage .cArrow01{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .terPage .cArrow01::before,
  .terPage .cArrow01::after{
    width: 24px;
    height: 24px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  .terPage .cArrow01::after{
    top: 15px;
  }
}
.fade_in_left {
  opacity: 0;
}
.fade_in_left.show {
  animation: fade_in_left 0.5s 0.5s both;
  opacity: 1;
}
@keyframes fade_in_left {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade_in_right {
  opacity: 0;
}
.fade_in_right.show {
  animation: fade_in_right 0.5s 0.5s both;
  opacity: 1;
}
@keyframes fade_in_right {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}








/**/
.ter01{
  position: relative;
  text-align: center;
  height: 60vw;
}
@media (min-width: 768px){
  .ter01{
    height: 26vw;
    max-height: 260px;
  }
}
.ter01 .txt01{
  padding-top: 10vw;
  line-height: 1.3;
}
.ter01 .txt02{
  margin-top: 6vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ter01 .img01{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ter01 .cArrow01{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px){
  .ter01 .txt01{
    padding-top: 20px;
  }
  .ter01 .txt02{
    margin-top: 20px;
  }

}



/**/
.ter02{
  padding-top: 80px;
  padding-bottom: 80px;
}
.ter02 .txtwrap {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px){
  .ter02{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ter02 .txtwrap {
    width:40%;
    margin: 0;
    transform: translateX(10%);
  }
  .ter02 .img01{
    width: 60%;
    margin: 0;
    transform: translateX(10%);
  }

}


/**/
.ter03{
  padding-bottom: 80px;
}
.ter03 .unit01{
  position: relative;
  margin-bottom: 80px;
}
.ter03 .unit01 .txt01{
  z-index: 2;
  margin-bottom: 10px;
}
.ter03 .unit01 .txt01 span{
  background-color: #fff;
  padding: 2px 6px;
}
.ter03 .unit01 .img01{
  position: absolute;
  z-index: 2;
  width: 40%;
  left: 0;
  top: 45%;
}
.ter03 .unit01 .img02{
  width: 76%;
  margin-left: 24%;
}
@media (min-width: 768px){
  .ter03 .unit01{
    position: relative;
  }
  .ter03 .unit01 .txt01{
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 2;
    margin-bottom:0;
  }
  .ter03 .unit01 .img01{
    position: absolute;
    z-index: 2;
    width: 34%;
    left: 0;
    top: 40%;
  }
}
.ter03 .unit01.rvs{
}
.ter03 .unit01.rvs .txt01{
  margin-bottom: 10px;
  text-align: right;
}
.ter03 .unit01.rvs .img01{
  left: auto;
  right: 0;
}
.ter03 .unit01.rvs .img02{
  margin-left: 0;
  margin-right: 24%;
}
@media (min-width: 768px){
  .ter03 .unit01.rvs .txt01{
    left: auto;
    right: 0;
  }
  .ter03 .unit01.rvs .img01{
    left: auto;
    right: 0;
  }
}



/**/
.ter04{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.ter04 .img01{
  display: block;
  width: 75%;
  max-width: 770px;
  margin: 30px auto;
}



/**/
.ter05{
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}
.ter05 > picture .img01{
  display: block;
  width: 75%;
  margin: 30px auto 30px;
}
@media (min-width: 768px){
  .ter05 > .txt01{
    margin-bottom: -70px;
  }
  .ter05 > picture .img01{
    width: 100%;
    max-width: 1080px;
  }
}

.ter05Unit{
  margin: 0 auto 100px;
  background-image: url(img/bg01.png);
  background-position: top center;
  background-repeat: repeat;
  padding: 0 0 20px;
}
.ter05Unit .img01{
  width: 200px;
  transform: translateY(-100px);
  margin: 150px auto 0;
}
.ter05Unit .txtwrap{
  width: 90%;
  margin: -80px auto 0;
}
.ter05Unit .txtwrap .img02{
  text-align: center;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
}
.ter05Unit .txtwrap .img02 img{
  mix-blend-mode: multiply;
  height: 32px;
}
.ter05Unit .txtwrap .txt01{
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.ter05Unit .txtwrap .txt02{
  letter-spacing: -0.05em;
  font-size:16px;
  font-size:max(14px, min(1.6vw, 16px) );
}
.ter05Unit .img03{
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px){
  .ter05Unit{
    width: 100%;
    max-width: 875px;
    margin: 120px 0 0 12.5%;
    height: 250px;
    position: relative;
  }
  .ter05Unit .img01{
    width: 250px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-125px);
  }
  .ter05Unit .txtwrap{
    margin: 0 auto;
    width: 56%;
    position: relative;
    transform: translateX(-8%);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .ter05Unit .txtwrap .txt01,
  .ter05Unit .txtwrap .txt02{
    width: 100%;
  }
  .ter05Unit .txtwrap .img02{
    position: absolute;
    top: -16px;
    right: 0;
  }
  .ter05Unit .img03{
    width: 200px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px){
  .ter05Unit.rvs{
    margin: 100px 12.5% 0 0;
  }
  .ter05Unit.rvs .img01{
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(125px);
  }
  .ter05Unit.rvs .txtwrap{
    transform: translateX(9%);
  }
  .ter05Unit.rvs .img03{
    right: auto;
    left: 0;
  }
}



























