/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/official/style.scss ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.scroll-in {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.scroll-in-up {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  0% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1150px) {
  .gNav-item {
    font-size: 14px;
    margin: 22px 20px 0;
  }
}
@media screen and (max-width: 1050px) {
  .gNav-item {
    margin: 22px 13px 0;
  }
}
@media screen and (max-width: 840px) {
  .gNav-item {
    font-size: 13px;
    margin: 22px 0 0 13px;
  }
}
@media screen and (max-width: 768px) {
  .gNav-item {
    font-size: 14px;
    line-height: 1;
    margin: unset;
  }
}
.gNav-item a.icon-tab {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .gNav-item a.icon-tab .gNav-kanji,
  .gNav-item a.icon-tab .gNav-eng {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .gNav-item a.icon-tab .gNav-kanji,
  .gNav-item a.icon-tab .gNav-eng {
    margin-left: unset;
    line-height: 11px;
  }
}
.gNav-item a.icon-tab::after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  inset: 0 auto auto -22px;
  margin: 0 auto auto 0;
  background-image: url(/images/recruit/common/icon/icon_site.webp);
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .gNav-item a.icon-tab::after {
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .gNav-item a.icon-tab::after {
    left: unset;
    inset: 0;
    margin: auto;
    transform: translate(-46px, -7px);
  }
}
@media screen and (max-width: 480px) {
  .l-header .spNavBtn {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .spNavBtn-item {
    margin: 22px auto;
  }
}
.l-header .sns {
  border-left: unset;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .l-header .sns {
    right: 51px;
  }
}
.l-header .sns li a {
  border-left: 1px solid #ddd;
}
.l-header .sns .sns-item {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1050px) {
  .l-header .sns .sns-item {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .sns .sns-item {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-header .sns .sns-item {
    width: 50px;
  }
}
.l-header .sns .sns-item.instagram > a, .l-header .sns .sns-item.x > a, .l-header .sns .sns-item.line > a {
  background-position: center;
  background-repeat: no-repeat;
}
.l-header .sns .sns-item.instagram > a::before, .l-header .sns .sns-item.x > a::before, .l-header .sns .sns-item.line > a::before {
  content: "";
  pointer-events: none;
  z-index: -999;
}
.l-header .sns .sns-item.instagram > a {
  transition: background-color 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/images/recruit/common/icon/icon_instagram.webp);
  background-size: 30px;
}
@media screen and (max-width: 1050px) {
  .l-header .sns .sns-item.instagram > a {
    background-size: 26px;
  }
}
@media screen and (max-width: 840px) {
  .l-header .sns .sns-item.instagram > a {
    background-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .sns .sns-item.instagram > a {
    background-size: 26px;
  }
}
.l-header .sns .sns-item.instagram > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.l-header .sns .sns-item.x > a {
  transition: background-color 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/images/recruit/common/icon/icon_x.webp);
  background-size: 28px;
}
@media screen and (max-width: 1050px) {
  .l-header .sns .sns-item.x > a {
    background-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .l-header .sns .sns-item.x > a {
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .sns .sns-item.x > a {
    background-size: 24px;
  }
}
.l-header .sns .sns-item.x > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
@media screen and (max-width: 1050px) {
  .l-header .sns .sns-item.facebook > a::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 840px) {
  .l-header .sns .sns-item.facebook > a::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .sns .sns-item.facebook > a::before {
    font-size: 20px;
  }
}
.l-header .sns .sns-item.line > a {
  background-image: url(/images/recruit/common/icon/icon_line.webp);
}
.l-header .sns .sns-item > a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.l-header .sns .sns-item > a > span {
  position: relative;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

body.top .management-philosophy-txt,
body.company .management-philosophy-txt,
body.philosophy .management-philosophy-txt {
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-txt,
  body.company .management-philosophy-txt,
  body.philosophy .management-philosophy-txt {
    padding: 0 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-txt,
  body.company .management-philosophy-txt,
  body.philosophy .management-philosophy-txt {
    text-align: left;
  }
}
body.top .management-philosophy-img,
body.company .management-philosophy-img,
body.philosophy .management-philosophy-img {
  box-sizing: border-box;
  margin: 40px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-img,
  body.company .management-philosophy-img,
  body.philosophy .management-philosophy-img {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-img,
  body.company .management-philosophy-img,
  body.philosophy .management-philosophy-img {
    margin-top: 20px;
  }
}
body.top .management-philosophy-img img,
body.company .management-philosophy-img img,
body.philosophy .management-philosophy-img img {
  width: 100%;
  max-width: 498px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-img img,
  body.company .management-philosophy-img img,
  body.philosophy .management-philosophy-img img {
    max-width: 375px;
  }
}
body.top .management-philosophy-content,
body.company .management-philosophy-content,
body.philosophy .management-philosophy-content {
  box-sizing: border-box;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-content,
  body.company .management-philosophy-content,
  body.philosophy .management-philosophy-content {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content,
  body.company .management-philosophy-content,
  body.philosophy .management-philosophy-content {
    margin-top: 20px;
  }
}
body.top .management-philosophy-content .mav-items,
body.company .management-philosophy-content .mav-items,
body.philosophy .management-philosophy-content .mav-items {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(auto, 320px));
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-content .mav-items,
  body.company .management-philosophy-content .mav-items,
  body.philosophy .management-philosophy-content .mav-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content .mav-items,
  body.company .management-philosophy-content .mav-items,
  body.philosophy .management-philosophy-content .mav-items {
    gap: 16px;
  }
}
body.top .management-philosophy-content .mav-item,
body.company .management-philosophy-content .mav-item,
body.philosophy .management-philosophy-content .mav-item {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 30px;
  border: 1px solid #1E76D0;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-content .mav-item,
  body.company .management-philosophy-content .mav-item,
  body.philosophy .management-philosophy-content .mav-item {
    padding-bottom: 20px;
  }
}
body.top .management-philosophy-content .mav-item .title,
body.company .management-philosophy-content .mav-item .title,
body.philosophy .management-philosophy-content .mav-item .title {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #1E76D0;
  margin-top: unset;
  margin-bottom: unset;
  border-bottom: 1px solid #1E76D0;
  padding-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-content .mav-item .title,
  body.company .management-philosophy-content .mav-item .title,
  body.philosophy .management-philosophy-content .mav-item .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content .mav-item .title,
  body.company .management-philosophy-content .mav-item .title,
  body.philosophy .management-philosophy-content .mav-item .title {
    font-size: 1.4rem;
    padding-bottom: 12px;
  }
}
body.top .management-philosophy-content .mav-item .title-eng,
body.company .management-philosophy-content .mav-item .title-eng,
body.philosophy .management-philosophy-content .mav-item .title-eng {
  font-size: 3.6rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-content .mav-item .title-eng,
  body.company .management-philosophy-content .mav-item .title-eng,
  body.philosophy .management-philosophy-content .mav-item .title-eng {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content .mav-item .title-eng,
  body.company .management-philosophy-content .mav-item .title-eng,
  body.philosophy .management-philosophy-content .mav-item .title-eng {
    font-size: 2.4rem;
  }
}
body.top .management-philosophy-content .mav-item .body,
body.company .management-philosophy-content .mav-item .body,
body.philosophy .management-philosophy-content .mav-item .body {
  margin-top: 16px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content .mav-item .body,
  body.company .management-philosophy-content .mav-item .body,
  body.philosophy .management-philosophy-content .mav-item .body {
    margin-top: 12px;
  }
}
body.top .management-philosophy-content .mav-item .body .txt-items,
body.company .management-philosophy-content .mav-item .body .txt-items,
body.philosophy .management-philosophy-content .mav-item .body .txt-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.top .management-philosophy-content .mav-item .body .txt-item,
body.company .management-philosophy-content .mav-item .body .txt-item,
body.philosophy .management-philosophy-content .mav-item .body .txt-item {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-content .mav-item .body .txt-item,
  body.company .management-philosophy-content .mav-item .body .txt-item,
  body.philosophy .management-philosophy-content .mav-item .body .txt-item {
    font-size: 1.4rem;
  }
}
body.top .management-philosophy-link,
body.company .management-philosophy-link,
body.philosophy .management-philosophy-link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.top .management-philosophy-link,
  body.company .management-philosophy-link,
  body.philosophy .management-philosophy-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  body.top .management-philosophy-link,
  body.company .management-philosophy-link,
  body.philosophy .management-philosophy-link {
    margin-top: 40px;
  }
}
body.top .management-philosophy-link .btn-item_2,
body.company .management-philosophy-link .btn-item_2,
body.philosophy .management-philosophy-link .btn-item_2 {
  padding-top: unset;
}

@media screen and (max-width: 768px) {
  body.company .management-philosophy.l-sec-2,
  body.philosophy .management-philosophy.l-sec-2 {
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  body.company .management-philosophy-txt,
  body.philosophy .management-philosophy-txt {
    padding: 0 20px;
  }
}

body.philosophy {
  background-image: url(/images/philosophy/pic-bg.jpg);
  background-position-y: -16vw;
}
@media screen and (max-width: 768px) {
  body.philosophy {
    background-position-y: unset;
    background-repeat: no-repeat;
    background-size: auto 60vw;
    background-position: center 60px;
    background-attachment: fixed;
  }
}
body.philosophy .management-philosophy-content {
  box-sizing: border-box;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content {
    margin-top: 40px;
  }
}
body.philosophy .management-philosophy-content .mav-title {
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", YuGothic, sans-serif;
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-title {
    font-size: 2rem;
  }
}
body.philosophy .management-philosophy-content .mav-items {
  margin-top: 30px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, minmax(auto, 800px));
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-items {
    margin-top: 20px;
    gap: 16px;
  }
}
body.philosophy .management-philosophy-content .mav-item {
  padding: 24px 24px 32px;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item {
    padding: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item {
    padding: 20px;
    gap: 16px;
  }
}
body.philosophy .management-philosophy-content .mav-item .mav-item-head {
  width: 100%;
}
body.philosophy .management-philosophy-content .mav-item .mav-item-head .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-head .title {
    padding-left: 4px;
    padding-right: 4px;
  }
}
body.philosophy .management-philosophy-content .mav-item .mav-item-head .title-eng {
  margin-right: auto;
  margin-bottom: unset;
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(auto, 288px) 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body {
    gap: 4px;
  }
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-img {
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-img img {
  width: 100%;
  height: auto;
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body {
  margin-top: unset;
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-items {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-items {
    align-items: center;
  }
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-item {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-item {
    font-size: 1.4rem;
  }
}
body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-details {
  margin-top: 24px;
  margin-bottom: unset;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-details {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item .mav-item-body .mav-item-txt .body .txt-details {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
body.philosophy .management-philosophy-content .mav-item.action .txt-items {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 16px;
  grid-template-areas: "txt-item-1 txt-item-4" "txt-item-2 txt-item-5" "txt-item-3 txt-item-5";
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item.action .txt-items {
    gap: 0 12px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item.action .txt-items {
    gap: 0 8px;
  }
}
body.philosophy .management-philosophy-content .mav-item.action .txt-item-1 {
  grid-area: txt-item-1;
}
body.philosophy .management-philosophy-content .mav-item.action .txt-item-2 {
  grid-area: txt-item-2;
}
body.philosophy .management-philosophy-content .mav-item.action .txt-item-3 {
  grid-area: txt-item-3;
}
body.philosophy .management-philosophy-content .mav-item.action .txt-item-4 {
  grid-area: txt-item-4;
}
body.philosophy .management-philosophy-content .mav-item.action .txt-item-5 {
  grid-area: txt-item-5;
}
body.philosophy .management-philosophy-content .mav-item.mindset .txt-items {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 16px;
  grid-template-areas: "txt-item-1 txt-item-3" "txt-item-2 txt-item-4";
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .mav-item.mindset .txt-items {
    gap: 0 12px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .mav-item.mindset .txt-items {
    gap: 0 8px;
  }
}
body.philosophy .management-philosophy-content .mav-item.mindset .txt-item-1 {
  grid-area: txt-item-1;
}
body.philosophy .management-philosophy-content .mav-item.mindset .txt-item-2 {
  grid-area: txt-item-2;
}
body.philosophy .management-philosophy-content .mav-item.mindset .txt-item-3 {
  grid-area: txt-item-3;
}
body.philosophy .management-philosophy-content .mav-item.mindset .txt-item-4 {
  grid-area: txt-item-4;
}
body.philosophy .management-philosophy-content .mav-item.active.mission .mav-item-body .mav-item-img, body.philosophy .management-philosophy-content .mav-item.active.action .mav-item-body .mav-item-img, body.philosophy .management-philosophy-content .mav-item.active.vision .mav-item-body .mav-item-img, body.philosophy .management-philosophy-content .mav-item.active.mindset .mav-item-body .mav-item-img {
  position: relative;
}
body.philosophy .management-philosophy-content .mav-item.active.mission .mav-item-body .mav-item-img::before, body.philosophy .management-philosophy-content .mav-item.active.action .mav-item-body .mav-item-img::before, body.philosophy .management-philosophy-content .mav-item.active.vision .mav-item-body .mav-item-img::before, body.philosophy .management-philosophy-content .mav-item.active.mindset .mav-item-body .mav-item-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  animation-name: fadeInOutAnime;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  mix-blend-mode: soft-light;
}
body.philosophy .management-philosophy-content .mav-item.active.mission .mav-item-body .mav-item-img::before {
  background-image: url(/images/philosophy/mav-01-hl.png);
}
body.philosophy .management-philosophy-content .mav-item.active.action .mav-item-body .mav-item-img::before {
  background-image: url(/images/philosophy/mav-02-hl.png);
}
body.philosophy .management-philosophy-content .mav-item.active.vision .mav-item-body .mav-item-img::before {
  background-image: url(/images/philosophy/mav-03-hl.png);
}
body.philosophy .management-philosophy-content .mav-item.active.mindset .mav-item-body .mav-item-img::before {
  opacity: 0.3;
  animation-name: fadeInOutAnime_mindset;
  background-image: url(/images/philosophy/mav-04-hl.png);
  mix-blend-mode: normal;
}
@keyframes fadeInOutAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOutAnime_mindset {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
body.philosophy .management-philosophy-content .plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .plus {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .plus {
    height: 30px;
  }
}
body.philosophy .management-philosophy-content .plus > span {
  display: inline-block;
  vertical-align: middle;
  color: #1E76D0;
  line-height: 1;
  width: 60px;
  height: 2px;
  background: currentColor;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.philosophy .management-philosophy-content .plus > span {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  body.philosophy .management-philosophy-content .plus > span {
    width: 30px;
    height: 1px;
  }
}
body.philosophy .management-philosophy-content .plus > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

body.features .skills_items {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  justify-content: center;
  gap: 60px 0;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.features .skills_items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    padding: unset;
  }
}
@media screen and (max-width: 480px) {
  body.features .skills_items {
    gap: 16px 0;
  }
}

body.ai {
  background-image: url(/images/services/ai/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  body.ai {
    background-position-y: unset;
    background-repeat: no-repeat;
    background-size: auto 60vw;
    background-position: center 60px;
    background-attachment: fixed;
  }
}
.works-box {
  margin: 0 0 30px 225px;
}
@media screen and (max-width: 768px) {
  .works-box {
    margin: 0 0 10px 0;
  }
}
.works-head {
  width: auto;
  min-width: 180px;
}

/*# sourceMappingURL=style.css.map*/