@charset "UTF-8";
/* CSS Document */
/*section-top*/
.body {
  max-width: 1950px;
  background-color: #fff;
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 20vw;
}


.kiri-tanbo {
  width: 100vw;
  height: auto;
  max-width: 1950px;
  margin: 0 auto 10vw;
}
.pc {
  width: 100vw;
  height: auto;
  max-width: 1950px;
  margin: 0 auto 3vw;
}
.sp {
  display: none;
}
@media(max-width:700px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
    width: 100vw;
    height: auto;
    margin: 0 auto 3vw;
  }    
}

.kiri {
  width: 200px;
  height: auto;
  margin-bottom: 4vw;
}
@media(max-width:620px) {
  .kiri {
    display: none;
  }
}
.ine {
  width: 200px;
  height: auto;
  margin-bottom: 4vw;
}
.inekari {
  width: 200px;
  height: auto;
  margin-bottom: 4vw;
}
@media(max-width:620px) {
  .inekari {
    display: none;
  }
}
main {
  position: relative;
  margin: 0;
}
.sp-rice {
  width: 65vw;
  text-align: left;
  margin: 0 auto;
}
@media(min-width:800px) {
  .sp-rice {
    width: 75vw;
    max-height: 300px;
    margin: 0 auto;
    text-align: left;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.cloud7 {
  margin: 0 5vw 0 60vw;
}
@media(max-width:800px) {
  .cloud7 {
    margin: 0 5px 0 auto;
  }
}
.after {
  width: 100vw;
  height: auto;
  margin-bottom: 10vh;
}
.infor {
  width: 70vw;
  height: auto;
  margin: 0 auto 5vw auto;
}
@media(max-width:700px) {
  .infor {
    display: none;
  }
}
.infor2 {
  display: none;
}
@media(max-width:700px) {
  .infor2 {
    display: inline;
    width: 96vw;
    height: auto;
    margin: 0 auto 5vw auto;
  }
}
.cloud5 {
  max-width: 300px;
  margin-bottom: 5vw;
}
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
/*    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);*/
.button a:hover {
  color: #fff;
  background-position: 99% 50%;
  transform: scale(1.05);
  /*ボックスの影*/
  box-shadow: 0 15px 15px rgba(87, 111, 230, 0.4);
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button {
  margin-bottom: 10vw;
}