@charset "UTF-8";
/*----------------------------
	ツール
-----------------------------*/
body.low #Page::before {
  display: none;
}

/*----------------------------
	Keyvisual
-----------------------------*/
#Keyvisual {
  width: 100%;
  position: relative;
  padding: 110px 0 0 0;
  overflow: hidden;
  background: #fff;
}
#Keyvisual .inner .mv_image {
  width: 86%;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  #Keyvisual {
    padding: 22.1333333333vw 0 0 0;
  }
  #Keyvisual .inner {
    padding: 0;
  }
  #Keyvisual .inner .mv_image {
    width: 100%;
  }
}
/*----------------------------
	New1 New2
-----------------------------*/
#New1, #New2 {
  overflow: hidden;
  padding-bottom: 70px;
}
#New1 .newimage2, #New2 .newimage2 {
  position: absolute;
  width: 56%;
  max-width: 500px;
  top: 22%;
  left: calc(50% + 120px);
}
#New1 .square, #New2 .square {
  position: absolute;
  bottom: -44.5%;
  left: -50vw;
  width: 200vw;
  height: 80%;
  overflow: hidden;
  transform: rotate(338deg);
}
#New1 .square span, #New2 .square span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff8033;
}
#New1 .title, #New2 .title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
#New1 .inner .catch, #New2 .inner .catch {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px auto;
}
#New1 .inner .catch.right, #New2 .inner .catch.right {
  margin-left: 250px;
}
#New1 .inner .catch p, #New2 .inner .catch p {
  font-size: 30px;
  line-height: 65px;
  color: #646464;
}
#New1 .inner .catch .supplement, #New2 .inner .catch .supplement {
  font-size: 23px;
  line-height: 36px;
  color: #646464;
  margin-top: 10px;
}
#New1 .inner .catch .supplement, #New2 .inner .catch .supplement label{
  display: inline;
  position: relative;
}
#New1 .inner .catch .supplement, #New2 .inner .catch .supplement label::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #646464;
}
#New1 .inner .catch .big, #New2 .inner .catch .big {
  display: inline;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  transition: background-size 0.5s ease;
  background: linear-gradient(to bottom, transparent 70%, #ffff00 70%, #ffff00 90%, transparent 90%, transparent 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 100% 100%;
}
#New1 .inner .catch .big.short, #New2 .inner .catch .big.short {
  background-size: 91% 100%;
  background-position-x: 47%;
}
#New1 .inner .catch .big.none, #New2 .inner .catch .big.none {
  background: none;
}
#New1 .inner .newimage, #New2 .inner .newimage {
  width: 80%;
  margin: 0 auto 25px auto;
}
#New1 .inner .steplist .step, #New2 .inner .steplist .step {
  position: relative;
  margin-bottom: 150px;
}
#New1 .inner .steplist .step:nth-child(2)::after, #New2 .inner .steplist .step:nth-child(2)::after {
  left: calc(50% + 130px);
}
#New1 .inner .steplist .step:last-child, #New2 .inner .steplist .step:last-child {
  margin-bottom: 0;
}
#New1 .inner .steplist .step:last-child::after, #New2 .inner .steplist .step:last-child::after {
  display: none;
}
#New1 .inner .steplist .step::after, #New2 .inner .steplist .step::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: calc(50% - 60px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 60px 0 60px;
  border-color: #ff6000 transparent transparent transparent;
}
#New1 .inner .attention, #New2 .inner .attention {
  color: #fff;
  padding-left: 75px;
}

#New1 {
  padding-top: 110px;
}

#New2 .newimage2 {
  width: 28%;
  max-width: 280px;
  top: 285px;
  left: calc(50% - 550px);
}
#New2 .square {
  bottom: -66.5%;
}
#New2 .inner .steplist {
  max-width: 700px;
  margin: 0 auto 50px auto;
}

@media all and (max-width: 1024px) {
  #New1, #New2 {
    padding-bottom: 6.66667vw;
  }
  #New1 .newimage2, #New2 .newimage2 {
    width: 48vw;
    top: 61vw;
    left: calc(50% - 1vw);
  }
  #New1 .square, #New2 .square {
    left: 0;
    bottom: -34.2%;
  }
  #New1 .title, #New2 .title {
    margin: 0 auto 4vw auto;
  }
  #New1 .inner .catch, #New2 .inner .catch {
    margin: 0 auto 6.6666666667vw auto;
  }
  #New1 .inner .catch.right, #New2 .inner .catch.right {
    margin-left: auto;
  }
  #New1 .inner .catch p, #New2 .inner .catch p {
    font-size: 3.7333333333vw;
    line-height: 8.5333333333vw;
  }
  #New1 .inner .catch .supplement, #New2 .inner .catch .supplement {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
  #New1 .inner .catch .supplement, #New2 .inner .catch .supplement label::before{
    height: 1px;
  }
  #New1 .inner .catch .big, #New2 .inner .catch .big {
    display: inline;
    font-size: 6.1333333333vw;
    line-height: 8.5333333333vw;
  }
  #New1 .inner .newimage, #New2 .inner .newimage {
    width: 100%;
    margin: 0 auto 4vw auto;
  }
  #New1 .inner .steplist .step, #New2 .inner .steplist .step {
    margin-bottom: 21.3333333333vw;
  }
  #New1 .inner .steplist .step:nth-child(2)::after, #New2 .inner .steplist .step:nth-child(2)::after {
    left: calc(50% + 12vw);
  }
  #New1 .inner .steplist .step:last-child, #New2 .inner .steplist .step:last-child {
    margin-bottom: 0;
  }
  #New1 .inner .steplist .step:last-child::after, #New2 .inner .steplist .step:last-child::after {
    display: none;
  }
  #New1 .inner .steplist .step::after, #New2 .inner .steplist .step::after {
    bottom: -16vw;
    left: calc(50% - 9vw);
    border-width: 8vw 9vw 0 9vw;
    border-color: #ff6000 transparent transparent transparent;
  }
  #New1 .inner .attention, #New2 .inner .attention {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    padding-left: 0;
  }
  #New2 .newimage2 {
    display: none;
  }
  #New2 .square {
    bottom: -60.5%;
  }
  #New2 .inner .steplist {
    margin-bottom: 6.6666666667vw;
  }
  #New1 {
    padding-top: 21.3333333333vw;
  }
}
/*----------------------------
	Aria
-----------------------------*/
#Aria .title {
  position: relative;
  margin: 0 auto 40px auto;
}
#Aria .inner .catch {
  margin: 0 auto 40px auto;
}
#Aria .inner .catch p {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #dc1010;
  text-align: center;
}
#Aria .inner .catch .supplement {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #646464;
  margin-top: 10px;
}
#Aria .inner .attention{
  width: max-content;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 26px;
}
#Aria .inner .attention .red{
  color: #dc1010;
  font-weight: 600;
  display: inline;
}
#Aria .inner .arialist {
  width: 80%;
  margin: 0 auto 20px auto;
}
#Aria .inner .arialist .aria {
  margin-bottom: 50px;
}
#Aria .inner .arialist .aria:last-child {
  margin-bottom: 0;
}
#Aria .inner .ariadesc{
  margin: 0 auto;
}
#Aria .inner .ariadesc h5{
  max-width: 800px;
  background: #cce9ed;
  text-align: center;
  font-size: 23px;
  line-height: 36px;
  color: #646464;
  padding: 8px 0;
  margin: 0 auto 30px auto;
}
#Aria .inner .ariadesc .attention{
  width: max-content;
  margin: 0 auto 20px auto;
}
#Aria .inner .ariadesc .image{
  max-width: 436px;
  margin: 0 auto 20px auto;
}
#Aria .inner .ariadesc .space{
  height: 40px;
}
@media all and (max-width: 1024px) {
  #Aria .title {
    margin: 0 auto 4vw auto;
  }
  #Aria .inner .catch {
    margin: 0 auto 4vw auto;
  }
  #Aria .inner .catch p {
    font-size: 4vw;
    line-height: 6vw;
  }
  #Aria .inner .catch .supplement {
    font-size: 3vw;
    line-height: 4.4vw;
    margin-top: 1.3333333333vw;
  }
  #Aria .inner .attention{
    width: 100%;
    margin: 0 auto 4vw auto;
    font-size: 2.4vw;
    line-height: 3.4vw;
  }
  #Aria .inner .arialist {
    width: 100%;
    margin-bottom: 4vw;
  }
  #Aria .inner .arialist .aria {
    margin-bottom: 6.6666666667vw;
  }
  #Aria .inner .arialist .aria:last-child {
    margin-bottom: 0;
  }
  #Aria .inner .ariadesc{
    width: 100%;
  }
  #Aria .inner .ariadesc h5{
    font-size: 3.8vw;
    line-height: 5vw;
    padding: 1.5vw 0;
    margin-bottom: 4vw;  
  }
  #Aria .inner .ariadesc .attention{
    margin: 0 auto 2vw auto;
  }  
  #Aria .inner .ariadesc .image{
    max-width: 70vw;
    margin: 0 auto 4vw auto;
  }
  #Aria .inner .ariadesc .space{
    height: 4vw;
  }
}
/*# sourceMappingURL=premium_announce.css.map */