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

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

.is_pc {
  display: none;
}

.preload * {
  transition: none;
}

.container {
  width: 92.31%;
  margin: 0 auto;
}

.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 0px;
  overflow: hidden;
  min-height: 630px;
}
.z-mv .m_container {
  display: contents;
}
.z-mv .square_bg {
  background: url("../img/mv/square_bg.png") center center/contain repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  z-index: -3;
  width: 100%;
  height: 443px;
}
.z-mv .box {
  position: relative;
}
.z-mv .box .inner {
  padding: 122px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.z-mv .box .inner .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12.8px;
  /* 145% */
}
.z-mv .box .inner .txt p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.689px;
  /* 111.111% */
  padding: 2px 12px;
  border: 1px solid #537A7E;
  background: rgba(255, 255, 255, 0.8);
}
.z-mv .box .inner .txt_img_wrap {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(1) {
  width: 335.64px;
  height: 51.3px;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(1) img {
  height: 100%;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(2) {
  margin-top: 22px;
  width: 160.97px;
  height: 26.98px;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(2) img {
  height: 100%;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(3) {
  margin-top: 15px;
  width: 305.13px;
  height: 50px;
}
.z-mv .box .inner .txt_img_wrap figure:nth-of-type(3) img {
  height: 100%;
}
.z-mv .box .bg {
  position: absolute;
  top: 15%;
  left: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.z-mv .box .bg img {
  width: 543.873px;
  height: 489.209px;
  max-width: none;
}
.z-mv .box .bg_woman {
  position: absolute;
  top: -3%;
  left: 50%;
  z-index: -2;
  transform: translateX(-120%) rotate(-17.515deg);
}
.z-mv .box .bg_woman img {
  width: 164.192px;
  height: 242.135px;
}
.z-mv .box .bg_man {
  position: absolute;
  top: -4%;
  right: 50%;
  z-index: -2;
  transform: translateX(96%) rotate(19.472deg);
}
.z-mv .box .bg_man img {
  width: 203.539px;
  height: 256.575px;
}

/*///////////////////////////////////////////////////
//
//     ▼ マイナビバイトZ世代営業が大学生の皆さんヘ伝えたい ▼
//
///////////////////////////////////////////////////*/
.z-message {
  position: relative;
  overflow: hidden;
  margin-top: -115px;
}
.z-message .bottom_line {
  position: relative;
  width: 1076.491px;
  z-index: -1;
  transform-origin: right top;
  left: 50%;
  transform: translateX(-50%) rotate(-4.118deg);
}
.z-message .bottom_line .flow_txt_bg {
  position: relative;
  left: -1%;
  z-index: -1;
}
.z-message .bottom_line .flow_txt_bg img {
  max-width: none;
  position: relative;
  height: 57.161px;
  left: 50%;
  transform: translateX(-50%);
}
@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_sp.png");
  background-repeat: repeat;
  background-size: auto 100%;
  height: 31.024px;
  width: 200%;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(2%, -66%);
  transition: all 0.2s ease 0s;
  animation: 55s linear 0s infinite normal none running loop;
}
.z-message .mynaviGeneMsg {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(22%, 0);
  z-index: -3;
  width: 225.973px;
  height: 211.068px;
}
.z-message .mynaviGeneMsg img {
  height: 100%;
}
.z-message .bg_shape02 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-120%) rotate(-17.55deg);
  z-index: -2;
  width: 191.489px;
  height: 220.533px;
}
.z-message .bg_shape02 img {
  height: 100%;
}
.z-message .square_bg {
  background: url("../img/message/square_bg_sp.png") center center/contain repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -36%);
  z-index: -3;
  width: 100%;
  height: 300px;
}
.z-message .box {
  padding: 213px 0 22px;
  overflow: hidden;
  position: relative;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide {
  transition: 0.5s ease;
  transform: scale(1);
  height: 340px;
  padding: 0 20px;
  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: 16px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  /* 194.444% */
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide h3 span {
  font-size: 20px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide p {
  margin: 2px 0 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  max-width: 207px;
  /* 250% */
  transition: 0.5s ease;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01 {
  position: relative;
  background: url("../img/message/slide_f_bgYellow_sp.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01 .human {
  bottom: -7%;
  left: 50%;
  transform: translateX(-269%);
  width: 61px;
  height: 119px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01 .human img {
  height: 100%;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide01::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(120%);
  width: 64px;
  height: 40px;
  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_sp.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02 .human {
  bottom: -7%;
  left: 50%;
  transform: translateX(-225%);
  width: 68.101px;
  height: 118.514px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02 .human img {
  height: 100%;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide02::before {
  content: "";
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(120%);
  width: 57px;
  height: 60.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_sp.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03 .human {
  bottom: -7%;
  left: 50%;
  transform: translateX(-246%);
  width: 61.47px;
  height: 117.19px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03 .human img {
  height: 100%;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide03::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(70%) rotate(22.212deg);
  width: 58px;
  height: 53px;
  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_sp.png") center center/contain no-repeat;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide04 .human {
  bottom: -7%;
  left: 50%;
  transform: translateX(-235%);
  width: 65.44px;
  height: 118px;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide04 .human img {
  height: 100%;
}
.z-message .box .slider .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: scale(1.2) translateY(-21%);
  /* 1.8倍に拡大 */
}
.z-message .box .slider .swiper-container .swiper-pagination {
  position: relative;
  margin: -14px 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 7px;
  width: 8.8px;
  height: 8.8px;
  background: #4057EA;
}
.z-message .box .btn_wrap {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
}
.z-message .box .btn_wrap .btn_orn_left {
  width: 33.955px;
  height: 48.106px;
  transform: rotate(90deg);
}
.z-message .box .btn_wrap .btn_orn_left img {
  height: 100%;
}
.z-message .box .btn_wrap .btn_orn_right {
  margin-top: 7px;
  width: 33.955px;
  height: 48.106px;
  transform: rotate(90deg);
}
.z-message .box .btn_wrap .btn_orn_right img {
  height: 100%;
}
.z-message .box .btn_wrap .btn {
  margin: 0;
  width: 319.723px;
  height: 68.101px;
  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;
}
.z-message .box .btn_wrap .btn span {
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.669px;
  /* 137.037% */
}
.z-message .box .btn_wrap .btn svg {
  position: absolute;
  top: 50%;
  left: 94%;
  transform: translateY(-50%);
  width: 10.613px;
  height: 7.518px;
}
.z-message .box .btn_wrap .btn svg img {
  height: 100%;
}

/*///////////////////////////////////////////////////
//
//            ▼ マイナビ営業とは ▼
//
///////////////////////////////////////////////////*/
.z-about {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.z-about .bg_wave_top {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 65px;
}
.z-about .bg_wave_top img {
  width: 100%;
  height: 100%;
}
.z-about .bg_wave_bottom {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 65px;
}
.z-about .bg_wave_bottom img {
  width: 100%;
  height: 100%;
}
.z-about .txt_rotate {
  width: 200.863px;
  height: 200.982px;
  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_sp.png) top left/contain repeat;
  padding-top: 10px;
  min-height: 530px;
}
.z-about .box {
  margin: -31px 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: 15px 0 0;
}
.z-about .box .inner p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  /* 175% */
}
.z-about .box .inner p + p {
  margin-top: 15px;
}
.z-about .box .inner .small {
  margin-top: 12px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  /* 187.5% */
}
.z-about .box .bg_rain {
  position: absolute;
}
.z-about .box .shape {
  position: absolute;
  top: 19%;
  left: 80%;
  width: 138.284px;
  height: 160px;
  transform: rotate(19.586deg);
}
.z-about .box .shape img {
  height: 100%;
}
.z-about .box .woman {
  position: absolute;
  bottom: -34%;
  right: 65%;
  width: 129.986px;
  height: 146.103px;
}
.z-about .box .woman img {
  width: 100%;
  height: 100%;
}
.z-about .box .bg {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 520.861px;
  height: 493.673px;
}
.z-about .box .bg img {
  width: 100%;
  height: 100%;
  max-width: none;
}

/*///////////////////////////////////////////////////
//
//     ▼ 服装や身だしなみ規定自由化に賛成と回答した割合 ▼
//
///////////////////////////////////////////////////*/
.z-rate {
  padding: 87px 0 50px;
  overflow: hidden;
}
.z-rate .container {
  display: contents;
}
.z-rate .box01 {
  position: relative;
  margin: 0 auto;
  max-width: 375px;
  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: 3%;
  right: -24%;
  width: 267.684px;
  height: 248.526px;
}
.z-rate .box01 .bg_yellow img {
  height: 100%;
}
.z-rate .box01 .bg_green {
  top: 88%;
  left: -16%;
  width: 246.757px;
  height: 176.705px;
}
.z-rate .box01 .bg_green img {
  height: 100%;
}
.z-rate .box01 .thunder {
  top: -11%;
  right: -4%;
  left: 50%;
  transform: translateX(-272%);
  width: 73.4px;
  height: 87.979px;
}
.z-rate .box01 .thunder img {
  height: 100%;
}
.z-rate .box01 .arrow {
  position: absolute;
  bottom: -17%;
  right: 73%;
  transform: translateX(-30px);
}
.z-rate .box01 .man {
  top: 71%;
  right: -1%;
  width: 81.883px;
  height: 162.243px;
}
.z-rate .box01 .man img {
  height: 100%;
}
.z-rate .box01 .ttl {
  position: relative;
  width: 100%;
  background: url("../img/rate/ttl_bg_sp.png") center center/contain no-repeat;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-rate .box01 .ttl h2 {
  position: relative;
  top: -2px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  /* 78.378% */
}
.z-rate .box01 .item {
  padding: 22px 0 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z-rate .box01 .item .star,
.z-rate .box01 .item .rhombus {
  position: absolute;
}
.z-rate .box01 .item .star {
  top: 30%;
  left: -9%;
  transform: rotate(-30deg);
  width: 92.104px;
  height: 82.129px;
}
.z-rate .box01 .item .star img {
  height: 100%;
}
.z-rate .box01 .item .rhombus {
  top: 68%;
  right: -3%;
  width: 69.741px;
  height: 72.081px;
}
.z-rate .box01 .item .rhombus img {
  height: 100%;
}
.z-rate .box01 .item .inner_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.z-rate .box01 .item .inner_left p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  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: 20px;
  font-weight: 800;
  line-height: 25px;
  /* 145.833% */
  text-align: center;
}
.z-rate .box01 .item .inner_left .yourself {
  width: 160px;
  height: 41px;
}
.z-rate .box01 .item .inner_left .yourself img {
  height: 100%;
}
.z-rate .box01 .item .inner_right figure {
  margin: 20px 0 0;
  width: 100%;
  width: 246.586px;
  height: 124.092px;
}
.z-rate .box01 .item .inner_right figure img {
  height: 100%;
}
.z-rate .box01 + .note {
  color: #4E4E4E;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  width: 100%;
}
.z-rate .box02_wrap {
  margin: 62px 0 0;
}
.z-rate .box02_wrap > p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  /* 187.5% */
}
.z-rate .box02_wrap > p span {
  color: #000;
  font-size: 18px;
  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: 50%;
  background: #FFC0D3;
  z-index: -1;
}
.z-rate .box02_wrap .arrow_bottom {
  margin: 14px auto 0;
  width: 20px;
  height: 51px;
}
.z-rate .box02_wrap .arrow_bottom img {
  height: 100%;
}
.z-rate .box02_wrap .box02 {
  padding: 38px 0 41px;
  margin: 13px auto 0;
  position: relative;
}
.z-rate .box02_wrap .box02 .woman {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-232%, -100%);
  width: 96.644px;
  height: 85.443px;
}
.z-rate .box02_wrap .box02 .woman img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .crown01 {
  position: absolute;
  top: 3%;
  right: 50%;
  transform: translateX(-55%) rotate(-14.354deg);
  width: 146.767px;
  height: 121.741px;
}
.z-rate .box02_wrap .box02 .crown01 img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .crown02 {
  position: absolute;
  top: 45%;
  right: 50%;
  transform: translateX(-283%) rotate(18.676deg);
  width: 49.159px;
  height: 40.777px;
}
.z-rate .box02_wrap .box02 .crown02 img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .rhombus {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(106%);
  width: 86.855px;
  height: 89.77px;
}
.z-rate .box02_wrap .box02 .rhombus img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .searth {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 65.006px;
  height: 45.99px;
}
.z-rate .box02_wrap .box02 .searth img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .bg_line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  width: 311.321px;
  height: 229.511px;
}
.z-rate .box02_wrap .box02 .bg_line img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .box02_in {
  width: 86%;
  max-width: 430px;
  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: 94%;
  left: 50%;
  transform: translateX(331%) rotate(240deg);
  z-index: 1;
  width: 44.675px;
  height: 61.629px;
}
.z-rate .box02_wrap .box02 .box02_in .orna img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .box02_in .item {
  margin: 0 auto;
  padding: 0 15px;
  width: 90%;
  height: 36px;
  border-radius: 4.422px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.z-rate .box02_wrap .box02 .box02_in .item + .item {
  margin-top: 8px;
}
.z-rate .box02_wrap .box02 .box02_in .item figure {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.418px;
  height: 15.035px;
}
.z-rate .box02_wrap .box02 .box02_in .item figure img {
  height: 100%;
}
.z-rate .box02_wrap .box02 .box02_in .item h3 {
  position: relative;
  margin-left: 8px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 17.246px;
  /* 114.706% */
  /* 162.5% */
}
.z-rate .box02_wrap .box02 .box02_in .item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 2.211px;
  height: 9.729px;
  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: 11px 0 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  /* 218.75% */
}
.z-rate .box02_wrap .box02 .box02_in .note + p span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.z-rate .box02_wrap .box02 .box02_bg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-49.5%);
  z-index: -3;
}
.z-rate .box02_wrap .box02 .box02_bg img {
  width: 1280px;
  height: 286px;
  max-width: none;
}

/*///////////////////////////////////////////////////
//
//     ▼ 自分らしく働きたいあなたを応援！ ▼
//
///////////////////////////////////////////////////*/
.z-yourself {
  margin: 55px 0 0;
  padding: 0 0 45px;
  background: linear-gradient(96deg, #F3FDFF 6.36%, #FEFFED 98.52%);
  position: relative;
}
.z-yourself .bg_people {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 349px;
  height: 337px;
  opacity: 0.5;
}
.z-yourself .bg_people img {
  height: 100%;
}
.z-yourself .box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
}
.z-yourself h2 .ttl {
  margin: 0 auto;
  width: 331.572px;
  height: 99.057px;
}
.z-yourself h2 .ttl img {
  height: 100%;
}
.z-yourself h2 + p {
  margin: 10px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  /* 175% */
}
.z-yourself .box {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 450px;
}
.z-yourself .box .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  position: relative;
  cursor: pointer;
}
.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: 50.409px;
  height: 29.599px;
  z-index: 2;
  top: -7%;
  left: -8%;
}
.z-yourself .box .item:nth-of-type(odd) {
  margin-right: auto;
}
.z-yourself .box .item:nth-of-type(even) {
  margin-left: auto;
}
.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: 45.506px;
  height: 51.297px;
  z-index: 2;
  top: -7%;
  right: -13%;
}
.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: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 285px;
  height: 42px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 18px solid #000;
  background: #FFF;
  position: relative;
}
.z-yourself .box .item .btn span {
  color: #000;
  text-align: center;
  font-size: 14px;
  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: 25%;
  right: 97%;
  width: 76.822px;
  height: 106.599px;
}
.z-yourself .box .item .orn img {
  height: 100%;
}

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

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

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 背景を半透明に */
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .container {
  position: relative;
  top: 50%;
  top: calc(50% - 132px);
  height: -moz-max-content;
  height: max-content;
}
.modal .box {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
}
.modal .box .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #E5F4F4;
  width: calc((100% - 15px) / 2);
  transition: padding-bottom 0.3s ease;
}
.modal .box .item.expanded {
  padding-bottom: 15px;
}
.modal .box .item .region {
  padding: 15px;
  color: #000;
  font-size: 21px;
  font-weight: 800;
  line-height: 25px;
  width: 100%;
  text-align: center;
}
.modal .box .item .inner {
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.3s ease;
}
.modal .box .item .inner .tab {
  position: relative;
  height: 44px;
  width: 100%;
  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;
}
.modal .box .item .inner .tab svg {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translateY(-50%);
  width: 22.576px;
  height: 12px;
}
.modal .box .item:nth-of-type(even) {
  background: #F4E6F3;
}
.modal .box .item:nth-of-type(even) .inner .tab {
  background: #D44CCB;
}/*# sourceMappingURL=smart.css.map */