@charset "utf-8";
:root {
  --blue:#2CA4C1;
  --yellow:#E8F11A;
  --white:#fff;
  --rodin-DB:'NewRodinPro-DB',sans-serif;
  --rodin-B:'NewRodinPro-B',sans-serif;
}

.ntv-wrapper{
  margin-bottom: 0;
}

.sengo80-wrapper{
  background-image: url('../images/info/bg-colud-left-01.png'),url('../images/info/bg-colud-left-02.png'),url('../images/info/bg-colud-left-03.png'),
  url('../images/info/bg-colud-right-01.png'),url('../images/info/bg-colud-right-02.png'),url('../images/info/bg.jpg');
  background-position: top 12.75% left,top 55.22% left,bottom left,top right,top 57.75% right,top left;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat;
  background-size: 220px 468px,220px 325px,356px 203px,220px 308px,220px 275px,960px 540px;
  overflow: hidden;
}
.sengo80-wrapper img {
  width: 100%;
  display: block;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
/* btn */
.btn {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 64px;
  width: 100%;
  border-radius: 200px;
  background: var(--yellow);
  border: 8px solid var(--white);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.btn a img{
  display: block;
  width: 277px;
  height: 48px;
}
.btn a:hover{
  opacity: .7;
}

/*==================================
 Layout
==================================*/
.sengo80-inner{
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}
.sengo80-info-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.sengo80-info-head h1 img{
  width: 100%;
  height: 100%;
  aspect-ratio: 531 / 76;
  max-width: 720px;
}
.sengo80-info-head-item{
  padding: 80px 0;
}
.sengo80-info-head-item img{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 80 / 87;
  max-width: 240px;
}
.sengo80-info-head h2{
  font-size: 4rem;
  font-family: var(--rodin-B);
  line-height: 100%;
  text-align: center;
  color: var(--white);
}
.sengo80-info-head p{
  padding: 40px 0 90px;
  font-size: 2.8rem;
  font-family: var(--rodin-DB);
  line-height: 180%;
  text-align: center;
  color: var(--white);
}
.sengo80-info-content{
  padding: 0 0 100px;
}
.sengo80-info-content .info-text{
  position: relative;
  margin: 0 auto;
  max-width: 670px;
}
.sengo80-info-content .info-text::before,
.sengo80-info-content .info-text::after{
  position: absolute;
  content: '';
  display: block;
  background: url('../images/info/img-tsuru-sub.png') no-repeat center 50% / contain;
}
.sengo80-info-content .info-text::before{
  width: 130px;
  height: 141.38px;
  top: 79px;
  right: -165px;
  transform: scale(-1, 1);
}
.sengo80-info-content .info-text::after{
  width: 160px;
  height: 174px;
  bottom: 113px;
  left: -165px;
}
.sengo80-info-content .info-text p{
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url('../images/info/text-pc.svg') no-repeat top center;
  background-size: contain;
  padding-top: 82.0895%;
  z-index: 5;
}

.sengo80-info-infomation{
  display: block;
  padding: 40px 20px;
  width: 100%;
  background: var(--white);
}
.sengo80-info-infomation .info-thank{
  padding-bottom: 60px;
  font-family: var(--rodin-DB);
  font-size: 2.6rem;
  text-align: center;
  line-height: 180%;
  color: #333;
}
.sengo80-info-infomation .info-item{
  margin: 0 auto;
  max-width: 1000px;
}
.sengo80-info-infomation .info-item p{
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url('../images/info/img-infomation-pc.svg') no-repeat top center;
  background-size: contain;
  padding-top: 17.7%;
}
/*====================================================================
SP
====================================================================*/
@media screen and (max-width: 1200px) {
  .sengo80-wrapper{
    background-position: top 12.75% left -30px,top 55.22% left -30px,bottom left,top right -80px,top 57.75% right,top left;
  }
}
@media screen and (max-width: 992px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .sengo80-wrapper{
    background-position: top 12.75% left -30px,top 55.22% left -30px,bottom left,top right -100px,top 57.75% right -80px,top left;
  }
  /* btn */
  .btn{
    max-width: 220px;
  }
  .btn a {
    padding: 15px 30px;
    border-radius: 50px;
    border: 4px solid var(--white);
  }
  .btn a img{
    width: 150px;
    height: 25.99px;
  }
  /*==================================
  Layout
  ==================================*/
  .sengo80-info-head{
    padding: 50px 0 50px;
  }
  .sengo80-info-head h1 img{
    max-width: 500px;
  }
  .sengo80-info-head h2{
    font-size: 2.6rem;
    line-height: 150%;
  }
  .sengo80-info-head p{
    padding: 20px 0 40px;
    font-size: 1.6rem;
  }
  .sengo80-info-content{
    padding: 0 0 60px;
  }
  .sengo80-info-content .info-text{
    padding-bottom: 50px;
    max-width: 375px;
  }
  .sengo80-info-content .info-text::before{
    width: 65px;
    height: 70.69px;
    top: 85px;
    right: -10px;
  }
  .sengo80-info-content .info-text::after{
    width: 80px;
    height: 87px;
    bottom: 140px;
    left: -10px;
  }
  .sengo80-info-content .info-text p{
    background-image: url('../images/info/text-sp.svg');
    padding-top: 134.3661%;
  }
  .sengo80-info-infomation .info-thank{
    padding: 20px 0 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .sengo80-wrapper{
    background-image: url('../images/info/bg-colud-left-04.png'),url('../images/info/bg-colud-right-04.png'),url('../images/info/bg.jpg');
    background-position: top 63.89% left,top 50.72% right,top left;
    background-repeat: no-repeat,no-repeat,repeat;
    background-size: 78px 146px,78px 146px,960px 540px;
  }
  /*==================================
  Layout
  ==================================*/
  .sengo80-info-head h1 img{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .sengo80-info-head-item{
    padding: 30px 0;
  }
  .sengo80-info-head-item img{
    max-width: 140px;
  }
  .sengo80-info-infomation{
    padding: 20px 10px;
  }
  .sengo80-info-infomation .info-item p{
    margin: 0 auto;
    max-width: 355px;
    background-image: url('../images/info/img-infomation-sp.svg');
    padding-top: 0;
    aspect-ratio: 355 / 283;
  }

}
