.hero-top {
    width: 100%;
	background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 960px;
	text-align: center;
	background-image:url(/scb/images/title_image_bg.png);
}
.hero-top_area {
  margin: 0 auto;
  max-width: 1260px;
  text-align: center;
  padding: 1em 20px 0 20px;
  color: #002850;
  margin-top: 100px;
}
.hero-top_area:lang(en) {
  margin-top: 80px;
}
@media screen and (max-width: 868px) {
.hero-top_area {
  margin-top: 50px;
}
  .hero-top {
    min-height: 630px;
    background-size: cover;
  }
 .hero-top .m_image .image_area {
    max-width: 80%;
    text-align: center
}
}
@media screen and (max-width: 32em) {
.hero-top {
	background-image:url(/scb/images/title_image_bg_sp.jpg);
}
.hero-top_area {
  margin-top: 40px;
}
.hero-top_area:lang(en) {
  margin-top: 30px;
}
.hero-top {
    min-height: 600px;
  }
}
.intro_text {
font-size:1.8em;
}
@media screen and (max-width: 868px) {
.intro_text {
font-size:1.4em;
}
.intro_text br {
display: none;
}
}

.l-content-area__inner {
    padding-top: 80px;
}
.l-content-area{
background-repeat: no-repeat;
background-position: center 50%;
}
.hero-top .m-box-type2{
  margin-top: 50px;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 868px) {
.hero-top .m-box-type2{
  margin-top: 20px;
    padding: 15px;
}
}
@media screen and (max-width: 32em) {
.hero-top .m-box-type2{
  margin-top: 50px;
}
}
/*
.hero-top .m-button {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  font-size: 1.1em;
}
@media screen and (max-width: 868px) {
.hero-top .m-button {
  margin-top: 16px;
}
}
.hero-top .m-button__text::after {
	animation: 4s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}*/