@charset "UTF-8";
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}

.m_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.is_sp {
  display: none;
}

.preload * {
  transition: none;
}

.z_generation {
  color: #000000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fadeUp {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s ease-in-out;
}

.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeUp_animation,
.fadeUp_animation_delay,
.fadeUp_animation_right {
  opacity: 0;
}

.fadeUp_animation.active {
  animation: bounce 0.9s 0.5s forwards;
}

.fadeUp_animation_delay.active {
  animation: bounce 0.9s 1.4s forwards;
}

.fadeUp_animation_right.active {
  animation: bounce 0.9s 0.5s forwards;
  transform-origin: right bottom;
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ MV ▼
//
///////////////////////////////////////////////////*/
.z-mv {
  padding: 20px 0 50px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.z-mv .square_bg {
  background: url("../img/mv/square_bg.png") center center/contain repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -3;
  width: 100%;
  height: 337px;
}
.z-mv .box {
  position: relative;
}
.z-mv .box .box_in {
  position: relative;
}
.z-mv .box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -61%);
  z-index: 1;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-mv .box .inner {
    width: 70%;
  }
}
.z-mv .box .inner .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.z-mv .box .inner .txt p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  font-family: "Hiragino Sans";
  padding: 2px 15px;
  border: 1px solid #537A7E;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.z-mv .box .inner .txt_img_wrap {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(2) {
  margin-top: 30px;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(3) {
  margin-top: 20px;
}
.z-mv .box .bg {
  position: relative;
  left: -20px;
}
.z-mv .box .bg img {
  -o-object-fit: contain;
     object-fit: contain;
}
.z-mv .box .bg_woman {
  position: absolute;
  top: 0%;
  left: -2%;
  z-index: -1;
}
.z-mv .box .bg_man {
  position: absolute;
  top: 0%;
  right: -5%;
  z-index: -1;
}

/*///////////////////////////////////////////////////
//
//     ▼ マイナビバイトZ世代営業が大学生の皆さんヘ伝えたい ▼
//
///////////////////////////////////////////////////*/
.z-message {
  margin: -190px 0 0;
  padding: 190px 0 0;
  position: relative;
  overflow: hidden;
}
.z-message .bottom_line {
  margin-top: -181px;
  width: 1987px;
  position: relative;
  height: 109px;
  z-index: -1;
  transform: rotate(-4deg);
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  transform-origin: right top;
}
.z-message .bottom_line .flow_txt_bg {
  position: relative;
  left: -1%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.z-message .bottom_line .flow_txt_bg img {
  max-width: none;
}
@keyframes loop {
  0% {
    background-position: 117% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.z-message .bottom_line .line_inner {
  background-image: url("../img/mv/flow_txt.png");
  background-repeat: repeat;
  background-size: auto 100%;
  height: 29px;
  width: 200%;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(2%, -84%);
  transition: all 0.2s ease 0s;
  animation: 55s linear 0s infinite normal none running loop;
}
.z-message .mynaviGeneMsg {
  position: absolute;
  top: 4%;
  transform: translate(-50%, 0);
  z-index: -2;
  left: 50%;
  width: 1113px;
}
.z-message .bg_shape02 {
  position: absolute;
  bottom: 10%;
  left: 18%;
  transform: rotate(-17.55deg);
  z-index: -2;
}
.z-message .square_bg {
  background: url("../img/message/square_bg.png") center center/contain repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  z-index: -3;
  width: 100%;
  height: 334.73px;
}
.z-message .box {
  padding: 365px 0 90px;
  overflow: hidden;
  position: relative;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide {
  transition: 0.5s ease;
  transform: scale(1);
  height: 449.708px;
  padding: 0 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide .human {
  position: absolute;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide h3 {
  padding: 48px 0 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide h3 span {
  font-size: 28px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide p {
  margin: 15px 0 0;
  color: #000;
  text-align: center;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 35px;
  transition: 0.5s ease;
  max-width: 344.125px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 14px;
  }
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01 {
  position: relative;
  background: url("../img/message/slide_f_bgYellow.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01 .human {
  bottom: 0%;
  left: 50%;
  transform: translateX(-200%);
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01::before {
  content: "";
  position: absolute;
  top: -17%;
  left: 54%;
  width: 174px;
  height: 110px;
  background: url("../img/message/cloud.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02 {
  position: relative;
  background: url("../img/message/slide_i_bgBlue.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02 .human {
  bottom: 0%;
  left: 50%;
  transform: translateX(-172%);
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 66%;
  width: 117px;
  height: 120.926px;
  background: url("../img/message/rhombus.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03 {
  position: relative;
  background: url("../img/message/slide_k_bgGreen.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03 .human {
  bottom: 0%;
  left: 50%;
  transform: translateX(-206%);
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03::before {
  content: "";
  position: absolute;
  top: 63%;
  left: 64%;
  width: 128px;
  height: 123px;
  transform: rotate(22.212deg);
  background: url("../img/message/star.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide04 {
  background: url("../img/message/slide_k_bgPink.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide04 .human {
  bottom: 0%;
  left: 50%;
  transform: translateX(-190%);
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: scale(1.2) translateY(-21%);
}
.z-message .box .slider .swiper-container .swiper-pagination {
  position: relative;
  margin: 20px 0 0;
}
.z-message .box .slider .swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.z-message .box .slider .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
  width: 15px;
  height: 15px;
  background: #4057EA;
}
.z-message .box .btn_wrap {
  margin: 145px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.z-message .box .btn_wrap .btn {
  margin: 0;
  width: 662px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #3D32FF;
  background: linear-gradient(90deg, #FF1366 0%, #FFA42D 100%);
  box-shadow: 7px 7px 0px 0px #3D32FF;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.z-message .box .btn_wrap .btn span {
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  /* 137.037% */
}
.z-message .box .btn_wrap .btn svg {
  position: absolute;
  top: 50%;
  left: 94%;
  transform: translateY(-50%);
}
.z-message .box .btn_wrap .btn:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
}

/*///////////////////////////////////////////////////
//
//            ▼ マイナビ営業とは ▼
//
///////////////////////////////////////////////////*/
.z-about .bg_wave_top img,
.z-about .bg_wave_bottom img {
  max-width: initial;
  width: 100%;
}
.z-about .txt_rotate {
  animation: rotate 30s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.z-about .box_wrap {
  background: #EEF4F6;
}
.z-about .box_in {
  background: url("../img/about/bg_rain.png") center left/cover repeat-x;
  padding-top: 10px;
}
.z-about .box {
  margin: -147px 0 0;
  z-index: 1;
  position: relative;
}
.z-about .box .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.z-about .box .inner {
  margin: 41px 0 0;
}
.z-about .box .inner p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
}
.z-about .box .inner .small {
  margin-top: 49px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.z-about .box .bg_rain {
  position: absolute;
}
.z-about .box .shape {
  position: absolute;
  top: 29%;
  left: 67%;
  transform: rotate(19.586deg);
}
.z-about .box .woman {
  position: absolute;
  bottom: -38%;
  left: 5%;
  width: 327.649px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-about .box .woman {
    left: -5%;
  }
  .z-about .box .woman img {
    width: 300px;
    height: 340px;
  }
}
.z-about .box .bg {
  position: absolute;
  top: 8%;
  left: 0%;
  z-index: -1;
}

/*///////////////////////////////////////////////////
//
//     ▼ 服装や身だしなみ規定自由化に賛成と回答した割合 ▼
//
///////////////////////////////////////////////////*/
.z-rate {
  padding: 180px 0 50px;
  overflow: hidden;
}
.z-rate .box01 {
  position: relative;
  margin: 0 auto;
  max-width: 983px;
  border-radius: 0px 0px 30px 30px;
}
.z-rate .box01 .box01_in {
  background: rgba(255, 255, 255, 0.8);
}
.z-rate .box01 .bg_yellow,
.z-rate .box01 .bg_green,
.z-rate .box01 .thunder,
.z-rate .box01 .man {
  position: absolute;
}
.z-rate .box01 .bg_yellow,
.z-rate .box01 .bg_green {
  z-index: -1;
}
.z-rate .box01 .thunder,
.z-rate .box01 .man {
  z-index: 1;
}
.z-rate .box01 .bg_yellow {
  top: -17%;
  right: -24%;
}
.z-rate .box01 .bg_green {
  top: 40%;
  left: -16%;
}
.z-rate .box01 .thunder {
  top: -31%;
  left: -7%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .thunder {
    top: -37%;
  }
}
.z-rate .box01 .man {
  top: 51%;
  right: -4%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .man {
    top: 59%;
  }
  .z-rate .box01 .man img {
    width: 200px;
    height: 391px;
  }
}
.z-rate .box01 .ttl {
  position: relative;
  width: 100%;
  background: url("../img/rate/ttl_bg.png") center center/contain no-repeat;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .ttl {
    height: 79px;
  }
}
.z-rate .box01 .ttl h2 {
  position: relative;
  top: -5px;
  color: #FFF;
  font-size: 37px;
  font-weight: 600;
  line-height: 29px;
  /* 78.378% */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .ttl h2 {
    font-size: 31px;
  }
}
.z-rate .box01 .item {
  padding: 52px 0 65px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .item {
    padding: 28px 0 45px;
  }
}
.z-rate .box01 .item .star,
.z-rate .box01 .item .rhombus {
  position: absolute;
}
.z-rate .box01 .item .star {
  top: 30%;
  left: -9%;
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-rate .box01 .item .star {
    left: -18%;
  }
}
.z-rate .box01 .item .rhombus {
  top: 38%;
  right: -6%;
}
.z-rate .box01 .item .inner_left {
  margin-right: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.z-rate .box01 .item .inner_left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  width: 2px;
  height: 165px;
  background: #000;
}
.z-rate .box01 .item .inner_left p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.z-rate .box01 .item .inner_left p:last-of-type {
  margin-top: 10px;
}
.z-rate .box01 .item .inner_left p span {
  color: #FF4542;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  /* 145.833% */
  text-align: center;
}
.z-rate .box01 .item .inner_right {
  margin-left: 41px;
  width: 408px;
}
.z-rate .box01 .item .inner_right figure {
  margin: 30px 0 0;
  width: 100%;
}
.z-rate .box01 + .note {
  color: #4E4E4E;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: end;
  padding: 0 210px 0 0;
}
.z-rate .box02_wrap {
  margin: 152px 0 0;
}
.z-rate .box02_wrap > p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.z-rate .box02_wrap > p span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
.z-rate .box02_wrap > p span::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0%;
  width: 97%;
  height: 80%;
  background: #FFC0D3;
  z-index: -1;
}
.z-rate .box02_wrap .arrow_bottom {
  width: 26px;
  height: 60px;
  margin: 26px auto 0;
}
.z-rate .box02_wrap .box02 {
  padding: 154px 0;
  margin: -18px auto 0;
  position: relative;
}
.z-rate .box02_wrap .box02 .woman {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-235%, -100%);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .z-rate .box02_wrap .box02 .woman {
    display: none;
  }
}
.z-rate .box02_wrap .box02 .crown01 {
  position: absolute;
  top: 3%;
  right: 54%;
  transform: rotate(-14.354deg);
}
.z-rate .box02_wrap .box02 .crown02 {
  position: absolute;
  top: 45%;
  right: 61%;
  transform: rotate(18.676deg);
}
.z-rate .box02_wrap .box02 .rhombus {
  position: absolute;
  top: 6%;
  left: 58%;
}
.z-rate .box02_wrap .box02 .searth {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.z-rate .box02_wrap .box02 .bg_line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
}
.z-rate .box02_wrap .box02 .box02_in {
  width: 475px;
  margin: 6px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.z-rate .box02_wrap .box02 .box02_in .orna {
  position: absolute;
  top: 37%;
  right: -16%;
  transform: rotate(240deg);
  z-index: 1;
}
.z-rate .box02_wrap .box02 .box02_in .item {
  padding: 0 25px;
  width: 100%;
  height: 64px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.z-rate .box02_wrap .box02 .box02_in .item + .item {
  margin-top: 15px;
}
.z-rate .box02_wrap .box02 .box02_in .item figure {
  margin-right: 7px;
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-rate .box02_wrap .box02 .box02_in .item h3 {
  position: relative;
  margin-left: 11px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 39px;
  /* 162.5% */
}
.z-rate .box02_wrap .box02 .box02_in .item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 4px;
  height: 17px;
  background: #6613E8;
}
.z-rate .box02_wrap .box02 .box02_in .note {
  margin: 7px 0 0;
  color: #4E4E4E;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.z-rate .box02_wrap .box02 .box02_in .note + p {
  margin: 30px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  /* 218.75% */
}
.z-rate .box02_wrap .box02 .box02_in .note + p span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.z-rate .box02_wrap .box02 .box02_bg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -3;
  -o-object-fit: contain;
     object-fit: contain;
}
.z-rate .box02_wrap .box02 .box02_bg img {
  max-width: initial;
  width: 100%;
}

/*///////////////////////////////////////////////////
//
//     ▼ 自分らしく働きたいあなたを応援！ ▼
//
///////////////////////////////////////////////////*/
.z-yourself {
  margin: 110px 0 0;
  padding: 0 0 75px;
  background: linear-gradient(96deg, #F3FDFF 6.36%, #FEFFED 98.52%);
  position: relative;
}
.z-yourself .bg_people {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .z-yourself .bg_people img {
    width: 500px;
    height: 335px;
  }
}
.z-yourself .box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -50px;
}
.z-yourself h2 + p {
  margin: 16px 0 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  /* 175% */
}
.z-yourself .box {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 46px;
}
.z-yourself .box .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  position: relative;
  cursor: pointer;
}
.z-yourself .box .item:hover .figure_wrap .img {
  rotate: -6deg;
}
.z-yourself .box .item:first-of-type .figure_wrap .img::before {
  content: "";
  position: absolute;
  background: url("../img/yourself/eye.png") center center/contain no-repeat;
  width: 103px;
  height: 69px;
  z-index: 2;
  top: -30%;
  left: -8%;
}
.z-yourself .box .item:nth-of-type(3) .figure_wrap .img::before {
  content: "";
  position: absolute;
  background: url("../img/yourself/sparkling.png") center center/contain no-repeat;
  width: 55px;
  height: 62px;
  z-index: 2;
  top: -20%;
  right: -5%;
}
.z-yourself .box .item:nth-of-type(2)::before, .z-yourself .box .item:nth-of-type(3)::before, .z-yourself .box .item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 165px;
  background: #000;
  top: 50%;
  left: -22px;
  transform: translate(0, -50%);
}
.z-yourself .box .item .figure_wrap {
  position: relative;
  display: flex;
}
.z-yourself .box .item .figure_wrap p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 25px; */
  position: relative;
  left: -1%;
  transform-origin: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: scale(-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-yourself .box .item .figure_wrap p span {
  transform: rotate(90deg);
  display: inline-block;
}
.z-yourself .box .item .figure_wrap p span:first-of-type {
  transform: rotate(0deg);
}
.z-yourself .box .item .figure_wrap .img {
  position: relative;
  transition: rotate 0.3s ease;
}
.z-yourself .box .item .figure_wrap .img img {
  border-radius: 14px;
  border: 1px solid #000;
}
.z-yourself .box .item .btn {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 295px;
  height: 60px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 22px solid #000;
  background: #FFF;
  position: relative;
}
.z-yourself .box .item .btn span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  /* 156.25% */
}
.z-yourself .box .item .btn svg {
  position: absolute;
  top: 50%;
  left: 96%;
  transform: translateY(-50%);
}
.z-yourself .box .item .eye,
.z-yourself .box .item .sparkling,
.z-yourself .box .item .orn {
  position: absolute;
  z-index: 1;
  border: none;
}
.z-yourself .box .item .eye img,
.z-yourself .box .item .sparkling img,
.z-yourself .box .item .orn img {
  border: none;
}
.z-yourself .box .item .eye {
  top: -20%;
  left: 0%;
}
.z-yourself .box .item .sparkling {
  top: -12%;
  right: -4%;
}
.z-yourself .box .item .orn {
  top: -9%;
  left: -63%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .z-yourself .box .item .orn {
    display: none;
  }
}

/*///////////////////////////////////////////////////
//
//     ▼ 都道府県モーダル ▼
//
///////////////////////////////////////////////////*/
.modal {
  opacity: 0;
  /* 初期状態では透明 */
  visibility: hidden;
  /* モーダルを隠す */
  transition: opacity 0.5s ease, visibility 0.5s ease;
  /* 透明度と可視性をゆっくり変化させる */
}

.modal.show {
  opacity: 1;
  /* モーダルが表示されるときは不透明 */
  visibility: visible;
  /* モーダルを表示 */
}

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 背景を半透明に */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 14px;
}
.modal .box .item {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  border-radius: 10px;
  background: #E5F4F4;
  width: 32.4%;
  height: 203px;
}
.modal .box .item .region {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 25px;
  /* 83.333% */
}
.modal .box .item .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.modal .box .item .inner .tab {
  position: relative;
  width: 93px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #05B8BB;
}
.modal .box .item .inner .tab span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  /* 156.25% */
}
.modal .box .item .inner .tab svg {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}
.modal .box .item:nth-of-type(even) {
  background: #F4E6F3;
}
.modal .box .item:nth-of-type(even) .inner .tab {
  background: #D44CCB;
}/*# sourceMappingURL=desktop.css.map */