.pc {
  display: none;
}

.emphasis {
  font-weight: bold;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

main {
  padding-bottom: 0;
}

.kvWrap {
  position: relative;
  padding-top: 29.06vw;
  text-align: center;
}
.kvWrap__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 118.66vw;
  margin-top: 25.06%;
  margin-left: -17.6%;
  z-index: -1;
  pointer-events: none;
}
.kvWrap h2 {
  width: 53.33vw;
  margin: auto;
}
.kvWrap__textBox .subTitle {
  margin-top: 12.8vw;
  font-size: 5.33vw;
}
.kvWrap__text {
  font-size: 4.26vw;
  margin-top: 6.4vw;
  line-height: 1.8;
}
.kvWrap__text p + p {
  margin-top: 8vw;
}
.kvWrap__img {
  margin-top: 11.2vw;
  position: relative;
  z-index: -2;
}

.contentWrap {
  padding-bottom: 20.26vw;
}

.content {
  position: relative;
  margin-top: 13.86vw;
  z-index: 3;
}
.content__circle01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 121.06vw;
  margin-top: -13.33%;
  margin-left: -9.06%;
  z-index: 5;
  pointer-events: none;
}
.content__circle02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.06vw;
  margin-top: -58.13%;
  margin-left: -18.66%;
  z-index: 5;
  pointer-events: none;
}
.content__circle03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 111.2vw;
  margin-top: 14.4%;
  margin-left: -7.73%;
  z-index: 2;
  pointer-events: none;
}
.content__circle04 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.53vw;
  margin-bottom: -7.2%;
  margin-left: 8%;
  z-index: 5;
  pointer-events: none;
}
.content__inner {
  width: 80vw;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 5.86vw 0 6.93vw;
  line-height: 1.714;
  text-align: center;
  font-size: 3.73vw;
  position: relative;
  z-index: 3;
}
.content__inner h3 {
  width: 59.2vw;
  margin: auto;
}
.content__inner .text {
  width: 57vw;
  margin: 5.86vw auto 0;
}
.content__inner .box {
  margin-top: 4.8vw;
}
.content__inner .boxTitle {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 2.66vw;
}
.content__inner .boxtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.content__inner--box01 {
  margin-top: 8vw;
}
.content__inner--box01 .boxTitle {
  color: #00afec;
}
.content__inner--box02 .boxTitle {
  color: #e62e8b;
}
.content__inner--box03 .boxTitle {
  color: #f6ab00;
}
.content__inner--box04 .boxTitle {
  color: #009e96;
}
.content:nth-child(2) h3 {
  width: 46.66vw;
  margin: auto;
}
.content:nth-child(2) .text {
  width: 100%;
}
.content:nth-child(2) .boxTitle {
  margin: auto;
}
.content:nth-child(2) .content__inner--box01 {
  color: #332c74;
}
.content:nth-child(2) .content__inner--box01 .boxTitle {
  width: 28.53vw;
  margin-bottom: 1.33vw;
}
.content:nth-child(2) .content__inner--box02 {
  color: #e65006;
}
.content:nth-child(2) .content__inner--box02 .boxTitle {
  width: 31.46vw;
  margin-bottom: 1.33vw;
}
.content:nth-child(2) .content__inner--box03 {
  color: #006837;
}
.content:nth-child(2) .content__inner--box03 .boxTitle {
  width: 40vw;
  margin-bottom: 1.33vw;
}
.content + .content {
  margin-top: 6.4vw;
}
.content .list {
  width: 69.33vw;
  margin: 8.6vw auto 0;
  border: solid 1px #707070;
  border-radius: 10px;
  padding: 3.2vw 5.33vw;
  text-align: left;
  font-size: 3.2vw;
}

.meetUpWrap {
  background-color: #181878;
  text-align: center;
  line-height: 1.77;
  color: #fff;
}
.meetUpWrap__inner {
  padding: 13.4vw 0 18.66vw;
}
.meetUpWrap .renewalText {
  display: block;
  width: 54.13vw;
  margin: 0 auto 8vw;
}
.meetUpWrap h3 {
  width: 66.66vw;
  margin: 0 auto 10.133vw;
}
.meetUpWrap p {
  font-size: 4.8vw;
}
.meetUpWrap p span {
  font-size: 6.4vw;
}
.meetUpWrap .list {
  margin: 10.13vw auto;
  width: 90.66vw;
}
.meetUpWrap .list li {
  background-color: #f6ab00;
  color: #181878;
  border-radius: 20px;
  height: 36vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.33vw;
  line-height: 1.6;
}
.meetUpWrap .list li + li {
  margin-top: 5.33vw;
}
.meetUpWrap .btnWrapper {
  width: 80vw;
  margin: 10.66vw auto 0;
}
.meetUpWrap .btnWrapper .btn {
  display: block;
  background-color: #fff;
  color: #181878;
  font-weight: bold;
  border-radius: 15vw;
  font-size: 4.8vw;
  position: relative;
}
.meetUpWrap .btnWrapper .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 8vw;
  width: 3.2vw;
  height: 6.1333vw;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
}
.meetUpWrap .btnWrapper .btn + .btn {
  margin-top: 4.8vw;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .kvWrap {
    padding-top: 14.5vw;
    text-align: center;
  }
  .kvWrap__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 123.35vw;
    margin-top: 2.64%;
    margin-left: -20.92%;
    z-index: -1;
  }
  .kvWrap h2 {
    width: 71.42vw;
    margin: auto;
  }
  .kvWrap__textBox {
    line-height: 2;
  }
  .kvWrap__textBox .subTitle {
    margin-top: 3.21vw;
    font-size: 2.85vw;
  }
  .kvWrap__text {
    font-size: 1.42vw;
    margin-top: 2.42vw;
  }
  .kvWrap__text p + p {
    margin-top: 2.42vw;
  }
  .kvWrap__img {
    margin: 2.42vw auto 0;
    width: 85.5vw;
  }
  .contentWrap {
    padding-bottom: 5.85vw;
    position: relative;
    z-index: 6;
  }
  .content {
    margin-top: 1.57vw;
  }
  .content__circle01 {
    width: 116.92vw;
    margin-top: -8.35%;
    margin-left: -7.78%;
    z-index: 5;
  }
  .content__circle02 {
    width: 12.57vw;
    margin-top: -4%;
    margin-left: 2.64%;
    z-index: 5;
  }
  .content__circle03 {
    width: 111.57vw;
    margin-top: 8.07%;
    margin-left: -7.78%;
    z-index: 2;
  }
  .content__circle04 {
    display: none;
  }
  .content__inner {
    width: 71.42vw;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 4.28vw 0 3.57vw;
    line-height: 1.714;
    text-align: center;
    font-size: 1.42vw;
  }
  .content__inner h3 {
    width: 31.64vw;
    margin: auto;
  }
  .content__inner .text {
    margin: 2.07vw auto 0;
  }
  .content__inner .box {
    margin-top: 2.28vw;
  }
  .content__inner .boxTitle {
    font-size: 2.28vw;
    font-weight: bold;
    margin-bottom: 0.71vw;
  }
  .content__inner--box01 {
    margin-top: 3.57vw;
  }
  .content__inner--box01 .boxTitle {
    color: #00afec;
  }
  .content__inner--box02 .boxTitle {
    color: #e62e8b;
  }
  .content__inner--box03 .boxTitle {
    color: #f6ab00;
  }
  .content__inner--box04 .boxTitle {
    color: #009e96;
  }
  .content:nth-child(2) h3 {
    width: 45.07vw;
    margin: auto;
  }
  .content:nth-child(2) .text {
    width: 100%;
  }
  .content:nth-child(2) .boxTitle {
    margin: 0 auto 3.64vw;
  }
  .content:nth-child(2) .content__inner--box01 {
    color: #332c74;
  }
  .content:nth-child(2) .content__inner--box01 .boxTitle {
    width: 16.14vw;
  }
  .content:nth-child(2) .content__inner--box02 {
    color: #e65006;
  }
  .content:nth-child(2) .content__inner--box02 .boxTitle {
    width: 17.78vw;
  }
  .content:nth-child(2) .content__inner--box03 {
    color: #006837;
  }
  .content:nth-child(2) .content__inner--box03 .boxTitle {
    width: 22.5vw;
  }
  .content + .content {
    margin-top: 4vw;
  }
  .content .list {
    width: 63.35vw;
    margin: 3.57vw auto 0;
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 1.42vw 2vw;
    text-align: left;
    font-size: 1.28vw;
  }
  .meetUpWrap {
    position: relative;
    z-index: 7;
    background-color: #181878;
    text-align: center;
    line-height: 1.77;
    color: #fff;
  }
  .meetUpWrap__inner {
    padding: 3.14vw 0 7.85vw;
  }
  .meetUpWrap .renewalText {
    display: block;
    width: 23.07vw;
    margin: 0 auto 2.85vw;
  }
  .meetUpWrap h3 {
    width: 42.85vw;
    margin: 0 auto 2.724vw;
  }
  .meetUpWrap p {
    font-size: 1.71vw;
  }
  .meetUpWrap p span {
    font-size: 2.14vw;
  }
  .meetUpWrap .list {
    margin: 4.85vw auto;
    width: 71.42vw;
  }
  .meetUpWrap .list li {
    background-color: #f6ab00;
    color: #181878;
    border-radius: 2.857vw;
    height: 5.71vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.71vw;
    line-height: 1.6;
  }
  .meetUpWrap .list li + li {
    margin-top: 2.85vw;
  }
  .meetUpWrap .btnWrapper {
    width: 71.42vw;
    margin: 3.42vw auto 0;
    display: flex;
    justify-content: space-between;
  }
  .meetUpWrap .btnWrapper .btn {
    width: 32.85vw;
    border-radius: 15vw;
    font-size: 2.14vw;
  }
  .meetUpWrap .btnWrapper .btn::after {
    width: 0.857vw;
    height: 1.642vw;
    margin-right: 2.142vw;
  }
  .meetUpWrap .btnWrapper .btn + .btn {
    margin-top: 0;
  }
}