.f02{
  position:relative;
  display:block;
}

.f02 img.midashi02{
  left:0;
  right:0;
  margin:auto;
}

.f02 img{
  width:65%;
  left:0;
  right:0;
  margin:auto;
  display:block;
  padding-top:20px;
}

.f02 h4 span{
  display:block;
  color:#000;
}

.f02 h4 span.f021{
  font-size:28px;
  letter-spacing:0.07em;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}

.f02 h4 span.f022{
  font-size:35px;
  letter-spacing:0.07em;
  color:#0094D9;
  font-weight:bold;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top:60px;
}

.scroll3 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0094D9;
  text-align:center;
  position: relative;
  left:0;
  right:0;
  margin:auto;
}

.chevron3 {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron3:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron3:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron3:before,
.chevron3:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #0094D9;
}

.chevron3:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron3:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}


@keyframes pulse {
  to {
    opacity: 1;
  }
}

.f02 p.txt2{
  font-size:30px;
  font-weight:bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  text-align:center;
  line-height：2.0em；
  letter-spacing:0.1em!important;
  margin-top:30px;
  line-height:2em;
}

.f02 p.txt2 em{
font-style:normal;
color:#FF9D00;
}

.f02 img .GHS{
  width:65%
}
  
  
@media only screen and (max-width: 560px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (max-width: 560px) {
  .f02 h4 span.f021{
   font-size:14px;
   letter-spacing:initial;
  }
  
  .f02 h4 span.f022{
  font-size:16px;
  letter-spacing:initial;
  }
  
  .f02 p.txt2{
  font-size:16px;
   letter-spacing:initial!important;
   padding-left:20px;
   padding-right:20px;
  }
  
.f02 img{
  width:90%;
  left:0;
  right:0;
  margin:auto;
  display:block;
  padding-top:20px;
  
}
}

