@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}



body{
  font-family: "Noto Sans Japanese", 'Noto Sans CJK JP' , 'Noto Sans JP' , "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  color:#000;
  min-width:1000px;
  margin:auto;
}


img{

  display: block;
}

.hide{
  display: none!important;
}

.relative{
  position: relative;
}

.container{
  width:960px;
  max-width:100%;
  margin:0 auto;
}

.container2{
  width:835px;
  max-width:100%;
  margin:0 auto;
}

.common-quest-button{
  display:block;
  width:410px;
  margin:0 auto;
}

.common-quest-button img{
  width:100%;
}


.hover-opa{
  transition-duration: 0.7s;
}

.hover-opa:hover{
  opacity: 0.7;
}


.fade-show{
  opacity:0;
  transform:translateY(50px);
}

.fade-show.show{
  opacity:1;
  transition-duration: 2s;
  transform:translateY(0);
}

header{
  padding:0 0 48px;
  overflow:hidden;
}

header .color-block{
  padding-top: 36px;
  width:960px;
  max-width:100%;
  margin:auto;
  position: relative;
}

header .color-block .red,
header .color-block .blue{
  position: absolute;
  width:100vw;
  height:18px;
  top:0;
}

header .color-block .red{
  background-color: #910c53;
  right:878px;
}

header .color-block .blue{
  background-color: #00447d;
  left:90px;
}

header .header-logo{
  display: block;
  width:200px;
}

header .header-logo img{
  width:100%;
}


.lp-section1{
  padding-bottom: 164px;
}

.lp-section1 .top-text{
  margin-bottom: 24px;
}

.lp-section1 .top-text img{
  width:712px;
}

.lp-section1 .flex{
  margin-bottom: 56px;
  display: flex;
}

.lp-section1 .flex .left{

}

.lp-section1 .flex .left p{
  font-weight: 500;
  font-size: 18px;
  line-height:1.67;
}

.lp-section1 .flex .left p span{
  font-weight: bold;
  font-size: 18px;
  line-height:1.67;
  color:#ef8304;
}

.lp-section1 .flex .right{
  position: relative;
}

.lp-section1 .flex .right img{
  position: absolute;
  width:328px;
  left:20px;
  top:10px;
}

.lp-section2{
  background-color:#f4f1eb;
}

.lp-section2 .container{
  padding:100px 0 44px;
}

.lp-section2 img.ponta-banner{
  position: absolute;
  width:100%;
  left:0;
  top:-106px;
}

.lp-section2 img.ponta-text{
  width:590px;
  margin:0 auto 28px;
}

.lp-section2 img.entry-banner{
  width:100%;
  margin:0 auto 32px;
}

.lp-section2 .white-box{
  background-color:#fff;
  padding:2px;
}

.lp-section2 .white-box .line{
  display: flex;
  padding:10px 36px;
}

.lp-section2 .white-box .line1,
.lp-section2 .white-box .line3{
  background-color:#f3e9ec;
}

.lp-section2 .white-box .line .left{
  width:270px;
}

.lp-section2 .white-box .line .left p{
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color:#910c53;
}

.lp-section2 .white-box .line .right {

}

.lp-section2 .white-box .line .right p{
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.lp-section2 .white-box .line .right p span{
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.lp-section3{
  padding:48px 0 56px;
}

.lp-section3 h2{
  margin-bottom: 48px;
  text-align: center;
  color:#910c53;
  font-size: 20px;
  line-height:1;
  font-weight: bold;
  text-decoration: underline;
}

.lp-section3 p{
  font-size: 14px;
  line-height:1.6;
}

.lp-section3 p span{
  font-size: 14px;
  line-height:1.6;
  font-weight: bold;
}

.lp-section3 p.p1{
  margin-bottom: 20px;
}

.lp-section3 p.p2{
  margin-bottom: 56px;
}

footer{
  position: relative;
  padding:36px 0 88px;
  background-color:#f4f1eb;
}

footer h2{
  margin-bottom: 36px;
  text-align: center;
  color:#910c53;
  font-size: 20px;
  line-height:1;
  font-weight: bold;
  text-decoration: underline;
}

footer .flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .flex a{
  width:368px;
  margin:0 16px 12px;
}

footer .color-flex{
  position: absolute;
  width:100%;
  bottom:0;
  left:0;
  display: flex;
  justify-content: space-between;
}

footer .color-flex .blue,
footer .color-flex .red{
  height:18px;
}

footer .color-flex .blue{
  background-color: #00447d;
  width:82.5%;
}

footer .color-flex .red{
  background-color: #910c53;
  width:17%;
}
