@charset "UTF-8";
/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  border-radius: unset;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  will-change: transform;
  color: inherit;
}

/* CSS Document */
.swiper-slide a picture {
  background: #fff;
}
.swiper-slide a img {
  transition: 0.5s all;
}
.swiper-slide a img:hover {
  opacity: 0.8;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .swiper-slide picture, .swiper-slide picture img {
    height: 40vw;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-slide picture, .swiper-slide picture img {
    height: 640px;
  }
}
.swiper-slide picture {
  width: 100%;
}
.swiper-slide picture img {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .swiper-slide picture img {
    object-fit: contain;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-slide picture img {
    object-fit: cover;
  }
}

.fvSwiper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .fvSwiper {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.fvSwiperPagenation {
  position: absolute;
  bottom: 3.3% !important;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1100px) {
  .fvSwiperPagenation {
    bottom: 3.3% !important;
  }
}
@media screen and (max-width: 640px) {
  .fvSwiperPagenation {
    flex-direction: column;
    bottom: 2.5% !important;
    left: 92.2% !important;
  }
}
.fvSwiperPagenation .swiper-pagination-bullet {
  display: flex;
  margin: 0 0.6% !important;
  background: rgba(218, 51, 67, 0.3);
  opacity: 1;
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 1100px) {
  .fvSwiperPagenation .swiper-pagination-bullet {
    margin: 0 0.6% !important;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .fvSwiperPagenation .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 1.6% 0 !important;
  }
}
.fvSwiperPagenation .swiper-pagination-bullet-active {
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 1.1vw;
  height: 1.9vw;
}
@media screen and (min-width: 1100px) {
  .fvSwiperPagenation .swiper-pagination-bullet-active {
    width: 11px;
    height: 19px;
  }
}
@media screen and (max-width: 640px) {
  .fvSwiperPagenation .swiper-pagination-bullet-active {
    background: #fff;
    width: 1.71875vw;
    height: 2.96875vw;
  }
}
.fvSwiperPagenation .swiper-pagination-bullet-active::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/fv_swiper_pagenation_sp_01.svg) no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  bottom: 0.7vw;
}
@media screen and (min-width: 1100px) {
  .fvSwiperPagenation .swiper-pagination-bullet-active::before {
    bottom: 7px;
  }
}
@media screen and (max-width: 640px) {
  .fvSwiperPagenation .swiper-pagination-bullet-active::before {
    bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .recommendContainer {
    padding-bottom: 125px;
    background: 50% 100%/3000px auto url(/wp-content/themes/junbie/assets/img/top/recommend_bg_pc_01.jpg) no-repeat;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendContainer {
    padding-bottom: 12.5vw;
    background: 50% 100%/300vw auto url(/wp-content/themes/junbie/assets/img/top/recommend_bg_pc_01.jpg) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .recommendContainer {
    padding-bottom: 11.09375vw;
    background: 0% 100%/contain url(/wp-content/themes/junbie/assets/img/top/recommend_bg_sp_01.jpg) no-repeat;
  }
}
.recommendInner .achieve {
  position: relative;
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve {
    margin-top: 14.84375vw;
    margin-bottom: 9.375vw;
  }
}
.recommendInner .achieve::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/recommend_elm_pc_01.svg) no-repeat;
  width: 1100px;
  height: 456px;
  left: -60px;
  top: 58px;
  pointer-events: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve::before {
    width: 110vw;
    height: 45.6vw;
    left: -11vw;
    top: 5.8vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve::before {
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/recommend_elm_sp_01.svg) no-repeat;
    top: 0;
    left: -7.65625vw;
    width: 99.375vw;
    height: 79.375vw;
  }
}
.recommendInner .achieveTtl {
  text-align: center;
  padding-top: 129px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieveTtl {
    padding-top: 12.9vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieveTtl {
    padding-top: 11.71875vw;
  }
}
.recommendInner .achieveTtl--strong {
  text-align: center;
  display: inline;
}
@media screen and (max-width: 640px) {
  .recommendInner .achieveTtl--strong {
    display: block;
    margin-top: -1.71875vw;
  }
}
.recommendInner .achieveTtl--strong span {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .recommendInner .achieveTtl--strong {
    line-height: 1;
  }
}
.recommendInner .achieve__list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 27px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__list {
    padding-top: 2.7vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 1.65vw;
  }
}
@media screen and (min-width: 641px) {
  .recommendInner .achieve__item--02 {
    margin: 0 39px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__item--02 {
    margin: 0 3.9vw;
  }
}
.recommendInner .achieve__itemBallon {
  background: #C69869;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.2777777778;
  width: 182px;
  height: 75px;
  border-radius: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemBallon {
    width: 18.2vw;
    height: 7.5vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemBallon {
    line-height: 1.2777777778;
    border-radius: 1.5625vw;
    width: 28.4375vw;
    height: 11.71875vw;
  }
}
.recommendInner .achieve__itemBallon--arrow {
  background: #C69869;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-top-left-radius: 30%;
  transform: rotate(90deg) skewY(30deg) scaleX(0.86666);
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemBallon--arrow {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemBallon--arrow {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.recommendInner .achieve__itemBallon--arrow::before, .recommendInner .achieve__itemBallon--arrow::after {
  position: absolute;
  display: block;
  content: "";
  background: #C69869;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemBallon--arrow::before, .recommendInner .achieve__itemBallon--arrow::after {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemBallon--arrow::before, .recommendInner .achieve__itemBallon--arrow::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.recommendInner .achieve__itemBallon--arrow::before {
  border-top-right-radius: 30%;
  transform: skewX(-45deg) translateX(50%);
}
.recommendInner .achieve__itemBallon--arrow::after {
  border-bottom-left-radius: 30%;
  transform: skewY(-45deg) translateY(50%);
}
.recommendInner .achieve__itemTxt {
  position: relative;
  text-align: center;
  color: #CEA36F;
}
.recommendInner .achieve__itemTxt01--01, .recommendInner .achieve__itemTxt02--01 {
  line-height: 1;
  margin-top: 36px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt01--01, .recommendInner .achieve__itemTxt02--01 {
    margin-top: 3.6vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt01--01, .recommendInner .achieve__itemTxt02--01 {
    margin-top: 5.46875vw;
  }
}
.recommendInner .achieve__itemTxt01--01::before, .recommendInner .achieve__itemTxt02--01::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/recommend_elm_sp_02.svg) no-repeat;
  width: 177px;
  height: 76px;
  top: -5px;
  left: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt01--01::before, .recommendInner .achieve__itemTxt02--01::before {
    width: 17.7vw;
    height: 7.6vw;
    top: -0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt01--01::before, .recommendInner .achieve__itemTxt02--01::before {
    top: -0.78125vw;
    right: 0;
    width: 27.65625vw;
    height: 11.875vw;
  }
}
.recommendInner .achieve__itemTxt01--02, .recommendInner .achieve__itemTxt02--02 {
  margin-top: -6px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt01--02, .recommendInner .achieve__itemTxt02--02 {
    margin-top: -0.6vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt01--02, .recommendInner .achieve__itemTxt02--02 {
    margin-top: -0.9375vw;
  }
}
.recommendInner .achieve__itemTxt03--01 {
  margin-top: 20px;
  line-height: 1.0526315789;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt03--01 {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt03--01 {
    line-height: 1.0526315789;
    margin-top: 2.96875vw;
  }
}
.recommendInner .achieve__itemTxt03--01::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/recommend_elm_sp_02.svg) no-repeat;
  width: 177px;
  height: 76px;
  top: 11px;
  left: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt03--01::before {
    width: 17.7vw;
    height: 7.6vw;
    top: 1.1vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt03--01::before {
    top: 1.71875vw;
    right: 0;
    width: 27.65625vw;
    height: 11.875vw;
  }
}
.recommendInner .achieve__itemTxt03--02 {
  margin-top: -10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemTxt03--02 {
    margin-top: -1vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemTxt03--02 {
    margin-top: -1.5625vw;
  }
}
.recommendInner .achieve__itemNote {
  position: absolute;
}
.recommendInner .achieve__itemNote--01 {
  top: -19px;
  right: 46px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemNote--01 {
    top: -1.9vw;
    right: 4.6vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemNote--01 {
    top: -2.8125vw;
    right: 6.875vw;
  }
}
.recommendInner .achieve__itemNote--02 {
  top: -19px;
  right: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemNote--02 {
    top: -1.9vw;
    right: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemNote--02 {
    top: -2.8125vw;
    right: 7.65625vw;
  }
}
.recommendInner .achieve__itemNote--03 {
  top: -3px;
  right: 45px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__itemNote--03 {
    top: -0.3vw;
    right: 4.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__itemNote--03 {
    top: -0.46875vw;
    right: 7.03125vw;
  }
}
.recommendInner .achieve__note {
  text-align: center;
  color: #919191;
  position: relative;
  letter-spacing: 0.01rem;
  line-height: 1.4166666667;
  padding-top: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__note {
    padding-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__note {
    letter-spacing: 0.021875vw;
    line-height: 1.4285714286;
    padding-top: 2.34375vw;
  }
}
.recommendInner .achieve__note::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/recommend_elm_sp_03.svg) no-repeat;
  top: 0;
  right: 212px;
  width: 66px;
  height: 73px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .achieve__note::before {
    right: 14.2vw;
    width: 6.6vw;
    height: 7.3vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .achieve__note::before {
    top: 0;
    right: -1.40625vw;
    width: 10.3125vw;
    height: 11.40625vw;
  }
}
.recommendInner .use {
  background: #fff;
  margin-top: 49px;
  border-radius: 25px;
  padding-bottom: 19px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .use {
    margin-top: 4.9vw;
    border-radius: 2.5vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .use {
    border-radius: 4.6875vw;
    margin-top: 0;
    padding-bottom: 0.7%;
  }
}
.recommendInner .useTtl {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .recommendInner .useTtl {
    line-height: 1.4;
  }
}
.recommendInner .useTtl--small {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 36px 0 4px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useTtl--small {
    padding: 3.6vw 0 0.4vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useTtl--small {
    padding-top: 8.28125vw;
    padding-bottom: 4.375vw;
  }
}
.recommendInner .useTtl--small::before, .recommendInner .useTtl--small::after {
  position: absolute;
  display: block;
  content: "";
  background: #484848;
  bottom: -2px;
  width: 2px;
  height: 25px;
  border-radius: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useTtl--small::before, .recommendInner .useTtl--small::after {
    bottom: -0.2vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useTtl--small::before, .recommendInner .useTtl--small::after {
    bottom: 3.90625vw;
    width: 0.3125vw;
    height: 3.90625vw;
    border-radius: 0.15625vw;
  }
}
.recommendInner .useTtl--small::before {
  transform: rotate(-25deg);
  left: 435px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useTtl--small::before {
    left: 37.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useTtl--small::before {
    left: 33.125vw;
  }
}
.recommendInner .useTtl--small::after {
  transform: rotate(25deg);
  right: 435px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useTtl--small::after {
    right: 37.5vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useTtl--small::after {
    right: 33.125vw;
  }
}
@media screen and (min-width: 641px) {
  .recommendInner .useFlex {
    display: flex;
    margin-top: 27px;
  }
  .recommendInner .useFlex--01 {
    flex: 0 1 64%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useFlex {
    display: flex;
    margin-left: 2vw;
  }
  .recommendInner .useFlex--01 {
    flex: 0 1 64%;
  }
}
@media screen and (min-width: 641px) {
  .recommendInner .usePic {
    width: 290px;
    margin-left: 57px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .usePic {
    width: 29vw;
    margin-left: -0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .usePic {
    width: 75.15625vw;
    margin: 5vw auto 1.2vw;
  }
}
.recommendInner .useContents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .recommendInner .useContents {
    margin-top: -3.75vw;
  }
}
.recommendInner .useContents__pic {
  flex: 0 1 225px;
  margin: -19px 0 0 6px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useContents__pic {
    flex: 0 1 22.5vw;
    margin: -0.9vw 0 0 -1.4vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useContents__pic {
    flex: 0 1 37.65625vw;
    margin-top: 3.3%;
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useContents__txt {
    margin-left: -2vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useContents__txt {
    margin-left: -1.5625vw;
  }
}
.recommendInner .useContents__txt--01 {
  position: relative;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .useContents__txt--01 {
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .useContents__txt--01 {
    line-height: 1.6315789474;
    padding-top: 4.53125vw;
  }
  .recommendInner .useContents__txt--01::before {
    position: absolute;
    display: block;
    content: "";
    width: 18.125vw;
    height: 0.15625vw;
    background: #707070;
    bottom: 2.1875vw;
    right: 0;
  }
}
.recommendInner .useContents__txt--02 {
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .recommendInner .useContents__txt--02 {
    line-height: 1.3783783784;
    margin: -1.40625vw 0 0 -0.9375vw;
  }
}
.recommendInner .useContents__txt--color {
  color: #DA3343;
}
.recommendInner .use__note {
  color: #919191;
  letter-spacing: -0.015rem;
  line-height: 1.4166666667;
  margin: -21px 0 0 12px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner .use__note {
    margin: -2.1vw 0 0 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .recommendInner .use__note {
    letter-spacing: 0.021875vw;
    line-height: 1.4285714286;
    margin-top: -0.7%;
    margin-left: 7.5vw;
    padding-bottom: 7.5vw;
  }
}

.voiceInstaTopContainer {
  background: #FAE6DF;
  padding-top: 72px;
  padding-bottom: 92px;
  margin-bottom: 88px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopContainer {
    padding-top: 7.2vw;
    padding-bottom: 9.2vw;
    margin-bottom: 8.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopContainer {
    padding-top: 14.53125vw;
    padding-bottom: 15.625vw;
    margin-bottom: 12.8vw;
  }
}
.voiceInstaTopList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 38px;
  margin: 0px 50px 43px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopList {
    gap: 3.2vw 3.8vw;
    margin: 0 5vw 4.3vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopList {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4375vw 3.75vw;
    margin: 0 0 9.53125vw;
  }
}
.voiceInstaTopItem {
  cursor: pointer;
}
.voiceInstaTopItem img {
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 4px #F4C1C6;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopItem img {
    border-radius: 2vw;
    border: solid 0.4vw #F4C1C6;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopItem img {
    border-radius: 3.125vw;
    border: solid 0.625vw #F4C1C6;
  }
}
.voiceInstaTopModal {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transition: 0.8s all;
}
.voiceInstaTopModal.js-active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
}
.voiceInstaTopModal.js-close {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.voiceInstaTopModal__contents {
  position: relative;
  height: auto;
  z-index: 200;
  width: 560px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopModal__contents {
    width: 56vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopModal__contents {
    width: 87.5vw;
  }
}
.voiceInstaTopModal__body {
  overflow-y: auto;
}
.voiceInstaTopModal__body img {
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 4px #F4C1C6;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopModal__body img {
    border-radius: 2vw;
    border: solid 0.4vw #F4C1C6;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopModal__body img {
    border-radius: 3.125vw;
    border: solid 0.625vw #F4C1C6;
  }
}
.voiceInstaTopModal__close {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  top: -62px;
  right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopModal__close {
    width: 4.9vw;
    height: 4.9vw;
    top: -6.2vw;
    right: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopModal__close {
    width: 7.65625vw;
    height: 7.65625vw;
    top: -9.6875vw;
    right: 1.09375vw;
  }
}
.voiceInstaTopModal__close::before, .voiceInstaTopModal__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInstaTopModal__close::before, .voiceInstaTopModal__close::after {
    height: 0.5vw;
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInstaTopModal__close::before, .voiceInstaTopModal__close::after {
    height: 0.78125vw;
    border-radius: 0.46875vw;
  }
}
.voiceInstaTopModal__close::before {
  transform: rotate(45deg);
}
.voiceInstaTopModal__close::after {
  transform: rotate(-45deg);
}
.voiceInstaTopModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(92, 92, 92, 0.4);
}
@media screen and (max-width: 640px) {
  .voiceMailTopContainer {
    margin: -11.25vw 0 -10.15625vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTopContainer {
    padding-bottom: 22.1875vw;
  }
}
@media screen and (min-width: 641px) {
  .voiceEchoTopInner {
    padding: 0 0 0 40px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner {
    padding: 0 0 0 0 !important;
  }
}
.voiceEchoTopInner__ttl {
  text-align: center;
  color: #DA3343;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__ttl {
    line-height: 1;
    padding-left: 2.8125vw;
  }
}
.voiceEchoTopInner__ttl::before, .voiceEchoTopInner__ttl::after {
  position: absolute;
  display: block;
  content: "";
  background: #DA3343;
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__ttl::before, .voiceEchoTopInner__ttl::after {
    bottom: 0;
    width: 0.3125vw;
    height: 3.90625vw;
    border-radius: 0.15625vw;
  }
}
.voiceEchoTopInner__ttl::before {
  transform: rotate(-25deg);
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__ttl::before {
    left: 17.96875vw;
  }
}
.voiceEchoTopInner__ttl::after {
  transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__ttl::after {
    right: 17.96875vw;
  }
}
.voiceEchoTopInner__morebtn {
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 336px;
  height: 60px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__morebtn {
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__morebtn {
    margin: 2.1875vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.voiceEchoTopInner__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 641px) {
  .voiceEchoTopInner__morebtn::before {
    right: 8%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 2%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__morebtn::before {
    right: 8%;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 2%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.voiceEchoTopInner__pc {
  flex: 0 1 100%;
  margin-top: -84px;
  margin-bottom: 75px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__pc {
    margin-top: -8.4vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTopInner__pc {
    display: none;
  }
}
.voiceEchoTopInner__pcTxt {
  color: #DA3343;
  text-align: center;
  position: relative;
}
.voiceEchoTopInner__pcTxt::before, .voiceEchoTopInner__pcTxt::after {
  position: absolute;
  display: block;
  content: "";
  background: #DA3343;
  bottom: 10px;
  width: 2px;
  height: 35px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__pcTxt::before, .voiceEchoTopInner__pcTxt::after {
    bottom: 1vw;
    width: 0.2vw;
    height: 3.5vw;
  }
}
.voiceEchoTopInner__pcTxt::before {
  left: 311px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__pcTxt::before {
    left: 26.1vw;
  }
}
.voiceEchoTopInner__pcTxt::after {
  right: 311px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTopInner__pcTxt::after {
    right: 26.1vw;
  }
}
.voiceEchoTop__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 641px) {
  .voiceEchoTop__list {
    margin-top: 110px;
  }
  .voiceEchoTop__list .voiceEcho__item {
    flex: 0 1 104px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTop__list {
    margin-top: 11vw;
  }
  .voiceEchoTop__list .voiceEcho__item {
    flex: 0 1 10.4vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTop__list {
    margin-top: 7.65625vw;
  }
}
.voiceEchoTop__list::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_elm_sp_01.svg) no-repeat;
  width: 81px;
  height: 95px;
  top: -90px;
  right: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoTop__list::before {
    width: 8.1vw;
    height: 9.5vw;
    top: -9vw;
    right: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoTop__list::before {
    top: -14.21875vw;
    right: 3.28125vw;
    width: 12.65625vw;
    height: 14.84375vw;
  }
}
@media screen and (min-width: 641px) {
  .voiceBox {
    max-width: 980px;
    width: 89.09%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceBox {
    max-width: 98vw;
    width: 89.09%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.voiceBox__item--01 {
  flex: 0 1 42.7%;
}
.voiceBox__item--02 {
  flex: 0 1 50%;
}

.interviewContainer {
  max-width: 3000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewContainer {
    max-width: 100vw;
  }
}
.interview__info {
  width: 100%;
}
.interview__info img {
  object-fit: cover;
}
.interview__info, .interview__info img {
  height: 400px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interview__info, .interview__info img {
    height: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .interview__info, .interview__info img {
    height: 62.5vw;
  }
}

.mediaContainer {
  padding-bottom: 120px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaContainer {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaContainer {
    padding-bottom: 14.375vw;
  }
}
.mediaInner__ttl {
  margin-top: 99px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__ttl {
    margin-top: 9.9vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__ttl {
    margin-top: 13.28125vw;
  }
}
.mediaInner__ttl--icon {
  width: 32px;
  left: 411px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__ttl--icon {
    width: 3.2vw;
    left: 32.25vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__ttl--icon {
    width: 5vw;
    left: 31.25vw;
  }
}
.mediaInner__ttl--jpn {
  margin-top: 25px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__ttl--jpn {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__ttl--jpn {
    margin-top: 3.59375vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__ttl--eng {
    padding-left: 2vw;
  }
}
.mediaInner__ttl--color {
  color: #DA3343;
}
.mediaInner__list {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) {
  .mediaInner__list {
    margin-top: 74px;
    position: relative;
  }
  .mediaInner__list::before {
    position: absolute;
    display: block;
    content: "";
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/magazine_elm_pc_01.svg) no-repeat;
    aspect-ratio: 45/5;
    width: 45px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -45px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__list {
    margin-top: 7.4vw;
    position: relative;
  }
  .mediaInner__list::before {
    position: absolute;
    display: block;
    content: "";
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/magazine_elm_pc_01.svg) no-repeat;
    aspect-ratio: 45/5;
    width: 4.5vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -4.5vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8.125vw;
    margin-left: 5.9375vw;
  }
}
.mediaInner__item {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mediaInner__item {
    margin-bottom: 7.1875vw;
  }
}
@media screen and (min-width: 641px) {
  .mediaInner__item--01 {
    margin-right: 37px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__item--01 {
    margin-right: 3.7vw;
  }
}
.mediaInner__item--02 {
  margin-right: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__item--02 {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__item--02 {
    margin-right: 5.9375vw;
  }
}
@media screen and (min-width: 641px) {
  .mediaInner__item--03 {
    margin-right: 19px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__item--03 {
    margin-right: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__item--04 {
    margin-top: -2.34375vw;
  }
}
.mediaInner__itemPic--01, .mediaInner__itemPic--02, .mediaInner__itemPic--03 {
  width: 200px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPic--01, .mediaInner__itemPic--02, .mediaInner__itemPic--03 {
    width: 17vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPic--01, .mediaInner__itemPic--02, .mediaInner__itemPic--03 {
    width: 31.25vw;
  }
}
.mediaInner__itemPic--04 {
  width: 268px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPic--04 {
    width: 22.8vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPic--04 {
    width: 43.28125vw;
  }
}
.mediaInner__itemPicttl {
  position: absolute;
  background: #DA3343;
  color: #fff;
  text-align: center;
  border-radius: 20px 0 20px 0;
  line-height: 1.3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPicttl {
    border-radius: 2vw 0 2vw 0;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPicttl {
    border-radius: 3.125vw 0 3.125vw 0;
    line-height: 1.2857142857;
  }
}
.mediaInner__itemPicttl--01 {
  bottom: 34px;
  right: -30px;
  padding: 6px 12px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPicttl--01 {
    bottom: 3.4vw;
    right: -3vw;
    padding: 0.6vw 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPicttl--01 {
    bottom: -1.5625vw;
    right: -4.6875vw;
    padding: 0.9375vw 1.875vw;
  }
}
.mediaInner__itemPicttl--02 {
  bottom: 34px;
  right: -38px;
  padding: 6px 21px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPicttl--02 {
    bottom: 3.4vw;
    right: -3.8vw;
    padding: 0.6vw 2.1vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPicttl--02 {
    bottom: -1.5625vw;
    right: -5.9375vw;
    padding: 0.9375vw 3.4375vw;
  }
}
.mediaInner__itemPicttl--03 {
  bottom: 35px;
  right: -21px;
  padding: 12px 19px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__itemPicttl--03 {
    bottom: 3.5vw;
    right: -2.1vw;
    padding: 1.2vw 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__itemPicttl--03 {
    bottom: 4.375vw;
    right: -3.4375vw;
    padding: 1.875vw 2.96875vw;
  }
}
.mediaInner__txt {
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mediaInner__txt {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 640px) {
  .mediaInner__txt {
    line-height: 1.4814814815;
    margin-top: -2.5vw;
  }
}
.mediaInner__txt--color {
  color: #DA3343;
}

@media screen and (min-width: 641px) {
  .productsContainer {
    padding: 83px 0 101px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsContainer {
    padding: 8.3vw 0 10.1vw;
  }
}
@media screen and (max-width: 640px) {
  .productsContainer {
    padding-bottom: 16.71875vw;
    margin-top: -19.53125vw;
  }
}
@media screen and (min-width: 641px) {
  .productsInner {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner {
    position: relative;
  }
}
@media screen and (min-width: 641px) {
  .productsInner__ttl {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__ttl {
    margin-bottom: 4.3vw;
  }
}
@media screen and (min-width: 641px) {
  .productsInner__ttl--icon {
    width: 37px;
    left: 401px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__ttl--icon {
    width: 3.7vw;
    left: 34.1vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__ttl--icon {
    width: 5.9375vw;
    left: 30.0625vw;
  }
}
@media screen and (min-width: 641px) {
  .productsInner__ttl--eng {
    margin: 0 0 22px;
    padding-left: 28px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__ttl--eng {
    margin: 0 0 2.2vw;
    padding-left: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__ttl--eng {
    padding-left: 4.5vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__ttl--jpn {
    margin-top: 2.8125vw;
  }
}
@media screen and (min-width: 641px) {
  .productsInner__pic {
    position: absolute;
    width: 33.3%;
    top: 178px;
    left: 162px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__pic {
    position: absolute;
    width: 33.3%;
    top: 17.8vw;
    left: 16.2vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__pic {
    width: 87.5vw;
    margin: 1.5625vw auto 5.9375vw;
  }
}
@media screen and (min-width: 641px) {
  .productsInner__txt {
    padding: 70px 0 71px 558px;
    line-height: 2.8125;
    background: #FAE6DF;
    border-radius: 25px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__txt {
    padding: 7vw 0 7.1vw 47.8vw;
    line-height: 2.8125;
    background: #FAE6DF;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__txt {
    text-align: center;
    line-height: 2.380952381;
  }
}
.productsInner__txt--color {
  color: #DA3343;
}
.productsInner__morebtn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.5s all;
}
@media screen and (min-width: 641px) {
  .productsInner__morebtn {
    margin: 6.2% auto 0;
    width: 34.5%;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__morebtn {
    margin: 6.2% auto 0;
    width: 34.5%;
    height: 6vw;
    border-radius: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__morebtn {
    margin: 6.71875vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.productsInner__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 641px) {
  .productsInner__morebtn::before {
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 2%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .productsInner__morebtn::before {
    right: 5%;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
    width: 2%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 640px) {
  .productsInner__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}

.contactContainer {
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/contact_bg_sp_01.jpg) no-repeat;
}
@media screen and (min-width: 641px) {
  .contactContainer {
    padding: 103px 0 89px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactContainer {
    padding: 10.3vw 0 8.9vw;
  }
}
@media screen and (max-width: 640px) {
  .contactContainer {
    padding-bottom: 21.40625vw;
  }
}
@media screen and (min-width: 641px) {
  .contactInner__ttl {
    margin-bottom: 5.4%;
    padding-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl {
    margin-bottom: 5.4%;
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl {
    padding-top: 13.90625vw;
  }
}
@media screen and (min-width: 641px) {
  .contactInner__ttl--icon {
    width: 28px;
    left: 345px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--icon {
    width: 2.8vw;
    left: 29.5vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--icon {
    width: 4.375vw;
    left: 21.09375vw;
  }
}
@media screen and (min-width: 641px) {
  .contactInner__ttl--eng {
    margin: 0 0 2.4%;
    padding-left: 2.4%;
    letter-spacing: 0.26rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--eng {
    margin: 0 0 2.4%;
    padding-left: 2.4%;
    letter-spacing: 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--eng {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 641px) {
  .contactInner__ttl--jpn {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--jpn {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--jpn {
    margin-top: 4.6875vw;
  }
}
@media screen and (min-width: 641px) {
  .contactInner__pic {
    width: 41.8%;
    margin: 41px 0 43px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__pic {
    width: 41.8%;
    margin: 4.1vw 0 7.3vw 8vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__pic {
    margin: 6.40625vw 0 6.71875vw;
  }
}
.contactInner__txt {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .contactInner__txt {
    margin-top: -288px;
    margin-bottom: 81px;
    padding: 0 0 0 497px;
    line-height: 2.8125;
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__txt {
    margin-top: -28.8vw;
    margin-bottom: 8.1vw;
    padding: 0 0 0 49.7vw;
    line-height: 2.8125;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__txt {
    line-height: 2.380952381;
  }
}
.contactInner__txt--color {
  color: #DA3343;
}
.contactInner__morebtn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.5s all;
}
@media screen and (min-width: 641px) {
  .contactInner__morebtn {
    margin: 43px auto 0;
    width: 336px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__morebtn {
    margin: 4.3vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__morebtn {
    margin: 6.71875vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.contactInner__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 641px) {
  .contactInner__morebtn::before {
    right: 27px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__morebtn::before {
    right: 2.7vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
    width: 0.7vw;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}

.messageContainer {
  background: #FAE6DF;
}
@media screen and (min-width: 641px) {
  .messageContainer {
    padding: 60px 0 118px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageContainer {
    padding: 6vw 0 11.8vw;
  }
}
@media screen and (max-width: 640px) {
  .messageContainer {
    padding-bottom: 16.71875vw;
  }
}
@media screen and (min-width: 641px) {
  .messageInner {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__ttl {
    padding-top: 3.28125vw;
    padding-left: 4.6875vw;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__ttl::before, .messageInner__ttl::after {
    position: absolute;
    display: block;
    content: "";
  }
  .messageInner__ttl::before {
    top: 16.5%;
    left: 11.2%;
    width: 6.5%;
    aspect-ratio: 72.246/90.368;
    background: 0 0/cover url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_02.svg) no-repeat;
  }
  .messageInner__ttl::after {
    top: 8.7%;
    right: 10.3%;
    width: 8.2%;
    aspect-ratio: 92.067/123.005;
    background: 0 0/cover url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_03.svg) no-repeat;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__ttl::before, .messageInner__ttl::after {
    position: absolute;
    display: block;
    content: "";
  }
  .messageInner__ttl::before {
    top: 16.5%;
    left: 11.2%;
    width: 6.5%;
    aspect-ratio: 72.246/90.368;
    background: 0 0/cover url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_02.svg) no-repeat;
  }
  .messageInner__ttl::after {
    top: 8.7%;
    right: 10.3%;
    width: 8.2%;
    aspect-ratio: 92.067/123.005;
    background: 0 0/cover url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_03.svg) no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__icon {
    width: 11.3%;
    margin: 0 auto 3.4%;
    padding-right: 3.1%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__icon {
    width: 11.3%;
    margin: 0 auto 3.4%;
    padding-right: 3.1%;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__icon {
    padding-top: 9.21875vw;
    width: 12.8125vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__txt {
    padding-left: 2.3%;
    line-height: 2.8125;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__txt {
    padding-left: 2.3%;
    line-height: 2.8125;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__txt {
    text-align: center;
    line-height: 2.619047619;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__txt--01 {
    margin-top: 8.7%;
    margin-bottom: 3.6%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__txt--01 {
    margin-top: 8.7%;
    margin-bottom: 3.6%;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__txt--01 {
    margin-top: 7.34375vw;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__txt--02 {
    margin-bottom: 4.6%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__txt--02 {
    margin-bottom: 4.6%;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__txt--03 {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__txt--03 {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__txt--03 {
    margin-top: 8.4375vw;
  }
}
.messageInner__txt--color {
  color: #DA3343;
}
@media screen and (min-width: 641px) {
  .messageInner__pic {
    position: absolute;
    width: 34.1%;
    top: 32.6%;
    right: 12.1%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__pic {
    position: absolute;
    width: 34.1%;
    top: 32.6%;
    right: 12.1%;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__pic {
    position: relative;
    width: 57.03125vw;
    margin: 0 auto;
    padding: 8.90625vw 0 4.0625vw;
  }
}
.messageInner__pic::before, .messageInner__pic::after {
  position: absolute;
  display: block;
  content: "";
}
.messageInner__pic::before {
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_02.svg) no-repeat;
}
@media screen and (max-width: 640px) {
  .messageInner__pic::before {
    bottom: 2.34375vw;
    left: -13.59375vw;
    width: 11.25vw;
    height: 14.0625vw;
  }
}
.messageInner__pic::after {
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/top/message_elm_sp_03.svg) no-repeat;
}
@media screen and (max-width: 640px) {
  .messageInner__pic::after {
    top: 2.34375vw;
    right: -17.8125vw;
    width: 14.375vw;
    height: 19.21875vw;
  }
}
.messageInner__logo {
  display: flex;
}
@media screen and (min-width: 641px) {
  .messageInner__logo {
    position: absolute;
    width: 26%;
    bottom: -5.7%;
    right: 16.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__logo {
    position: absolute;
    width: 26%;
    bottom: -5.7%;
    right: 16.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__logo {
    margin-top: 9.21875vw;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__logo--01 {
    flex: 0 1 53.6%;
    padding-top: 21.2%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__logo--01 {
    flex: 0 1 53.6%;
    padding-top: 21.2%;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__logo--01 {
    margin: 10.9375vw 0 0 22.5vw;
    width: 24.0625vw;
  }
}
@media screen and (min-width: 641px) {
  .messageInner__logo--02 {
    flex: 0 1 28.3%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .messageInner__logo--02 {
    flex: 0 1 28.3%;
  }
}
@media screen and (max-width: 640px) {
  .messageInner__logo--02 {
    margin-left: 5.78125vw;
    width: 12.65625vw;
  }
}

.topParallax {
  position: relative;
  overflow: hidden;
  z-index: 10;
  height: 266px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .topParallax {
    height: 26.6vw;
  }
}
@media screen and (max-width: 640px) {
  .topParallax {
    height: 41.5625vw;
  }
}
.topParallaxInner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.topParallaxInner picture {
  height: 266px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .topParallaxInner picture {
    height: 26.6vw;
  }
}
@media screen and (max-width: 640px) {
  .topParallaxInner picture {
    height: 41.5625vw;
  }
}
.topParallax01, .topParallax02 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #484848;
}
@media screen and (min-width: 641px) {
  body {
    position: relative;
  }
}

main {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  main {
    padding-top: 120px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  main {
    padding-top: 12vw;
  }
}

.main {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 18.75vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .main {
    padding-top: 12vw;
  }
}

.u-hover {
  transition: 0.5s all;
}
.u-hover:hover {
  background: #ED98A0;
}
@media screen and (min-width: 641px) {
  .u-sp_disp {
    display: none;
  }
}
.u-tab_disp {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-tab_disp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u-pc_disp {
    display: none;
  }
}
.u-layout {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-layout {
    max-width: 100vw;
    padding: 0 6vw;
  }
}
@media screen and (max-width: 640px) {
  .u-layout {
    max-width: 87.5vw;
    padding: 0;
  }
}
.u-h2 {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 2.3333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .u-h2 {
    font-size: 6.25vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl {
    margin-top: 13.125vw;
  }
}
.u-ttl_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-ttl_eng {
  position: relative;
  text-align: center;
  color: #DA3343;
  letter-spacing: 0.21rem;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_eng {
    letter-spacing: 0.336vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_eng {
    font-size: 3.125vw;
    letter-spacing: 0.65625vw;
    line-height: 1.45;
  }
}
.u-ttl_jpn {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 1.4333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_jpn {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_jpn {
    font-size: 7.8125vw;
    line-height: 1.4;
  }
}
.u-svg_black {
  fill: #484848;
}
@media screen and (min-width: 1600px) {
  .u-fv_img {
    height: 266px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-fv_img {
    height: 16.6vw;
    overflow: hidden;
  }
}

.fs-pc__ {
  letter-spacing: -0.015rem;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc__ {
    letter-spacing: -0.024vw;
    font-size: 1.3vw;
  }
}
.fs-pc_9 {
  font-size: 0.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_9 {
    font-size: 0.7vw;
  }
}
.fs-pc_10 {
  font-size: 0.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_10 {
    font-size: 0.9vw;
  }
}
.fs-pc_12 {
  font-size: 0.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_12 {
    font-size: 1vw;
  }
}
.fs-pc_13 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_13 {
    font-size: 1.1vw;
  }
}
.fs-pc_14 {
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_14 {
    font-size: 1.2vw;
  }
}
.fs-pc_15 {
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_15 {
    font-size: 1.3vw;
  }
}
.fs-pc_16 {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_16 {
    font-size: 1.4vw;
  }
}
.fs-pc_17 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_17 {
    font-size: 1.5vw;
  }
}
.fs-pc_18 {
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_18 {
    font-size: 1.6vw;
  }
}
.fs-pc_19 {
  font-size: 1.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_19 {
    font-size: 1.7vw;
  }
}
.fs-pc_20 {
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_20 {
    font-size: 1.8vw;
  }
}
.fs-pc_21 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_21 {
    font-size: 1.9vw;
  }
}
.fs-pc_22 {
  font-size: 1.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_22 {
    font-size: 2vw;
  }
}
.fs-pc_23 {
  font-size: 1.4375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_23 {
    font-size: 2.1vw;
  }
}
.fs-pc_24 {
  font-size: 1.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_24 {
    font-size: 2.2vw;
  }
}
.fs-pc_25 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_25 {
    font-size: 2.3vw;
  }
}
.fs-pc_26 {
  font-size: 1.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_26 {
    font-size: 2.4vw;
  }
}
.fs-pc_28 {
  font-size: 1.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_28 {
    font-size: 2.6vw;
  }
}
.fs-pc_29 {
  font-size: 1.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_29 {
    font-size: 2.7vw;
  }
}
.fs-pc_30 {
  font-size: 1.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_30 {
    font-size: 2.8vw;
  }
}
.fs-pc_33 {
  font-size: 2.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_33 {
    font-size: 3.1vw;
  }
}
.fs-pc_35 {
  font-size: 2.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_35 {
    font-size: 3.3vw;
  }
}
.fs-pc_36 {
  font-size: 2.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_36 {
    font-size: 3.4vw;
  }
}
.fs-pc_38 {
  font-size: 2.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_38 {
    font-size: 3.6vw;
  }
}
.fs-pc_40 {
  font-size: 2.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_40 {
    font-size: 3.8vw;
  }
}
.fs-pc_43 {
  font-size: 2.6875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_43 {
    font-size: 4.1vw;
  }
}
.fs-pc_56 {
  font-size: 3.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_56 {
    font-size: 5.4vw;
  }
}
.fs-pc_57 {
  font-size: 3.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_57 {
    font-size: 5.5vw;
  }
}
.fs-pc_65 {
  font-size: 4.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_65 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 640px) {
  .fs-sp_14 {
    font-size: 2.1875vw;
  }
  .fs-sp_16 {
    font-size: 2.5vw;
  }
  .fs-sp_17 {
    font-size: 2.65625vw;
  }
  .fs-sp_18 {
    font-size: 2.8125vw;
  }
  .fs-sp_19 {
    font-size: 2.96875vw;
  }
  .fs-sp_20 {
    font-size: 3.125vw;
  }
  .fs-sp_21 {
    font-size: 3.28125vw;
  }
  .fs-sp_22 {
    font-size: 3.4375vw;
  }
  .fs-sp_23 {
    font-size: 3.59375vw;
  }
  .fs-sp_24 {
    font-size: 3.75vw;
  }
  .fs-sp_25 {
    font-size: 3.90625vw;
  }
  .fs-sp_26 {
    font-size: 4.0625vw;
  }
  .fs-sp_27 {
    font-size: 4.21875vw;
  }
  .fs-sp_28 {
    font-size: 4.375vw;
  }
  .fs-sp_29 {
    font-size: 4.53125vw;
  }
  .fs-sp_30 {
    font-size: 4.6875vw;
  }
  .fs-sp_32 {
    font-size: 5vw;
  }
  .fs-sp_35 {
    font-size: 5.46875vw;
  }
  .fs-sp_36 {
    font-size: 5.625vw;
  }
  .fs-sp_37 {
    font-size: 5.78125vw;
  }
  .fs-sp_40 {
    font-size: 6.25vw;
  }
  .fs-sp_50 {
    font-size: 7.8125vw;
  }
  .fs-sp_51 {
    font-size: 7.96875vw;
  }
  .fs-sp_56 {
    font-size: 8.75vw;
  }
  .fs-sp_59 {
    font-size: 9.21875vw;
  }
  .fs-sp_60 {
    font-size: 9.375vw;
  }
  .fs-sp_80 {
    font-size: 12.5vw;
  }
}

.fc-pink {
  color: #EA545C;
}
.fc-green {
  color: #52A28C;
}

.voiceInsta__ttl {
  position: relative;
}
.voiceInsta__ttl--01 {
  color: #DA3343;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 296px;
  border-radius: 20px 0;
  border: solid 2px #DA3343;
  width: 328px;
  height: 43px;
  letter-spacing: 0.13rem;
  padding-left: 15px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttl--01 {
    margin-left: 25.6vw;
    border-radius: 2vw 0;
    border: solid 0.2vw #DA3343;
    width: 32.8vw;
    height: 4.3vw;
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttl--01 {
    margin: 0 auto;
    border-radius: 3.125vw 0;
    border: solid 0.3125vw #DA3343;
    width: 61.5625vw;
    height: 8.4375vw;
    padding-left: 2.34375vw;
  }
}
.voiceInsta__ttl--02 {
  padding-right: 58px;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttl--02 {
    padding-right: 5.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttl--02 {
    line-height: 1.4;
    margin-top: 3.75vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlSpace--01 {
    letter-spacing: 0.5953125vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlSpace--02 {
    letter-spacing: -0.825vw;
  }
}
.voiceInsta__ttlColor {
  color: #DA3343;
}
.voiceInsta__ttlElm {
  position: absolute;
}
.voiceInsta__ttlElm--01 {
  width: 848px;
  top: -4px;
  left: 72px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttlElm--01 {
    width: 84.8vw;
    top: -0.4vw;
    left: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlElm--01 {
    width: 92.5vw;
    top: -7.65625vw;
    left: -2.5vw;
  }
}
.voiceInsta__ttlElm--02 {
  width: 843px;
  top: -26px;
  left: 34px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttlElm--02 {
    width: 84.3vw;
    top: -2.6vw;
    left: -1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlElm--02 {
    width: 91.25vw;
    top: -7.34375vw;
    left: -1.5625vw;
  }
}
.voiceInsta__txt {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txt {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txt {
    line-height: 1.9047619048;
    margin-top: 6.09375vw;
    margin-bottom: 6.25vw;
  }
}
.voiceInsta__txtElm {
  position: absolute;
  z-index: 10;
}
.voiceInsta__txtElm--01 {
  width: 71px;
  bottom: -45px;
  right: -34px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtElm--01 {
    width: 7.1vw;
    bottom: -4.5vw;
    right: -3.4vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtElm--01 {
    width: 11.09375vw;
    bottom: -7.03125vw;
    right: 2.65625vw;
  }
}
.voiceInsta__txtAction {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #DA3343;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction {
    margin-top: 0;
    margin-bottom: 1.5625vw;
  }
}
.voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
  position: absolute;
  display: block;
  content: "";
  background: #DA3343;
  bottom: 10px;
  width: 2px;
  height: 25px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
    bottom: 1vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
    bottom: 10px;
    width: 0.3125vw;
    height: 5.15625vw;
  }
}
.voiceInsta__txtAction::before {
  left: 396px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::before {
    left: 31.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::before {
    left: 25vw;
  }
}
.voiceInsta__txtAction::after {
  right: 396px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::after {
    right: 31.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::after {
    right: 25vw;
  }
}

.voiceLetter__ttl {
  margin-bottom: 4.9%;
}
@media screen and (max-width: 640px) {
  .voiceLetter__ttl {
    margin-bottom: 4.0625vw;
  }
}
.voiceLetter__ttl--icon {
  width: 8.7%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .voiceLetter__ttl--icon {
    margin-bottom: 1.6%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__ttl--icon {
    margin-bottom: 1.6%;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__ttl--icon {
    width: 13.28125vw;
  }
}
.voiceLetter__ttl--txt {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .voiceLetter__ttl--txt {
    line-height: 1.4;
    margin-top: 3.125vw;
  }
}
.voiceLetter__ttl--color {
  color: #DA3343;
}
.voiceLetter__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__list {
    justify-content: space-around;
  }
}
.voiceLetter__item {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .voiceLetter__item {
    flex: 0 1 27.9%;
    height: 245px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__item {
    flex: 0 1 27.9%;
    height: 24.5vw;
    margin-bottom: 4vw;
  }
}
.voiceLetter__item::before, .voiceLetter__item::after {
  position: absolute;
  display: block;
  content: "";
}
.voiceLetter__item::before {
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_letter_elm_sp_02.svg) no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 272/140.767;
}
@media screen and (max-width: 640px) {
  .voiceLetter__item::before {
    bottom: 0;
    width: 42.5vw;
    height: 22.03125vw;
  }
}
.voiceLetter__item::after {
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_letter_elm_pc_03.svg) no-repeat;
  top: -24px;
  right: -7px;
  width: 68px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__item::after {
    top: -2.4vw;
    right: -0.7vw;
    width: 6.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__item::after {
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_letter_elm_sp_03.svg) no-repeat;
    top: -0.78125vw;
    right: -1.40625vw;
    width: 10.625vw;
    height: 10.625vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__item {
    height: 42.1875vw;
    flex: 0 1 42.5vw;
    margin-bottom: 6.25vw;
  }
}
.voiceLetter__item.js-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.voiceLetter__itemImg {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
  height: 245px;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__itemImg {
    height: 24.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__itemImg {
    width: 93%;
    height: 38.28125vw;
    margin: 3.90625vw auto 0;
  }
}
.voiceLetterModal {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transition: 0.8s all;
}
.voiceLetterModal.js-active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
}
.voiceLetterModal.js-close {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.voiceLetterModal__contents {
  position: relative;
  height: auto;
  z-index: 200;
  width: 560px;
}
@media screen and (max-width: 640px) {
  .voiceLetterModal__contents {
    width: 75%;
  }
}
.voiceLetterModal__body {
  overflow-y: auto;
}
.voiceLetterModal__close {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  top: -62px;
  right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetterModal__close {
    width: 4.9vw;
    height: 4.9vw;
    top: -6.2vw;
    right: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetterModal__close {
    width: 7.65625vw;
    height: 7.65625vw;
    top: -9.6875vw;
    right: 1.09375vw;
  }
}
.voiceLetterModal__close::before, .voiceLetterModal__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetterModal__close::before, .voiceLetterModal__close::after {
    height: 0.5vw;
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetterModal__close::before, .voiceLetterModal__close::after {
    height: 0.78125vw;
    border-radius: 0.46875vw;
  }
}
.voiceLetterModal__close::before {
  transform: rotate(45deg);
}
.voiceLetterModal__close::after {
  transform: rotate(-45deg);
}
.voiceLetterModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(92, 92, 92, 0.6);
}
.voiceLetter__morebtn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.5s all;
  margin: 53px auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__morebtn {
    margin: 5.3vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__morebtn {
    margin: 3.59375vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.voiceLetter__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__morebtn::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.voiceLetter__morebtn::after {
  content: "閉じる";
  letter-spacing: 0rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__morebtn::after {
    letter-spacing: 0vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.voiceLetter__morebtn.js-morebtn::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.voiceLetter__morebtn.js-morebtn::after {
  content: "もっと見る";
  letter-spacing: 0rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceLetter__morebtn.js-morebtn::after {
    letter-spacing: 0vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceLetter__morebtn.js-morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}

.voiceMailContainer {
  margin: 110px auto 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMailContainer {
    margin: 11vw auto 10vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMailContainer {
    margin: 17.8125vw 0 21.09375vw;
  }
}
@media screen and (min-width: 641px) {
  .voiceMailInner--01 {
    padding: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMailInner--01 {
    padding: 0;
  }
}
@media screen and (min-width: 641px) {
  .voiceMail__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voiceMail__item {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 641px) {
  .voiceMail__item {
    margin-bottom: 50px;
    flex: 0 1 418px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__item {
    margin-bottom: 5vw;
    flex: 0 1 41.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__item {
    margin-bottom: 7.8125vw;
  }
}
.voiceMail__item.js-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.voiceMail__itemInner--01 {
  overflow: hidden;
  transition: 0.5s all;
  position: relative;
}
.pink .voiceMail__itemInner--01 {
  background: #FAE6DF;
}
.green .voiceMail__itemInner--01 {
  background: #ECFCF7;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemInner--01.js-close {
    height: 261px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemInner--01.js-close {
    height: 26.1vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemInner--01.js-close {
    height: 72.1875vw;
  }
}
@media screen and (min-width: 641px) {
  .voiceMail__itemInner--01 {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemInner--01 {
    border-radius: 2vw 2vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemInner--01 {
    border-radius: 3.125vw 3.125vw 0 0;
  }
}
.voiceMail__itemInner--02 {
  display: flex;
  align-items: center;
}
.pink .voiceMail__itemInner--02 {
  background: #E8B6B8;
}
.green .voiceMail__itemInner--02 {
  background: #86C6B2;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemInner--02 {
    border-radius: 0 0 20px 20px;
    height: 62px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemInner--02 {
    border-radius: 0 0 2vw 2vw;
    height: 6.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemInner--02 {
    border-radius: 0 0 3.125vw 3.125vw;
    height: 12.8125vw;
  }
}
@media screen and (min-width: 641px) {
  .voiceMail__itemBody {
    padding: 5.4% 9.8%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemBody {
    padding: 5.4% 9.8%;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemBody {
    padding: 7.03125vw 6.25vw;
  }
}
.voiceMail__itemTtl {
  position: relative;
  z-index: 1;
}
.pink .voiceMail__itemTtl {
  color: #DA3343;
}
.green .voiceMail__itemTtl {
  color: #52A274;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemTtl {
    margin: 0 0 6%;
    line-height: 1.429;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemTtl {
    margin: 0 0 6%;
    line-height: 1.429;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemTtl {
    letter-spacing: -0.025vw;
    line-height: 1.5;
  }
}
.voiceMail__itemTtl::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
.pink .voiceMail__itemTtl::before {
  top: -14px;
  left: -43px;
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_pink_pc_01.svg) no-repeat;
  width: 420px;
  height: 158px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .voiceMail__itemTtl::before {
    top: -1.4vw;
    left: -4.3vw;
    width: 42vw;
    height: 15.8vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .voiceMail__itemTtl::before {
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_pink_01.svg) no-repeat;
    top: -5.15625vw;
    left: -6.25vw;
    width: 84.0625vw;
    height: 32.96875vw;
  }
}
.green .voiceMail__itemTtl::before {
  top: -22px;
  left: -44px;
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_green_pc_01.svg) no-repeat;
  width: 421px;
  height: 160px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .voiceMail__itemTtl::before {
    top: -2.2vw;
    left: -4.4vw;
    width: 42.1vw;
    height: 16vw;
  }
}
@media screen and (max-width: 640px) {
  .green .voiceMail__itemTtl::before {
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_green_01.svg) no-repeat;
    top: -6.25vw;
    left: -6.25vw;
    width: 87.5vw;
    height: 32.03125vw;
  }
}
.voiceMail__itemContent {
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemContent {
    line-height: 1.875;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemContent {
    line-height: 1.875;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemContent {
    line-height: 1.9047619048;
    margin-top: 4.6875vw;
  }
}
.voiceMail__itemBtn {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  transition: 0.3s all;
  padding-top: 27px;
  padding-bottom: 8px;
}
.voiceMail__itemBtn.js-active {
  display: none;
}
.pink .voiceMail__itemBtn {
  background: linear-gradient(0deg, rgb(250, 230, 223) 0%, rgb(250, 230, 223) 60%, rgba(0, 0, 0, 0) 100%);
}
.green .voiceMail__itemBtn {
  background: linear-gradient(0deg, rgb(236, 252, 247) 0%, rgb(236, 252, 247) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemBtn {
    padding-top: 2.7vw;
    padding-bottom: 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemBtn {
    letter-spacing: -0.0171875vw;
    line-height: 2;
    padding-top: 14.0625vw;
    padding-bottom: 4.6875vw;
  }
}
.voiceMail__itemBtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 22px;
  left: 142px;
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemBtn::before {
    bottom: 2.2vw;
    left: 12.2vw;
    border-top: 0.3vw solid #484848;
    border-right: 0.3vw solid #484848;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemBtn::before {
    bottom: 7.1875vw;
    left: 30.9375vw;
    border-top: 0.46875vw solid #484848;
    border-right: 0.46875vw solid #484848;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.voiceMail__itemProduct {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.pink .voiceMail__itemProduct {
  color: #DA3343;
}
.green .voiceMail__itemProduct {
  color: #52A274;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemProduct {
    flex: 0 1 59%;
    margin: 0 0 0 13%;
    padding: 1.7% 0 1.7% 6.5%;
    line-height: 1;
  }
  .green .voiceMail__itemProduct {
    padding: 1.7% 0 1.7% 3.5%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemProduct {
    flex: 0 1 59%;
    margin: 0 0 0 13%;
    padding: 1.7% 0 1.7% 6.5%;
    line-height: 1;
  }
  .green .voiceMail__itemProduct {
    padding: 1.7% 0 1.7% 3.5%;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemProduct {
    height: 7.8125vw;
    border-radius: 0.78125vw;
    padding: 0 5.15625vw;
    margin-left: 10.3125vw;
    margin-right: 6.71875vw;
  }
}
.voiceMail__itemProduct::before {
  position: absolute;
  display: block;
  content: "";
}
.pink .voiceMail__itemProduct::before {
  top: -38px;
  left: -18px;
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_pink_sp.png) no-repeat;
  width: 18.9%;
  aspect-ratio: 100/182;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .voiceMail__itemProduct::before {
    top: -3.8vw;
    left: -1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .voiceMail__itemProduct::before {
    top: -5.15625vw;
    left: -5vw;
    width: 7.8125vw;
    height: 14.21875vw;
  }
}
.green .voiceMail__itemProduct::before {
  top: -33px;
  left: -38px;
  width: 43px;
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_mail_green_sp.png) no-repeat;
  aspect-ratio: 100/182;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .voiceMail__itemProduct::before {
    top: -3.3vw;
    left: -3.8vw;
    width: 4.3vw;
  }
}
@media screen and (max-width: 640px) {
  .green .voiceMail__itemProduct::before {
    top: -5.15625vw;
    left: -5vw;
    width: 7.8125vw;
    height: 14.21875vw;
  }
}
.voiceMail__itemName {
  color: #fff;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemName {
    flex: 0 1 26%;
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemName {
    flex: 0 1 26%;
    text-align: center;
  }
}
.voiceMail__itemGender {
  color: #fff;
}
@media screen and (min-width: 641px) {
  .voiceMail__itemGender {
    margin-left: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__itemGender {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__itemGender {
    margin-left: 1.5625vw;
  }
}
.voiceMail__morebtn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.5s all;
  margin: 0 auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__morebtn {
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__morebtn {
    margin: 2.65625vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.voiceMail__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceMail__morebtn::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceMail__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.voiceMail__morebtn::after {
  content: "閉じる";
}
@media screen and (max-width: 640px) {
  .voiceMail__morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.voiceMail__morebtn.js-morebtn::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.voiceMail__morebtn.js-morebtn::after {
  content: "もっと見る";
}
@media screen and (max-width: 640px) {
  .voiceMail__morebtn.js-morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}

.voiceEchoContainer {
  background: #FAE6DF;
  padding-bottom: 86px;
  border-radius: 0 0 75px 75px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEchoContainer {
    padding-bottom: 8.6vw;
    border-radius: 0 0 7.5vw 7.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEchoContainer {
    padding-bottom: 13.4375vw;
    border-radius: 0 0 11.71875vw 11.71875vw;
  }
}
.voiceEcho__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 93px 62px 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__list {
    padding: 9.3vw 6.2vw 0;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__list {
    padding: 15vw 0 0;
  }
}
.voiceEcho__item {
  opacity: 1;
  pointer-events: auto;
  flex: 0 1 131px;
  margin-bottom: 38px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__item {
    flex: 0 1 11.1vw;
    margin-bottom: 3.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__item {
    flex: 0 1 20.46875vw;
    margin-bottom: 5.9375vw;
  }
}
.voiceEcho__item.js-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.voiceEcho__itemRow--01 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__itemRow--01 {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__itemRow--01 {
    margin-top: 1.5625vw;
  }
}
.voiceEcho__itemRow--02 {
  text-align: center;
  line-height: 1;
}
.voiceEcho__itemName {
  margin-right: 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__itemName {
    margin-right: 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__itemName {
    margin-right: 1.25vw;
  }
}
.voiceEcho__txt {
  display: block;
  position: relative;
}
.voiceEcho__txt::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_echo_elm_pc_01.svg) no-repeat;
  bottom: -41px;
  left: 152px;
  width: 664px;
  height: 108px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt::before {
    bottom: -4.1vw;
    left: 15.2vw;
    width: 66.4vw;
    height: 10.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt::before {
    background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_echo_elm_01.svg) no-repeat;
    bottom: -6.40625vw;
    left: -1.71875vw;
    width: 92.03125vw;
    height: 17.34375vw;
  }
}
.voiceEcho__txt.js-hidden {
  display: none;
}
.voiceEcho__txt--01, .voiceEcho__txt--02 {
  text-align: center;
}
.voiceEcho__txt--01 {
  position: relative;
  margin-top: 4px;
  line-height: 1;
}
.voiceEcho__txt--01::before, .voiceEcho__txt--01::after {
  position: absolute;
  display: block;
  content: "";
  background: #707070;
  bottom: -3px;
  width: 2px;
  height: 25px;
  border-radius: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt--01::before, .voiceEcho__txt--01::after {
    bottom: -0.3vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt--01::before, .voiceEcho__txt--01::after {
    bottom: -0.46875vw;
    width: 0.3125vw;
    height: 3.90625vw;
    border-radius: 0.15625vw;
  }
}
.voiceEcho__txt--01::before {
  left: 342px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt--01::before {
    left: 29.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt--01::before {
    left: 20.9375vw;
  }
}
.voiceEcho__txt--01::after {
  right: 342px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt--01::after {
    right: 29.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt--01::after {
    right: 20.9375vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt--01 {
    margin-top: 0.4vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt--01 {
    margin-top: 2.5vw;
  }
}
.voiceEcho__txt--02 {
  line-height: 1.375;
  margin-top: 18px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__txt--02 {
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__txt--02 {
    line-height: 1.375;
    margin-top: 2.8125vw;
  }
}
.voiceEcho__txtColor {
  color: #DA3343;
}
.voiceEcho__morebtn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.5s all;
  margin: 32px auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__morebtn {
    margin: 3.2vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__morebtn {
    margin: 5.78125vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.voiceEcho__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__morebtn::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.voiceEcho__morebtn::after {
  content: "閉じる";
  letter-spacing: 0rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__morebtn::after {
    letter-spacing: 0vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.voiceEcho__morebtn.js-morebtn::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.voiceEcho__morebtn.js-morebtn::after {
  content: "もっと見る";
  letter-spacing: 0rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceEcho__morebtn.js-morebtn::after {
    letter-spacing: 0vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceEcho__morebtn.js-morebtn::after {
    font-size: 3.59375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}

@media screen and (max-width: 640px) {
  .interviewLinkContainer {
    padding-top: 4.21875vw;
    padding-bottom: 21.40625vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner {
    margin-bottom: 75px;
    padding-top: 107px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner {
    margin-bottom: 7.5vw;
    padding-top: 10.7vw;
  }
}
.interviewLinkInner__ttl {
  position: relative;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl {
    margin-bottom: 4.4%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl {
    margin-bottom: 4.4%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl {
    margin-bottom: 3.59375vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl--icon {
    width: 10.6%;
    left: 31.8%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--icon {
    width: 2.6%;
    left: 33.8%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--icon {
    width: 4.0625vw;
    left: 22.03125vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl--eng {
    margin-bottom: 2.2%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--eng {
    margin-bottom: 2.2%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--eng {
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--jpn {
    margin-top: 2.5vw;
  }
}
.interviewLinkInner__ttl--elm {
  position: absolute;
  width: 104px;
  bottom: -405px;
  right: 117px;
  transform: rotate(98deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--elm {
    width: 10.4vw;
    bottom: -40.5vw;
    right: 11.7vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--elm {
    width: 16.25vw;
    bottom: -1.71875vw;
    right: -3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.interviewLinkInner__link {
  position: relative;
  display: block;
  transition: 0.5s all;
}
.interviewLinkInner__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__link {
    flex: 0 1 46.4%;
  }
  .interviewLinkInner__link:nth-child(2) {
    margin-left: 72px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__link {
    flex: 0 1 46.4%;
  }
  .interviewLinkInner__link:nth-child(2) {
    margin-left: 7.2vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__link {
    margin-bottom: 5vw;
  }
}
.interviewLinkInner__linkProduct {
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkProduct {
    line-height: 1;
  }
}
.pink .interviewLinkInner__linkProduct {
  color: #DA3343;
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkProduct {
    top: 55px;
    left: 70px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkProduct {
    top: 4.9vw;
    left: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkProduct {
    top: 7.03125vw;
    left: 13.75vw;
  }
}
.green .interviewLinkInner__linkProduct {
  color: #52A28C;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkProduct {
    top: 60px;
    right: 156px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkProduct {
    top: 5.5vw;
    right: 13.5vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkProduct {
    top: 7.03125vw;
    right: 12.96875vw;
  }
}
.interviewLinkInner__linkTtl {
  color: #fff;
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.24;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.24;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkTtl {
    top: 105px;
    left: 32px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkTtl {
    top: 9.5vw;
    left: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkTtl {
    top: 17.1875vw;
    left: 5.3125vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkTtl {
    top: 103px;
    right: 139px;
    text-align: left;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkTtl {
    top: 9.3vw;
    right: 11.6vw;
    text-align: left;
    letter-spacing: -0.1vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkTtl {
    top: 17.34375vw;
    right: 3.28125vw;
    text-align: right;
  }
}
.interviewLinkInner__linkName {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkName {
    top: 194px;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkName {
    top: 17.4vw;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkName {
    top: 36.25vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkName {
    left: 33px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkName {
    left: 2.3vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkName {
    left: 5.3125vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkName {
    right: 357px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkName {
    right: 31.2vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkName {
    right: 6.875vw;
  }
}
.interviewLinkInner__linkName::before {
  position: absolute;
  display: block;
  content: "";
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkName::before {
    width: 160%;
    top: -6px;
    border-top: solid 2px #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkName::before {
    width: 160%;
    top: -0.6vw;
    border-top: solid 0.2vw #fff;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkName::before {
    width: 17.34375vw;
    top: 0;
    border-top: solid 0.3125vw #fff;
  }
}
.pink .interviewLinkInner__linkName::before {
  left: 0;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkName::before {
    right: -59%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkName::before {
    right: -59%;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkName::before {
    right: -1.09375vw;
  }
}
.interviewLinkInner__linkAddress {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkAddress {
    line-height: 1;
    top: 224px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkAddress {
    line-height: 1;
    top: 20.4vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkAddress {
    top: 42.1875vw;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkAddress {
    left: 21px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkAddress {
    left: 2.1vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkAddress {
    left: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkAddress {
    right: 365px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkAddress {
    right: 31.5vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkAddress {
    right: 5.9375vw;
  }
}
.interviewLinkInner__linkTxt {
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt {
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt {
    line-height: 1;
  }
}
.interviewLinkInner__linkTxt::before, .interviewLinkInner__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.pink .interviewLinkInner__linkTxt::before {
  background: #D98084;
}
.green .interviewLinkInner__linkTxt::before {
  background: #52A28C;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt::before {
    width: 32%;
    height: 2px;
    margin: auto;
    top: 5px;
    bottom: 0;
    right: -40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt::before {
    width: 32%;
    height: 0.2vw;
    margin: auto;
    top: 0.5vw;
    bottom: 0;
    right: -4vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTxt::before {
    width: 5.46875vw;
    height: 0.3125vw;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -6.25vw;
  }
}
.pink .interviewLinkInner__linkTxt::after {
  background: #D98084;
}
.green .interviewLinkInner__linkTxt::after {
  background: #52A28C;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: auto;
    top: 6px;
    bottom: 0;
    right: -43px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt::after {
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    margin: auto;
    top: 0.6vw;
    bottom: 0;
    right: -4.3vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTxt::after {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -7.65625vw;
  }
}
.pink .interviewLinkInner__linkTxt {
  color: #D98084;
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 26px;
    left: 32px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 2.6vw;
    left: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 3.125vw;
    left: 5.3125vw;
  }
}
.green .interviewLinkInner__linkTxt {
  color: #52A28C;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 26px;
    left: 26px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 2.6vw;
    left: 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 3.125vw;
    right: 12.1875vw;
  }
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: none;
  transition: 0.3s all;
  height: 120px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .header {
    height: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 18.75vw;
  }
}
.header.topSlide {
  background: #fff;
}
.header.notTop {
  background: #fff;
}
.headerPc {
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .headerPc {
    display: none;
  }
}
.headerPc .logoColor {
  fill: #e13c49;
}
.headerPc__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1vw;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1500px) {
  .headerPc__list {
    padding: 0 176px;
  }
}
.headerPc__item:not(.headerPc__item--02) {
  transition: 0.5s all;
}
.headerPc__item:not(.headerPc__item--02):hover {
  opacity: 0.6;
}
.headerPc__item--logo svg {
  width: 140px;
  aspect-ratio: 184.965/77.954;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__item--logo svg {
    width: 9vw;
  }
}
.headerPc__item--02 {
  position: relative;
}
.headerPc__itemInsta--icon img {
  width: 26px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__itemInsta--icon img {
    width: 3vw;
  }
}
.headerPc__accordBtn {
  position: relative;
  cursor: pointer;
}
.headerPc__accordBtn:hover .headerPc__accordContent {
  opacity: 1;
  height: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordBtn:hover .headerPc__accordContent {
    height: 10vw;
  }
}
.headerPc__accordState {
  position: absolute;
  top: 50%;
  right: -9%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: -0.3vw;
  }
}
.headerPc__accordState::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  border-top: 2px solid #DA3343;
  border-right: 2px solid #DA3343;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState::before {
    border-top: 0.2vw solid #DA3343;
    border-right: 0.2vw solid #DA3343;
  }
}
.headerPc__accordContent {
  position: absolute;
  overflow: hidden;
  transition: 0.5s all;
  width: 280px;
  top: 44px;
  left: -10px;
  border-radius: 0 0 20px 20px;
  background: #FFE0E0;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordContent {
    width: 28vw;
    top: 4.4vw;
    left: -1vw;
    border-radius: 0 0 2vw 2vw;
  }
}
.headerPc__accordContent::before {
  position: absolute;
  display: block;
  content: "";
  width: 93%;
  border-bottom: solid 1px #fff;
  bottom: 0;
  height: 1px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.headerPc__accordLink {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
.headerPc__accordLink:hover {
  opacity: 0.7;
}
.headerPc__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink::before {
    right: 1.5vw;
    border-top: 0.2vw solid #484848;
    border-right: 0.2vw solid #484848;
    width: 0.6vw;
    height: 0.6vw;
  }
}
.headerPc__accordLink--01 {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--01 {
    margin-top: -0.4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.headerPc__accordLink--02 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--02 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 0.9vw;
  }
}
.headerPc__accordLink--pink, .headerPc__accordLink--green {
  background: #fff;
  height: 21px;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink, .headerPc__accordLink--green {
    height: 2.1vw;
    border-radius: 0.3vw;
    margin-left: 1vw;
    padding: 1.7vw 0.4vw;
  }
}
.headerPc__accordLink--pink {
  color: #DA3343;
  margin-right: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink {
    margin-right: 1.7vw;
  }
}
.headerPc__accordLink--green {
  color: #52A28C;
  margin-right: 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--green {
    margin-right: 0.8vw;
  }
}
.headerSp {
  height: 100%;
}
@media screen and (min-width: 641px) {
  .headerSp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerSp {
    display: none;
  }
}
.headerSp__list {
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  z-index: 101;
  position: relative;
}
.headerSp__item--logo svg {
  width: 22.1875vw;
}
.headerSp .logoColor {
  fill: #e13c49;
  transition: 0.3s all;
}
.slide2 .headerSp .logoColor {
  fill: #fff;
}
.slide3 .headerSp .logoColor {
  fill: #fff;
}
.topSlide .headerSp .logoColor {
  fill: #e13c49;
}
.headerSp__navBtn {
  display: grid;
  gap: 1.09375vw 1.40625vw;
  grid-template-columns: repeat(2, 3.75vw);
  grid-template-rows: repeat(2, 3.75vw);
  transition: 0.5s all;
}
.js-menuBtnActive .headerSp__navBtn {
  transform: rotate(45deg);
}
.headerSp__navBtn--square {
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 1.09375vw;
  background: #DA3343;
  transition: 0.3s all;
}
.slide1 .headerSp__navBtn--square {
  background: #fff;
}
.slide2 .headerSp__navBtn--square {
  background: #fff;
}
.slide3 .headerSp__navBtn--square {
  background: #fff;
}
.topSlide .headerSp__navBtn--square {
  background: #DA3343;
}
.headerSp__menu {
  background: #FAE6DF;
  padding: 18.75vw 6.25vw 0;
  position: fixed;
  top: -100%;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  transition: 1s all;
}
.headerSp__menu.js-menuOpen {
  top: 0;
  opacity: 1;
}
.headerSp__menuList {
  margin-top: 3.4375vw;
}
.headerSp__menuItem {
  padding: 5.46875vw 0;
}
.headerSp__menuItem--06 {
  padding-top: 10.78125vw;
}
.headerSp__menuLink {
  position: relative;
  display: block;
}
.headerSp__menuLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1.40625vw;
  right: 4.375vw;
  border-top: 0.46875vw solid #DA3343;
  border-right: 0.46875vw solid #DA3343;
  width: 3.125vw;
  height: 3.125vw;
}
.headerSp__menuLink--eng {
  color: #DA3343;
  letter-spacing: 0.65625vw;
  line-height: 1;
}
.headerSp__menuLink--jpn {
  line-height: 1;
  margin-top: 3.125vw;
}
.headerSp__menuInsta--link {
  width: 70.625vw;
  height: 15vw;
  border-radius: 7.8125vw;
  margin: 0 auto;
  border: solid 0.3125vw #484848;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}
.headerSp__menuInsta--icon {
  margin-right: 3.125vw;
  margin-left: 2.1875vw;
}
@media screen and (max-width: 640px) {
  .headerSp__menuInsta--icon img {
    width: 6.25vw;
  }
}
.headerSp__menuInsta--txt {
  letter-spacing: 0.5159375vw;
  padding-left: 1.25vw;
}
.headerSp__accordBtn {
  position: relative;
}
.headerSp__accordState {
  position: absolute;
  top: 66%;
  right: 3%;
  width: 4.6875vw;
  height: 4.6875vw;
  margin-top: -2.34375vw;
}
.headerSp__accordState::before, .headerSp__accordState::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #DA3343;
  height: 0.46875vw;
  border-radius: 0.3125vw;
}
.headerSp__accordState::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.js-active .headerSp__accordState::after {
  transform: rotate(0);
}
.headerSp__accordContent {
  overflow: hidden;
  transition-duration: 0.3s;
}
.headerSp__accordContent.js-close {
  height: 0;
  opacity: 0;
}
.headerSp__accordContent.js-open {
  opacity: 1;
}
.headerSp__accordContentInner {
  padding-top: 5.46875vw;
}
.headerSp__accordLink {
  display: flex;
  align-items: center;
  width: 77.34375vw;
  height: 7.8125vw;
  border-radius: 0.78125vw;
  background: #fff;
  position: relative;
}
.headerSp__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 2.34375vw;
  border-top: 0.3125vw solid #484848;
  border-right: 0.3125vw solid #484848;
  width: 1.40625vw;
  height: 1.40625vw;
}
.headerSp__accordLink--02 {
  margin-top: 2.8125vw;
}
.headerSp__accordLink--pink {
  color: #DA3343;
  margin-left: 1.875vw;
  margin-right: 7.1875vw;
}
.headerSp__accordLink--green {
  color: #52A28C;
  margin-left: 1.875vw;
  margin-right: 4.375vw;
}

.footer {
  border-top: solid 1px #C4C4C4;
  position: sticky;
  top: 100vh;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footerInner {
    padding: 0 150px;
    justify-content: space-between;
    margin-top: 48px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerInner {
    padding: 0 5vw;
    justify-content: space-between;
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .footerInner {
    max-width: 87.5vw;
    padding: 0;
    margin: 0 auto;
  }
}
.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__list {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__list {
    margin-top: 7.03125vw;
  }
}
.footer__item {
  transition: 0.5s all;
}
.footer__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .footer__item--02 {
    margin: 0 85px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__item--02 {
    margin: 0 8.5vw;
  }
}
.footer__logo {
  width: 159px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__logo {
    width: 11.9vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: 28.90625vw;
    margin: 8.28125vw auto 0;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.03rem;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copyright {
    margin-top: 0.2vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin-top: 4.0625vw;
    letter-spacing: 0.1vw;
    padding-bottom: 4.6875vw;
  }
}/*# sourceMappingURL=top.css.map */