@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');
html,body{
  font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333333;
  background-color: #fff;
	line-height: 1.8;
	letter-spacing:0.05rem;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #777;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.RyuminPr6N{
  font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 300;
font-style: normal;
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

.big1{ font-size: 2.4rem; }
.big2{ font-size: 2rem;}
.orange{ color: #F07600; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0.15em 0.15em;
  margin: 0 0.1em;
}

.maker1{ background: #9a884b; }
.blue{color:#041f9c;}
.gold{color:#9a884b;}
em{color:#000; font-weight:bold;text-decoration:none;}

header{
  /*background: url(../images/header-bg.jpg) center center no-repeat;*/
  height:100%;
  background-size: cover;
  padding: 0rem 0;
  position: relative;
}
header img.logo{
  width: 16.8rem;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
}
header h1 img{
  width: 100%;
  margin: 0 auto;
}

input[type=text]{
  display: block;
  font-size:4rem;
  width: 70rem;
  line-height: 8rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem auto 1rem;
  background: #f3f3f3;
}
input[type="image"] {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
input[type="image"]:hover,
input[type="image"]:active {
	opacity: 0.8;
  cursor: pointer;
}
input[type="email"] {
  display: block;
  font-size:2.4rem;
  width: 62rem;
  line-height: 8rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
 background: #f3f3f3;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem auto 1rem;
}


.sec-1 h2{
  background: linear-gradient(to right bottom,#0B2245,#092E61);
  padding: 3.3rem 0 5rem;
  position: relative;
}
.sec-1 h2::before{
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../images/sec-1-h2-arrow.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
}
.sec-1 h2 img{
  width: 44.8rem;
  margin: 0 auto;
}

.sec-1 .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-1 .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-1 .wrap img.sec-1-txt1{
  position: relative;
  z-index: 1;
}



.sec-2{
  padding: 6rem 0 6rem;
}
.sec-2 .box-1{
  background-color: #fff;
  padding: 6rem 0 7rem;
  position: relative;
}
.sec-2 .box-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: linear-gradient(to right bottom,#216CDC,#3231AB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-2 h2 img{
  margin-bottom: 6rem;
}
.sec-2 .box-1 .inner{
  padding: 0 8rem;
}
.sec-2 .box-1 img.image{
  margin: 5rem 0;
}


.sec-3-1{
  background: url(../images/sec-3-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #333333;
  padding-top: 14rem;
}
.sec-3-1 .content{
  position: relative;
  padding-bottom: 8.5rem;
}
.sec-3-1 .content::after{
  content: "";
  display: block;
  width: 38.5rem;
  height: 66.3rem;
  background: url(../images/sec-3-img.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 5rem;
  bottom: 0;
}
.sec-3-1 h2 img{
  width: 58.2rem;
  margin-bottom: 6rem;
}
.sec-3-1 .box-1{
  width: 50rem;
  padding: 3rem 0 3.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
}
.sec-3-1 .box-1::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1.4rem);
  position: absolute;
  top: -0.8rem;
  left: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  pointer-events: none;
}
.sec-3-1 .box-1 h3{
  font-family: 'Hind', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}

.sec-3-2{
  background: linear-gradient(to right bottom,#0B2245,#092E61);
  color: #333333;
  padding: 8.5rem 0;
}
.sec-3-2 h3{
  font-size: 2.4rem;
  padding-left: 3.2rem;
  margin: 6rem 0 2rem;
  position: relative;
}
.sec-3-2 h3::after{
  content: "";
  display: block;
  width: 1.6rem;
  height: 100%;
  background: linear-gradient(to bottom,#219CDC,#1B73F6);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-3-2 h3:first-child{
  margin-top: 0;
}
.sec-3-2 ul li{
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.sec-3-2 ul li::before{
  content: "ー";
  color: #216CDC;
  position: absolute;
  left: 0;
  top: 0;
}


.sec-4{
  padding: 6rem 0;
}
.sec-4 .box-1{
  background-color: #fff;
  padding-top: 6rem;
  position: relative;
}
.sec-4 .box-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: linear-gradient(to right bottom,#216CDC,#3231AB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-4 h2 img{
  width: 24rem;
  margin: 0 auto 6rem;
}
.sec-4 .box-1 .inner{
  background-color: #CCE1EF;
  padding: 8.5rem 8rem 6rem;
  overflow: hidden;
}
.sec-4 img.qu{
  width: 48.3rem;
  float: left;
  margin-bottom: 2.5rem;
}
.sec-4 img.an{
  width: 57.3rem;
  float: right;
  margin-bottom: 6rem;
}
.sec-4 img.qu.q-6{
  width: 51.8rem;
}
.sec-4 img.an.a-6{
  margin-bottom: 0;
}
.note{
    background: #fafafa;
    padding:3rem ;
    font-size:1.6rem;
    margin:2rem auto 0;
    text-align :center;
}

.sec-5{
  background: linear-gradient(to right bottom,#062147,#04142B);
  padding: 6rem 0 5rem;
  position: relative;
  color:#fff;
  font-size:1.6rem;
}
.sec-5 h2 img{
  width: 72.8rem;
  margin: 0 auto 5rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-5 ul li{
  display: block;
  width: 31.5%;
  border-radius: 1rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sec-5 .name{
  color:#ccaf50;
  font-size:2.4rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#ccaf50;
  font-size:1.3rem;
  margin-top:2rem;
}

.sec-6{
  background: url(../images/sec-6-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 28.5rem 0 6rem;
}
.sec-6 img.sec-6-img{
  width: 68rem;
  margin: 0 auto;
}


footer{
  background-color: #eec3ff;
  color: #000;
 margin-top:-50px;
  padding: 2.5rem 0 1.2rem;
  font-family: 'Hind', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

footer a{
    color: #000;
}
footer img {
  max-width: 100%;
  display: block;
  text-align:center;
}


/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(2em);
  transition-delay: 0.5s;
}
.fade-2{
  transform: translateY(2em);
  transition-delay: 1s;
}
.fade-3{
  transform: scale3d(1.1);
  transition-delay: 1.5s;
}
.fade-4{
  transform: scale3d(1.1);
  transition-delay: 2s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft {
  transform: translateX(2em);
}
.fadeinright {
  transform: translateX(-2em);
}
.fadeinbottom {
  transform: translateY(2em);
}
.fadeinbig{
	transform: scale3d(1.05);
}

.fadein.scrollin,.fadeinleft.scrollin,.fadeinright.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
}


/* ボタン用アニメーション */
button img{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 0.1s;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 30.8rem;

}
@keyframes logo-loading {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background: linear-gradient(to bottom,#219CDC,#1B73F6);
}
#pagetop a img {
  width: 16px;
}

.blue{
    color:#1441a4;
}
.red{
    color:#ec0000;
}
.mark{
    background: #fff000;
}



/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 1100px;
  padding: 0 50px;
	margin: 0 auto;
}



.content-2{
  width: 100%;
	max-width: 1200px;
  padding: 0 50px;
	margin: 0 auto;
}

.pd-7{
  padding-left: 7rem;
  padding-right: 7rem;
}


/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.3em; }

.content{
	width: 100%;
	padding: 0 2%;
}

.big1{ font-size: 1.6rem;line-height:2.4rem; }
.sp-big1{ font-size: 2.4rem;line-height: 1.5; }
.sp-big2{ font-size: 2rem; }
.sp-big3{ font-size: 1.6rem; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0 0.15em;
  margin: 0 0.1em 0 0;
}


header{
 /* background: url(../images/header-bg_sp.jpg) center center no-repeat;*/
  background-size: cover;
  padding: 0rem 0 0rem;
}
header img.logo{
  width: 14.6rem;
  left: 2rem;
  top: 2rem;
}
header h1 img{
  width: 100%;
  margin-bottom:0px;
}


.cta{
  background: url(../images/sp/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0 2rem;
}
.cta h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.cta p{
  font-size: 1.4rem;
  text-align: left;
}
.cta h2::before,
.cta h2::after{
  width: 2.8rem;
  height: 2.4rem;
  top: 1.1em;
}
.cta h2::before{
  left: -4.2rem;
}
.cta h2::after{
  right: -4.2rem;
}
.cta input[type=text]{
  width: 100%;
  line-height: 6rem;
  font-size: 1.5rem;
  margin: 1.5rem auto 1rem;
}
.cta button{
  display: block;
  background: none;
  border: none;
  width: 68.4rem;
  margin: 0 auto;
}


.sec-1 h2{
  padding: 1.5rem 0 2.5rem;
}
.sec-1 h2::before{
  height: 1rem;
  bottom: -1rem;
}
.sec-1 h2 img{
  width: 28.6rem;
}

.sec-1 .wrap{
  padding-top: 2rem;
}
.sec-1 .wrap::before{
  height: 59.8rem;
  background: url(../images/sp/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
}


.sec-2{
  padding: 2rem 0 3rem;
}
.sec-2 .box-1{
  padding: 4.5rem 0 3rem;
}
.sec-2 h2 img{
  width: 96%;
  margin: 0 auto 3rem;
}
.sec-2 .box-1 .inner{
  padding: 0 1.6rem;
}
.sec-2 .box-1 img.image{
  margin: 3rem 0;
}


.sec-3-1{
  background: url(../images/sp/sec-3-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4.5rem 0 4rem;
}
.sec-3-1 .content{
  padding-bottom: 0;
}
.sec-3-1 .content::after{
  content: none;
}
.sec-3-1 h2 img{
  width: 29.4rem;
  margin: 0 auto;
}
.sec-3-1 .box-1{
  width: 100%;
  padding: 2.5rem 0 3rem;
  margin-top: 0.7rem;
}
.sec-3-1 .box-1 h3{
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.sec-3-2{
  padding: 4.5rem 0;
}
.sec-3-2 h3{
  font-size: 1.6rem;
  padding-left: 1.6rem;
  margin: 4rem 0 1.5rem;
}
.sec-3-2 h3::after{
  width: 0.8rem;
}


.sec-4{
  padding: 2.5rem 0 3rem;
}
.sec-4 .box-1{
  padding-top: 4.5rem;
}
.sec-4 h2 img{
  width: 14.4rem;
  margin: 0 auto 3.5rem;
}
.sec-4 .box-1 .inner{
  padding: 3.5rem 1.6rem 3rem;
}
.sec-4 img.qu{
  width: 27.9rem !important;
  margin-bottom: 2rem;
}
.sec-4 img.an{
  width: 28.7rem !important;
  margin-bottom: 3rem;
}
.sec-4 img.an.a-6{
  margin-bottom: 0;
}

.note{
    font-size:1.2rem;
    margin:0.5rem auto 0;
    background: #fafafa;
    padding:1rem;
}

.sec-5{
  padding: 3rem 0 4rem;
}
.sec-5 ul{
  display: block;
}
.sec-5 ul li{
display: inline-block;
vertical-align: top;
  width: 49%;
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.sec-5 ul li img.image{
  margin-bottom: 1.5rem;
}
.sec-5 .name{
  color:#ccaf50;
  font-size:1.8rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#ccaf50;
  font-size:1.2rem;
  margin-top:2rem;
}


.sec-6{
  background: url(../images/sp/sec-6-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 17.5rem 0 4rem;
}
.sec-6 img.sec-6-img{
  width: 92%;
}


footer{
  padding: 2rem 0 2rem;
  font-size: 1rem;
  margin-top:0px;
}
footer a{
    color: #000;
}

#loading img {
  width: 24.6rem;
}

input[type="email"] {
    height: 72px;
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    background: #f3f3f3;
    width:97%;
  }

}/*　スマホここまで */


 /* レター */
.message{
  content: "";
  display: block;
  width: 100%;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 1rem 0 6rem;
}
.message .bgw{
  background: #fff;
  padding: 4rem 0rem;
  text-align: center;
  font-size:2rem;
}
.message .btn{
    animation: pulse 1s infinite; 
    width: 62rem;
    margin:3rem auto 2rem;
}


.sec-bonus .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 3rem;
}

.sec-letter {
    margin-bottom:6rem;
}
.sec-letter .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-letter .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 0rem 0 0rem;
  position: relative;
}

.sec-letter h2 img{
  margin-bottom: 6rem;
}
.sec-letter .box-1 .inner{
  padding: 0 8rem;
}
.sec-letter .box-1 img.image{
  margin: 5rem 0;
}
.sec-letter .btn{
    animation: pulse 1s infinite; 
    width: 58rem;
    margin:1rem auto 0rem;
}
.before .wrap{
  padding-top: 6rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 82.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px){
.message{
  background: url(../images/bonus_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0 6rem;
}
.message .btn{
    animation: pulse 1s infinite; 
    width: 99%;
    margin:0rem auto 1rem;
}
.
.sec-bonus .wrap{
  padding-top: 0rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 3rem;
    font-size:1.1rem;
}
.sec-letter .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-letter .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 0rem 0 0rem;
  position: relative;
}
.sec-letter h2 img{
  margin-bottom: 1rem;
}
.sec-letter .box-1 .inner{
  padding: 0 1.4rem;
}
.sec-letter .box-1 img.image{
  margin: 1rem 0;
}
.sec-letter .btn{
    animation: pulse 1s infinite; 
    width: 90%;
    margin:1rem auto 0rem;
}
.before .wrap{
  padding-top: 2rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 42.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
}

.trueModal {
  display: none;
  max-width: 68rem;
  padding: 4rem;
}
.trueModal .head {
  margin-bottom: 3rem;
}
.trueModal .head p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #040B22;
}
.trueModal .head h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #040B22;
}
.trueModal .main p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #040B22;
}
.trueModal .more-box {
  text-align: center;
}
.trueModal .more-box .btn {
  transition: all 300ms ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  line-height: 6rem;
  border: 1px solid #040B22;
  border-radius: 33px;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  color: #040B22;
}
.trueModal .more-box .btn:hover {
  background: #040B22;
  color: #fff;
}
.sec-5 ul li img {
  transition: all 300ms ease-in-out;
}
.sec-5 ul li:hover img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fancybox-slide {
    padding: 2rem;
  }
  .trueModal {
    padding: 3rem 1.5rem;
  }
  .trueModal .head {
    margin-bottom: 3rem;
  }
  .trueModal .head p {
    font-size: 1.3rem;
  }
  .trueModal .head h3 {
    font-size: 2rem;
  }
  .trueModal .main p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .trueModal .more-box .btn {
    line-height: 4.5rem;
    font-size: 1.4rem;
  }
}

.signiture{
    float: right;
    width:200px;
}
.box{
  background-color: #ddd;
}

.fa-c{
  font-size: small;
  color: #ce2c62;
}

.fa-a{
  font-size: small;
  color:  #5c38c7;
}

.sec-1-bg{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
}

.sec-2-bg{
  background: url(../images/sec-2-bg.jpg) center center no-repeat;
  background-size: cover;
}


.bg-txt-white{
  background-color: rgba(255, 255, 255, 0.8);
}