﻿@charset "UTF-8";
.fadeIn {
  opacity: 1 !important;
}
.about, .people, .recruit, .recruit-mess__banners, .business__guide, #kaijou, #rikujou, #kontena, #souko, #bousai, #hanbai, #saisei, #kensetu, #group, .data02, .number__message, .iviContainer02, .iviContainer03, .iviContainer04, .iviContainer05, .box01, .box02, .box03, .box04, .idea, .personnel__top, .personnel__p, .personnel__title, .personnel__middle, .personnel__bottom, .welfare, .banner, .boxes01, .boxes02, .boxes03, .boxes04, .boxes05, .enquete__topBottom, .fadeIn01, .fadeIn02, .fadeIn03, .fadeIn04, .fadeIn05, .fadeIn06, .fadeIn07, .fadeIn08, .fadeIn09, .fadeIn10, .enquete__bottomSP, .fadeIn11, .fadeIn12, .fadeIn13, .fadeIn14, .fadeIn15, .fadeIn16, #tab2, #tab3, #tab4 {
  transition: all 0.7s ease-in;
  opacity: 0;
}


.hover-opacity, .recruit-mess__banner, .business__guide > a, .ivi__box, .people__detail > a, .banner__banner, .pagetop {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.hover-opacity:hover, .recruit-mess__banner:hover, .business__guide > a:hover, .ivi__box:hover, .people__detail > a:hover, .banner__banner:hover, .pagetop:hover {
  opacity: 0.5;
}

button {
  cursor: pointer;
  color: black;
  border: none;
  background-color: white;
}

.hover-white, .header__drop-a > a {
  position: relative;
}
.hover-white::before, .header__drop-a > a::before {
  content: "";
  transition: all 0.5s;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}
.hover-white:hover::before, .header__drop-a > a:hover::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.mobileBtn__bar {
  margin-top: 0;
}

.section-width, .contact__thanks-page, .enquete__inner, .recruit-mess__banners, .recruit-mess__messageInner, .welfare__inner, .personnel__bottomInner, .personnel__middleInner, .idea__inner, .develop__inner, .business__innerGrayinner, .business__inner, .ivi__inner, .interview__orangeInner, .interview__white, .interview__inner, .number__inner {
  width: calc(100% - 44px);
  margin: 0 auto;
  max-width: 1150px;
}

.page-padding, .enquete, .recruit-mess, .welfare, .develop, .business, .ivi, .interview, .number {
  padding: 75px 0 27px;
  margin-bottom: 31px;
  border-bottom: 2px solid rgb(220, 221, 221);
}

.page-heading, .enquete__heading, .recruit-mess__heading, .develop__heading, .business__heading, .ivi__heading, .interview__heading, .number__heading {
  text-align: center;
  font-weight: 900;
  margin-bottom: 34px;
  position: relative;
}
.page-heading > img, .enquete__heading > img, .recruit-mess__heading > img, .develop__heading > img, .business__heading > img, .ivi__heading > img, .interview__heading > img, .number__heading > img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-heading > h1, .enquete__heading > h1, .recruit-mess__heading > h1, .develop__heading > h1, .business__heading > h1, .ivi__heading > h1, .interview__heading > h1, .number__heading > h1 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.page-heading > p, .enquete__heading > p, .recruit-mess__heading > p, .develop__heading > p, .business__heading > p, .ivi__heading > p, .interview__heading > p, .number__heading > p {
  font-size: 14px;
  letter-spacing: 2px;
}

.mobileHeader {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  z-index: 10001;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobileHeader.change-color {
  background-color: white;
}

.mobile {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: -200vh;
  z-index: 10000;
  transition: all 0.5s ease;
}
.mobile.down {
  top: 0;
}
.mobile__ul {
  margin-top: 40px;
  padding-bottom: 150px;
}
.mobile__li > a {
  font-size: 14px;
  padding: 20px 0 20px 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(220, 221, 221);
}
.mobile__li > a::after {
  font-size: 10px;
  margin-left: 25px;
}
.mobile__li > a::before {
  content: "";
  background: url(../images/large-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.9px;
  height: 6.5px;
  display: flex;
  align-items: center;
  margin-right: 13px;
}
.mobile__li.child > a {
  padding-left: 45px;
}
.mobile__li.child > a::before {
  background: url(../images/thin-arrow.svg);
  width: 5px;
  height: 8.6px;
}
.mobile__li.li-top > a::after {
  content: "トップページ";
}
.mobile__li.li-about > a::after {
  content: "会社について";
}
.mobile__li.li-people > a::after {
  content: "人について";
}
.mobile__li.li-mess > a::after {
  content: "採用担当より";
}
.mobile__li.li-recruit > a::after {
  content: "採用について";
}
.mobile__li.li-number > a::after {
  content: "数字でみるUYENO";
}
.mobile__li.li-vision > a::after {
  content: "上野グループの目指す姿";
}
.mobile__li.li-business > a::after {
  content: "事業紹介";
}
.mobile__li.li-inter > a::after {
  content: "先輩社員インタビュー 一覧";
}
.mobile__li.li-develop > a::after {
  content: "人財育成・研修制度";
}
.mobile__li.li-enquete > a::after {
  content: "若手社員アンケート";
}
.mobile__li.li-new > a::after {
  content: "新卒 採用情報";
}
.mobile__li.li-mid > a::after {
  content: "中途 採用情報";
}
.mobile__li.li-marin > a::after {
  content: "船員 採用情報";
}
.mobile__li.li-drivers > a::after {
  content: "乗務員 採用情報";
}
.mobile__li.li-construction > a::after {
  content: "施工管理 採用情報";
}

.mobileBtn {
  background-color: black;
  width: 40px;
  height: 40px;
  transition: all 0.8s ease;
  position: relative;
}
.mobileBtn__bar:nth-child(1) {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: white;
  display: block;
  transition: all 0.8s ease;
}
.mobileBtn__bar:nth-child(2) {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: white;
  display: block;
  transition: all 0.8s ease;
}
.mobileBtn__bar:nth-child(3) {
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: white;
  display: block;
  transition: all 0.8s ease;
}
.mobileBtn__bar.rotate:nth-child(1) {
  transform: rotate(225deg);
  top: 18px;
  left: 10px;
}
.mobileBtn__bar.rotate:nth-child(2) {
  transform: scale(0);
}
.mobileBtn__bar.rotate:nth-child(3) {
  transform: rotate(-225deg);
  top: 18px;
  left: 10px;
}

.mobileBtn.rotate {
  background-color: rgb(220, 221, 221);
}

.font-10, .header__en > a::after, .header__drop-a > a::after {
  font-size: 10px;
}

.font-11, .header__liBlack > a {
  font-size: 11px;
}

.font-14, .people__contents, .about__ja, .section-heading > p, .recruit__header > p, .people__header > p, .about__header > p, .header__en, .header__drop-a > a {
  font-size: 14px;
}

.bx-wrapper .bx-controls-direction a {
  font-size: 0;
}

.header-nonscroll {
  position: fixed !important;
  background-color: rgb(255, 255, 255);
}

.header {
  line-height: 1;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  transition: all 0.3;
}
.header.header-scroll {
  background-color: rgba(0, 0, 0, 0);
}
.header.change-color {
  top: 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
}
.header__logo, .footer__logo {
  width: 199px;
  height: 56px;
}
.header__logo > img, .footer__logo > img {
  width: 199px;
  height: 56px;
}
.header__logo.sp, .sp.footer__logo {
  width: 110px;
  height: 29px;
  margin-top: 8px;
  margin-left: 18px;
}
.header__logo.sp > img, .sp.footer__logo > img {
  width: 110px;
  height: 29px;
}
.header__ul {
  display: flex;
  justify-content: space-between;
}
.header__ul.none {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  margin-bottom: 0;
  background-color: white;
}
.header__li {
  display: none;
}
.header__drop-a {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  border-bottom: 1px solid rgb(220, 221, 221);
}
.header__drop-a > a {
  padding: 17px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.header__drop-a > a::after {
  margin-top: 5px;
}
.header__drop-a > a::before {
  left: 0;
}
.header__drop-a.li-number > a::after {
  content: "数字でみるUYENO";
}
.header__drop-a.li-vision > a::after {
  content: "上野グループの目指す姿";
}
.header__drop-a.li-business > a::after {
  content: "事業紹介";
}
.header__drop-a.li-inter > a::after {
  content: "先輩社員インタビュー 一覧";
}
.header__drop-a.li-develop > a::after {
  content: "人財育成・研修制度";
}
.header__drop-a.li-enquete > a::after {
  content: "若手社員アンケート";
}
.header__drop-a.li-new > a::after {
  content: "新卒 採用情報";
}
.header__drop-a.li-mid > a::after {
  content: "中途 採用情報";
}
.header__drop-a.li-marin > a::after {
  content: "船員 採用情報";
}
.header__drop-a.li-drivers > a::after {
  content: "乗務員 採用情報";
}
.header__drop-a.li-construction > a::after {
  content: "施工管理 採用情報";
}
.header__en {
  position: relative;
  margin-right: 83px;
}
.header__en > a {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in;
}
.header__en > a::after {
  margin-top: 5px;
}
.header__en > a:hover {
  color: rgb(146, 145, 145);
}
.header__en:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header__en > ul {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.header__en > ul::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgb(71, 140, 170);
  display: block;
}
.header__en > ul::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  background-image: url(../images/large-arrow.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) translateX(-50%);
}
.header__en.li-top > a::after {
  content: "トップページ";
}
.header__en.li-about > a::after {
  content: "会社について";
}
.header__en.li-people > a::after {
  content: "人について";
}
.header__en.li-mess > a::after {
  content: "採用担当より";
}
.header__en.li-recruit > a::after {
  content: "採用について";
}
.header__liBlack {
  width: calc(50% - 0.5px);
  background-color: black;
  padding: 10px 0;
  cursor: pointer;
}
.header__liBlack > a {
  color: white;
  text-align: center;
}
.header__liBlack.mobile-bl {
  width: 100%;
  margin-bottom: 1px;
}
.header__entry {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.header__entry::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -19px;
  background-image: url(../images/pen.svg);
  background-repeat: no-repeat;
  width: 70px;
  height: 21px;
}
.header__entry.mobile-bl {
  font-size: 13px;
}
.header__entry.mobile-bl::after {
  width: 95px;
  height: 17px;
  top: -1px;
  left: -28px;
}
.header__entry.red {
  color: #C80000;
}
.header__entry.blue {
  color: rgb(71, 140, 170);
}
.header__message {
  margin-bottom: 5px;
}
.header__message.mobile-bl {
  font-size: 14px;
}
.header__contents {
  font-size: 14px;
}


/* 上に戻るボタン */
.pagetop {
  bottom: 3rem;
  right: 3rem;
  position: fixed;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
}
@media (min-width: 1280px) {
  .pagetop {
    bottom: 79px;
    right: 181px;
  }
}
.pagetop > img {
  border-radius: 100%;
  width: 100%;
}
.pagetop::before {
  border-radius: 100%;
}

@media (max-width: 374px) {
  .about__box {
    width: 283px;
    height: 360px;
  }
  .people__message {
    width: 300px;
    height: 300px;
  }
  .people__message::after {
    right: 0;
  }
  .people__messageTitle {
    font-size: 20px;
  }
  .recruit__title::after {
    left: 15px;
  }
  .recruit__box {
    width: calc(100% - 52px);
  }
}
.banner {
  margin: 60px 0;
}
.banner__banner.pc {
  display: none;
}
.banner__banner.sp {
  display: block;
  margin: 0 auto;
  width: 337px;
}
.banner__banner.sp > img {
  width: 337px;
}
.banner__banner:nth-child(4) {
  margin-top: 30px;
}
.banner__banner > img {
  height: 100%;
  width: 100%;
}

#first {
  -webkit-animation-name: first_keyframes;
          animation-name: first_keyframes;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes first_keyframes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes first_keyframes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  color: black;
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
}

a {
  color: black;
  text-decoration: none;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

input {
  padding: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}

.bxslider.pc {
  display: none;
}

.bx-wrapper .bx-next {
  background: url(../images/white-arrow@4x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.88px !important;
  height: 19.88px !important;
  position: relative;
  right: 1px;
  top: 180px !important;
}
.bx-wrapper .bx-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/white-arrow@4x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.88px !important;
  height: 19.88px !important;
}
.bx-wrapper .bx-prev {
  background: url(../images/white-arrow@4x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.88px !important;
  height: 19.88px !important;
  top: 180px !important;
  left: 3px;
  transform: rotate(180deg);
}
.bx-wrapper .bx-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/white-arrow@4x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.88px !important;
  height: 19.88px !important;
}

.flex-center, .number__title, .people__header, .arrow-circle, .about__boxContents > span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-13 {
  font-size: 13px;
}

.font-16 {
  font-size: 16px;
}

.font-22 {
  font-size: 22px;
}

.font-25 {
  font-size: 25px;
}

.font-30 {
  font-size: 30px;
}

.section-heading, .recruit__header, .people__header, .about__header {
  font-weight: bold;
  text-align: center;
}
.section-heading > h1, .recruit__header > h1, .people__header > h1, .about__header > h1, .section-heading h2, .recruit__header h2, .people__header h2, .about__header h2, .section-heading h3, .recruit__header h3, .people__header h3, .about__header h3, .section-heading h4, .recruit__header h4, .people__header h4, .about__header h4, .section-heading h5, .recruit__header h5, .people__header h5, .about__header h5, .section-heading h6, .recruit__header h6, .people__header h6, .about__header h6 {
  font-size: 33px;
  letter-spacing: 4px;
  font-weight: 900;
  margin-bottom: 9px;
}
.section-heading > p, .recruit__header > p, .people__header > p, .about__header > p {
  letter-spacing: 2px;
}

.arrow-circle, .about__boxContents > span {
  font-size: 13px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.black-white-back {
  content: "";
  background-image: url(../images/black-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.hover-white, .header__drop-a > a {
  position: relative;
}
.hover-white::before, .header__drop-a > a::before {
  content: "";
  transition: all 0.5s;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}
.hover-white:hover::before, .header__drop-a > a:hover::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.color-set.blue, .blue.enquete__commentAcc, .blue.enquete__comment, .blue.enquete__textBox, .blue.enquete__text, .blue.enquete__boxTitle, .number__boxBottom > div > p.blue, .number__boxBottom > p.blue, .number__boxNumber > span.blue, .number__boxNumber > p.blue, .blue.number__boxNumber {
  color: rgb(58, 172, 211);
}
.color-set.orange, .orange.enquete__commentAcc, .orange.enquete__comment, .orange.enquete__textBox, .orange.enquete__text, .orange.enquete__boxTitle, .number__boxBottom > div > p.orange, .number__boxBottom > p.orange, .number__boxNumber > span.orange, .number__boxNumber > p.orange, .orange.number__boxNumber {
  color: rgb(247, 170, 72);
}
.color-set.green, .green.enquete__commentAcc, .green.enquete__comment, .green.enquete__textBox, .green.enquete__text, .green.enquete__boxTitle, .number__boxBottom > div > p.green, .number__boxBottom > p.green, .number__boxNumber > span.green, .number__boxNumber > p.green, .green.number__boxNumber {
  color: rgb(24, 162, 153);
}
.color-set.gray, .gray.enquete__commentAcc, .gray.enquete__comment, .gray.enquete__textBox, .gray.enquete__text, .gray.enquete__boxTitle, .number__boxBottom > div > p.gray, .number__boxBottom > p.gray, .number__boxNumber > span.gray, .number__boxNumber > p.gray, .gray.number__boxNumber {
  color: rgb(149, 149, 149);
}

.section-title, .business__contentsTitle, .ivi__title, .interview__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  display: flex;
  align-items: flex-start;
}
.section-title::before, .business__contentsTitle::before, .ivi__title::before, .interview__title::before {
  content: "";
  background-color: rgb(247, 170, 72);
  width: 7.614px;
  height: 29.5448px;
  display: block;
  margin-right: 5px;
}

.slide {
  position: relative;
  margin-bottom: 56px;
}
.slide::after {
  content: "";
  background-image: url(../images/bid-top-textsp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 1;
  width: 98%;
  height: 99%;
  position: absolute;
  top: 0;
}
.slide__slideContainer {
  overflow: hidden;
  width: 100vw;
}
.slide__slideContainer > video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.slide__slideContainer.pc {
  display: none;
}
.slide__slide {
  width: 100vw;
}
.slide__link-sailor {
  width: 80px;
  position: fixed;
  z-index: 9999;
  bottom: 2px;
  right: 10px;
  opacity: 1;
  transition: all 0.4s;
}
.slide__link-sailor > a {
  display: block;
}
.slide__link-sailor > a::before {
  border-radius: 100%;
}
.slide__link-sailor.opacity-zero {
  opacity: 0;
  pointer-events: none;
}
.slide__link-sailor-delete {
  position: absolute;
  width: 0.6em;
  z-index: inherit;
  top: -8px;
  left: 73px;
  cursor: pointer;
}

.about {
  margin-bottom: 88px;
}
.about__header {
  margin-bottom: 65px;
}
.about__box {
  display: block;
  width: 320px;
  height: 340px;
  margin: 0 auto 30px auto;
  position: relative;
}
.about__box:last-child {
  margin-bottom: 0;
}
.about__box.sekiyu {
  background-image: url(../images/abou01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.about__box.japan {
  background-image: url(../images/top-vision0326_03.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.about__box.data {
  background-image: url(../images/about03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.about__en {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 4px;
  text-align: center;
}
.about__ja {
  margin-bottom: 17px;
}
.about__boxContents {
  color: white;
  padding: 63px;
}
.about__boxContents > p {
  line-height: 97%;
  text-align: center;
}
.about__boxContents > span {
  margin: 0 auto;
}
.about__icon {
  text-align: center;
}
.about__icon.sekiyu {
  margin-bottom: 20px;
}
.about__icon.sekiyu > img {
  width: 100px;
  height: 112px;
}
.about__icon.japan {
  margin-bottom: 40px;
}
.about__icon.japan > img {
  width: 134.85px;
  height: 88.81px;
}
.about__icon.data {
  margin-bottom: 37px;
}
.about__icon.data > img {
  width: 112.4px;
  height: 90.32px;
}

.people {
  margin-bottom: 23px;
}
.people__header {
  flex-direction: column;
  width: 100%;
  height: 170px;
  background-image: url(../images/back-blue-top@4x.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.people__header > h2 {
  color: white;
}
.people__header > p {
  color: white;
  margin-bottom: 9px;
}
.people__sliderContainer {
  display: none;
}
.people__sliderContainer.sp {
  display: block;
  width: 320px !important;
  margin: 0 auto;
  position: relative;
  margin-top: -39px;
}
.people__boxContainer {
  width: calc(100% - 40px);
  margin: -36px auto 34px auto;
  max-width: 350px;
  display: flex;
}
.people__box {
  position: relative;
  z-index: 1;
}
.people__box.sp {
  width: 320px !important;
  margin: 0 auto;
}
.people__box.sp .people__img {
  width: 320px !important;
}
.people__box:hover .people__contents {
  opacity: 1;
}
.people__img {
  height: 380px;
}
.people__img > img {
  height: 100%;
}
.people__contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  padding: 14px;
  width: calc(100% - 28px);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.people__p {
  font-size: 18px;
  margin-bottom: 12px;
}
.people__name {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
.people__eduback {
  font-size: 18px;
}
.people__detail {
  display: flex;
  justify-content: space-between;
  width: 308px;
  margin: 0 auto;
  letter-spacing: 1.3px;
}
.people__detail > span {
  display: block;
}
.people__detail > span > img {
  width: 20px;
  height: auto;
}
.people__detail > a {
  font-weight: bold;
  display: block;
  border-bottom: 3px solid black;
}

.recruit {
  padding: 18px 0 0 0;
  /* padding-bottom: 88px; */
  position: relative;
  z-index: 0;
}
.recruit__boxContainer {
  margin-bottom: 88px;
}
.recruit__box {
  background-color: white;
  margin: 0 auto 32px auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid black;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 29px 0px 30px;
  position: relative;
  flex-direction: column;
}
.recruit__box:last-child {
  margin-bottom: 0;
}
.recruit__box::before {
  left: 0px;
}
.recruit__right {
  display: flex;
  align-items: center;
}
.recruit__right > span {
  width: 20px;
  height: auto;
  display: block;
  margin-left: 15px;
}
.recruit__boxTitle {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 31px;
  letter-spacing: 1px;
}
.recruit__boxSentence {
  font-size: 15px;
  letter-spacing: 1px;
}
.recruit__box-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background-color: white;
  padding: 40px 0 0;
}
.recruit__box-bottom > a {
	width: 90%;	
  display: flex;
  margin: 0 auto;
  background-color: white;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.recruit__box-bottom-aleft {
  width: 100px;
}
.recruit__box-bottom-aleft > img {
  height: 100%;
}
.recruit__box-bottom-aright {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruit__box-bottom-aright > p {
  text-align: center;
}
.recruit__box-bottom-aright > p:first-child {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 17px;
}
.recruit__box-bottom-aright > p:last-child {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit__box-bottom-aright > p:last-child::after {
  content: "";
  background-image: url(../images/black-arrow@4x.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.recruit__headerContainer {
  background-image: url(../images/recruit-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.recruit__header {
  margin-bottom: 29px;
  color: white;
}
.recruit__group {
  display: none;
}

.number__data {
  background-color: rgb(230, 230, 235);
  padding: 26px 0 35px;
  margin-bottom: 25px;
}
.number__title {
  background-color: rgb(0, 79, 127);
  font-size: 25px;
  color: white;
  width: 189.6038px;
  height: 40.0479px;
  margin: 0 auto 38px auto;
  font-weight: 600;
  position: relative;
}
.number__title.title02 {
  margin-bottom: 55px;
}
.number__title.title02::after {
  content: "※事務職員のみ";
  font-size: 10px;
  color: black;
  position: absolute;
  bottom: -17px;
  right: -5px;
}
.number__boxContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.number__box {
  margin-bottom: 58px;
  max-width: 320px;
}
.number__box:last-child {
  margin-bottom: 0;
}
@media (min-width: 1004px) {
  .number__box.right-box {
    margin-right: 156px;
  }
}
.number__boxTop {
  margin-bottom: 33px;
}
.number__boxTitle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.number__boxNumber {
  display: flex;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 8px;
}
.number__boxNumber > p {
  font-size: 44px;
}
.number__boxNumber > p.smP {
  display: flex;
  flex-direction: column-reverse;
}
.number__boxNumber > p.smP::after {
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
}
.number__boxNumber > p.smP.man::after {
  content: "男性";
}
.number__boxNumber > p.smP.woman::after {
  content: "女性";
}
.number__boxNumber > p.smP.sinsotu::after {
  content: "新卒";
}
.number__boxNumber > p.smP.tyuuto::after {
  content: "中途";
}
.number__boxNumber > p.yaku {
  display: flex;
  flex-direction: row-reverse;
}
.number__boxNumber > p.yaku::after {
  content: "約";
  font-size: 12px;
}
.number__boxNumber > span {
  font-size: 23px;
  display: flex;
  align-items: flex-end;
}
.number__boxNumber > span.koron {
  font-size: 22px;
  color: rgb(149, 149, 149);
  margin: 0 8px;
}
.number__boxSub {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.number__boxBottom {
  height: auto;
  margin: 0 auto;
  font-weight: 900;
}
.number__boxBottom.img01 {
  width: 67.5%;
}
.number__boxBottom.img02 {
  width: 90.5%;
}
.number__boxBottom.img03 {
  width: 45.2%;
}
.number__boxBottom.img04 {
  width: 95%;
}
.number__boxBottom.img05 {
  width: 68.4%;
}
.number__boxBottom.img06 {
  width: 50.3%;
}
.number__boxBottom.img07 {
  width: 60.5%;
}
.number__boxBottom.img08 {
  width: 60.5%;
}
.number__boxBottom.img09 {
  width: 32.2%;
}
.number__boxBottom.img10 {
  width: 68.5%;
}
.number__boxBottom.img11 {
  width: 75.3%;
}
.number__boxBottom.img12 {
  width: 32.2%;
}
.number__boxBottom.img13 {
  width: 68.4%;
}
.number__boxBottom.pc {
  display: none;
}
.number__boxBottom > p {
  text-align: center;
  margin-bottom: 16px;
}
.number__boxBottom > p.big {
  font-size: 15px;
}
.number__boxBottom > p.small {
  font-size: 13px;
}
.number__boxBottom > div {
  display: flex;
  justify-content: center;
}
.number__boxBottom > div > p {
  margin-bottom: 16px;
}
.number__boxBottom > div > p.big {
  font-size: 15px;
}
.number__boxBottom > div > p.small {
  font-size: 13px;
}
.number__message {
  background-color: rgb(230, 230, 235);
  padding: 43px 0 60px;
}
.number__messageTop {
  padding: 50px 0 43px;
  background-image: url(../images/number-zero.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.number__torikumi {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.number__torikumi > span:first-child {
  margin-right: 10px;
  margin-left: -19px;
}
.number__torikumi > span:nth-child(2) {
  font-size: 20px;
  color: rgb(58, 172, 211);
  margin-right: 10px;
}
.number__muziko {
  color: rgb(58, 172, 211);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  line-height: 144%;
}
.number__messageBottom {
  font-size: 14px;
  font-weight: 600;
  line-height: 193%;
  width: calc(100% - 52px);
  margin: 0 auto;
  text-align: center;
}

.interview__top {
  margin-bottom: 47px;
}
.interview__topLeft {
  height: 378px;
  margin: 0 auto 10px;
  max-width: 375px;
}
.interview__topLeft > img {
  height: 100%;
}
.interview__h2 {
  color: rgb(255, 116, 13);
  font-size: 20.4px;
  font-weight: 600;
  line-height: 187%;
  margin-bottom: 15px;
}
.interview__h2.chemicals {
  color: rgb(95, 156, 255);
}
.interview__h2.maritime {
  color: rgb(60, 60, 135);
}
.interview__h2.rojchem {
  color: rgb(73, 174, 0);
}
.interview__h2.transtech {
  color: #2230ba;
}
.interview__tags {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
}
.interview__orange {
  background-color: rgb(255, 116, 13);
  color: white;
  padding: 22px 0;
}
.interview__orange.chemicals {
  background-color: rgb(95, 156, 255);
}
.interview__orange.maritime {
  background-color: rgb(60, 60, 135);
}
.interview__orange.rojchem {
  background-color: rgb(73, 174, 0);
}
.interview__orange.transtech {
  background-color: #2230ba;
}
.interview__orange01 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.interview__orange02 {
  font-size: 26.5px;
  margin-bottom: 24px;
  font-weight: 600;
}
.interview__orange03 {
  margin-bottom: 16px;
  font-size: 20px;
}
.interview__orange04 {
  margin-bottom: 18px;
  font-size: 20px;
}
.interview__orange05 > p {
  line-height: 130%;
}
.interview__orange05 > p:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  font-weight: 600;
}
.interview__title {
  margin-bottom: 22px;
}
.interview__title::before {
  background-color: rgb(255, 116, 13);
}
.interview__title.chemicals::before {
  background-color: rgb(95, 156, 255);
}
.interview__title.maritime::before {
  background-color: rgb(60, 60, 135);
}
.interview__title.rojchem::before {
  background-color: rgb(73, 174, 0);
}
.interview__title.transtech::before {
  background-color: #2230ba;
}
.interview__box {
  margin-bottom: 50px;
}
.interview__box > p {
  font-size: 14px;
  line-height: 214%;
  margin-bottom: 21px;
}
.interview__box > div {
  width: 100%;
  height: 214px;
  max-width: 375px;
  margin: 0 auto;
}
.interview__slide {
  background-color: rgb(42, 113, 185);
  padding: 34px 0;
}
.interview__slide > p {
  color: white;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  line-height: 143%;
}
.interview__slide .people__sliderContainer.sp {
  margin-top: 36px;
}
.interview__slide .people__boxContainer {
  margin: 0px 0 0 0;
}

.ivi__title {
  font-weight: 400;
  line-height: 100%;
  font-size: 22px;
  margin-bottom: 34px;
}
.ivi__title::before {
  background-color: rgb(34, 48, 186);
  margin-right: 10px;
}
.ivi__container {
  margin-bottom: 80px;
}
.ivi__container:nth-child(2) .ivi__title::before {
  background-color: rgb(255, 116, 13);
}
.ivi__container:nth-child(2) .ivi__hashes {
  color: rgb(255, 116, 13);
}
.ivi__container:nth-child(2) .ivi__info::after {
  background-color: rgb(255, 116, 13);
}
.ivi__container:nth-child(3) .ivi__title::before {
  background-color: rgb(73, 174, 0);
}
.ivi__container:nth-child(3) .ivi__hashes {
  color: rgb(73, 174, 0);
}
.ivi__container:nth-child(3) .ivi__info::after {
  background-color: rgb(73, 174, 0);
}
.ivi__container:nth-child(4) .ivi__title::before {
  background-color: rgb(60, 60, 135);
}
.ivi__container:nth-child(4) .ivi__hashes {
  color: rgb(60, 60, 135);
}
.ivi__container:nth-child(4) .ivi__info::after {
  background-color: rgb(60, 60, 135);
}
.ivi__container:nth-child(5) .ivi__title::before {
  background-color: rgb(95, 156, 255);
}
.ivi__container:nth-child(5) .ivi__hashes {
  color: rgb(95, 156, 255);
}
.ivi__container:nth-child(5) .ivi__info::after {
  background-color: rgb(95, 156, 255);
}
.ivi__box {
  position: relative;
  margin: 0 auto 46px auto;
  width: 331px;
  display: block;
}
.ivi__img {
  background-color: rgb(71, 140, 170);
  width: 100%;
  height: 315px;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
.ivi__img > img {
  height: 100%;
}
.ivi__info {
  position: absolute;
  bottom: 0px;
  right: 27px;
  width: 265px;
  padding: 16.5px 0px 12px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.ivi__info > div {
  display: flex;
}
.ivi__info::after {
  background-color: #2230ba;
  width: 100%;
  height: 91%;
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: -1;
}
.ivi__hashes {
  margin-bottom: 16px;
  color: rgb(34, 48, 186);
}
.ivi__info00 {
  font-size: 12px;
  font-weight: 600;
}
.ivi__info01 {
  font-size: 12px;
  margin-bottom: 3px;
}
.ivi__names {
  margin-bottom: 7px;
}
.ivi__info02 {
  font-size: 21px;
  font-weight: 600;
}
.ivi__info03 {
  font-size: 12px;
  display: flex;
  align-items: self-end;
  margin-left: 21px;
}
.ivi__info03:last-of-type {
  margin-left: 12px;
}
.ivi__info04 {
  font-size: 12px;
}

.business__innerGray {
  background-color: rgb(245, 245, 245);
  padding: 30px 0 11px;
  margin-bottom: 47px;
}
.business__h {
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  line-height: 145%;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.business__grayBoxImg {
  width: 275.9551px;
  height: 176.8423px;
  margin: 0 auto 30px auto;
}
.business__threeImg {
  display: none;
}
.business__three > img {
  height: 100%;
}
.business__grayBoxBigp {
  font-size: 20px;
  font-weight: 600;
  line-height: 205%;
  margin-bottom: 12px;
}
.business__grayBoxBigp > br {
  display: none;
}
.business__grayBoxP {
  font-size: 16px;
  line-height: 213%;
  margin-bottom: 21px;
}
.business__guide {
  position: relative;
  margin: 41px auto 0 auto;
  width: 333.6956px;
  height: 333.6956px;
}
.business__guide > a {
  position: absolute;
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 333.6956px;
  height: 333.6956px;
  margin: 0 auto 0 auto;
  line-height: 124%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.business__guide > a.rikujou {
  top: 36px;
  left: 88px;
}
.business__guide > a.kontena {
  top: 92px;
  left: 25px;
}
.business__guide > a.hanbai {
  top: 174px;
  left: 26px;
}
.business__guide > a.saisei {
  top: 242px;
  left: 47px;
  font-size: 15px;
}
.business__guide > a.group {
  top: 271px;
  left: 135px;
  text-align: center;
}
.business__guide > a.kensetu {
  top: 247px;
  left: 214px;
}
.business__guide > a.bousai {
  top: 162px;
  left: 248px;
}
.business__guide > a.souko {
  top: 91px;
  left: 260px;
}
.business__guide > a.kaijou {
  top: 34px;
  left: 180px;
}
.business__business {
  padding-top: 35px;
}
.business__business.kaijou {
  padding-top: 41px;
}
.business__title {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 31px;
}
.business__title > div {
  color: rgb(29, 164, 219);
  margin-right: 20px;
}
.business__title > div > span {
  color: black;
}
.business__title > div.green {
  color: rgb(34, 154, 100);
}
.business__title > div.light-green {
  color: rgb(102, 192, 68);
}
.business__title > div.navy {
  color: rgb(8, 80, 124);
}
.business__title > div.eme {
  color: rgb(74, 208, 165);
}
.business__title > div.yelow {
  color: rgb(238, 199, 104);
}
.business__title > div.red {
  color: #C80000;
}
.business__title > div.orange {
  color: rgb(247, 170, 72);
}
.business__contents {
  margin-bottom: 33px;
}
.business__contents:last-of-type {
  margin-bottom: 23px;
}
.business__contentsTitle {
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.business__contentsTitle::before {
  background-color: rgb(29, 164, 219);
  height: 23.0679px;
  width: 3px;
  margin-right: 8px;
}
.business__contentsImg {
  width: 250px;
  height: 250px;
  margin: 0 auto 15px;
}
.business__contentsImg.sp {
  display: none;
}
.business__contentsImg > img {
  height: 100%;
}
.business__contentsP {
  font-size: 13.5px;
  line-height: 192%;
  width: 90%;
  margin: 0 auto;
}
.business__contentsP.hasBtn {
  margin-bottom: 23px;
}
.business__btns {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.business__btns:hover .business__drops {
  opacity: 1;
  visibility: visible;
}
.business__drops {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  width: 100%;
  max-width: 400px;
}
.business__drop {
  padding: 15px 0 15px 10px;
  border-bottom: 2px solid rgb(220, 221, 221);
  display: block;
  font-size: 14px;
}
.business__drop > div {
  display: flex;
}
.business__drop > div > p {
  margin-right: 10px;
  line-height: 150%;
}
.business__btn {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 100%;
  height: 100px;
  background-color: rgb(29, 164, 219);
  color: white;
  padding-left: 42px;
  font-weight: 600;
  cursor: pointer;
}
.business__btn > div {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  letter-spacing: 2px;
}
.business__btn::after {
  content: "";
  background-image: url(../images/business-geer.svg);
  background-size: cover;
  width: 76.8164px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.business__btn.green {
  background-color: rgb(34, 154, 100);
}
.business__btn.light-green {
  background-color: rgb(102, 192, 68);
}
.business__btn.navy {
  background-color: rgb(8, 80, 124);
}
.business__btn.navy > div {
  font-size: 18px;
  margin-bottom: 0;
}
.business__btn.navy > div > p {
  text-align: left;
}
.business__btn.navy > p {
  font-size: 10px;
  line-height: 170%;
}
.business__btn.eme {
  background-color: rgb(74, 208, 165);
}
.business__btn.yelow {
  background-color: rgb(238, 199, 104);
}
.business__btn.red {
  background-color: #C80000;
}
.business__btn.orange {
  background-color: rgb(247, 170, 72);
}
.business__en {
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.4px;
}
.business__en.sp {
  display: none;
}
.business__arrow {
  display: flex;
  align-items: center;
}
.business__arrow > img {
  width: 18px;
  height: auto;
  margin-left: 18px;
}
.business__arrow.sp {
  display: none;
}

.develop {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.develop__mission {
  margin-bottom: 68px;
}
.develop__mission.pc {
  display: none;
}
.develop__missionBox {
  padding: 20px 21px;
  color: white;
  padding: 20px 21px 24px;
  width: 289px;
  margin: 0 auto;
  opacity: 1 !important;
}
.develop__missionBox.box01 {
  margin-bottom: 8px;
  background-image: url(../images/kenshuu01.jpg);
}
.develop__missionBox.box02 {
  background-image: url(../images/kenshuu02_06.jpg);
}
.develop__missionTop {
  font-size: 10px;
  margin-bottom: 3px;
  letter-spacing: 1.03px;
}
.develop__missionMiddle {
  font-size: 16.8px;
  line-height: 189%;
  letter-spacing: 2.4px;
  margin-bottom: 14px;
  font-weight: 600;
}
.develop__missionBottom {
  font-size: 11.14px;
  line-height: 225%;
}

.idea {
  background-image: url(../images/kenshuu-back01.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-bottom: 33px;
  margin-bottom: 65px;
}
.idea__inner {
  max-width: 700px;
}
.idea__ideaTitle {
  font-size: 30px;
  color: rgb(8, 80, 124);
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
  letter-spacing: 3px;
}
.idea__ideaP {
  font-size: 16px;
  text-align: center;
  line-height: 250%;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.idea__ideaP > br {
  display: none;
}
.idea__ideaBox {
  font-weight: 600;
  text-align: center;
  padding: 28px 0 21px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 5px 3px #9ed3ef;
  margin: 0 auto;
}
.idea__ideaBoxTitle {
  font-size: 12.6px;
  margin-bottom: 11px;
  color: rgb(8, 80, 124);
  letter-spacing: 2px;
}
.idea__ideaBoxTitle > span {
  font-size: 18.9px;
  line-height: 136%;
}
.idea__ideaBoxP {
  font-size: 13.5px;
  text-align: center;
  line-height: 192%;
  letter-spacing: 0.8px;
}

.personnel__title {
  font-size: 30px;
  color: #08507c;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 112%;
}
.personnel__p {
  font-size: 13.5px;
  line-height: 195%;
  width: 300px;
  margin: 0 auto 4px;
  text-align: center;
}
.personnel__middle {
  background-color: rgb(0, 142, 172);
}
.personnel__piller {
  margin: 0 auto;
}
.personnel__piller.piller01 {
  width: 338.812px;
}
.personnel__piller.piller02 {
  width: 335.8604px;
  margin-bottom: 57px;
}
.personnel__piller.pc {
  display: none;
}
.personnel__top {
  padding-bottom: 52px;
  background-image: url(../images/trans-back.png);
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.personnel__top::after {
  content: "";
  background-image: url(../images/sankakuPC.svg);
  width: 117px;
  height: 94.8px;
  position: absolute;
  top: 336px;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
}
.personnel__middle {
  padding: 73px 0 22px;
  background-image: url(../images/kenshuu-back02_02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #478caa;
}
.personnel__middleTitle {
  color: white;
  font-size: 15.7px;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: center;
}
.personnel__middleP {
  font-size: 10px;
  color: white;
  line-height: 194%;
  text-align: center;
  margin-bottom: 23px;
}
.personnel__jobs {
  display: flex;
  justify-content: center;
}
.personnel__jobLeft {
  width: 233.9202px;
}
.personnel__jobRight {
  width: 91.8978px;
  margin-top: 38px;
}
.personnel__jobRight > img {
  margin: -39px 0px 0 9px;
  -o-object-fit: contain;
     object-fit: contain;
}
.personnel__jobRight.pc {
  display: none;
}
.personnel__jobTitle {
  background-color: white;
  line-height: 230%;
  text-align: center;
  font-size: 11.8px;
  color: rgb(8, 80, 124);
  font-weight: 600;
  margin-bottom: 10px;
}
.personnel__jobTitle > span {
  font-size: 10px;
}
.personnel__jobContents {
  color: white;
  padding-left: 15px;
  margin-bottom: 16px;
}
.personnel__jobContents > p {
  font-size: 10px;
  margin-top: 6px;
  line-height: 150%;
}
.personnel__jobContents > span {
  font-size: 11.8px;
}
.personnel__bottom {
  color: white;
  background-color: rgb(0, 142, 172);
  padding: 37px 0 31px;
}
.personnel__bottomInner {
  max-width: 700px;
}
.personnel__bottomBox:first-child {
  margin-bottom: 17px;
}
.personnel__bottomTitle {
  font-size: 16px;
  border-bottom: 1px solid white;
  padding-bottom: 7px;
  margin-bottom: 8px;
  padding-left: 16px;
  font-weight: 600;
}
.personnel__bottomP {
  font-size: 10px;
  line-height: 198%;
}

.welfare {
  background-color: rgb(230, 230, 235);
  padding: 56px 0 54px;
}
.welfare__title {
  font-size: 30px;
  color: #08507c;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 112%;
}
.welfare__p {
  font-size: 13.5px;
  line-height: 195%;
  width: 300px;
  margin: 0 auto 46px;
  text-align: center;
}
.welfare__p > br {
  display: none;
}
.welfare__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.welfare__box {
  width: 160px;
  height: 250px;
  margin-bottom: 7px;
}
.welfare__figure {
  margin-bottom: 25px;
}
.welfare__figure > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.welfare__figure.figure01 > img {
  width: 138.2713px;
  height: 111.2479px;
}
.welfare__figure.figure02 > img {
  width: 137.7556px;
  height: 111.7142px;
}
.welfare__figure.figure03 > img {
  width: 132.1977px;
  height: 115.6726px;
}
.welfare__figure.figure04 > img {
  width: 113.9194px;
  height: 112.7497px;
}
.welfare__figure.pc {
  display: none;
}
.welfare__boxTitle {
  font-size: 16px;
  color: rgb(8, 80, 124);
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}
.welfare__boxContents {
  font-size: 12px;
  line-height: 197%;
}
.welfare__bottomBox {
  margin: 0 auto;
  max-width: 600px;
}
.welfare__bottomBox:first-child {
  margin-bottom: 29px;
}
.welfare__bottomImg {
  width: 335.8067px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.welfare__bottomTitle {
  font-size: 16px;
  margin-bottom: 7px;
  color: rgb(8, 80, 124);
  font-weight: 600;
}
.welfare__bottomContents {
  font-size: 10px;
  line-height: 210%;
}

.recruit-mess__message {
  font-size: 14px;
  background-color: #f6f4f1;
  padding: 9px 0 71px 0;
  background-image: url(../images/messbackSP.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  margin-bottom: 52px;
}
.recruit-mess__message.pc {
  display: none;
}
.recruit-mess__messageInner {
  width: calc(100% - 92px);
}
.recruit-mess__title {
  margin: 0 auto;
  max-width: 400px;
  font-size: 21px;
  font-weight: 600;
  line-height: 152%;
  margin-bottom: 12px;
}
.recruit-mess__img {
  margin: 0 auto;
  max-width: 400px;
  margin-bottom: 10px;
}
.recruit-mess__p {
  line-height: 222%;
  margin-bottom: 31px;
}
.recruit-mess__under {
  line-height: 218%;
  text-align: right;
}
.recruit-mess__banner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.recruit-mess__banner.pc {
  display: none;
}
.recruit-mess__banner:nth-child(2) {
  margin-bottom: 40px;
}

.asta::after {
  position: absolute;
  font-size: 10px;
  top: 69px;
  right: 25px;
  color: black;
}

.enquete__inner {
  background-color: rgb(230, 230, 235);
  padding-bottom: 9px;
}
.enquete__boxesPC {
  display: none;
}
.enquete__box {
  margin-bottom: 36px;
}
.enquete__boxesSP .fadeIn01, .enquete__boxesSP .fadeIn02, .enquete__boxesSP .fadeIn03 {
  opacity: 1 !important;
}
.enquete__title {
  text-align: center;
  font-size: 15.74px;
  line-height: 155%;
  padding: 21px 0 35px 0;
  border-bottom: 2px solid rgb(8, 80, 124);
  width: 97%;
  margin: 0 auto 10px;
  font-weight: 600;
  color: rgb(8, 80, 124);
  position: relative;
}
.enquete__title::after {
  content: "※新卒入社5年以内の上野グループ社員";
}
.enquete__p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
  position: relative;
  line-height: 132%;
}
.enquete__p.asta {
  margin-bottom: 23px;
}
.enquete__p.asta::after {
  content: "※複数回答";
  top: 24px;
  right: 42px;
}
.enquete__comments {
  width: 91%;
  margin: 0 auto;
  margin-top: 19px;
}
.enquete__comment {
  margin-bottom: 14px;
  font-style: 14px;
  font-weight: 600;
  display: flex;
}
.enquete__comment:last-child {
  margin-bottom: 0;
}
.enquete__comment > span {
  display: block;
  transition: all 0.1s ease-in;
}
.enquete__comment > span.acc {
  transform: rotate(90deg);
}
.enquete__commentAcc {
  display: none;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 142%;
}
.enquete__commentAcc.black {
  color: black;
  font-size: 11px;
}
.enquete__commentAcc.acc {
  display: block;
}
.enquete__img {
  margin: 0 auto;
}
.enquete__img > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.enquete__img.img01 {
  width: 137.2266px;
  height: 117.217px;
}
.enquete__img.img02 {
  width: 253.9193px;
  height: 126.6988px;
}
.enquete__img.img03 {
  width: 114.6286px;
  height: 137.1114px;
}
.enquete__img.img04 {
  width: 265.5085px;
  height: 220.3034px;
}
.enquete__img.img05 {
  width: 256.6689px;
  height: 188.4982px;
}
.enquete__img.img06 {
  width: 266.3846px;
  height: 176.7996px;
}
.enquete__img.img07 {
  width: 266.3846px;
  height: 219.7998px;
}
.enquete__img.img08 {
  width: 126.4725px;
  height: 126.4725px;
}
.enquete__img.img09 {
  width: 152.2103px;
  height: 136.589px;
  position: relative;
  left: -13px;
}
.enquete__img.img10 {
  width: 142.2978px;
  height: 142.4859px;
  position: relative;
  left: -9px;
}
.enquete__img.img11 {
  width: 302.5526px;
  height: 37.1882px;
}
.enquete__img.img12 {
  width: 300.0671px;
  height: 262.5937px;
}
.enquete__img.img13 {
  width: 308.3694px;
  height: 169.1524px;
}
.enquete__img.img14 {
  width: 264.6663px;
  height: 179.2754px;
}
.enquete__img.img15 {
  width: 319.0925px;
  height: 565.7428px;
}
.enquete__img.img15.pc {
  display: none;
}
.enquete__img.img16 {
  width: 263.0789px;
  height: 279.8507px;
}

.contact__thanks {
  font-size: 20px;
  color: rgb(8, 80, 124);
  margin-bottom: 30px;
  margin-top: 80px;
  line-height: 185%;
  text-align: center;
}
.contact__thanks-p {
  font-size: 14px;
  line-height: 210%;
}

@media (min-width: 780px) {
  .section-heading > h1, .about__header > h1, .people__header > h1, .recruit__header > h1, .section-heading h2, .about__header h2, .people__header h2, .recruit__header h2, .section-heading h3, .about__header h3, .people__header h3, .recruit__header h3, .section-heading h4, .about__header h4, .people__header h4, .recruit__header h4, .section-heading h5, .about__header h5, .people__header h5, .recruit__header h5, .section-heading h6, .about__header h6, .people__header h6, .recruit__header h6 {
    font-size: 40px;
  }
  .section-heading > p, .about__header > p, .people__header > p, .recruit__header > p {
    font-size: 18px;
  }
  .bxslider.pc {
    display: block !important;
  }
  .bxslidersp {
    display: none !important;
  }
  .slide {
    margin-bottom: 60px;
  }
  .slide__slideContainer.pc {
    display: block;
  }
  .slide__slideContainer.sp {
    display: none;
  }
  .slide::after {
    background-image: url(../images/big-top-text.svg);
  }
  .slide__link-sailor {
    bottom: 11px;
    right: 31px;
    width: 110px;
  }
  .slide__link-sailor-delete {
    top: -6px;
    left: 100px;
  }
  .about {
    margin-bottom: 170px;
  }
  .about::after {
    right: 0px;
    bottom: -189px;
    width: 420px;
    height: 420px;
  }
  .about__header {
    margin-bottom: 80px;
  }
  .about__boxContainer {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
  }
  .about__boxContents {
    padding: 14px 18px;
  }
  .about__box {
    width: 234px;
    height: 300px;
  }
  .people__message {
    justify-content: center;
    align-items: flex-start;
    width: 550px;
    height: 552px;
    margin: 0 auto 120px auto;
  }
  .people__message::after {
    background-image: url(../images/hukidashi.svg);
    right: -47px;
    bottom: -234px;
    width: 260px;
    height: 330px;
  }
  .people__top {
    margin: 0;
    margin-left: 70px;
  }
  .people__messageTitle {
    margin-bottom: 25px;
  }
  .people__messageTitle > br {
    display: none;
  }
  .people__bottom {
    margin-left: auto;
    margin-right: 35px;
  }
  .people__bottom > span {
    margin-left: 20px;
  }
  .recruit {
    padding: 100px 0 0 0;
  }
  .recruit__box-bottom {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 40px 0 0;
	}
	.recruit__box-bottom > a {
		width: 90%;
		height: 120px;
	 }
	 .recruit__box-bottom-aleft {
		width: 30%;
	 }
	 .recruit__box-bottom-aright {
		width: 70%;
	 }
  .recruit__box-bottom > a:first-child {
    margin-bottom: 0;
    /* margin-right: 25px; */
  }
  .recruit__box-bottom > a:nth-child(2) {
   margin-bottom: 0;
    /* margin-right: 25px; */
  }
  .recruit__title {
    font-size: 90px;
    line-height: 100%;
    margin-bottom: 150px;
  }
  .recruit__title::after {
    width: 660px;
    height: 140px;
    top: 167px;
    left: 0;
  }
  .recruit__box {
    width: 500px;
  }
  .ivi__boxContainer {
    display: flex;
    flex-wrap: wrap;
  }
  .business__grayBoxBigp {
    text-align: center;
  }
  .business__grayBoxBigp > br {
    display: block;
  }
  .develop__mission {
    display: flex;
  }
  .recruitment__link {
    display: block;
  }
  .recruitment__tab {
    max-width: none !important;
  }
  .recruitment__junbi {
    font-size: 30px;
    padding: 285px 0;
  }
  .recruitment__item {
    width: 304.6831px !important;
    height: 89.8093px !important;
    left: 0;
    max-width: none;
  }
  .recruitment__item:nth-child(2) {
    left: -8px;
  }
  .recruitment__item:nth-child(3) {
    left: -16px;
  }
  .recruitment__item:nth-child(4) {
    left: -24px;
  }
  .enquete__box {
    margin-bottom: 80px;
  }
  .enquete__boxesSP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 630px;
    margin: 0 auto;
  }
  .enquete__bottomSP {
    margin: 0 auto;
  }
  .enquete__img.img15 {
    display: none;
  }
  .enquete__img.img15.pc {
    display: block;
    width: 500px;
    height: 500px;
  }
  .enquete__img.img09 {
    left: 0;
  }
  .enquete__img.img10 {
    left: 0;
  }
  .contact__thanks {
    font-size: 29px;
    margin-bottom: 70px;
    margin-top: 250px;
  }
  .contact__thanks > br {
    display: none;
  }
  .contact__thanks-p {
    font-size: 16px;
    line-height: 220%;
  }
}
@media (min-width: 1025px) {
  .pc-br {
    display: none;
  }
  .bx-wrapper .bx-next {
    background: url(../images/white-arrow@4x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19.88px !important;
    height: 19.88px !important;
    position: relative;
    right: -47px;
    top: 160px !important;
  }
  .bx-wrapper .bx-prev {
    background: url(../images/white-arrow@4x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19.88px !important;
    height: 19.88px !important;
    top: 160px !important;
    left: -44px;
    transform: rotate(180deg);
  }
  .page-heading, .number__heading, .interview__heading, .ivi__heading, .business__heading, .develop__heading, .recruit-mess__heading, .enquete__heading {
    padding: 59px 0;
    margin-bottom: 150px;
  }
  .page-heading > img, .number__heading > img, .interview__heading > img, .ivi__heading > img, .business__heading > img, .develop__heading > img, .recruit-mess__heading > img, .enquete__heading > img {
    display: block;
  }
  .page-heading > h1, .number__heading > h1, .interview__heading > h1, .ivi__heading > h1, .business__heading > h1, .develop__heading > h1, .recruit-mess__heading > h1, .enquete__heading > h1 {
    font-size: 38px;
    letter-spacing: 8px;
    margin-bottom: 24px;
    color: white;
  }
  .page-heading > p, .number__heading > p, .interview__heading > p, .ivi__heading > p, .business__heading > p, .develop__heading > p, .recruit-mess__heading > p, .enquete__heading > p {
    color: white;
  }
  .page-padding, .number, .interview, .ivi, .business, .develop, .welfare, .recruit-mess, .enquete {
    padding: 102px 0 27px 0;
  }
  .header {
    display: block;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
  }
  .header__logo, .footer__logo {
    width: 120px;
    height: 33px;
    margin-left: 20px;
  }
  .header__logo > img, .footer__logo > img {
    width: 120px;
    height: 33px;
  }
  .header__logo.sp, .sp.footer__logo {
    display: none;
  }
  .header__ul {
    justify-content: baseline;
  }
  .header__ul.none {
    display: none;
  }
  .header__li {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 83px;
    margin-top: -8px;
  }
  .header__liBlack {
    width: 180px;
    margin-bottom: 0;
  }
  .mobileBtn {
    display: none;
  }
  .slide__inner {
    margin-bottom: 0;
  }
  .slide__slide {
    height: calc(100vh + 68px);
  }
  .slide::after {
    background-position-y: bottom;
    width: 82%;
    height: 82%;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__box {
    height: 376px;
    margin: 0;
    width: 32%;
    margin-right: 10px;
  }
  .about__boxContents {
    padding: 73px 47px 0 47px;
  }
  .people__header {
    height: 400px;
  }
  .people__header > p {
    margin-bottom: 185px;
  }
  .people__sliderContainer {
    display: block;
    width: 746px;
    margin: -200px auto 17px auto;
    overflow: hidden;
    padding: 0 100px;
  }
  .people__sliderContainer.sp {
    display: none;
  }
  .people__p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .people__box {
    display: block;
    height: 350px;
    width: 250px !important;
    position: relative;
  }
  .people__boxContainer {
    left: -451px;
    display: flex;
  }
  .people__boxContainer.sp {
    display: none;
  }
  .people__img {
    height: 350px;
    width: 250px !important;
  }
  .people__contents {
    padding: 19px;
    width: auto;
  }
  .people__gradutime {
    margin-bottom: 0;
  }
  .people__bottom > span {
    width: 17px;
    height: 17px;
  }
  .people__nameContainer {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .people__name {
    font-size: 18px;
    margin-right: 17px;
    margin-bottom: 5px;
  }
  .number__title {
    width: 227.9604px;
    height: 48.1499px;
    margin: 0 auto 74px auto;
    font-size: 31px;
  }
  .number__title.title02 {
    margin-bottom: 114px;
  }
  .number__title.title02::after {
    bottom: -27px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .number__data {
    margin-bottom: 12px;
    padding: 75px 0 0px;
  }
  .number__box {
    margin-bottom: 72px;
  }
  .number__boxBottom.sp {
    display: none;
  }
  .number__boxBottom.pc {
    display: block;
    width: 119%;
    margin-left: -42px;
  }
  .number__message {
    padding: 82px 0 94px;
  }
  .number__messageTop {
    padding: 50px 0 47px;
    margin-bottom: 18px;
    background-image: url(../images/number-zeroPc.png);
    background-position-x: 465px;
  }
  .number__muziko > br {
    display: none;
  }
  .number__messageBottom {
    width: calc(100% - 592px);
  }
  .interview__top {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 44px);
    max-width: 1150px;
    margin: 0 auto 77px;
  }
  .interview__topLeft {
    width: 45.6%;
    height: 512px;
    margin: 0;
    max-width: none;
  }
  .interview__topRight {
    width: 54.4%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .interview__white {
    width: calc(100% - 68px);
  }
  .interview__h2 {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .interview__tags {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .interview__orange {
    padding: 42px 0;
  }
  .interview__orangeInner {
    width: calc(100% - 68px);
  }
  .interview__orange01 {
    font-size: 21.38px;
  }
  .interview__orange02 {
    font-size: 28.51px;
    margin-bottom: 31px;
  }
  .interview__orange03 {
    font-size: 21.38px;
    margin-bottom: 18px;
  }
  .interview__orange04 {
    padding-bottom: 28px;
    margin-bottom: 15px;
    font-size: 21.38px;
    border-bottom: 1px solid white;
  }
  .interview__orange05 {
    display: flex;
  }
  .interview__orange05 > p:first-child {
    font-size: 19.8px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 20px;
    border-bottom: 0;
    width: 40%;
  }
  .interview__orange05 > p:last-child {
    font-size: 21.38px;
    width: 60%;
  }
  .interview__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .interview__title::before {
    width: 8.9576px;
    height: 34.7586px;
  }
  .interview__box {
    display: flex;
    margin-bottom: 59px;
  }
  .interview__box > p {
    line-height: 238%;
    width: 60%;
    margin-right: 2%;
  }
  .interview__box > div {
    width: 38%;
    height: 100%;
    margin: 0px;
    max-width: none;
  }
  .interview__box.reverse {
    flex-direction: row-reverse;
  }
  .interview__box.reverse > p {
    margin-right: 0;
    margin-left: 2%;
  }
  .interview__box.one > p {
    width: 100%;
    margin-right: 0;
  }
  .interview__slide {
    padding: 26px 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }
  .interview__slide::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 135.667px;
    background-color: #2a71b9;
  }
  .interview__slide > p {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .interview__slide > p > br {
    display: none;
  }
  .interview__slide .people__sliderContainer {
    margin: -17px auto 11px auto;
  }
  .interview__slide .people__boxContainer {
    left: -1px;
  }
  .interview__slide .bx-prev {
    background-image: url(../images/black-arrow@4x.png);
  }
  .interview__slide .bx-prev::after {
    background-image: url(../images/black-arrow@4x.png);
  }
  .interview__slide .bx-next {
    background-image: url(../images/black-arrow@4x.png);
  }
  .interview__slide .bx-next::after {
    background-image: url(../images/black-arrow@4x.png);
  }
  .business__heading.businessHeading {
    margin-bottom: 0;
  }
  .business__business {
    padding-bottom: 73px;
    padding-top: 73px;
    border-bottom: 2px solid rgb(220, 221, 221);
  }
  .business__business.kaijou {
    padding-top: 58px;
  }
  .business__business:last-child {
    border-bottom: none;
  }
  .business__innerGray {
    padding: 89px 0 131px;
    margin-bottom: 86px;
  }
  .business__grayBoxImg {
    display: none;
  }
  .business__threeImg {
    display: flex;
  }
  .business__three {
    width: 383.3333px;
    height: 246px;
  }
  .business__h {
    font-size: 40px;
    margin-bottom: 61px;
  }
  .business__h.guide {
    margin-bottom: 76px;
  }
  .business__h > br {
    display: none;
  }
  .business__grayBoxBigp {
    font-size: 24px;
    margin-bottom: 33px;
  }
  .business__grayBoxP {
    font-size: 20px;
    line-height: 187%;
    margin-bottom: 24px;
  }
  .business__guide {
    width: 550px;
    height: 550px;
    margin: 41px auto 0 auto;
  }
  .business__guide > a {
    font-size: 24.5px;
  }
  .business__guide > a.rikujou {
    top: 63px;
    left: 144px;
  }
  .business__guide > a.kontena {
    top: 156px;
    left: 43px;
  }
  .business__guide > a.hanbai {
    top: 291px;
    left: 39px;
  }
  .business__guide > a.saisei {
    top: 403px;
    left: 73px;
    font-size: 24.5px;
  }
  .business__guide > a.group {
    top: 452px;
    left: 226px;
  }
  .business__guide > a.kensetu {
    top: 411px;
    left: 354px;
  }
  .business__guide > a.bousai {
    top: 275px;
    left: 410px;
  }
  .business__guide > a.souko {
    top: 157px;
    left: 424px;
  }
  .business__guide > a.kaijou {
    top: 63px;
    left: 296px;
  }
  .business__title {
    font-size: 30px;
  }
  .business__contents {
    display: flex;
  }
  .business__contentsTitle {
    font-size: 24px;
  }
  .business__contentsImg {
    display: none;
  }
  .business__contentsImg.sp {
    display: block;
  }
  .business__title {
    margin-bottom: 50px;
  }
  .business__contentsTitle {
    margin: 0 0 29px 0;
  }
  .business__contentsImg {
    margin: 0 41px 15px auto;
  }
  .business__contentsP {
    font-size: 20px;
    width: 100%;
  }
  .business__contentsP.hasBtn {
    margin-bottom: 0;
  }
  .business__bottom {
    display: flex;
    flex-direction: column;
  }
  .business__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-left: 32px;
    width: 82%;
  }
  .business__btn > div {
    margin-bottom: 0;
    font-size: 18px;
  }
  .business__btn::after {
    display: block;
  }
  .business__arrow {
    display: none;
  }
  .business__arrow.sp {
    display: block;
  }
  .business__arrow.sp > img {
    margin-left: 0;
    margin-right: 26px;
  }
  .business__en {
    font-size: 10px;
    display: none;
    margin-left: 25px;
    line-height: 200%;
  }
  .business__en.sp {
    display: block;
  }
  .business__btns {
    max-width: none;
    margin: unset;
    margin-top: 56px;
  }
  .business__drops {
    width: 82%;
    max-width: none;
  }
  .business__drop {
    display: flex;
  }
  .ivi__boxContainer {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 785px;
  }
  .ivi__container {
    margin-bottom: 28px;
  }
  .ivi__box {
    width: 366px;
    height: 371px;
  }
  .ivi__img {
    width: 366px;
    height: 371px;
  }
  .ivi__info {
    width: 317px;
    bottom: 1px;
    right: 20px;
  }
  .ivi__hashes {
    margin-bottom: 21px;
  }
  .ivi__info00 {
    font-size: 14px;
  }
  .ivi__info01 {
    font-size: 14px;
  }
  .ivi__info02 {
    font-size: 25px;
  }
  .ivi__info03 {
    font-size: 14px;
  }
  .ivi__info04 {
    font-size: 14px;
  }
  .develop {
    padding: 102px 0 75px 0;
  }
  .develop__heading > h1 > br {
    display: none;
  }
  .develop__mission {
    display: none;
  }
  .develop__mission.pc {
    flex-wrap: wrap;
    display: flex;
  }
  .develop__missionBox {
    width: calc(50% - 106px);
    padding: 32px 53px 0px;
  }
  .develop__missionBox.box01 {
    background-image: url(../images/developPC_03.jpg);
    margin-bottom: 0;
    height: 456px;
  }
  .develop__missionBox.box02 {
    background-image: url(../images/developPC_04.jpg);
    height: 456px;
  }
  .develop__missionBox.box03 {
    background-image: url(../images/developPC_06.jpg);
    height: 459px;
  }
  .develop__missionBox.box04 {
    background-image: url(../images/developPC_07.jpg);
    height: 434px;
    padding: 57px 45px 0px;
    width: calc(50% - 90px);
  }
  .develop__missionBox.box04 .develop__missionMiddle {
    margin-bottom: 16px;
  }
  .develop__missionMiddle {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 26px;
  }
  .develop__missionBottom {
    font-size: 16px;
  }
  .develop__missionpcP {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 205px;
    letter-spacing: 2px;
  }
  .develop__missionpcP.p02 {
    color: black;
    line-height: 211%;
    margin-top: 152px;
  }
  .idea {
    padding-bottom: 151px;
    background-size: cover;
    margin-bottom: 138px;
  }
  .idea__inner {
    max-width: none;
  }
  .idea__ideaTitle {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .idea__ideaP {
    font-size: 30px;
    line-height: 202%;
    letter-spacing: 4px;
    margin-bottom: 112px;
  }
  .idea__ideaP > br {
    display: block;
  }
  .idea__ideaBox {
    width: 730px;
    padding: 28px 0 34px;
  }
  .idea__ideaBoxTitle {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .idea__ideaBoxTitle > br {
    display: none;
  }
  .idea__ideaBoxTitle > span {
    font-size: 30px;
  }
  .idea__ideaBoxP {
    font-size: 18px;
    line-height: 270%;
  }
  .personnel__title {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .personnel__p {
    font-size: 18px;
    width: auto;
    margin: 0 auto 69px;
  }
  .personnel__piller {
    display: none;
  }
  .personnel__piller.pc {
    display: block;
  }
  .personnel__piller.piller01 {
    width: 598.357px;
  }
  .personnel__piller.piller02 {
    width: 598.357px;
    margin-bottom: 152px;
  }
  .personnel__top {
    padding-bottom: 121px;
    background-image: url(../images/trans-backPC.png);
    background-size: 1200px;
  }
  .personnel__top::after {
    top: 631px;
    width: 212px;
    height: 170px;
  }
  .personnel__middle {
    padding: 138px 0 100px;
    background-image: url(../images/kenshuu-back02_02PC.png);
    background-size: cover;
  }
  .personnel__middleTitle {
    font-size: 30px;
    margin-bottom: 34px;
  }
  .personnel__middleP {
    font-size: 16px;
  }
  .personnel__middleP > br.pc-br:nth-child(2) {
    display: block;
  }
  .personnel__jobs {
    flex-direction: column;
    justify-content: baseline;
  }
  .personnel__jobLeft {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 69px;
  }
  .personnel__jobBox {
    width: 316.6667px;
  }
  .personnel__jobBox:nth-child(2) {
    margin-top: 52px;
  }
  .personnel__jobBox:nth-child(1) {
    margin-top: 100px;
    position: relative;
  }
  .personnel__jobBox:nth-child(1)::after {
    content: "";
    background-image: url(../images/ppl01.svg);
    width: 111.9352px;
    height: 67.1235px;
    position: absolute;
    top: -70px;
    left: 169px;
  }
  .personnel__jobBox:nth-child(3) {
    position: relative;
  }
  .personnel__jobBox:nth-child(3)::after {
    content: "";
    background-image: url(../images/ppl02.svg);
    width: 53.4143px;
    height: 69.567px;
    position: absolute;
    top: -64px;
    left: -28px;
  }
  .personnel__jobBox:nth-child(3)::before {
    content: "";
    background-image: url(../images/ppl03.svg);
    width: 45.1492px;
    height: 96.2817px;
    position: absolute;
    top: -93px;
    left: 266px;
  }
  .personnel__jobTitle {
    line-height: 236%;
    font-size: 16px;
    margin-bottom: 22px;
  }
  .personnel__jobTitle > span {
    font-size: 11px;
  }
  .personnel__jobContents > p {
    font-size: 12px;
  }
  .personnel__jobContents > span {
    font-size: 16px;
  }
  .personnel__jobRight {
    display: none;
  }
  .personnel__jobRight.pc {
    display: block;
    width: 950px;
    margin: -95px auto 0;
  }
  .personnel__bottom {
    padding: 86px 0 68px;
  }
  .personnel__bottomInner {
    display: flex;
    justify-content: space-between;
    max-width: 1167px;
  }
  .personnel__bottomBox {
    width: 550px;
  }
  .personnel__bottomTitle {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 19px;
    padding-bottom: 10px;
  }
  .personnel__bottomP {
    font-size: 14px;
    line-height: 226%;
  }
  .welfare {
    padding: 145px 0 116px 0;
  }
  .welfare__title {
    margin-bottom: 31px;
  }
  .welfare__p {
    font-size: 16px;
    width: auto;
    line-height: 205%;
    margin: 0 auto 65px;
  }
  .welfare__p > br {
    display: block;
  }
  .welfare__box {
    width: 250px;
    height: auto;
  }
  .welfare__figure {
    display: none;
  }
  .welfare__figure.pc {
    display: block;
  }
  .welfare__figure.figure01 > img {
    margin-bottom: 13px;
    width: 215.5796px;
    height: 180.7826px;
  }
  .welfare__figure.figure02 > img {
    margin-bottom: 23px;
    width: 221.9888px;
    height: 173.6873px;
  }
  .welfare__figure.figure03 > img {
    margin-bottom: 13px;
    width: 205.6893px;
    height: 181.4732px;
  }
  .welfare__figure.figure04 > img {
    margin-bottom: 27px;
    width: 169.0888px;
    height: 164.3689px;
  }
  .welfare__boxTitle {
    font-size: 22px;
    margin-bottom: 18px;
    margin-right: 10px;
  }
  .welfare__boxContents {
    font-size: 14px;
    line-height: 253%;
  }
  .welfare__bottom {
    display: flex;
    justify-content: space-between;
  }
  .welfare__bottomBox {
    width: 550px;
  }
  .welfare__bottomImg {
    width: 100%;
    height: 300px;
    margin: 0 0 26px;
  }
  .welfare__top {
    margin-bottom: 124px;
  }
  .welfare__bottomTitle {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .welfare__bottomContents {
    font-size: 14px;
    line-height: 263%;
  }
  .banner {
    display: block;
    margin-bottom: 100px;
  }
  .banner__banner.pc {
    display: block;
    width: 1000px;
    height: 300px;
    margin: 0 auto 70px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .banner__banner.sp {
    display: none;
  }
  .banner__banner:nth-child(2) {
    margin-top: 70px;
  }
  .recruit-mess__message {
    display: none;
  }
  .recruit-mess__message.pc {
    display: block;
    padding: 9px 0 147px 0;
    margin-bottom: 154px;
    background-image: url(../images/messbackPC_02.jpg);
    background-color: white;
  }
  .recruit-mess__messageInner {
    display: flex;
  }
  .recruit-mess__messLeft > img {
    height: 100%;
  }
  .recruit-mess__messRight {
    width: calc(50% - 100px);
    padding: 0 50px;
    background-image: url(../images/daihyou-mess_04.jpg);
    background-position-y: bottom;
    background-size: cover;
  }
  .recruit-mess__title {
    font-size: 26px;
    line-height: 181%;
    margin: 37px 0 28px 0;
    letter-spacing: 1px;
    max-width: none;
  }
  .recruit-mess__p {
    font-size: 16px;
    line-height: 206%;
    margin-bottom: 38px;
  }
  .recruit-mess__under {
    font-size: 16px;
    line-height: 205%;
  }
  .recruit-mess__banner {
    display: none;
  }
  .recruit-mess__banner.pc {
    display: block;
    width: 100%;
    max-width: 1000px;
  }
  .recruit-mess__banner:first-child {
    margin-bottom: 69px;
  }
  .recruitment__contentsP {
    font-size: 14px !important;
  }
  .recruitment__list {
    display: none;
    overflow-x: auto;
  }
  .recruitment__list.list01 > img {
    width: 836.067px;
    height: 214.774px;
  }
  .recruitment__list.list02 > img {
    width: 836.067px;
    height: 107.387px;
  }
  .recruitment__list.pc {
    display: block;
  }
  .recruitment__contentContainer.first {
    border-bottom: 2px solid rgb(149, 149, 149);
  }
  .recruitment__fixedbtn {
    width: 150px;
  }
  .enquete__box {
    margin-bottom: 36px;
  }
  .enquete__title {
    font-size: 24px;
    padding: 73px 0 82px 0;
    border-bottom: 0;
  }
  .enquete__title::after {
    left: 50%;
    transform: translateX(-50%);
    top: 151px;
    font-size: 11px;
  }
  .enquete__p.asta::after {
    font-size: 11px;
  }
  .enquete__p.asta.big::after {
    font-size: 11px;
    top: 23px;
    right: 453px;
  }
  .enquete__text {
    font-weight: bold;
    width: 915px;
    margin: 0 auto;
    margin-bottom: 85px;
    font-size: 13px;
  }
  .enquete__text .sonota {
    margin-bottom: 5px;
  }
  .enquete__text .kyuujitu {
    text-align: center;
    margin-bottom: 14px;
  }
  .enquete__text.green {
    display: flex;
    justify-content: center;
  }
  .enquete__person {
    width: 76.3042px;
    height: 86.63px;
  }
  .enquete__textBoxCOntainer {
    display: flex;
    justify-content: center;
  }
  .enquete__bangai {
    text-align: center;
    font-size: 16px;
    color: black;
    margin-bottom: 23px;
  }
  .enquete__textBox {
    margin-right: 27px;
    padding-right: 33px;
    border-right: 2px solid #3aacd3;
    line-height: 158%;
  }
  .enquete__textBox.holiday {
    border-right: 1px solid black;
    text-align: center;
  }
  .enquete__textBox.bangai {
    border-right: 2px solid rgb(247, 170, 72);
  }
  .enquete__textBox.senpai {
    border-right: 2px solid rgb(24, 162, 153);
  }
  .enquete__textBox:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .enquete__top {
    margin-bottom: 66px;
  }
  .enquete__topBottomBox {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 2px solid rgb(149, 149, 149);
  }
  .enquete__topBottomBox:last-child {
    border-bottom: 0;
  }
  .enquete__topBottom {
    width: 760px;
    margin: 0 auto;
  }
  .enquete__boxTitle {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .enquete__boxP {
    font-size: 11px;
    line-height: 204%;
  }
  .enquete__boxesPC {
    display: block;
  }
  .enquete__boxesSP {
    display: none;
  }
  .enquete__boxes-boxes {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 41px;
  }
  .enquete__boxes-boxes.boxes01 {
    width: 895px;
    opacity: 1 !important;
  }
  .enquete__boxes-boxes.boxes02 {
    width: 910px;
  }
  .enquete__boxes-boxes.boxes03 {
    width: 910px;
  }
  .enquete__boxes-boxes.boxes04 {
    width: 895px;
  }
  .enquete__boxes-boxes.boxes05 {
    width: 646px;
  }
  .enquete__boxes-boxes.boxes05 .enquete__box {
    margin-bottom: 0;
  }
  .enquete__boxes-boxes:last-child {
    margin-bottom: 0;
  }
  .enquete__img {
    margin: 0 auto;
  }
  .enquete__img > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .enquete__img.img01 {
    width: 182.9692px;
    height: 156.2894px;
  }
  .enquete__img.img02 {
    width: 338.559px;
    height: 168.9317px;
  }
  .enquete__img.img03 {
    width: 152.8382px;
    height: 182.8239px;
  }
  .enquete__img.img04 {
    width: 354.0114px;
    height: 293.7378px;
  }
  .enquete__img.img05 {
    width: 342.2246px;
    height: 251.3309px;
  }
  .enquete__img.img06 {
    width: 355.1794px;
    height: 235.7328px;
  }
  .enquete__img.img07 {
    width: 355.1794px;
    height: 293.0664px;
  }
  .enquete__img.img08 {
    width: 168.63px;
    height: 168.63px;
  }
  .enquete__img.img09 {
    width: 202.9483px;
    height: 185.3889px;
  }
  .enquete__img.img10 {
    width: 189.7309px;
    height: 189.9814px;
  }
  .enquete__img.img11 {
    width: 644.3331px;
    height: 79.198px;
  }
  .enquete__img.img12 {
    width: 504.4311px;
    height: 441.436px;
  }
  .enquete__img.img13 {
    width: 888.4595px;
    height: 494.1345px;
  }
  .enquete__img.img14 {
    width: 482.7623px;
    height: 327.0057px;
  }
  .enquete__img.img15.pc {
    width: 870.5283px;
    height: 780.1936px;
    display: block;
  }
  .enquete__img.img16 {
    width: 467.6959px;
    height: 497.5124px;
  }
}
@media (min-width: 1280px) {
  .bx-wrapper .bx-next {
    top: 192px !important;
    right: -33px;
  }
  .bx-wrapper .bx-prev {
    top: 192px !important;
    left: -33px;
  }
  .section-heading > h1, .about__header > h1, .people__header > h1, .recruit__header > h1, .section-heading h2, .about__header h2, .people__header h2, .recruit__header h2, .section-heading h3, .about__header h3, .people__header h3, .recruit__header h3, .section-heading h4, .about__header h4, .people__header h4, .recruit__header h4, .section-heading h5, .about__header h5, .people__header h5, .recruit__header h5, .section-heading h6, .about__header h6, .people__header h6, .recruit__header h6 {
    font-size: 44px;
    letter-spacing: 5px;
    margin-bottom: 17px;
  }
  .section-heading > p, .about__header > p, .people__header > p, .recruit__header > p {
    font-size: 18px;
  }
  .header {
    display: block;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
  }
  .header__logo, .footer__logo {
    width: 199px;
    height: 56px;
    margin-top: 22px;
    margin-left: 32px;
  }
  .header__logo > img, .footer__logo > img {
    width: 199px;
    height: 56px;
  }
  .header__message {
    font-size: 17px;
  }
  .header__liBlack {
    width: 239px;
    margin-right: 1px;
  }
  .header__entry {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .header__entry:after {
    top: -2px;
    left: -28px;
    width: 99px;
    height: 25px;
  }
  .header__en {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
  }
  .slide {
    margin-bottom: 145px;
  }
  .slide::after {
    top: 74px;
  }
  .about {
    margin-bottom: 155px;
  }
  .about::after {
    right: -23px;
  }
  .about__header {
    margin-bottom: 74px;
  }
  .about__boxContainer {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
  }
  .about__icon {
    height: 77px;
    margin-bottom: 56px !important;
  }
  .about__ja {
    margin-bottom: 31px;
  }
  .about__en {
    font-size: 31px;
    letter-spacing: 2px;
  }
  .people {
    margin: 0;
  }
  .people__header {
    height: 495px;
  }
  .people__header > p {
    margin-bottom: 255px;
  }
  .people__message {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url(../images/bigPaling.svg);
    width: 1000px;
    height: 200px;
    margin: 0 auto 115px auto;
    overflow: hidden;
    letter-spacing: 2px;
  }
  .people__message::after {
    background-image: url(../images/hukidashi.svg);
    right: -47px;
    bottom: -273px;
    width: 260px;
    height: 330px;
  }
  .people__top {
    margin-left: 76px;
  }
  .people__messageTitle {
    font-size: 30px;
    margin-bottom: 44px;
    line-height: 100%;
    letter-spacing: 5.5px;
  }
  .people__messageTitle > br {
    display: none;
  }
  .people__bottom {
    margin: 0;
    margin-left: 78px;
    justify-content: flex-start;
  }
  .people__bottom > span {
    margin-left: 5px;
  }
  .people__daihyouSp {
    display: none;
  }
  .people__daihyou {
    display: block;
    border-radius: 100%;
    width: 230px;
    height: 184px;
    margin-right: 48px;
  }
  .people__sliderContainer {
    width: 1155px;
    margin: -255px auto 11px auto;
  }
  .people__box {
    height: 405px;
    width: 366px !important;
    margin-right: 19px;
  }
  .people__boxContainer {
    left: -8px;
  }
  .people__img {
    height: 405px;
    width: 366px !important;
  }
  .people__name {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .people__eduback {
    font-size: 15px;
  }
  .people__detail {
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  .people__detail > a {
    margin-right: 6px;
  }
  .people__detail > span {
    margin: 0;
  }
  .recruit {
    padding: 60px 0 58px 0;
  }
  .recruit__box-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  background-color: transparent;
	grid-template-columns: 1fr 1fr 1fr;
  }
  .recruit__box-bottom > a {
    width: 380px;
    height: 150px;
  }
  .recruit__box-bottom > a:first-child,
  .recruit__box-bottom > a:nth-child(2) {
    margin-bottom: 0;
  }
  .recruit__box-bottom-aleft {
    width: 26%;
  }
  .recruit__box-bottom-aright {
    width: 74%;
  }
  .recruit__box-bottom-aright > p:first-child {
    font-size: 24px;
  }
  .recruit__box-bottom-aright > p:last-child {
    font-size: 18px;
  }
  .recruit__box-bottom-aright > p:last-child::after {
    margin-left: 15px;
  }
  .recruit__title {
    font-size: 115px;
    line-height: 100%;
    margin-bottom: 116px;
    letter-spacing: 11px;
  }
  .recruit__title::after {
    width: 798px;
    height: 140px;
    top: 114px;
    left: 300px;
  }
}
@media (min-width: 1280px) and (min-width: 1400px) {
  .recruit__title::after {
    left: 528px;
  }
}
@media (min-width: 1280px) {
  .recruit__title > br {
    display: none;
  }
}
@media (min-width: 1280px) {
  .recruit__boxContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto 178px auto;
  }
}
@media (min-width: 1280px) {
  .recruit__box {
    width: calc(50% - 13px);
    padding: 45px 0 0;
    height: 157px;
    justify-content: flex-start;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .recruit__box.top {
    width: 1000px;
    height: 201px;
    margin: 0 auto 57px auto;
    padding: 0;
    flex-direction: row;
    justify-content: center;
  }
  .recruit__box.top::after {
    background-image: url(../images/black-whitePc@4x.png);
    left: -1px;
    width: 101%;
    top: 8px;
  }
  .recruit__box > span {
    width: 22px;
    height: auto;
    font-size: 14px;
    margin-right: -4px;
  }
  .recruit__box > span.recruitSpan {
    margin: 10px 42px 0 0;
    width: 35px;
    height: 35px;
  }
  .recruit__box::after {
    background-image: url(../images/black-whiteSp@4x.png);
    top: 7px;
    left: 0px;
    width: 102%;
  }
}
@media (min-width: 1280px) {
  .recruit__boxTitle {
    margin-left: 0;
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 35px;
  }
  .recruit__boxTitle.top {
    margin-left: 83px;
    margin-bottom: 0;
  }
  .recruit__boxTitle > br {
    display: none;
  }
}
@media (min-width: 1280px) {
  .recruit__right > span {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .recruit__boxSentence {
    font-size: 21px;
    letter-spacing: 2px;
  }
  .recruit__boxSentence.top {
    text-align: center;
    margin-left: -93px;
  }
}
@media (min-width: 1280px) {
  .recruit__right {
    margin-left: 0;
  }
  .recruit__right.top {
    margin-left: 28px;
  }
  .recruit__right > span {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .recruit__header {
    margin-bottom: 73px;
  }
}
@media (min-width: 1280px) {
  .recruit__headerContainer {
    padding: 53px 0 29px;
  }
}
@media (min-width: 1280px) {
  .recruit__group {
    display: block;
    width: 277.94px;
    height: 100%;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {

}
@media (min-width: 1280px) {
  .interview__slide .people__boxContainer {
    left: 9px;
  }
}
@media (min-width: 1280px) {
  .ivi__boxContainer {
    justify-content: flex-start;
    margin: auto;
    max-width: none;
  }
  .ivi__box {
    margin: 0 26px 46px 0;
    max-width: none;
  }
  .ivi__box:nth-child(3n) {
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */
