@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 100;
  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 200;
  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 300;
  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 400;
  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: bold;
  src: local("Yu Mincho Bold");
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #4d4d4d;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

dt,
dd,
p,
li,
li *::before,
li *::after {
  font-size: 16px;
  line-height: 1.75;
}

a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  outline: none;
  color: #888888;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #888888;
}

/* 印刷時はWOW.jsのアニメーション効果を無効化 */
@media print {
  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
}
.back-to-top {
  position: fixed;
  display: none;
  background: #6580f0;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media print {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top-icon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 60px;
}

.btn-primary {
  background-color: #65AAF0;
  border-color: #fff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #88bdf3;
  border-color: #fff;
  color: #fff;
}

.label + .label {
  margin-left: 0.5rem;
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  display: none;
}
@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

/* Nav Meu Styling */
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: rgb(248, 167, 12);
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
  margin: 0;
}
.nav-menu ul ul li {
  min-width: 180px;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #ff9303;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu li:hover > a {
  color: #ff9303;
}
.nav-menu > li {
  float: left;
  margin-left: 10px;
}
.nav-menu > .menu-active > a {
  color: #ff9303;
}
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline;
  font-size: 24px;
  margin: 20px 20px 0 0;
  outline: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s;
  z-index: 999;
}
#mobile-nav-toggle i {
  color: #000;
}
#mobile-nav-toggle i:hover {
  color: #ff9303;
}
@media print {
  #mobile-nav-toggle {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  background: #fff;
  bottom: 0;
  left: -200px;
  overflow-y: auto;
  padding-top: 18px;
  position: fixed;
  top: 0;
  transition: 0.4s;
  width: 200px;
  z-index: 998;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul a {
  color: rgb(248, 167, 12);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  outline: none;
  overflow: hidden;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#mobile-nav ul a:hover {
  color: #ff9303;
}
#mobile-nav ul .active a {
  background-color: #ff9303;
  color: #fff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.popup {
  position: relative;
  background: #fff;
}
@media screen {
  .popup {
    width: 720px;
    max-width: calc(100vw - 3rem);
    margin: 1.5rem auto;
  }
}
@media print {
  .popup {
    border: 1px solid #6580f0;
  }
}

.popup-heading {
  background-color: #6580f0;
  color: #fff;
  padding: 1rem 1.5rem;
}
.popup-heading :first-child {
  margin-top: 0;
}
.popup-heading :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .popup-heading {
    padding: 3rem 4rem;
  }
}
@media print {
  .popup-heading {
    padding: 3rem 4rem;
  }
}
.popup-heading h1, .popup-heading h2, .popup-heading h3, .popup-heading h4, .popup-heading h5, .popup-heading h6 {
  margin-top: 0;
}

.popup-body {
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .popup-body {
    padding: 3rem 4rem;
  }
}
@media print {
  .popup-body {
    padding: 3rem 4rem;
  }
}
.popup-body p {
  text-indent: 1em;
  line-height: 1.75;
}

.popup-section-heading {
  margin-bottom: 2rem;
}

.popup-section-divider {
  border-top: 1.5px solid #ddd;
  margin: 3rem 0;
}

.section {
  padding: 7rem 0;
}

.section-inverse {
  background: rgba(255, 147, 3, 0.09);
}

.section-header {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.section-header small {
  opacity: 0.8;
  color: #4d4d4d;
}

.section-subheader {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.slider .carousel-inner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(90%) blur(2px);
}
@media screen and (max-width: 767px) {
  .slider .carousel-inner img {
    height: 350px;
  }
}
.slider .carousel-indicators {
  bottom: auto;
  left: auto;
  margin-left: unset;
  padding: 1rem;
  position: unset;
  width: auto;
  z-index: inherit;
}
.slider .carousel-indicators li {
  border: 1px solid #ffa536;
}
@media print {
  .slider .carousel-indicators li {
    display: none !important;
  }
}
.slider .carousel-control {
  align-items: center;
  background: #6580f0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 50px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}
.slider .carousel-control.left {
  left: 50px;
}
.slider .carousel-control.right {
  right: 50px;
}
@media print {
  .slider .carousel-control {
    display: none !important;
  }
}
.slider .carousel-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  top: 0;
}
@media screen and (max-width: 767px) {
  .slider .carousel-caption {
    font-size: 18px;
  }
}
.slider .carousel-caption h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .slider .carousel-caption h2 {
    font-size: 32px;
  }
}
@media print {
  .slider .carousel-caption h2 {
    font-size: 48px;
  }
}
.slider .carousel-caption p {
  background: rgba(101, 128, 240, 0.9);
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .slider .carousel-caption p {
    font-size: 14px;
  }
}

#map {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 767px) {
  #map {
    height: 450px;
  }
}
#map iframe {
  border: none;
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #map iframe {
    height: 450px;
  }
}

.copyright {
  text-align: right;
  color: #888888;
}

.footer {
  background: rgba(101, 128, 240, 0.9);
  color: #fff;
  padding: 30px 0;
}
.footer a {
  color: #fff;
}

.footer-heading {
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sub-footer {
  background: #272727;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .history dt {
    width: 120px;
  }
  .history dd {
    margin-left: 140px;
  }
}
.history dt,
.history dd {
  margin-bottom: 4px;
}

.introduction-icon {
  font-size: 50px;
  transition: 0.5s;
}
.introduction-icon:hover {
  transform: scale(1.3, 1.3);
}

.introduction-heading {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-title a {
  padding: 16px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  outline: none;
}
.logo-title a img {
  max-height: 40px;
  width: auto;
}

.news .section-header {
  text-align: left;
  color: #FF8800;
}
.news-list {
  list-style: none;
  padding: 0;
}
.news-list-item {
  border-top: 2px dotted #ccc;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
}
.news-list-item:last-child {
  border-bottom: 2px dotted #ccc;
}
@media (min-width: 480px) {
  .news-list-item {
    flex-direction: row;
    padding: 1.5em 0;
  }
}
.news-date {
  font-weight: 500;
  opacity: 0.8;
}
@media (min-width: 480px) {
  .news-date {
    width: 12em;
  }
}
.news-title {
  flex: 1;
}
.news-more {
  color: #FF8800;
  text-align: right;
}
.news-more .fa {
  margin-left: 4px;
}
@media (min-width: 480px) {
  .news-more {
    width: 6em;
  }
}

.news-item .section-header {
  text-align: left;
  text-transform: none;
}
.news-item-details {
  display: flex;
  flex-wrap: wrap;
}
.news-item-details dt {
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 25%;
}
.news-item-details dd {
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 75%;
}
.news-item td {
  word-break: break-all;
}

.medias .section-header {
  text-align: left;
  color: #FF8800;
}
.medias-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.medias-list-item {
  position: relative;
  border-top: 7px ridge #FFF;
  border-bottom: 7px ridge #FFF;
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  background-color: #343434;
  width: 45%;
  min-width: 320px;
}
@media (min-width: 200px) {
  .medias-list-item {
    flex-direction: row;
    margin: 1em;
  }
}
.medias-list-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.medias-list-item img:hover {
  opacity: 0.6;
}
.medias-info {
  position: absolute;
  transform: translate(0%, -110%);
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.medias-info-topic {
  font-weight: bold;
  font-size: 0.7em;
  background-color: #A52A2A;
  width: 25%;
  text-align: center;
}
.medias-info-date {
  font-weight: 500;
  opacity: 0.8;
  padding-left: 5px;
}
.medias-info-title {
  flex: 1;
  font-weight: bold;
  padding-left: 5px;
}

.list-policy {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  list-style: none;
}
.list-policy li {
  line-height: 2;
}
.list-policy li:before {
  content: "一、";
  margin-left: -30px;
}

@media (min-width: 768px) {
  .profile dt {
    width: 120px;
  }
  .profile dd {
    margin-left: 140px;
  }
}
.profile dt,
.profile dd,
.dl-horizontal p {
  margin-bottom: 0.5rem;
}

.profile ul {
  padding-left: 20px;
}

/*===========================
  privacy
============================ */
.privacy .content {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.recruit {
  /* 期待する人材 */
  /* マイナビ転職フェア */
  /* 業務内容 */
  /* ワードクラウド */
  /* 先輩社員の声 */
  /* 採用フロー */
  /* 募集要項 */
  /* 応募フォーム */
}
.recruit .section {
  padding: 8rem 0;
}
@media (min-width: 768px) {
  .recruit .section {
    padding: 12rem 0;
  }
}
.recruit .section-header {
  position: relative;
  margin-bottom: 6rem;
  font-size: 32px;
  font-weight: 700;
}
.recruit .section-header small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 2rem;
  color: #999;
  text-transform: none;
}
@media (min-width: 768px) {
  .recruit .section-header {
    font-size: 48px;
  }
  .recruit .section-header small {
    font-size: 24px;
  }
}
.recruit a.recruit-link {
  display: inline-block;
  transition: color 0.2s ease;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #4d4d4d;
}
.recruit a.recruit-link:hover {
  color: #ff8000;
}
.recruit .inline-block {
  display: inline-block;
}
.recruit .expected .section-header {
  margin: 0;
  line-height: 1.75;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .recruit .expected .section-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 4em;
    height: 4px;
    background-color: #ff8000;
    border-radius: 2px;
  }
}
.recruit .recruit-point {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 4rem;
}
.recruit .recruit-point__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  margin-bottom: 2rem;
}
.recruit .recruit-point__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recruit .recruit-point__number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.recruit .recruit-point__point {
  position: relative;
  display: inline-block;
  padding-right: 48px;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.05em;
}
.recruit .recruit-point__point::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #999;
}
.recruit .recruit-point__title {
  margin: 0 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.recruit .recruit-point__text {
  margin: 0;
}
.recruit .expected-content {
  background-color: #f6f6f6;
}
.recruit .mynavi .section-header {
  font-size: 32px;
  font-weight: 700;
}
.recruit .mynavi .info {
  margin-top: 1.25rem;
}
.recruit .mynavi .info .info__text {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
@media (max-width: 576px) {
  .recruit .mynavi .info .info__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .recruit .mynavi {
    text-align: center;
  }
  .recruit .mynavi img {
    margin: 0 auto;
  }
}
.recruit .business img {
  aspect-ratio: 4/3;
  object-fit: cover;
  overflow: hidden;
}
.recruit .business h3 {
  margin: 3rem 0 2rem;
  font-size: 32px;
  font-weight: 700;
}
.recruit .business p {
  margin: 0 0 2rem;
  line-height: 1.8;
}
.recruit .wordcloud {
  position: relative;
  height: 600px;
}
.recruit .wordcloud .bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.recruit .wordcloud .bg img {
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
}
.recruit .wordcloud .bg .blob1 {
  top: -12%;
  left: -80%;
  width: 120%;
}
.recruit .wordcloud .bg .blob2 {
  bottom: 0%;
  right: -50%;
  width: 120%;
}
.recruit .wordcloud .container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.recruit .wordcloud .container .words {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.recruit .wordcloud .container .words div {
  position: absolute;
  font-weight: 600;
  color: #666;
  text-align: left;
  line-height: 1.2;
}
.recruit .wordcloud .container .words .copy-main {
  font-size: 36px;
  font-weight: 700;
  color: black;
  top: 40%;
  right: 3%;
  text-align: right;
}
.recruit .wordcloud .container .words .copy-1 {
  font-size: 20px;
  top: 10%;
  left: 5%;
}
.recruit .wordcloud .container .words .copy-2 {
  font-size: 16px;
  top: 17%;
  left: 10%;
}
.recruit .wordcloud .container .words .copy-3 {
  font-size: 16px;
  top: 25%;
  right: 9%;
}
.recruit .wordcloud .container .words .copy-4 {
  font-size: 16px;
  top: 32%;
  left: 6%;
}
.recruit .wordcloud .container .words .copy-5 {
  font-size: 20px;
  bottom: 32%;
  left: 5%;
}
.recruit .wordcloud .container .words .copy-6 {
  font-size: 16px;
  bottom: 25%;
  right: 5%;
}
.recruit .wordcloud .container .words .copy-7 {
  font-size: 24px;
  bottom: 12%;
  left: 7%;
}
@media (min-width: 568px) {
  .recruit .wordcloud {
    height: 780px;
  }
  .recruit .wordcloud .bg .blob1 {
    top: 12%;
    left: -8%;
    width: 62%;
  }
  .recruit .wordcloud .bg .blob2 {
    bottom: 8%;
    right: -9%;
    width: 75%;
  }
  .recruit .wordcloud .container .words .copy-main {
    font-size: 54px;
    font-weight: 700;
    top: 40%;
    right: 5%;
  }
  .recruit .wordcloud .container .words .copy-1 {
    font-size: 32px;
    top: 15%;
    left: 8%;
  }
  .recruit .wordcloud .container .words .copy-2 {
    font-size: 24px;
    top: 27%;
    left: 9%;
  }
  .recruit .wordcloud .container .words .copy-3 {
    font-size: 20px;
    top: 35%;
    right: 4%;
  }
  .recruit .wordcloud .container .words .copy-4 {
    font-size: 20px;
    top: 50%;
    left: 7%;
  }
  .recruit .wordcloud .container .words .copy-5 {
    font-size: 24px;
    bottom: 31%;
    left: 8%;
  }
  .recruit .wordcloud .container .words .copy-6 {
    font-size: 20px;
    bottom: 32%;
    right: 11%;
  }
  .recruit .wordcloud .container .words .copy-7 {
    font-size: 32px;
    bottom: 13%;
    left: 16%;
  }
}
@media (min-width: 768px) {
  .recruit .wordcloud {
    height: 900px;
  }
  .recruit .wordcloud .bg .blob1 {
    top: 12%;
    left: -8%;
    width: 62%;
  }
  .recruit .wordcloud .bg .blob2 {
    bottom: 8%;
    right: -9%;
    width: 75%;
  }
  .recruit .wordcloud .container .words .copy-main {
    font-size: 72px;
    font-weight: 700;
    top: 40%;
    right: 3%;
  }
  .recruit .wordcloud .container .words .copy-1 {
    font-size: 40px;
    top: 13%;
    left: 5%;
  }
  .recruit .wordcloud .container .words .copy-2 {
    font-size: 32px;
    top: 25%;
    left: 7%;
  }
  .recruit .wordcloud .container .words .copy-3 {
    font-size: 24px;
    top: 33%;
    right: 2%;
  }
  .recruit .wordcloud .container .words .copy-4 {
    font-size: 24px;
    top: 54%;
    left: 5%;
  }
  .recruit .wordcloud .container .words .copy-5 {
    font-size: 32px;
    bottom: 27%;
    left: 6%;
  }
  .recruit .wordcloud .container .words .copy-6 {
    font-size: 24px;
    bottom: 28%;
    right: 8%;
  }
  .recruit .wordcloud .container .words .copy-7 {
    font-size: 40px;
    bottom: 10%;
    left: 16%;
  }
}
@media (min-width: 1200px) {
  .recruit .wordcloud {
    height: 1160px;
  }
  .recruit .wordcloud .bg .blob1 {
    top: 23%;
    left: 5%;
    width: 42%;
  }
  .recruit .wordcloud .bg .blob2 {
    bottom: 13%;
    right: 5%;
    width: 56%;
  }
  .recruit .wordcloud .container .words .copy-main {
    font-size: 80px;
    font-weight: 700;
    top: 40%;
    right: 7%;
  }
  .recruit .wordcloud .container .words .copy-1 {
    font-size: 48px;
    top: 17%;
    left: 5%;
  }
  .recruit .wordcloud .container .words .copy-2 {
    font-size: 32px;
    top: 27%;
    left: 16%;
  }
  .recruit .wordcloud .container .words .copy-3 {
    font-size: 32px;
    top: 31%;
    right: 0%;
  }
  .recruit .wordcloud .container .words .copy-4 {
    font-size: 32px;
    top: 42%;
    left: 3%;
  }
  .recruit .wordcloud .container .words .copy-5 {
    font-size: 40px;
    top: 53%;
    left: 7%;
  }
  .recruit .wordcloud .container .words .copy-6 {
    font-size: 32px;
    bottom: 29%;
    right: 5%;
  }
  .recruit .wordcloud .container .words .copy-7 {
    font-size: 48px;
    bottom: 17%;
    left: 20%;
  }
}
@media only print {
  .recruit .wordcloud {
    height: 1160px;
  }
  .recruit .wordcloud .bg .blob1 {
    top: 23%;
    left: 5%;
    width: 42%;
  }
  .recruit .wordcloud .bg .blob2 {
    bottom: 13%;
    right: 5%;
    width: 56%;
  }
  .recruit .wordcloud .container .words .copy-main {
    font-size: 80px;
    font-weight: 700;
    top: 40%;
    right: 7%;
  }
  .recruit .wordcloud .container .words .copy-1 {
    font-size: 48px;
    top: 17%;
    left: 5%;
  }
  .recruit .wordcloud .container .words .copy-2 {
    font-size: 32px;
    top: 27%;
    left: 16%;
  }
  .recruit .wordcloud .container .words .copy-3 {
    font-size: 32px;
    top: 31%;
    right: 0%;
  }
  .recruit .wordcloud .container .words .copy-4 {
    font-size: 32px;
    top: 42%;
    left: 3%;
  }
  .recruit .wordcloud .container .words .copy-5 {
    font-size: 40px;
    top: 53%;
    left: 7%;
  }
  .recruit .wordcloud .container .words .copy-6 {
    font-size: 32px;
    bottom: 29%;
    right: 5%;
  }
  .recruit .wordcloud .container .words .copy-7 {
    font-size: 48px;
    bottom: 17%;
    left: 20%;
  }
}
.recruit .interview .interview-list {
  background-color: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.recruit .interview .interview-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.recruit .interview .interview-item__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.recruit .interview .interview-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .interview .interview-item__content {
  flex: 1;
}
.recruit .interview .interview-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.recruit .interview .interview-item__subtitle {
  font-weight: 700;
}
.recruit .interview .interview-item__link {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .recruit .interview .interview-item {
    flex-direction: row;
  }
  .recruit .interview .interview-item__image {
    width: 30%;
    aspect-ratio: 1/1;
  }
  .recruit .interview .interview-item__title {
    font-size: 32px;
  }
}
.recruit .requirement-process .flow {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit .requirement-process .flow-item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.recruit .requirement-process .flow-item__number {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.recruit .requirement-process .flow-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recruit .requirement-process .flow-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .recruit .requirement-process .flow-item__number {
    width: 80px;
    height: 80px;
    font-size: 48px;
  }
  .recruit .requirement-process .flow-item__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 0;
  }
}
.recruit .requirement-process .flow-arrow {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 36px solid #d9d9d9;
}
@media (min-width: 768px) {
  .recruit .requirement-process .flow-arrow {
    margin-left: 16px;
  }
}
.recruit .requirements .requirement-list {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 4rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .recruit .requirements .requirement-list {
    grid-template-columns: 12rem 1fr;
    gap: 3rem 4rem;
    padding: 6rem 8rem;
  }
}
.recruit .requirements .requirement-list dt {
  font-weight: 700;
}
.recruit .requirements .requirement-list dd {
  line-height: 2;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .recruit .requirements .requirement-list dd {
    font-size: medium;
    margin-bottom: 0;
  }
}
.recruit .requirements .requirement-list p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.recruit .application-form dl {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 4rem;
  border-radius: 1rem;
  border: 1px solid #999;
}
@media (min-width: 768px) {
  .recruit .application-form dl {
    grid-template-columns: 16rem 1fr;
    gap: 3rem 4rem;
    padding: 6rem 8rem;
  }
}
.recruit .application-form dt {
  padding-top: 0.25rem;
}
.recruit .application-form dd {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .recruit .application-form dd {
    font-size: medium;
    margin-bottom: 0;
  }
}
.recruit .application-form .control-label .required {
  margin-left: 1rem;
  font-size: 12px;
  color: #ff8000;
}
.recruit .application-form .form-control {
  font-size: 16px;
}
.recruit .application-form .radio-inline {
  display: inline-flex;
  align-items: center;
}
.recruit .application-form .inline .form-control {
  display: inline;
}

/*===========================
  recruit-business (業務紹介)
============================ */
.recruit-business {
  padding: 5rem 0;
  background-color: #fff;
}
.recruit-business__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit-business__heading h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-business__heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #333;
}
.recruit-business__intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.recruit-business__intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.recruit-business__flow {
  max-width: 900px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}
.recruit-business__flow-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: visible;
  position: relative;
}
.recruit-business__flow-left {
  background-color: #fff5e6;
  padding: 2.5rem 2rem 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border-radius: 20px 0 0 20px;
}
.recruit-business__flow-logo {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit-business__flow-logo img {
  height: 32px;
  width: auto;
}
.recruit-business__flow-row {
  display: flex;
  align-items: center;
  min-height: 70px;
  position: relative;
}
.recruit-business__flow-row--spacer {
  min-height: 70px;
}
.recruit-business__flow-row--spacer .recruit-business__flow-step,
.recruit-business__flow-row--spacer .recruit-business__flow-connector {
  visibility: hidden;
}
.recruit-business__flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
.recruit-business__flow-step-label {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.recruit-business__flow-button {
  background-color: #ff8000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  white-space: nowrap;
}
.recruit-business__flow-connector {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  flex-shrink: 0;
}
.recruit-business__flow-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  flex-shrink: 0;
  z-index: 3;
}
.recruit-business__flow-line {
  flex: 1;
  height: 2px;
  border-top: 2px dotted #999;
  position: relative;
}
.recruit-business__flow-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #666;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
}
.recruit-business__flow-right {
  background-color: #f0f0f0;
  padding: 2.5rem 3rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border-radius: 0 20px 20px 0;
}
.recruit-business__flow-right-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.recruit-business__flow-arrow {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #333;
}
.recruit-business__details {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.recruit-business__detail {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: flex-start;
}
.recruit-business__detail-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.recruit-business__detail-content {
  padding-top: 0.5rem;
}
.recruit-business__detail-title {
  margin: 0 0 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-business__detail-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .recruit-business {
    padding: 4rem 0;
  }
  .recruit-business__flow {
    margin-bottom: 4rem;
  }
  .recruit-business__detail {
    grid-template-columns: 220px 1fr;
    gap: 1.5rem;
  }
  .recruit-business__detail-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .recruit-business {
    padding: 3rem 0;
  }
  .recruit-business__heading {
    margin-bottom: 1.5rem;
  }
  .recruit-business__heading h2 {
    font-size: 28px;
  }
  .recruit-business__intro {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  .recruit-business__flow {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  .recruit-business__flow-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .recruit-business__flow-left {
    padding: 2rem 1.5rem;
    border-radius: 20px 20px 0 0;
  }
  .recruit-business__flow-right {
    padding: 2rem 1.5rem;
    border-radius: 0 0 20px 20px;
  }
  .recruit-business__flow-row {
    min-height: 50px;
  }
  .recruit-business__flow-connector {
    display: none;
  }
  .recruit-business__flow-step-label {
    font-size: 14px;
  }
  .recruit-business__flow-button {
    font-size: 10px;
    padding: 0.3rem 0.8rem;
  }
  .recruit-business__flow-arrow {
    display: none;
  }
  .recruit-business__details {
    gap: 2.5rem;
    padding: 0 1rem;
  }
  .recruit-business__detail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .recruit-business__detail-image {
    max-width: 280px;
    margin: 0 auto;
  }
  .recruit-business__detail-content {
    text-align: center;
    padding-top: 0;
  }
  .recruit-business__detail-title {
    font-size: 20px;
  }
}

/*===========================
  recruit-schedule (一日の時間割り)
============================ */
.recruit-schedule {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.recruit-schedule__timeline {
  position: relative;
}
.recruit-schedule__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 100px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #666 0, #666 4px, transparent 4px, transparent 8px);
  transform: translateX(-50%);
  z-index: 0;
}
.recruit-schedule__item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.recruit-schedule__item--left {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 50%;
}
.recruit-schedule__item--left .recruit-schedule__header {
  align-self: flex-start;
  text-align: left;
}
.recruit-schedule__item--left .recruit-schedule__connector {
  align-self: flex-start;
  flex-direction: row;
}
.recruit-schedule__item--left .recruit-schedule__connector .recruit-schedule__line-h {
  order: 1;
}
.recruit-schedule__item--left .recruit-schedule__connector .recruit-schedule__dot {
  order: 2;
}
.recruit-schedule__item--left .recruit-schedule__details {
  align-self: flex-start;
  text-align: left;
}
.recruit-schedule__item--right {
  align-items: flex-end;
  padding-left: 50%;
  padding-right: 0;
}
.recruit-schedule__item--right .recruit-schedule__header {
  align-self: flex-end;
  text-align: right;
}
.recruit-schedule__item--right .recruit-schedule__connector {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.recruit-schedule__item--right .recruit-schedule__connector .recruit-schedule__dot {
  order: 1;
}
.recruit-schedule__item--right .recruit-schedule__connector .recruit-schedule__line-h {
  order: 2;
}
.recruit-schedule__item--right .recruit-schedule__details {
  align-self: flex-end;
  text-align: right;
}
.recruit-schedule__header {
  margin-bottom: 0.5rem;
}
.recruit-schedule__time {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.recruit-schedule__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.recruit-schedule__connector {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.recruit-schedule__line-h {
  height: 2px;
  background-color: #333;
  flex: 1;
  min-width: 100px;
}
.recruit-schedule__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #666;
  flex-shrink: 0;
  z-index: 1;
}
.recruit-schedule__details {
  font-size: 13px;
  line-height: 1.6;
}
.recruit-schedule__details p {
  margin: 0.2rem 0;
}
.recruit-schedule__cta {
  text-align: center;
  margin-top: 3rem;
}
.recruit-schedule__button {
  background-color: #ff8000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 128, 0, 0.3);
  display: inline-block;
  transition: background-color 0.2s ease;
}
.recruit-schedule__button:hover {
  background-color: #e67300;
}
@media (max-width: 767.98px) {
  .recruit-schedule {
    padding: 2rem 1rem;
  }
  .recruit-schedule__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: flex-start !important;
  }
  .recruit-schedule__timeline::before {
    display: none;
  }
  .recruit-schedule__header, .recruit-schedule__details {
    align-self: flex-start !important;
    text-align: left !important;
  }
  .recruit-schedule__connector {
    display: none;
  }
}

/*===========================
  recruit-interview (先輩社員の声)
============================ */
.recruit-interview .interview-item .section-header {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.recruit-interview .interview-item .section-header small {
  font-size: 50%;
}
.recruit-interview .interview-item img {
  /* 印刷時はaspect-ratioがあると画像がズレる */
  object-fit: cover;
  margin-bottom: 24px;
  width: 100%;
}
@media screen {
  .recruit-interview .interview-item img {
    aspect-ratio: 16/9;
  }
}
.recruit-interview .interview-item .qa-block:not(:first-child) {
  margin-top: 32px;
}
.recruit-interview .interview-item .question {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.75;
}
.recruit-interview .interview-item .back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.recruit-interview .interview-item .back__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6580f0;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
}
.recruit-interview .interview-item .back_text {
  font-size: 24px;
  font-weight: 600;
  color: #6580f0;
}
@media print {
  .recruit-interview .interview-item .back {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .recruit-interview .interview-item img {
    aspect-ratio: 3/4;
  }
}
@media (min-width: 992px) {
  .recruit-interview .interview-item .section-header {
    font-size: 48px;
    margin-bottom: 48px;
  }
  .recruit-interview .interview-item img {
    aspect-ratio: 3/4;
  }
  .recruit-interview .interview-item .question {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .recruit-interview .interview-item img {
    aspect-ratio: 1/1;
  }
}

.profile-card {
  border: 1px solid #6580f0;
  border-radius: 4px;
  box-shadow: 5px 10px 10px rgba(2, 67, 69, 0.15);
  margin-bottom: 3rem;
}

.profile-card-heading {
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
  background: rgba(101, 128, 240, 0.9);
  color: #fff;
}
.profile-card-heading :first-child {
  margin-top: 0;
}
.profile-card-heading :last-child {
  margin-bottom: 0;
}

.profile-card-body {
  padding: 1.5rem;
}

.profile-card-title {
  text-transform: uppercase;
}

.profile-card-subtitle {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.87);
}

.staff-skill {
  background-color: #eee;
  border-radius: 4px;
  font-size: small;
}

.popup-modal {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*表示のエフェクト*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.works-icon {
  text-align: center;
}

.works-icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #1ef9ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.works-card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #6580f0;
  box-shadow: 5px 10px 10px rgba(2, 67, 69, 0.15);
  margin-bottom: 3rem;
  padding: 1rem;
}

.works-card-heading {
  background: #6580f0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: -1rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.works-card dt {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(101, 128, 240, 0.31);
  margin: 1rem -1rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

@media only screen {
  .hide-on-screen,
  .show-on-print {
    display: none;
  }
}
@media only print {
  .show-on-screen,
  .hide-on-print {
    display: none;
  }
}
.page-break-before {
  page-break-before: always;
}

.page-break-after {
  page-break-after: always;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.staff-skill {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2,
.staff-skill {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3,
.staff-skill {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3,
.staff-skill {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}