@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, .banner__banner, .pagetop {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.hover-opacity: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 {
  width: calc(100% - 44px);
  margin: 0 auto;
  max-width: 1150px;
}

.page-padding, .recruitment, .contact {
  padding: 75px 0 27px;
  margin-bottom: 31px;
  border-bottom: 2px solid rgb(220, 221, 221);
}

.page-heading, .recruitment__heading, .contact__heading {
  text-align: center;
  font-weight: 900;
  margin-bottom: 34px;
  position: relative;
}
.page-heading > img, .recruitment__heading > img, .contact__heading > img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-heading > h1, .recruitment__heading > h1, .contact__heading > h1 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.page-heading > p, .recruitment__heading > p, .contact__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, .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;
  }
}
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  cursor: auto;
  width: 100%;
  line-height: 150%;
  color: #000;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

/*remove highlight color touch on mobile*/
input, textarea, button, select, div, a, span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, input, div, select, textarea, img, button {
  outline: none;
}

a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: none;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden-scroll {
  overflow: hidden !important;
}

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

a:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h2.title {
  font-size: 2.85rem;
  text-align: center;
  line-height: 100%;
  font-weight: 700;
  padding-top: 33px;
}

h3.title-s {
  text-align: center;
  font-size: 2.14rem;
  font-weight: 700;
  line-height: 1.4;
}

.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-small {
  max-width: 950px;
}

.title-line {
  /* margin: 55px 0px 30px; */
  text-align: center;
  font-size: 2.14rem;
  font-weight: 700;
  line-height: 190%;
  white-space: 10px;
}

.desc {
  text-align: center;
  font-size: 1.29rem;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 50px;
}

.desc span {
  font-size: 1rem;
}

.information {
  display: flex;
  margin: 120px -10px;
  flex-wrap: wrap;
}

.information .item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.information .item .inner {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4;
  padding: 30px 10px;
  position: relative;
}

.information .item h4 {
  font-size: 1.7rem;
  margin-top: 3px;
}

.information .item p {
  margin-top: 5px;
}

.bg-color1 {
  background: #008CD0 url("../img/arrow-next-white.png") no-repeat;
}

.bg-color2 {
  background: #C84900 url("../img/arrow-next-white.png") no-repeat;
}

.bg-color3 {
  background: #2A50B9 url("../img/arrow-next-white.png") no-repeat;
}

.information .item .inner {
  background-position: right 36px center;
}

.sub-banner {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}

.sub-banner img {
  width: 100%;
}

.content-list {
  margin-bottom: 50px;
}

.content-list .content {
  padding: 15px 0;
  border-top: 1px solid #959595;
  display: flex;
  align-items: center;
}

.content-list .content:last-child {
  border-bottom: 1px solid #959595;
}

.content .title {
  width: 110px;
  min-width: 110px;
  padding: 5px 5px 3px 5px;
  background: rgba(204, 204, 204, 0.8);
  border-radius: 30px;
  text-align: center;
  margin-right: 40px;
}

.content .detail {
  text-align: left;
  flex: 1;
}

/* new grad =====================================*/
.new-grad {
  width: 100%;
}

.new-grad .tab {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.new-grad .tab .item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.new-grad .tab .item.item1 {
  width: 76.25%;
  right: -8px;
}

.new-grad .tab .item.item2 {
  width: 23.65%;
  left: -8px;
}

.new-grad .tab .item img {
  width: 100%;
}

.new-grad .tab .item.active {
  z-index: 10;
}

.new-grad .tab .item picture {
  display: none;
}

.new-grad .tab .item picture:first-child {
  display: block;
}

/* .new-grad .tab .item.active picture:first-child,
.new-grad .tab .item:hover picture:first-child {
  display: none;
} */

/* .new-grad .tab .item.active picture:last-child,
.new-grad .tab .item:hover picture:last-child {
  display: block;
} */

.new-grad .tab .item.active picture.tabOp05,
.new-grad .tab .item:hover picture.tabOp05 {
  display: none;
}
.new-grad .tab .item.active picture.tabOp10,
.new-grad .tab .item:hover picture.tabOp10 {
  display: block;
}


.new-grad .tab-content {
  display: none;
  width: 100%;
  opacity: 1 !important;
}

.new-grad .tab-content.active {
  display: inline-block;
}

@media (max-width: 768px) {
  .information .item h4 {
    font-size: 1.35rem;
  }
  .information .item p {
    font-size: 0.8rem;
  }
  .information .item .inner {
    background-position: right 8px center;
  }
  .information {
    margin: 70px -10px;
  }
}
@media (max-width: 780px) {
  .new-grad .container {
    padding-left: 0;
    padding-right: 0;
  }
  .information {
    padding-left: 30px;
    padding-right: 30px;
    margin: 50px 0 30px;
  }
  .information .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 25px 0;
  }
  .information .item .inner {
    background-position: right 28px center;
  }
  .information .item h4 {
    font-size: 1.42rem;
  }
  .information .item p {
    font-size: 0.85rem;
  }
  .new-grad .tab {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-grad .tab-content {
    margin-top: 0;
    opacity: 1 !important;
  }
  .new-grad .tab .item {
    margin-bottom: 30px;
  }
  .new-grad .tab .item.item1,
.new-grad .tab .item.item2 {
    width: 100%;
  }
  .new-grad .tab .item.item1 {
    right: 0;
  }
  .new-grad .tab .item.item2 {
    left: 0;
  }
  .sub-banner {
    margin-bottom: 50px;
  }
  .title-line {
    font-size: 1.71rem;
  }
  .desc {
    font-size: 1rem;
    padding-bottom: 20px;
  }
  .content .title {
    font-size: 0.92rem;
    width: 90px;
    max-width: 90px;
    margin-right: 15px;
  }
  .content .detail {
    font-size: 0.85rem;
  }
  .new-grad .content-list {
    background: #e0e0e0;
  }
  .new-grad .content-list .content {
    border-top: 1px solid #fff;
  }
  .new-grad .content-list .content:nth-of-type(1) {
    border-top: 0;
  }
  .new-grad .content-list .content:last-child {
    border-bottom: none;
  }
  .new-grad .content-list .title {
    background: #fff;
  }
  #tab1 .content-list {
    margin-bottom: 25px;
    padding: 0px 15px 15px 15px;
  }
}
/*
* ==============================================================
* =========================== Contact ==========================
* ==============================================================
*/
.contact-form {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  padding: 110px 0px;
  color: #0a0205;
}

.contact-form .top {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

.contact-form .top .intro {
  font-size: 1.71rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-form .top p {
  font-size: 1.14rem;
  margin-bottom: 15px;
}

.contact-form .top p:last-child {
  margin-bottom: 0;
}

.contact-form .top a {
  color: #000;
  border-bottom: 1px solid #7eadc2;
  padding-bottom: 3px;
  background: url("../img/arrow-next-black.png") no-repeat;
  background-position: right center;
  line-height: 100%;
  padding: 5px 20px 5px 5px;
  margin-top: 20px;
  display: inline-block;
}

.contact-banner {
  background: #f5f5f5;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  margin-bottom: 0;
  border: 1px solid #aeacad;
  width: 100%;
  height: 40px;
  padding: 10px;
  outline: none;
  margin: 0;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
}

.contact-form textarea {
  height: 280px;
  resize: none;
}

.form-group {
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
  border-top: 1px solid #e0e0e0;
}

.form-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 40px 0px;
  border-top: 1px solid #e0e0e0;
}

.form-group .form-inline {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

.form-group .form-inline:last-child {
  margin-bottom: 0;
}

.form-inline .control-label {
  margin-right: 10px;
  line-height: 140%;
  justify-content: left;
  padding-right: 10px;
  font-weight: 500;
  font-size: 1.14rem;
  color: #0a0205;
}

.custom-radio-group,
.custom-checkbox-group {
  display: inline-block;
  margin: 10px 0;
}

.custom-radio,
.custom-checkbox {
  display: inline-block;
}

.form-inline .note {
  font-size: 0.85rem;
  margin-top: 5px;
  color: #0a0205;
}

.form-inline .control {
  flex: 1;
}

.form-inline .form-control {
  width: 100%;
  margin: 10px 0;
}

.form-inline select {
  width: 100%;
  height: 40px;
}

.control-label {
  position: relative;
}

.form-inline ng-select {
  margin: 10px 0;
}

.control-label.required span {
  position: relative;
  padding-right: 35px;
  display: inline-block;
  width: 100%;
}

.control-label.required span::after {
  content: "必須";
  position: absolute;
  right: 0;
  width: 30px;
  height: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  top: 3px;
  font-size: 0.85rem;
  background: #c80000;
  border-radius: 4px;
}

.contact-form .control-label {
  width: 235px;
}

.contact-form .form-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.contact-form .chk-confirm label {
  border: 1px solid #7c7c7c;
  padding: 10px 10px 8px 10px;
}

.contact-form .form-footer a {
  color: #0a0205;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 3px;
  background: url("../img/arrow-next-black.png") no-repeat;
  background-position: right center;
  line-height: 100%;
  padding: 5px 20px 5px 5px;
  margin: 10px 0;
  display: inline-block;
  line-height: 1.5;
}

.contact-form .btn-group {
  display: inline-block;
  width: 100%;
  margin: 110px 0px 45px;
}

.contact-form .btn-group input {
  background: #c84900;
  border: medium none;
  color: #fff;
  font-size: 2.57rem;
  padding: 15px;
  width: 400px;
  margin: 0 auto;
  display: block;
}

.checkbox-494 {
  display: block;
  margin-top: -10px;
}

.contact-form .form-footer .note-b {
  font-size: 1.14rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .contact-form {
    padding: 60px 0px;
  }
  .contact-form .top .intro {
    font-size: 1.3rem;
  }
  .contact-form .top p {
    font-size: 1rem;
  }
  .contact-form .top {
    margin-bottom: 60px;
  }
  .contact-form .control-label {
    width: 100%;
    margin-bottom: 5px;
  }
  .control-label.required span {
    width: auto;
  }
  .control-label.required span::after {
    top: 0;
  }
  .form-group,
.form-inline {
    padding: 20px 0;
  }
  .contact-form textarea {
    height: 140px;
  }
  .contact-form .form-footer {
    margin-top: 20px;
  }
  .contact-form .btn-group {
    margin: 50px 0 30px;
  }
  .contact-form .btn-group input {
    width: 80%;
  }
  .contact-form .form-footer .note-b {
    font-size: 1rem;
  }
}
@media (max-width: 414px) {
  .contact-form .btn-group input {
    width: 100%;
  }
}
/*
* ==============================================================
* ========================= End Contact ========================
* ==============================================================
*/
/*
* ==============================================================
* =================== recruit requirement ======================
* ==============================================================
*/
.recruit-requirement {
  background: #E0E0E0;
  text-align: center;
  padding: 20px 20px 0px 20px;
}

.recruit-requirement h2 {
  background: #E0E0E0;
  font-size: 2.14rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.recruit-requirement .require {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 15px;
}

.recruit-requirement .require .require-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.recruit-requirement .require .require-item .inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
}

.recruit-requirement .require .require-item h4 {
  font-size: 1.42rem;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.recruit-requirement .require .transtech h4 {
  border-left: 5px solid #2230BA;
}

.recruit-requirement .require .transportation h4 {
  border-left: 5px solid #FF740D;
}

.recruit-requirement .require .logichem h4 {
  border-left: 5px solid #49AE00;
}

.recruit-requirement .require .group-holdings h4 {
  border-left: 5px solid #2A71B9;
}

.recruit-requirement .require .require-item .content {
  padding: 20px 0;
  border-top: 1px solid #959595;
  display: flex;
  align-items: center;
}

.recruit-requirement .require .require-item .content .title {
  width: 110px;
  min-width: 110px;
  padding: 5px 5px 3px 5px;
  background: rgba(204, 204, 204, 0.8);
  border-radius: 30px;
  float: left;
  margin-right: 20px;
}

.recruit-requirement .require .require-item .detail {
  text-align: left;
  flex: 1;
}

@media (max-width: 576px) {
  h3.title-s {
    font-size: 1.71rem;
  }
  .recruit-requirement {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-requirement .require {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruit-requirement .require .require-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-requirement .require .require-item .inner {
    padding: 0;
    margin-top: 15px;
  }
  .recruit-requirement .require .require-item h4 {
    font-size: 1.21rem;
    margin-bottom: 15px;
    margin-left: 8px;
  }
}
/*
* ==============================================================
* ========================= recruit requirement ================
* ==============================================================
*/
/*
* ==============================================================
* ========================= selection flow =====================
* ==============================================================
*/
.selection-flow {
  text-align: center;
  margin-top: 120px;
}

.selection-flow .wrap-flow {
  display: inline-block;
  width: 100%;
}

.selection-flow h2 {
  text-align: center;
  font-size: 2.14rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}

.selection-flow .flow {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 50px -10px;
}

.selection-flow .flow .flow-item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.selection-flow .flow .flow-item .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #08507C;
  padding: 15px 5px;
}

.selection-flow .flow .flow-item.active .inner {
  background: #C80000;
}

.selection-flow .flow .flow-item .inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 13px solid #959595;
  border-bottom: 9px solid transparent;
  right: -17px;
  top: 50%;
  margin-top: -9px;
}

.selection-flow .flow .flow-item:last-child .inner:after {
  display: none;
}

.selection-flow .flow .flow-item h4 {
  font-size: 3.57rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.selection-flow .flow .flow-item h4 span {
  font-size: 1rem;
}

.selection-flow .flow .flow-item .text {
  margin-top: 10px;
  font-size: 1.42rem;
  font-weight: 600;
}

.selection-flow .flow .flow-item .text span {
  margin-top: 10px;
  font-size: 1rem;
}

.selection-flow .flow .arrow {
  margin: 0 5px;
}

.selection-flow .title-s {
  line-height: 100%;
}

.selection-flow .link {
  margin-top: 0;
}

@media (max-width: 768px) {
  .selection-flow .wrap-flow {
    max-width: 420px;
    margin: 0 auto;
  }
  .selection-flow .flow .flow-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .selection-flow .flow .flow-item .inner {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .selection-flow .flow .flow-item h4 {
    width: 60px;
  }
  .selection-flow .flow .flow-item p.icon {
    width: 120px;
    padding: 0px 25px;
  }
  .selection-flow .flow .flow-item p.icon img {
    max-width: 100%;
  }
  .selection-flow .flow .flow-item p.text {
    flex: 1;
    text-align: left;
  }
  .selection-flow .flow .flow-item .inner::after {
    right: unset;
    bottom: -25px;
    top: unset;
    left: 50%;
    margin-top: 0;
    margin-left: -9px;
    border-top: 10px solid #959595;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .selection-flow .link {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .selection-flow {
    background: #e0e0e0;
    margin-top: 0;
    padding-top: 40px;
  }
  .selection-flow .wrap-flow {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .selection-flow .flow {
    margin-bottom: 30px;
  }
  .selection-flow .flow .flow-item h4 {
    font-size: 3rem;
  }
  .selection-flow .flow .flow-item h4 span {
    font-size: 0.85rem;
  }
  .selection-flow .flow .flow-item p.icon {
    width: 110px;
  }
  .selection-flow .flow .flow-item p.text {
    font-size: 1.21rem;
  }
}
/*
* ==============================================================
* ========================= end selection flow =================
* ==============================================================
*/
/*
* ==============================================================
* ========================= link ===============================
* ==============================================================
*/
.link {
  display: inline-block;
  padding: 20px 40px;
  background-color: #000;
  text-align: center;
  margin: 50px 0;
  width: 40%;
}

.link .mid-career-color {
  color: #FF740D;
}

.link .new-grads-color {
  color: #008CD0;
}

.link h5 {
  font-size: 2.57rem;
  line-height: 1.4;
  padding-right: 40px;
  flex: 1;
}

.link p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
  padding-top: 10px;
}

.link .wrap {
  display: flex;
  border-bottom: 1px solid #fff;
}

.link .wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}

@media (max-width: 576px) {
  .link h5 {
    font-size: 1.21rem;
    padding-right: 15px;
  }
  .link .wrap img {
    width: 16px;
  }
  .link p {
    font-size: 0.71rem;
  }
  .selection-flow .link {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
/*
* ==============================================================
* ========================= end link ===========================
* ==============================================================
*/
/*
* ==============================================================
* ========================= mid-career =========================
* ==============================================================
*/
.mid-career-info .company-list {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mid-career-info .company-list .item {
  padding: 0px 10px 40px 10px;
  color: #478CAA;
  font-weight: 700;
  width: 20%;
  position: relative;
  margin-bottom: 10px;
}

.mid-career-info .company-list .item p, span {
  margin-top: 10px;
}

.mid-career-info .company-list .item span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.mid-career-info .company-list .item img {
  max-width: 100%;
}

.mid-career-info .content {
  text-align: center;
}

.mid-career-info .reminder {
  font-size: 1.14rem;
  line-height: 1.6;
}

.mid-career-info .link {
  margin: 120px 0px 50px;
}

@media (max-width: 768px) {
  .mid-career-info .company-list .item {
    width: 25%;
  }
  .mid-career-info .link {
    width: 420px;
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .mid-career-info .company-list .item {
    width: 50%;
  }
  .mid-career-info .company-list .item p {
    font-size: 1.07rem;
  }
  .mid-career-info .link {
    width: 200px;
    margin: 40px 0px 25px;
    padding: 10px 15px;
  }
  .mid-career-info .reminder {
    font-size: 0.57rem;
  }
}
/*
* ==============================================================
* ========================= end mid-career =====================
* ==============================================================
*/
/*
* ==============================================================
* ========================= mariner-driver =====================
* ==============================================================
*/
.mariner-driver-info {
  display: inline-block;
  width: 100%;
  margin: 100px 0px 0px;
}

.mariner-driver-info .content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.mariner-driver-info .content .item {
  width: 50%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.mariner-driver-info .content .item {
  margin: 0 auto 30px;
}
.mariner-driver-info .content .item:last-child {
  margin: 0 auto 0;
}

.mariner-driver-info .content .item .inner {
  display: block;
  width: 100%;
  height: 100%;
}

.mariner-driver-info .mariner .inner {
  background-image: url("../images/consign-img/mariner-img1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mariner-driver-info .driver .inner {
  background-image: url("../images/consign-img/mariner-img2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mariner-driver-info .construction-management .inner {
  background-image: url("../images/consign-img/mariner-img3.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mariner-driver-info .content .item h3 {
  color: #fff;
  font-size: 2.0rem;
  margin: 75px 0 65px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.mariner-driver-info .content .item .link {
  margin: 0px 0px 52px 0px;
  border: 1px solid #8c949e;
  width: 70%;
}

@media (max-width: 768px) {
  .mariner-driver-info {
    margin-bottom: 90px;
  }
  .mariner-driver-info .container {
    max-width: 600px;
  }
  .mariner-driver-info .content .item {
    width: 100%;
    /* margin-bottom: 60px; */
  }
}
@media (max-width: 576px) {
  .mariner-driver-info {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .mariner-driver-info .content {
    margin-left: 0;
    margin-right: 0;
  }
  .mariner-driver-info .content .item {
    /* margin-bottom: 50px; */
    padding-left: 0;
    padding-right: 0;
  }
  .mariner-driver-info .content .item .link {
    width: 200px;
    padding: 10px 15px;
  }
  .mariner-driver-info .content .item h3 {
    font-size: 1.28rem;
    margin: 60px 0 15px;
  }
}
/*
* ==============================================================
* ========================= end mariner-driver =================
* ==============================================================
*/
.contact {
  padding-bottom: 0 !important;
}
.contact__heading.mb-0 {
  margin-bottom: 0;
}
.contact__heading.mb-0 > h1 {
  line-height: 100%;
}

.recruitment__titleAnker {
  padding-top: 50px;
}
.recruitment__contact {
  font-size: 1.21rem !important;
  padding-right: 15px !important;
}
@media (min-width: 577px) {
  .recruitment__contact {
    font-size: 2.57rem !important;
    line-height: 1.4 !important;
    padding-right: 40px !important;
    flex: 1 !important;
    padding-top: 10px !important;
    padding-bottom: 2px;
  }
}
.recruitment__white {
  opacity: 0.3;
}
.recruitment__contentsImg {
  height: 116px;
  width: 100%;
}
.recruitment__contentsImg.okusari {
  -o-object-fit: contain;
     object-fit: contain;
}
.recruitment__junbi {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding: 66px 0;
  line-height: 169%;
}
.recruitment__title-link {
  padding-top: 25px;
}
.recruitment__desc {
  border-bottom: 2px solid rgb(149, 149, 149);
}
.recruitment__contentContainer {
  padding: 0px 15px 15px 15px;
}
.recruitment__contentsP {
  font-size: 11px !important;
}
.recruitment__opacity {
  opacity: 0.4;
}
.new-grad .tab .item.active .recruitment__opacity {
  opacity: 1;
}
.recruitment__tab {
  max-width: 300px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.recruitment__item {
  width: 100%;
}
.recruitment__table {
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  width: 836px;
}
.recruitment__td, .recruitment__th {
  border: 1px solid rgb(148, 148, 148);
  width: 167.214px;
  line-height: 231%;
  text-align: center;
  font-size: 14px;
  background-color: white;
}
.recruitment__td.long, .recruitment__th.long {
  width: 332.0221px;
}
.recruitment__list {
  overflow-x: scroll;
}
.recruitment__list::-webkit-scrollbar {
  height: 12px;
}
.recruitment__list::-webkit-scrollbar-track {
  background-color: rgb(149, 149, 149);
  border: none;
  border-radius: 10px;
}
.recruitment__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: white;
}
.recruitment__list > img {
  max-width: none;
  border-bottom: 1px solid #edede8;
}
.recruitment__list.list01 > img {
  width: 710.6569px;
  height: 182.5579px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment__list.list02 > img {
  width: 710.6569px;
  height: 91.279px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment__list.pc {
  display: none;
}
.recruitment__th {
  background-color: rgb(121, 121, 121);
  color: white;
  font-size: 15px;
}
.recruitment__link {
  margin: 50px auto;
  padding: 15px 19px;
  display: block;
  width: 385px;
}
@media (max-width: 768px) {
  .recruitment__link {
    width: 420px;
  }
}
@media (max-width: 576px) {
  .recruitment__link {
    width: 200px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .recruitment__contact {
    margin-left: 15px;
    line-height: 27px !important;
    padding-top: 0 !important;
  }
  .recruitment__contact.sinsotsu {
    margin-left: 21px;
  }
}
@media (max-width: 576px) {
  .recruitment__sinsotsuWrap {
    width: 123px;
    margin: 0 auto;
  }
}
.recruitment__fixedbtns {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.recruitment__fixedbtn {
  width: 123.817px;
  display: block;
}


@media (min-width: 780px) {
  .section-heading > h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 40px;
  }
  .section-heading > 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 88px 0;
  }
  .recruit__box-bottom {
    bottom: -42px;
  }
  .recruit__box-bottom > a:first-child {
    margin-bottom: 25px;
  }
  .recruit__box-bottom > a:nth-child(2) {
    display: none;
  }
  .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; */
    width: 222px !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, .contact__heading, .recruitment__heading {
    padding: 59px 0;
    margin-bottom: 150px;
  }
  .page-heading > img, .contact__heading > img, .recruitment__heading > img {
    display: block;
  }
  .page-heading > h1, .contact__heading > h1, .recruitment__heading > h1 {
    font-size: 38px;
    letter-spacing: 8px;
    margin-bottom: 24px;
    color: white;
  }
  .page-heading > p, .contact__heading > p, .recruitment__heading > p {
    color: white;
  }
  .page-padding, .contact, .recruitment {
    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, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 44px;
    letter-spacing: 5px;
    margin-bottom: 17px;
  }
  .section-heading > 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 {
    flex-direction: row;
    justify-content: center;
    bottom: -40px;
  }
  .recruit__box-bottom > a {
    width: 457px;
    height: 150px;
  }
  .recruit__box-bottom > a:first-child {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .recruit__box-bottom-aleft {
    width: 26%;
  }
  .recruit__box-bottom-aright {
    width: 74%;
  }
  .recruit__box-bottom-aright > p:first-child {
    font-size: 28px;
  }
  .recruit__box-bottom-aright > p:last-child {
    font-size: 20px;
  }
  .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=consign.css.map */
