.intro {
  padding: 20.3125vw 0 14.84375vw;
}
@media screen and (min-width: 480px) {
  .intro {
    padding: max(130px, 9.2857142857vw) 0 max(100px, 7.1428571429vw);
  }
}
@media screen and (min-width: 480px) {
  .intro__inner {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
    display: flex;
    gap: max(35px, 2.5vw);
    align-items: end;
  }
}
.intro__ttlImg {
  margin-left: 3.90625vw;
  margin-bottom: 9.375vw;
  width: 77.03125vw;
}
@media screen and (min-width: 480px) {
  .intro__ttlImg {
    width: max(706px, 50.4285714286vw);
    margin-left: max(120px, 8.5714285714vw);
    margin-bottom: 0;
  }
}
.intro__ttlImg > img {
  width: 100%;
}
.intro__ttl {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 1;
  color: black;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 480px) {
  .intro__ttl {
    font-size: max(26px, 1.8571428571vw);
    line-height: 1;
    margin-bottom: max(18px, 1.2857142857vw);
  }
}
.tab__inner {
  width: 92.1875vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8.59375vw;
}
@media screen and (min-width: 480px) {
  .tab__inner {
    width: max(1020px, 72.8571428571vw);
    flex-wrap: nowrap;
    position: relative;
  }
}
.tab__link {
  position: relative;
}
.tab__img {
  width: 44.6875vw;
}
@media screen and (min-width: 480px) {
  .tab__img {
    width: max(229px, 16.3571428571vw);
  }
}
.tab__img > img {
  border-radius: 4.6875vw 0 4.6875vw 0;
}
@media screen and (min-width: 480px) {
  .tab__img > img {
    border-radius: max(30px, 2.1428571429vw) 0 max(30px, 2.1428571429vw) 0;
  }
}
.tab__txtArea {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.tab__txt {
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 1;
  color: black;
  display: block;
  margin-bottom: 0.78125vw;
}
@media screen and (min-width: 480px) {
  .tab__txt {
    font-size: max(16px, 1.1428571429vw);
    margin-bottom: max(5px, 0.3571428571vw);
  }
}
.tab__name {
  font-size: 5.625vw;
  font-weight: 500;
  display: block;
  margin-bottom: 0.78125vw;
}
@media screen and (min-width: 480px) {
  .tab__name {
    font-size: max(30px, 2.1428571429vw);
    margin-bottom: 0;
  }
}
.tab__click {
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: white;
  position: relative;
}
@media screen and (min-width: 480px) {
  .tab__click {
    font-size: max(14px, 1vw);
  }
}
.tab__click::after {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  rotate: -45deg;
  position: absolute;
  bottom: -0.78125vw;
  left: 45%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .tab__click::after {
    width: max(18px, 1.2857142857vw);
    height: max(18px, 1.2857142857vw);
    bottom: min(-8px, -0.5714285714vw);
  }
}
.tab__object {
  display: none;
}
@media screen and (min-width: 480px) {
  .tab__object {
    display: block;
    width: max(1180px, 84.2857142857vw);
    position: absolute;
    bottom: min(-90px, -6.4285714286vw);
    left: max(30px, 2.1428571429vw);
    z-index: -1;
  }
}
.contents {
  margin-top: 15.625vw;
  padding-top: 10.9375vw;
}
@media screen and (min-width: 480px) {
  .contents {
    margin-top: max(170px, 12.1428571429vw);
    padding-top: max(70px, 5vw);
  }
}
@media screen and (min-width: 480px) {
  .contents--second, .contents--third {
    margin-top: max(60px, 4.2857142857vw);
    padding-top: max(70px, 5vw);
  }
}
@media screen and (min-width: 480px) {
  .contents--fourth {
    margin-top: max(60px, 4.2857142857vw);
    padding-top: max(70px, 5vw);
  }
}
@media screen and (min-width: 480px) {
  .contents__inner {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
  }
}
.contents__bg {
  width: 77.34375vw;
}
.contents__bg--left {
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .contents__bg {
    display: none;
  }
}
.contents__kv {
  width: 96.40625vw;
  margin-top: -25vw;
}
@media screen and (min-width: 480px) {
  .contents__kv {
    width: max(1180px, 84.2857142857vw);
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .contents__kv--left {
    margin-left: min(-100px, -7.1428571429vw);
  }
}
.contents__kv--left > img {
  border-radius: 0 4.6875vw 4.6875vw 0;
}
@media screen and (min-width: 480px) {
  .contents__kv--left > img {
    border-radius: 0 max(30px, 2.1428571429vw) max(30px, 2.1428571429vw) 0;
  }
}
.contents__kv--right {
  margin-left: 3.90625vw;
}
@media screen and (min-width: 480px) {
  .contents__kv--right {
    margin-left: max(120px, 8.5714285714vw);
  }
}
.contents__kv--right > img {
  border-radius: 4.6875vw 0 0 4.6875vw;
}
@media screen and (min-width: 480px) {
  .contents__kv--right > img {
    border-radius: max(30px, 2.1428571429vw) 0 0 max(30px, 2.1428571429vw);
  }
}
.contents__objectArea {
  width: 48.59375vw;
  margin-top: -24.21875vw;
  position: relative;
}
@media screen and (min-width: 480px) {
  .contents__objectArea {
    width: max(311px, 22.2142857143vw);
    margin-top: min(-155px, -11.0714285714vw);
  }
}
.contents__objectArea--left {
  margin-left: 42.1875vw;
}
@media screen and (min-width: 480px) {
  .contents__objectArea--left {
    margin-left: max(730px, 52.1428571429vw);
  }
}
.contents__objectArea--right {
  margin-left: 11.71875vw;
}
@media screen and (min-width: 480px) {
  .contents__objectArea--right {
    margin-left: max(165px, 11.7857142857vw);
  }
}
.contents__objectTxtArea {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.contents__objectTxt {
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 1;
  color: black;
  display: block;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 480px) {
  .contents__objectTxt {
    font-size: max(20px, 1.4285714286vw);
    margin-bottom: max(40px, 2.8571428571vw);
  }
}
.contents__objectTxt--white {
  color: white;
}
.contents__objectName {
  font-size: 4.6875vw;
  font-weight: 500;
  line-height: 1;
  color: black;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 480px) {
  .contents__objectName {
    font-size: max(30px, 2.1428571429vw);
  }
}
.contents__ttl {
  font-size: 6.5625vw;
  line-height: 10.46875vw;
  font-weight: 600;
  color: #0E0E0E;
  margin-left: 3.90625vw;
  margin-top: 13.28125vw;
  margin-bottom: 14.0625vw;
}
@media screen and (min-width: 480px) {
  .contents__ttl {
    font-size: max(36px, 2.5714285714vw);
    line-height: max(62px, 4.4285714286vw);
  }
}
@media screen and (min-width: 480px) {
  .contents__ttl--left {
    margin-left: max(125px, 8.9285714286vw);
    margin-top: min(-90px, -6.4285714286vw);
    margin-bottom: max(85px, 6.0714285714vw);
  }
}
@media screen and (min-width: 480px) {
  .contents__ttl--right {
    margin-top: min(-90px, -6.4285714286vw);
    margin-bottom: max(90px, 6.4285714286vw);
    margin-left: max(590px, 42.1428571429vw);
  }
}
.subContents--second {
  margin-top: 7.8125vw;
  display: flex;
  flex-direction: column;
  gap: 15.625vw;
}
@media screen and (min-width: 480px) {
  .subContents--second {
    flex-direction: row;
    gap: max(55px, 3.9285714286vw);
    width: max(960px, 68.5714285714vw);
    margin: auto;
    margin-top: max(80px, 5.7142857143vw);
    position: relative;
  }
}
.subContents--third {
  margin-top: 17.1875vw;
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
}
@media screen and (min-width: 480px) {
  .subContents--third {
    margin: auto;
    margin-top: max(90px, 6.4285714286vw);
    flex-direction: row;
    gap: max(55px, 3.9285714286vw);
    width: max(960px, 68.5714285714vw);
  }
}
@media screen and (min-width: 480px) {
  .subContents--reverse {
    flex-direction: row-reverse;
  }
}
.subContents__ttl {
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 480px) {
  .subContents__ttl {
    font-size: max(16px, 1.1428571429vw);
    margin-bottom: max(10px, 0.7142857143vw);
  }
}
.subContents__ttl--pink {
  color: #FF415F;
}
.subContents__ttl--yellow {
  color: #FEA900;
}
.subContents__ttl--blue {
  color: #1AB1D0;
}
.subContents__ttl--green {
  color: #71E4BE;
}
@media screen and (min-width: 480px) {
  .subContents__ttl--second, .subContents__ttl--third {
    text-align: left;
  }
}
.subContents__q {
  font-size: 4.6875vw;
  font-weight: 500;
  color: white;
  width: 14.21875vw;
  height: 14.21875vw;
  line-height: 14.21875vw;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 4.6875vw;
}
@media screen and (min-width: 480px) {
  .subContents__q {
    font-size: max(15px, 1.0714285714vw);
    line-height: max(45px, 3.2142857143vw);
    height: max(45px, 3.2142857143vw);
    width: max(45px, 3.2142857143vw);
    margin-right: max(15px, 1.0714285714vw);
  }
}
.subContents__q--pink {
  background-color: #FF415F;
}
.subContents__q--yellow {
  background-color: #FEA900;
}
.subContents__q--blue {
  background-color: #1AB1D0;
}
.subContents__q--green {
  background-color: #71E4BE;
}
@media screen and (min-width: 480px) {
  .subContents__txtArea {
    width: max(425px, 30.3571428571vw);
  }
}
.subContents__txt {
  font-size: 4.0625vw;
  line-height: 8.125vw;
  font-weight: 500;
  color: #0E0E0E;
  width: 92.1875vw;
  margin: auto;
  text-align: justify;
}
@media screen and (min-width: 480px) {
  .subContents__txt {
    font-size: max(16px, 1.1428571429vw);
    line-height: max(36px, 2.5714285714vw);
    width: max(650px, 46.4285714286vw);
  }
}
@media screen and (min-width: 480px) {
  .subContents__txt--second {
    width: max(425px, 30.3571428571vw);
  }
}
@media screen and (min-width: 480px) {
  .subContents__txt--third {
    width: max(425px, 30.3571428571vw);
  }
}
.subContents__img {
  width: 92.1875vw;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .subContents__img {
    width: max(480px, 34.2857142857vw);
  }
}
.subContents__img > img {
  border-radius: 3.90625vw;
}
@media screen and (min-width: 480px) {
  .subContents__img > img {
    border-radius: max(20px, 1.4285714286vw);
  }
}
.subContents__object {
  display: none;
}
@media screen and (min-width: 480px) {
  .subContents__object {
    display: block;
    position: absolute;
  }
}
.subContents__object--o01 {
  width: max(260px, 18.5714285714vw);
  top: min(-150px, -10.7142857143vw);
  left: min(-145px, -10.3571428571vw);
  z-index: -1;
}
.subContents__object--circle01 {
  width: max(57px, 4.0714285714vw);
  bottom: min(-80px, -5.7142857143vw);
  right: min(-130px, -9.2857142857vw);
}
.subContents__object--o02 {
  width: max(260px, 18.5714285714vw);
  top: min(-150px, -10.7142857143vw);
  right: min(-130px, -9.2857142857vw);
  z-index: -1;
}
.subContents__object--circle02 {
  width: max(57px, 4.0714285714vw);
  bottom: min(-80px, -5.7142857143vw);
  left: min(-125px, -8.9285714286vw);
}
.flow {
  margin-top: 14.84375vw;
}
@media screen and (min-width: 480px) {
  .flow {
    margin-top: min(105px, 7.5vw);
  }
}
.flow__ttl {
  margin-left: 4.6875vw;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
@media screen and (min-width: 480px) {
  .flow__ttl {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
    flex-direction: row;
    align-items: end;
    gap: max(25px, 1.7857142857vw);
  }
}
.flow__ttlImg {
  width: 59.84375vw;
}
@media screen and (min-width: 480px) {
  .flow__ttlImg {
    width: max(369px, 26.3571428571vw);
    margin-left: max(120px, 8.5714285714vw);
  }
}
.flow__ttlTxt {
  font-size: 4.0625vw;
  line-height: 1;
  font-weight: 700;
  color: #181818;
  margin-left: 6.25vw;
}
@media screen and (min-width: 480px) {
  .flow__ttlTxt {
    font-size: max(26px, 1.8571428571vw);
    margin: 0;
  }
}
.flow__bg {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 5.46875vw;
}
.flow__bg--01 {
  height: 94.375vw;
  background-image: url(../images/voices/flow_bg01_sp.png);
  padding: 7.8125vw;
}
.flow__bg--02 {
  height: 85vw;
  background-image: url(../images/voices/flow_bg02_sp.png);
  padding: 5.46875vw;
}
@media screen and (min-width: 480px) {
  .flow__bg {
    margin-top: min(-90px, -6.4285714286vw);
    background-image: url(../images/voices/flow_bg01_pc.png);
    padding: 0;
    padding-top: max(180px, 12.8571428571vw);
    height: max(420px, 30vw);
  }
}
.flow__img--01 {
  width: 83.59375vw;
}
.flow__img--02 {
  width: 42.65625vw;
  margin: auto;
}
.flow__img--03 {
  width: 54.84375vw;
  margin: auto;
}
.flow__img--04 {
  width: 44.375vw;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .flow__img {
    width: max(960px, 68.5714285714vw);
    margin: auto;
  }
}
.flow__img > img {
  width: 100%;
}
.figure {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .figure {
    flex-direction: row;
  }
}
.aim {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding-top: 11.71875vw;
  padding-bottom: 14.84375vw;
}
@media screen and (min-width: 480px) {
  .aim {
    padding-top: max(75px, 5.3571428571vw);
    padding-bottom: max(100px, 7.1428571429vw);
  }
}
.aim--pink {
  background-image: url(../images/voices/voices_bg01-2_sp.png);
}
@media screen and (min-width: 480px) {
  .aim--pink {
    background-image: url(../images/voices/voices_bg01_pc.png);
  }
}
.aim--yellow {
  background-image: url(../images/voices/voices_bg02-2_sp.png);
}
.aim--blue {
  background-image: url(../images/voices/voices_bg03-2_sp.png);
}
.aim--green {
  background-image: url(../images/voices/voices_bg04-2_sp.png);
}
.aim__ttl {
  font-size: 5vw;
  font-weight: 500;
  margin-bottom: 7.03125vw;
  text-align: center;
  color: white;
}
@media screen and (min-width: 480px) {
  .aim__ttl {
    font-size: max(16px, 1.1428571429vw);
    margin-bottom: max(30px, 2.1428571429vw);
  }
}
.aim__q {
  font-size: 4.6875vw;
  font-weight: 500;
  width: 14.21875vw;
  height: 14.21875vw;
  line-height: 14.21875vw;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  text-align: center;
  margin-right: 4.6875vw;
}
@media screen and (min-width: 480px) {
  .aim__q {
    font-size: max(16px, 1.1428571429vw);
    height: max(45px, 3.2142857143vw);
    width: max(45px, 3.2142857143vw);
    line-height: max(45px, 3.2142857143vw);
    margin-right: max(15px, 1.0714285714vw);
  }
}
.aim__q--pink {
  color: #FF415F;
}
.aim__q--yellow {
  color: #FEA900;
}
.aim__q--blue {
  color: #1AB1D0;
}
.aim__q--green {
  color: #7DC7AE;
}
.aim__txt {
  font-size: 4.0625vw;
  line-height: 8.125vw;
  font-weight: 500;
  color: #0E0E0E;
  width: 92.1875vw;
  margin: auto;
  text-align: justify;
}
@media screen and (min-width: 480px) {
  .aim__txt {
    font-size: max(16px, 1.1428571429vw);
    line-height: max(36px, 2.5714285714vw);
    width: max(630px, 45vw);
  }
}
.back__txt {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 9.375vw;
  margin-bottom: 11.71875vw;
  font-size: 3.59375vw;
  line-height: 9.6875vw;
  font-weight: 400;
  color: #595757;
  gap: 2.34375vw;
}
@media screen and (min-width: 480px) {
  .back__txt {
    font-size: max(16px, 1.1428571429vw);
    line-height: max(42px, 3vw);
    margin-top: max(35px, 2.5vw);
    margin-bottom: max(130px, 9.2857142857vw);
    gap: max(15px, 1.0714285714vw);
  }
}
.back__txt::after {
  content: "";
  width: 9.6875vw;
  height: 9.6875vw;
  background-image: url(../images/voices/arrow_pink_sp.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 480px) {
  .back__txt::after {
    width: max(42px, 3vw);
    height: max(42px, 3vw);
  }
}
.bunner__inner {
  display: flex;
  flex-direction: column;
  gap: 16.40625vw;
  position: relative;
  padding-bottom: 54.6875vw;
}
@media screen and (min-width: 480px) {
  .bunner__inner {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
    flex-direction: row;
    gap: max(55px, 3.9285714286vw);
    justify-content: center;
    padding-bottom: max(130px, 9.2857142857vw);
  }
}
.bunner__item {
  width: 84.375vw;
  height: 21.875vw;
  border-radius: 1.875vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 480px) {
  .bunner__item {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    border-radius: max(10px, 0.7142857143vw);
    margin: 0;
  }
}
.bunner__item--entry {
  background-image: linear-gradient(to top, #FFAA69, #FF415F);
}
.bunner__item::after {
  content: "";
  width: 84.375vw;
  height: 21.875vw;
  border: 1px solid #C8C8C9;
  border-radius: 1.875vw;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .bunner__item::after {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    border-radius: max(10px, 0.7142857143vw);
    top: max(10px, 0.7142857143vw);
    left: max(10px, 0.7142857143vw);
  }
}
.bunner__link {
  display: block;
  width: 84.375vw;
  height: 21.875vw;
  padding: 7.8125vw 3.125vw 0;
}
@media screen and (min-width: 480px) {
  .bunner__link {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    padding: max(45px, 3.2142857143vw) max(15px, 1.0714285714vw) 0;
  }
}
.bunner__ttl {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 5.3125vw;
  line-height: 1;
  font-weight: 400;
  color: white;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 480px) {
  .bunner__ttl {
    font-size: max(34px, 2.4285714286vw);
  }
}
.bunner__ttl::after {
  content: "";
  width: 10.78125vw;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -2.34375vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .bunner__ttl::after {
    width: max(60px, 4.2857142857vw);
    bottom: min(-15px, -1.0714285714vw);
  }
}
.bunner__linkTxt {
  font-size: 1.5625vw;
  font-weight: 400;
  height: 5.3125vw;
  display: flex;
  gap: 1.5625vw;
  align-items: center;
  color: white;
  margin-top: 1.5625vw;
  margin-left: auto;
  justify-self: end;
}
@media screen and (min-width: 480px) {
  .bunner__linkTxt {
    font-size: max(10px, 0.7142857143vw);
    height: max(30px, 2.1428571429vw);
    gap: max(10px, 0.7142857143vw);
    margin-top: max(20px, 1.4285714286vw);
  }
}
.bunner__linkTxt::after {
  content: "";
  width: 5.3125vw;
  height: 5.3125vw;
  background-image: url(../images/common/arrow_white_gray.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 480px) {
  .bunner__linkTxt::after {
    width: max(30px, 2.1428571429vw);
    height: max(30px, 2.1428571429vw);
  }
}
/*# sourceMappingURL=voices.css.map */