  @charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

html {
  scroll-behavior: smooth;
  background-color: rgb(244, 244, 244);
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  background-color: #333333;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 60px);
  }
}
.contents-wrapper.mini {
  max-width: 1300px;
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

.section-title {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .en {
  font-family: "Nobile", sans-serif;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 3rem;
  }
}
.section-title .en.gradation {
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .section-title .en.gradation {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-title .en.gradation {
    font-size: 1.8rem;
  }
}
.section-title .ja {
  display: block;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 0.9rem;
  }
}
.section-title .ja::before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(0, 87, 255);
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-title .ja::before {
    width: 10px;
    margin-right: 5px;
  }
}
.section-title .ja span {
  vertical-align: middle;
}
.section-title.point {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .section-title.point {
    margin-bottom: 85px;
  }
}

.blue-title {
  margin-bottom: 30px;
  font-size: 2rem;
  color: rgb(0, 87, 255);
  text-align: left;
}
@media (max-width: 767px) {
  .blue-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.blue-title.circle::before {
  content: "";
  display: inline-block;
  width: 16px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 87, 255);
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .blue-title.circle::before {
    width: 10px;
  }
}
.blue-title.circle span {
  vertical-align: middle;
}

.gradation-title-box {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: left;
}
@media (max-width: 1023px) {
  .gradation-title-box {
    position: relative;
    z-index: 2;
  }
}
.gradation-title-box span {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1271px) {
  .gradation-title-box span {
    font-size: 4rem;
  }
}
@media (max-width: 1131px) {
  .gradation-title-box span {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .gradation-title-box span {
    font-size: 2.3rem;
    width: 100%;
  }
}
.gradation-title-box span.right {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .gradation-title-box span.right {
    text-align: right;
  }
}

.orange-bg-title {
  position: relative;
  text-align: left;
}
.orange-bg-title::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-99%);
          transform: translateX(-99%);
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background-color: rgb(247, 148, 30);
}
.orange-bg-title .inner {
  display: inline-block;
  min-width: 415px;
  padding: 15px 100px 15px 0;
  background-color: rgb(247, 148, 30);
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .orange-bg-title .inner {
    padding-right: 40px;
    width: 100%;
    font-size: 1.3rem;
    min-width: 250px;
  }
}
.orange-bg-title .inner span {
  vertical-align: middle;
}
.orange-bg-title .number {
  font-size: 3rem;
  margin-right: 20px;
  font-family: "Nova Slim", system-ui;
}
@media (max-width: 767px) {
  .orange-bg-title .number {
    font-size: 1.5rem;
    margin-right: 10px;
  }
}

.group-company-title {
  font-size: 2rem;
  margin-bottom: 50px;
  color: rgb(0, 87, 255);
  font-weight: 500;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .group-company-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .group-company-title {
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
}
.group-company-title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(0, 87, 255);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.orange-line-title {
  margin-bottom: 70px;
  font-size: 2.5rem;
  color: rgb(247, 148, 30);
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .orange-line-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .orange-line-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.orange-line-title::before, .orange-line-title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(247, 148, 30);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.orange-line-title.blue {
  color: rgb(0, 55, 197);
}
.orange-line-title.blue::before, .orange-line-title.blue::after {
  background-color: rgb(0, 55, 197);
}

.gradation-line-title {
  margin-bottom: 70px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .gradation-line-title {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .gradation-line-title {
    margin-bottom: 40px;
  }
}
.gradation-line-title span {
  font-size: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .gradation-line-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .gradation-line-title span {
    font-size: 2rem;
  }
}
.gradation-line-title::after {
  content: "";
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
}

.recruit-section-title {
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  text-align: left;
}
@media (max-width: 1250px) {
  .recruit-section-title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .recruit-section-title {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}
.recruit-section-title.page .number {
  display: none;
}
.recruit-section-title.page .en {
  position: relative;
}
.recruit-section-title.page .en::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, 0%);
          transform: translate(-40%, 0%);
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/title-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .recruit-section-title.page .en::before {
    width: 30px;
  }
}
.recruit-section-title .no {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .recruit-section-title .no {
    margin-left: 15px;
  }
}
.recruit-section-title .number {
  position: relative;
  display: inline-block;
  color: rgb(0, 55, 197);
}
.recruit-section-title .number::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, 0%);
          transform: translate(-40%, 0%);
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/title-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .recruit-section-title .number::before {
    width: 30px;
  }
}
.recruit-section-title .en {
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 55, 197);
  text-stroke: 1px rgb(0, 55, 197);
}
.recruit-section-title .ja {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .recruit-section-title .ja {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .recruit-section-title .ja {
    font-size: 1.1rem;
    display: inline-block;
    width: calc(100% - 65px);
  }
}
.recruit-section-title.blue {
  color: rgb(0, 55, 197);
}
.recruit-section-title.green {
  color: rgb(37, 197, 187);
}
.recruit-section-title.green .number {
  color: rgb(37, 197, 187);
}
.recruit-section-title.green .number::before {
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-green.svg");
}
.recruit-section-title.orange {
  color: rgb(247, 148, 30);
}
.recruit-section-title.orange .number {
  color: rgb(247, 148, 30);
}
.recruit-section-title.orange .number::before {
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-orange.svg");
}

.view-more-link {
  margin-top: 50px;
  color: #333333;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .view-more-link {
    margin-top: 30px;
  }
}
.view-more-link.right {
  margin-left: auto;
}
.view-more-link span {
  vertical-align: middle;
}
.view-more-link img {
  display: inline-block;
  width: 30px;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.view-more-link .fa-solid {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.view-more-link:hover .fa-solid,
.view-more-link:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.menu-hab-btn {
  position: relative;
  padding: 65px 30px 30px;
  border-radius: 20px;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu-hab-btn .text {
  display: block;
  width: calc(90% - 30px);
}
@media (max-width: 1023px) {
  .menu-hab-btn {
    padding-bottom: 25px;
  }
}
.menu-hab-btn .en {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 2rem;
  font-family: "Nobile", sans-serif;
}
@media (max-width: 1100px) {
  .menu-hab-btn .en {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .menu-hab-btn .en {
    width: 80%;
  }
  .menu-hab-btn .en.long {
    top: 20px;
    line-height: 25px;
  }
}
.menu-hab-btn .ja {
  width: 80%;
  color: rgb(0, 87, 255);
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .menu-hab-btn .ja {
    width: 95%;
  }
}
.menu-hab-btn .ja::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 1px;
  background-color: rgb(0, 87, 255);
}
.menu-hab-btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 10%;
  aspect-ratio: 1/1;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/blue-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.menu-hab-btn.company {
  background-color: rgb(244, 244, 244);
  -webkit-box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
          box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
}
.menu-hab-btn.company:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}
.menu-hab-btn.company .en {
  color: rgba(180, 195, 224, 0.4);
}
.menu-hab-btn.sustainability {
  margin-top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 35%;
}
@media (max-width: 1400px) {
  .menu-hab-btn.sustainability {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .menu-hab-btn.sustainability {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .menu-hab-btn.sustainability {
    width: 100%;
    margin-top: 25px;
  }
}
.menu-hab-btn.sustainability::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f35d";
  width: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none;
  color: rgb(0, 87, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  .menu-hab-btn.sustainability .text {
    width: 100%;
  }
}
.menu-hab-btn.sustainability .ja {
  width: 100%;
}
.menu-hab-btn.sustainability .ja::after {
  display: none;
}
.menu-hab-btn.business {
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(250, 250, 250, 0.2);
  padding-top: 75px;
}
.menu-hab-btn.business:hover {
  background-color: rgba(250, 250, 250, 0.5);
}
.menu-hab-btn.business::after {
  width: 50px;
}
@media (max-width: 1023px) {
  .menu-hab-btn.business::after {
    width: 30px;
    right: 15px;
  }
}
.menu-hab-btn.business .en {
  line-height: 25px;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1023px) {
  .menu-hab-btn.business .en {
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .menu-hab-btn.business .en.eom {
    font-size: 1.5rem;
  }
}

.orange-arrow-btn {
  display: inline-block;
  margin-bottom: 20px;
}
.orange-arrow-btn span {
  color: #333333;
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 1176px) {
  .orange-arrow-btn span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .orange-arrow-btn span {
    font-size: 1.1rem;
  }
}
.orange-arrow-btn::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/orange-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .orange-arrow-btn::after {
    width: 20px;
    margin-left: 10px;
  }
}

.recruit-btn {
  display: block;
  padding: 10px;
  border: 1px solid rgb(247, 148, 30);
  -webkit-box-shadow: 5px 5px 0 rgb(247, 148, 30);
          box-shadow: 5px 5px 0 rgb(247, 148, 30);
  color: rgb(247, 148, 30);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.recruit-btn.blue {
  -webkit-box-shadow: 5px 5px 0 rgb(0, 55, 197);
          box-shadow: 5px 5px 0 rgb(0, 55, 197);
  color: rgb(0, 55, 197);
  border-color: rgb(0, 55, 197);
}
.recruit-btn.blue:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit-btn.blue::after {
  background-color: rgb(0, 55, 197);
}
.recruit-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit-btn::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgb(247, 148, 30);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .recruit-btn::after {
    width: 60px;
  }
}
.recruit-btn span {
  vertical-align: middle;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .header-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.header-menu > li:not(.button):not(.sp-navigation) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1450px) {
  .header-menu > li:not(.button):not(.sp-navigation) {
    display: none;
  }
}
.header-menu a {
  color: rgb(255, 255, 255);
}
.header-menu .fa-arrow-up-right-from-square {
  font-size: 12px;
  margin-left: 3px;
}
.header-menu .button {
  height: 100%;
  position: relative;
  z-index: 1500;
}
@media (max-width: 767px) {
  .header-menu .button {
    width: 50%;
    height: auto;
  }
}
.header-menu .button a {
  height: 100%;
  min-width: 210px;
  display: block;
  padding: 20px 20px;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1544px) {
  .header-menu .button a {
    min-width: 160px;
    padding: 20px 5px;
  }
}
@media (max-width: 1450px) {
  .header-menu .button a {
    min-width: 210px;
  }
}
@media (max-width: 1100px) {
  .header-menu .button a {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .header-menu .button a {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .header-menu .button a {
    min-width: auto;
  }
}
.header-menu .button.green {
  background-color: rgb(37, 197, 187);
}
.header-menu .button.blue {
  background-color: rgb(0, 87, 255);
}

.drawer--right .sp-navigation {
  display: none;
}
@media (max-width: 1450px) {
  .drawer--right .sp-navigation {
    display: block;
  }
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
  }
}
.drawer--right .sp-navigation .drawer-toggle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: auto;
  right: auto;
  height: 100%;
  width: 70px;
  background-color: rgb(255, 255, 255);
  z-index: 999;
}
@media (max-width: 1023px) {
  .drawer--right .sp-navigation .drawer-toggle {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-toggle {
    width: 100%;
    height: 50px;
    padding: 0px 10px 10px;
  }
}
.drawer--right .sp-navigation .drawer-toggle:hover {
  background-color: rgb(255, 255, 255);
}
.drawer--right .sp-navigation .drawer-menu-item {
  color: #333333;
}
.drawer--right .sp-navigation .drawer-nav {
  z-index: 900;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/bg-message-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70px;
}
.drawer--right.drawer-open button.drawer-toggle {
  right: 0;
}
.drawer--right.drawer-open .drawer-overlay {
  z-index: 100;
}

@media (max-width: 767px) {
  .footer-menu-list {
    width: calc((100% - 20px) / 2);
  }
}
.footer-menu-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-menu-list li.sub-item {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .footer-menu-list li.sub-item {
    padding-left: 10px;
    font-size: 0.8rem;
  }
}
.footer-menu-list li.sub-item a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 5px;
  background-color: rgb(255, 255, 255);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .footer-menu-list li.sub-item a::before {
    width: 10px;
  }
}
.footer-menu-list a {
  color: rgb(255, 255, 255);
}
.footer-menu-list .fa-arrow-up-right-from-square {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-menu-list .fa-arrow-up-right-from-square {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .footer-menu-list.last {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-menu-list.last li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-menu-list.last {
    display: block;
    width: calc((100% - 20px) / 2);
  }
}

.news-list li {
  border-bottom: 1px solid #333333;
}
.news-list a {
  padding: 10px 50px;
  color: #333333;
  gap: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .news-list a {
    padding: 10px 30px;
    gap: 5px 15px;
  }
}
@media (max-width: 767px) {
  .news-list a {
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  .news-list .date {
    font-size: 0.8rem;
  }
}
.news-list .title {
  width: calc(100% - 80px - 80px - 60px);
  text-align: left;
}
@media (max-width: 1023px) {
  .news-list .title {
    width: 100%;
  }
}
.news-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list.page li {
  border-color: rgba(42, 42, 42, 0.698);
}
.news-list.page a {
  padding-top: 30px;
}
.news-list.page .title {
  width: 100%;
}

.breadcrumb-list {
  padding-top: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (max-width: 767px) {
  .breadcrumb-list {
    padding-top: 15px;
    font-size: 0.8rem;
    gap: 5px;
  }
}
.breadcrumb-list a {
  color: #333333;
}
.breadcrumb-list a:hover {
  color: rgb(0, 87, 255);
}
.breadcrumb-list .bresd-pass {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .breadcrumb-list .bresd-pass {
    padding-left: 5px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 150;
}
@media (max-width: 767px) {
  .header {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header.show-background {
  background-color: rgba(0, 87, 255, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.header-logo {
  padding: 15px 0 15px 35px;
  max-width: 421px;
}
@media (max-width: 1100px) {
  .header-logo {
    padding: 10px 0 10px 20px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 75%;
    max-width: 262px;
  }
}

.footer {
  padding-top: 150px;
  background-color: #333333;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .footer {
    position: relative;
    padding: 50px 0 40px;
  }
}

.footer-logo {
  margin-bottom: 50px;
  width: 80%;
  max-width: 550px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-wrapper {
  margin-bottom: 100px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1203px) {
  .footer-wrapper {
    gap: 40px;
    margin-bottom: 50px;
  }
}
.footer-wrapper .left-wrapper {
  width: 65%;
}
@media (max-width: 1294px) {
  .footer-wrapper .left-wrapper {
    width: calc(65% + 60px);
  }
}
@media (max-width: 1203px) {
  .footer-wrapper .left-wrapper {
    width: 100%;
  }
}
.footer-wrapper .footer-address {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-address {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer-menu-wrapper {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1203px) {
  .footer-wrapper .footer-menu-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .footer-wrapper .footer-menu-wrapper {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-wrapper .right-wrapper {
  width: calc(35% - 150px);
}
@media (max-width: 1294px) {
  .footer-wrapper .right-wrapper {
    width: calc(35% - 120px);
  }
}
@media (max-width: 1203px) {
  .footer-wrapper .right-wrapper {
    width: 100%;
    text-align: center;
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1203px) and (max-width: 767px) {
  .footer-wrapper .right-wrapper {
    gap: 15px;
  }
}
@media (max-width: 1203px) {
  .footer-wrapper .right-wrapper .section-title {
    display: none;
  }
}
.footer-wrapper .right-wrapper .section-title {
  margin-bottom: 20px;
}
.footer-wrapper .right-wrapper .footer-partner-link {
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 1203px) {
  .footer-wrapper .right-wrapper .footer-partner-link {
    margin-top: 0;
  }
}
.footer-wrapper .right-wrapper .footer-partner-link .ja {
  display: inline;
}

.footer-btn {
  display: block;
  padding: 30px 10px;
  text-align: center;
  background-color: rgb(0, 87, 255);
  color: rgb(255, 255, 255);
}
@media (max-width: 1203px) {
  .footer-btn {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .footer-btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.footer-btn span {
  vertical-align: middle;
}
.footer-btn span.material-symbols-outlined {
  margin-right: 20px;
}

.copy-right {
  padding-bottom: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.policy-link {
  color: rgb(255, 255, 255);
  margin-left: 30px;
}

.page-top {
  display: block;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .page-top {
    position: absolute;
    right: 10px;
    bottom: 70px;
  }
}
.page-top img {
  display: inline-block;
  width: 50px;
  margin: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.page-top span {
  vertical-align: middle;
}

.top-wrapper {
  overflow: hidden;
}

.bg-wrapepr img {
  position: absolute;
}
.bg-wrapepr + .contents-wrapper {
  position: relative;
  z-index: 1;
}

.fv-section {
  position: relative;
  height: 50vw;
  max-height: 900px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/home-fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  .fv-section {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .fv-section {
    height: 370px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.fv-section .fv-image {
  position: absolute;
  right: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60vw;
  max-width: 1230px;
}
@media (max-width: 1023px) {
  .fv-section .fv-image {
    width: 65%;
    top: 55%;
  }
}
@media (max-width: 767px) {
  .fv-section .fv-image {
    top: 30%;
  }
}
.fv-section .fv-title {
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1290px) {
  .fv-section .fv-title {
    font-size: 4rem;
  }
}
@media (max-width: 1100px) {
  .fv-section .fv-title {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .fv-section .fv-title {
    font-size: 2.5rem;
  }
}
.fv-section .fv-title span {
  display: block;
  letter-spacing: 2px;
}
.fv-section .fv-title span.top {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fv-section .fv-title span.top {
    margin-bottom: 5px;
  }
}
.fv-section .fv-title span.bottom {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .fv-section .fv-title span.bottom {
    margin-left: 20px;
  }
}

.smoothText {
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger {
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-transform: translate3d(0, 90%, 0);
          transform: translate3d(0, 90%, 0);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
  display: block;
}

.smoothTextTrigger.smoothTextAppear {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.top-message {
  padding: 200px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .top-message {
    padding: 100px 0;
  }
}
.top-message .message1 {
  width: 30%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1450px) {
  .top-message .message1 {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .top-message .message1 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .top-message .message1 {
    width: 100%;
  }
}
.top-message .message2 {
  width: 30%;
  top: -30px;
  left: -160px;
}
@media (max-width: 1023px) {
  .top-message .message2 {
    width: 45%;
    left: -120px;
  }
}
@media (max-width: 767px) {
  .top-message .message2 {
    width: 60%;
    left: -61px;
  }
}

.top-message-box {
  text-align: left;
  width: 55%;
}
@media (max-width: 1100px) {
  .top-message-box {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .top-message-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .top-message-box {
    width: 100%;
  }
}
.top-message-box p:not(:last-child) {
  margin-bottom: 10px;
}

.top-business-section {
  padding-top: 0;
  position: relative;
}
@media (max-width: 1250px) {
  .top-business-section {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .top-business-section {
    padding-top: 0;
  }
}
.top-business-section .top-business-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 57%;
  z-index: 1;
  max-width: 1210px;
}
@media (max-width: 1250px) {
  .top-business-section .top-business-image {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .top-business-section .top-business-image {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .top-business-section .top-business-image {
    position: static;
    margin-bottom: 40px;
    width: 100%;
  }
}
.top-business-section .contents-wrapper:not(.big) {
  position: relative;
  z-index: 3;
}

.top-business-text-wrapper {
  position: relative;
  z-index: 2;
  width: 40%;
  padding-top: 20px;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 1250px) {
  .top-business-text-wrapper {
    width: 70%;
    padding: 40px 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1023px) {
  .top-business-text-wrapper {
    width: 100%;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media (max-width: 767px) {
  .top-business-text-wrapper {
    margin-bottom: 30px;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: transparent;
  }
}

.top-business-circle {
  width: 60%;
  max-width: 729px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .top-business-circle {
    width: 100%;
  }
}

.top-business-image-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .top-business-image-wrapper {
    position: static;
  }
}
.top-business-image-wrapper .business1 {
  width: 50%;
  left: -25%;
  top: -100px;
}
@media (max-width: 1500px) {
  .top-business-image-wrapper .business1 {
    left: -20%;
    top: -150px;
  }
}
@media (max-width: 767px) {
  .top-business-image-wrapper .business1 {
    width: 65%;
    top: 200px;
    left: auto;
    right: -60px;
  }
}
.top-business-image-wrapper .business2 {
  width: 25%;
  left: -30%;
  top: 56%;
}
@media (max-width: 1500px) {
  .top-business-image-wrapper .business2 {
    left: -15%;
  }
}
@media (max-width: 1023px) {
  .top-business-image-wrapper .business2 {
    width: 30%;
    top: 35%;
  }
}
@media (max-width: 767px) {
  .top-business-image-wrapper .business2 {
    top: 350px;
    left: auto;
    right: 20%;
  }
}

.top-business-swiper-wrapper {
  overflow: hidden;
}

.top-business-swiper.swiper {
  overflow: visible;
  padding: 50px 0 50px;
  max-width: 1500px;
  width: calc(100% - 100px);
  margin: auto;
}
@media (max-width: 1023px) {
  .top-business-swiper.swiper {
    width: calc(100% - 60px);
  }
}
.top-business-swiper.swiper .swiper-slide {
  height: auto;
}
.top-business-swiper.swiper .swiper-slide a {
  display: block;
  border-radius: 30px;
  padding: 50px 30px 20px;
  height: 100%;
  text-align: right;
  color: #333333;
  background: linear-gradient(135deg, #E8E8E8 0%, #FFFFFF 100%);
  -webkit-box-shadow: 13px 13px 33px 0px rgba(217, 217, 217, 0.8980392157), -13px -13px 26px 0px rgba(255, 255, 255, 0.8980392157), 13px -13px 26px 0px rgba(217, 217, 217, 0.2), -13px 13px 26px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 13px 13px 33px 0px rgba(217, 217, 217, 0.8980392157), -13px -13px 26px 0px rgba(255, 255, 255, 0.8980392157), 13px -13px 26px 0px rgba(217, 217, 217, 0.2), -13px 13px 26px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .top-business-swiper.swiper .swiper-slide a {
    padding-top: 30px;
  }
}
.top-business-swiper.swiper .swiper-slide a:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}
.top-business-swiper.swiper .swiper-slide a p {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1023px) {
  .top-business-swiper.swiper .swiper-slide a p {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
.top-business-swiper.swiper .swiper-slide img {
  width: auto;
  height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .top-business-swiper.swiper .swiper-slide img {
    height: 110px;
  }
}
.top-business-swiper.swiper .swiper-slide .blue-title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-business-swiper.swiper .swiper-slide .blue-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .top-business-swiper.swiper .swiper-slide .blue-title {
    margin-bottom: 20px;
  }
}
.top-business-swiper.swiper .swiper-slide .btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  color: rgb(0, 87, 255);
  background-color: #FBFBFB;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(215, 215, 215, 0.8980392157), -4px -4px 8px 0px rgba(255, 255, 255, 0.8980392157), 4px -4px 8px 0px rgba(215, 215, 215, 0.2), -4px 4px 8px 0px rgba(215, 215, 215, 0.2), -1px -1px 2px 0px rgba(215, 215, 215, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 4px 4px 10px 0px rgba(215, 215, 215, 0.8980392157), -4px -4px 8px 0px rgba(255, 255, 255, 0.8980392157), 4px -4px 8px 0px rgba(215, 215, 215, 0.2), -4px 4px 8px 0px rgba(215, 215, 215, 0.2), -1px -1px 2px 0px rgba(215, 215, 215, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 767px) {
  .top-business-swiper.swiper .swiper-slide .btn {
    font-size: 0.9rem;
  }
}
.top-business-swiper.swiper .swiper-slide .btn:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}
.top-business-swiper.swiper .swiper-slide .btn::after {
  content: "";
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(255, 255, 255);
  margin-right: 10px;
  width: 10px;
  border-color: rgb(0, 87, 255);
}
@media (max-width: 767px) {
  .top-business-swiper.swiper .swiper-slide .btn::after {
    width: 7px;
  }
}

.swiper-btn-wrapper {
  max-width: 1500px;
  width: calc(100% - 100px);
  margin: 0 auto 25px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .swiper-btn-wrapper {
    width: calc(100% - 60px);
    gap: 10px;
  }
}
.swiper-btn-wrapper .swiper-button-prev,
.swiper-btn-wrapper .swiper-button-next {
  position: static;
  width: 68px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  background: rgb(244, 244, 244);
  -webkit-box-shadow: 5px 5px 13px 0px rgba(220, 220, 220, 0.8980392157), -5px -5px 10px 0px rgba(255, 255, 255, 0.8980392157), 5px -5px 10px 0px rgba(220, 220, 220, 0.2), -5px 5px 10px 0px rgba(220, 220, 220, 0.2), -1px -1px 2px 0px rgba(220, 220, 220, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 5px 5px 13px 0px rgba(220, 220, 220, 0.8980392157), -5px -5px 10px 0px rgba(255, 255, 255, 0.8980392157), 5px -5px 10px 0px rgba(220, 220, 220, 0.2), -5px 5px 10px 0px rgba(220, 220, 220, 0.2), -1px -1px 2px 0px rgba(220, 220, 220, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .swiper-btn-wrapper .swiper-button-prev,
  .swiper-btn-wrapper .swiper-button-next {
    width: 40px;
  }
}
.swiper-btn-wrapper .swiper-button-prev:after,
.swiper-btn-wrapper .swiper-button-next:after {
  font-size: 20px;
}
@media (max-width: 767px) {
  .swiper-btn-wrapper .swiper-button-prev:after,
  .swiper-btn-wrapper .swiper-button-next:after {
    font-size: 14px;
  }
}
.swiper-btn-wrapper .swiper-button-prev:hover,
.swiper-btn-wrapper .swiper-button-next:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}

.top-recruit-section {
  padding-top: 0;
  position: relative;
}
.top-recruit-section .top-recruit-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 73%;
  max-width: 1288px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .top-recruit-section .top-recruit-image {
    width: 77%;
  }
}
@media (max-width: 1290px) {
  .top-recruit-section .top-recruit-image {
    top: 120px;
    width: 73%;
  }
}
@media (max-width: 1023px) {
  .top-recruit-section .top-recruit-image {
    top: 235px;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .top-recruit-section .top-recruit-image {
    top: 260px;
  }
}
.top-recruit-section .contents-wrapper:not(.big) {
  position: relative;
  z-index: 2;
}

.top-recruit-text-wrapper {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 1500px) {
  .top-recruit-text-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .top-recruit-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .top-recruit-text-wrapper > div {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .top-recruit-text-wrapper > div {
    margin-top: 0;
  }
}

.top-recruit-image-wrapper {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1023px) {
  .top-recruit-image-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper {
    gap: 3px;
  }
}
.top-recruit-image-wrapper > img {
  aspect-ratio: 4/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit-image-wrapper > img:nth-child(odd) {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper > img:nth-child(odd) {
    margin-top: 40px;
  }
}
.top-recruit-image-wrapper .image-text-box {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper .image-text-box {
    bottom: 5px;
  }
}
.top-recruit-image-wrapper .image-text-box img {
  width: 60%;
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper .image-text-box img {
    width: 70%;
  }
}
.top-recruit-image-wrapper .image-text-box .left {
  margin-left: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper .image-text-box .left {
    margin-left: 15px;
    margin-bottom: 5px;
  }
}
.top-recruit-image-wrapper .image-text-box .right {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .top-recruit-image-wrapper .image-text-box .right {
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  .top-news-section {
    padding-top: 0;
  }
}
.top-news-section .contents-wrapper {
  position: relative;
}
.top-news-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 70%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .top-news-section .bg-image {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120%;
  }
}
@media (max-width: 767px) {
  .top-news-section .bg-image {
    width: 150%;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
  }
}

.top-news-wrapper {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .top-news-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .top-news-wrapper .title-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .top-news-wrapper .title-box .section-title {
    margin-bottom: 0;
  }
}
.top-news-wrapper .list-box {
  width: 60%;
}
@media (max-width: 1200px) {
  .top-news-wrapper .list-box {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .top-news-wrapper .list-box {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .top-news-wrapper .list-box {
    width: 100%;
  }
}

.news-tags {
  width: 80px;
  padding: 3px;
  font-size: 0.8rem;
  text-align: center;
  background-color: rgb(0, 87, 255);
  color: rgb(255, 255, 255);
}
.news-tags.performance {
  background-color: rgb(37, 197, 187);
}
.news-tags.board-member {
  background-color: rgb(247, 148, 30);
}
.news-tags.organization {
  background-color: rgb(133, 205, 113);
}
.news-tags.other {
  background-color: rgb(241, 104, 113);
}

.top-sustainability-section {
  padding: 150px 0 280px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/bg-sustainability.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1375px) {
  .top-sustainability-section {
    position: relative;
    padding: 100px 0 200px;
    background-position: left center;
  }
  .top-sustainability-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .top-sustainability-section {
    padding: 60px 0 120px;
  }
}
.top-sustainability-section .contents-wrapper {
  position: relative;
  z-index: 1;
}

.top-sustainability-wrapper {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .top-sustainability-wrapper {
    margin-right: auto;
  }
}

.top-business-partner-section {
  position: relative;
  padding: 150px 0;
  text-align: left;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/bg-top-partner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .top-business-partner-section {
    padding: 70px 0;
  }
}
.top-business-partner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.82);
}
.top-business-partner-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.top-business-partne-link {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .top-business-partne-link {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-business-partne-link {
    padding-right: 20px;
  }
}
.top-business-partne-link .section-title {
  margin-bottom: 0;
}
.top-business-partne-link .en {
  color: rgb(144, 144, 144);
}
@media (max-width: 767px) {
  .top-business-partne-link .en {
    font-size: 2.2rem;
  }
}
.top-business-partne-link .ja {
  color: rgb(255, 255, 255);
}
.top-business-partne-link .fa-arrow-up-right-from-square {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: rgb(144, 144, 144);
}
.top-business-partne-link:hover .fa-arrow-up-right-from-square {
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
}

.mv-section {
  padding-bottom: 0;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/bg-mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .mv-section {
    height: 270px;
    padding-top: 80px;
  }
}
.mv-section .section-title {
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .mv-section .section-title .en {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .mv-section .section-title .en {
    font-size: 2.5rem;
  }
}
.mv-section .section-title .ja::before {
  display: none;
}

.policy-box {
  margin: auto;
  max-width: 1000px;
  text-align: left;
}
.policy-box:not(:last-child) {
  margin-bottom: 50px;
}
.policy-box .policy-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .policy-box .policy-title {
    font-size: 1.2rem;
  }
}
.policy-box .policy-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #333333;
}
.policy-box p:not(:last-child) {
  margin-bottom: 20px;
}
.policy-box .name {
  display: block;
  font-size: 1.1rem;
}

.page-policy-link {
  color: rgb(247, 148, 30);
}
.page-policy-link span {
  vertical-align: middle;
}
.page-policy-link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(255, 255, 255);
  margin-left: 15px;
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  background-color: rgb(247, 148, 30);
  vertical-align: middle;
}

.tab-group {
  margin-bottom: 100px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .tab-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-group {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.tab-group .tab {
  width: calc((100% - 120px) / 5);
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
          box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .tab-group .tab {
    width: calc((100% - 60px) / 3);
    min-height: 68px;
  }
}
@media (max-width: 767px) {
  .tab-group .tab {
    width: calc((100% - 20px) / 2);
    font-size: 0.8rem;
    min-height: 58px;
  }
}
.tab-group .tab:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}
.tab-group .tab img {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}
.tab-group .tab.tab-A {
  color: rgb(241, 104, 113);
}
.tab-group .tab.tab-B {
  color: rgb(251, 177, 29);
}
.tab-group .tab.tab-C {
  color: rgb(133, 205, 113);
}
.tab-group .tab.tab-D {
  color: rgb(148, 145, 247);
}
.tab-group .tab.tab-E {
  color: rgb(239, 169, 237);
}

.panel {
  display: none;
}

.tab.is-active {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}

.panel.is-show {
  display: block;
}

.page-achievements-title {
  margin-bottom: 50px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-achievements-title {
    gap: 10px;
  }
}
.page-achievements-title::before, .page-achievements-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 2px;
}
.page-achievements-title span {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-achievements-title span {
    font-size: 1.3rem;
  }
}

.achievements-post-wrapper {
  max-width: 1300px;
  margin: auto;
  width: 95%;
}
@media (max-width: 1023px) {
  .achievements-post-wrapper {
    width: 100%;
  }
}

.achievements-post-box {
  padding: 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .achievements-post-box {
    padding: 50px 30px;
  }
}
@media (max-width: 1130px) {
  .achievements-post-box {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .achievements-post-box {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .achievements-post-box {
    padding: 30px;
  }
}
.achievements-post-box:not(:last-child) {
  margin-bottom: 50px;
}
.achievements-post-box .image-box {
  width: 35%;
}
@media (max-width: 1205px) {
  .achievements-post-box .image-box {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .achievements-post-box .image-box {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .achievements-post-box .image-box {
    width: 100%;
  }
}
.achievements-post-box .text-box {
  width: calc(65% - 50px);
  text-align: left;
}
@media (max-width: 1205px) {
  .achievements-post-box .text-box {
    width: calc(70% - 50px);
  }
}
@media (max-width: 1130px) {
  .achievements-post-box .text-box {
    width: calc(70% - 30px);
  }
}
@media (max-width: 1023px) {
  .achievements-post-box .text-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .achievements-post-box .text-box {
    font-size: 0.9rem;
  }
}
.achievements-post-box .title {
  margin-bottom: 30px;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .achievements-post-box .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .achievements-post-box .title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.achievements-post-box .text {
  color: #333333;
}
.achievements-post-box .text span {
  display: block;
}
.achievements-post-box .text span:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1130px) {
  .achievements-post-box.maintenance .othre-box {
    font-size: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .achievements-post-box.maintenance .othre-box {
    font-size: 0.9rem;
  }
}
@media (max-width: 1370px) {
  .achievements-post-box.food .othre-box {
    font-size: 0.9rem;
  }
}
@media (max-width: 1095px) {
  .achievements-post-box.food .othre-box {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .achievements-post-box.food .othre-box {
    font-size: 0.8rem;
  }
}
.achievements-post-box.it {
  gap: 30px;
}
.achievements-post-box.it .text-box,
.achievements-post-box.it .image-box {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1023px) {
  .achievements-post-box.it .image-box {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .achievements-post-box.it .image-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .achievements-post-box.it .image-box:first-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .achievements-post-box.it .text-box {
    width: 100%;
  }
}

.othre-box {
  color: #333333;
  gap: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1310px) {
  .othre-box {
    gap: 0 20px;
  }
}
@media (max-width: 1130px) {
  .othre-box {
    font-size: 0.9rem;
  }
}
.othre-box li::before {
  content: "";
  margin-right: 11px;
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(207, 207, 209);
}

.tab-A {
  color: rgb(241, 104, 113);
}
.tab-A .page-achievements-title::before, .tab-A .page-achievements-title::after {
  background-color: rgb(241, 104, 113);
}

.tab-B {
  color: rgb(251, 177, 29);
}
.tab-B .page-achievements-title::before, .tab-B .page-achievements-title::after {
  background-color: rgb(251, 177, 29);
}

.tab-C {
  color: rgb(133, 205, 113);
}
.tab-C .page-achievements-title::before, .tab-C .page-achievements-title::after {
  background-color: rgb(133, 205, 113);
}

.tab-D {
  color: rgb(148, 145, 247);
}
.tab-D .page-achievements-title::before, .tab-D .page-achievements-title::after {
  background-color: rgb(148, 145, 247);
}

.tab-E {
  color: rgb(239, 169, 237);
}
.tab-E .page-achievements-title::before, .tab-E .page-achievements-title::after {
  background-color: rgb(239, 169, 237);
}

.page-news-archive-link {
  margin-bottom: 30px;
}
.page-news-archive-link .archive-link-box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-news-archive-link .archive-link-box:not(:last-child) {
  margin-bottom: 10px;
}
.page-news-archive-link .archive-link-box select {
  width: 170px;
  padding: 10px 30px 10px 5px;
  text-align: center;
}

.page-news-wrapper {
  max-width: 1300px;
}

.wp-pagenavi {
  margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  vertical-align: middle;
}
.wp-pagenavi a:not(.extend), .wp-pagenavi span:not(.extend) {
  background-color: rgb(207, 207, 209);
}
.wp-pagenavi a.extend, .wp-pagenavi span.extend {
  color: rgb(207, 207, 209);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: rgb(37, 197, 187);
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink {
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 10px;
  background-color: rgb(114, 114, 114);
}

.title-wrapepr {
  text-align: left;
  border-bottom: 1px solid #333333;
  margin-bottom: 50px;
  padding: 0 50px 20px;
}
@media (max-width: 1023px) {
  .title-wrapepr {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
}
.title-wrapepr .date {
  margin-right: 10px;
}
.title-wrapepr .news-tags {
  padding: 5px 10px;
}
.title-wrapepr .title {
  margin-top: 10px;
}

.news-single-wrapper {
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .news-single-wrapper {
    padding: 0;
  }
}

.main-contents.news:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents.news:not(:last-child) {
    margin-bottom: 20px;
  }
}

.link-wrapper {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .link-wrapper {
    margin-bottom: 20px;
  }
}
.link-wrapper a {
  display: inline-block;
  color: rgb(247, 148, 30);
}
.link-wrapper a:not(:last-of-type) {
  margin-bottom: 10px;
}
.link-wrapper a .fa-solid {
  margin-left: 10px;
}

.newsSwiper {
  width: 50%;
}
@media (max-width: 767px) {
  .newsSwiper {
    width: 100%;
  }
}

.single-pager {
  margin-top: 50px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.single-pager .pager-box {
  width: calc((100% - 60px) / 3);
}
.single-pager a {
  color: rgb(37, 197, 187);
}
.single-pager a.single-summary {
  color: rgb(207, 207, 209);
}

.page-message-box {
  position: relative;
  padding: 0 50px 110px;
  gap: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1131px) {
  .page-message-box {
    padding: 0 50px 70px;
  }
}
@media (max-width: 767px) {
  .page-message-box {
    padding: 0 30px 50px;
    gap: 30px;
  }
}
.page-message-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 62%;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  z-index: -1;
}
@media (max-width: 1417px) {
  .page-message-box::after {
    height: 67%;
  }
}
@media (max-width: 1230px) {
  .page-message-box::after {
    height: 75%;
  }
}
@media (max-width: 767px) {
  .page-message-box::after {
    height: 80%;
  }
}
.page-message-box .gradation-title-box {
  width: 50%;
}
@media (max-width: 1400px) {
  .page-message-box .gradation-title-box {
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .page-message-box .gradation-title-box {
    width: 80%;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .page-message-box .gradation-title-box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: calc(100% + 60px);
  }
}
.page-message-box .image-box {
  position: relative;
  width: 50%;
}
@media (max-width: 1400px) {
  .page-message-box .image-box {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .page-message-box .image-box {
    width: 70%;
    margin-left: -50%;
  }
}
@media (max-width: 767px) {
  .page-message-box .image-box {
    margin-left: auto;
    width: 100%;
  }
}
.page-message-box .image-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(255, 255, 255);
}
.page-message-box .image-text span {
  display: block;
  text-align: left;
}
.page-message-box .image-text span.name {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1023px) {
  .page-message-box .image-text span.name {
    font-size: 1.5rem;
  }
}
.page-message-box .content-box {
  width: 80%;
  margin: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .page-message-box .content-box {
    width: 100%;
  }
}
.page-message-box .content-box .title {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page-message-box .content-box .title {
    font-size: 1.2rem;
  }
}
.page-message-box .content-box p:not(:last-child) {
  margin-bottom: 15px;
}

.page-company-link .contents-wrapper {
  position: relative;
  z-index: 2;
}
.page-company-link .bg-link {
  position: absolute;
  top: -160px;
  left: -40%;
}
@media (max-width: 1023px) {
  .page-company-link .bg-link {
    top: -120px;
    left: -20%;
  }
}
@media (max-width: 767px) {
  .page-company-link .bg-link {
    top: 0;
    left: 0;
    width: 160%;
  }
}

.menu-link-wrapper {
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 85px 150px;
}
@media (max-width: 1200px) {
  .menu-link-wrapper {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .menu-link-wrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .menu-link-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-overview-wrapper {
  max-width: 1200px;
  margin: auto;
}

.overview-box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.overview-box .title {
  width: 220px;
  padding: 25px 20px;
  border-bottom: 1px solid rgb(0, 87, 255);
}
@media (max-width: 1023px) {
  .overview-box .title {
    width: 220px;
    padding: 0 0 10px 15px;
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 2px solid rgb(0, 87, 255);
  }
}
@media (max-width: 767px) {
  .overview-box .title {
    font-size: 1rem;
    width: 130px;
  }
}
.overview-box .content {
  width: calc(100% - 220px);
  padding: 25px 100px;
  border-bottom: 1px solid rgb(207, 207, 209);
}
@media (max-width: 1127px) {
  .overview-box .content {
    padding: 25px 50px;
  }
}
@media (max-width: 1023px) {
  .overview-box .content {
    width: 100%;
    padding: 15px 20px 50px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .overview-box .content {
    padding: 15px 0 40px;
    font-size: 0.9rem;
  }
  .overview-box .content .company {
    display: block;
    font-weight: 700;
  }
  .overview-box .content p:not(:last-child) {
    margin-bottom: 10px;
  }
  .overview-box .content .sp-inline {
    display: inline-block;
  }
}
.overview-box:first-child .title,
.overview-box:first-child .content {
  border-top: 1px solid rgb(0, 87, 255);
}
@media (max-width: 1023px) {
  .overview-box:first-child .title,
  .overview-box:first-child .content {
    border-top: none;
  }
}
@media (max-width: 1023px) {
  .overview-box:last-child .content {
    padding-bottom: 0;
  }
}

.page-philosophy-section .contents-wrapper {
  position: relative;
}
.page-philosophy-section .bg-image {
  position: absolute;
  z-index: -1;
  top: 220px;
  left: -300px;
}
@media (max-width: 1023px) {
  .page-philosophy-section .bg-image {
    width: 150%;
  }
}
@media (max-width: 767px) {
  .page-philosophy-section .bg-image {
    width: 200%;
    top: 130px;
  }
}

.mission1-image-box {
  width: 80%;
  margin: auto;
}
@media (max-width: 1023px) {
  .mission1-image-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mission1-image-box {
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.mission1-text {
  margin-bottom: 50px;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .mission1-text {
    font-size: 1rem;
  }
}

.page-mission1-box-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 88px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 88px;
}
@media (max-width: 1100px) {
  .page-mission1-box-wrapper {
    gap: 30px 50px;
  }
}
@media (max-width: 1023px) {
  .page-mission1-box-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .page-mission1-box-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-mission1-box-wrapper .mission1-box {
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 30px 50px;
}
@media (max-width: 1023px) {
  .page-mission1-box-wrapper .mission1-box {
    padding: 30px;
  }
}
.page-mission1-box-wrapper .mission1-box .blue-title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1220px) {
  .page-mission1-box-wrapper .mission1-box .blue-title {
    font-size: 1.5rem;
  }
}
.page-mission1-box-wrapper p {
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1.13rem;
}
@media (max-width: 1220px) {
  .page-mission1-box-wrapper p {
    width: 100%;
    font-size: 1rem;
  }
}

.mission-wrapepr {
  position: relative;
  gap: 90px;
  padding: 0 80px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1220px) {
  .mission-wrapepr {
    gap: 40px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mission-wrapepr {
    gap: 20px;
    padding-bottom: 30px;
  }
}
.mission-wrapepr::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .mission-wrapepr::after {
    height: calc(100% - 35px);
  }
}
.mission-wrapepr .text-box {
  width: 55%;
  padding-top: 90px;
  text-align: left;
}
@media (max-width: 1220px) {
  .mission-wrapepr .text-box {
    width: calc(55% + 50px);
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr .text-box {
    display: contents;
  }
}
.mission-wrapepr .text-box p {
  padding: 30px 0 0 80px;
  font-size: 1.13rem;
}
@media (max-width: 1220px) {
  .mission-wrapepr .text-box p {
    padding-left: 50px;
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr .text-box p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .mission-wrapepr .text-box p {
    padding: 0 20px;
  }
}
.mission-wrapepr .image-box {
  width: calc(45% - 90px);
}
@media (max-width: 1023px) {
  .mission-wrapepr .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .mission-wrapepr .image-box {
    width: 75%;
  }
}
.mission-wrapepr .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-wrapepr.group {
  padding: 0 80px 50px;
}
@media (max-width: 1270px) {
  .mission-wrapepr.group {
    gap: 50px;
    padding: 0 50px 50px;
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr.group {
    gap: 40px;
    padding-top: 50px;
  }
  .mission-wrapepr.group::after {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mission-wrapepr.group {
    padding: 30px 20px;
    gap: 20px;
  }
}
.mission-wrapepr.group .image-box {
  width: calc((100% - 90px) / 2);
}
@media (max-width: 1270px) {
  .mission-wrapepr.group .image-box {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr.group .image-box {
    width: calc(50% + 100px);
  }
}
@media (max-width: 767px) {
  .mission-wrapepr.group .image-box {
    width: 80%;
  }
}
.mission-wrapepr.group .text-box {
  width: calc((100% - 90px) / 2);
}
@media (max-width: 1270px) {
  .mission-wrapepr.group .text-box {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 1023px) {
  .mission-wrapepr.group .text-box {
    width: 100%;
  }
}
.mission-wrapepr.group .text-box p {
  padding: 0;
}
@media (max-width: 767px) {
  .mission-wrapepr.group .text-box p {
    font-size: 0.88rem;
  }
}
.mission-wrapepr.group .text-box p span::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  background-color: #333333;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mission-wrapepr.group .text-box p span::before {
    margin-right: 1px;
    width: 5px;
  }
}

.group-mission-section {
  padding: 150px 0 200px;
}
@media (max-width: 767px) {
  .group-mission-section {
    padding-top: 60px;
  }
}

.orange-title {
  font-size: 2rem;
  color: rgb(247, 148, 30);
  margin-bottom: 20px;
}
@media (max-width: 1160px) {
  .orange-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .orange-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .orange-title {
    font-size: 1.3rem;
  }
}

.page-sustainability-section {
  margin-bottom: 80px;
  padding-bottom: 200px;
  background-color: rgba(116, 177, 141, 0.22);
}
@media (max-width: 1650px) {
  .page-sustainability-section {
    padding-bottom: 150px;
  }
}
@media (max-width: 1400px) {
  .page-sustainability-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 1170px) {
  .page-sustainability-section {
    position: relative;
  }
}
.page-sustainability-section .contents-wrapper {
  position: relative;
}
@media (max-width: 1170px) {
  .page-sustainability-section .contents-wrapper {
    position: static;
  }
}
.page-sustainability-section .image-box {
  position: absolute;
  top: -150px;
  right: 0;
  width: 50%;
}
@media (max-width: 1650px) {
  .page-sustainability-section .image-box {
    width: 55%;
  }
}
@media (max-width: 1400px) {
  .page-sustainability-section .image-box {
    width: 50%;
    top: -50px;
  }
}
@media (max-width: 1170px) {
  .page-sustainability-section .image-box {
    z-index: -1;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page-sustainability-section .image-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-sustainability-section .image-box .image-icons {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 90%;
}
@media (max-width: 1170px) {
  .page-sustainability-section .image-box .image-icons {
    display: none;
  }
}
.page-sustainability-section .text-box {
  text-align: left;
}
.page-sustainability-section .text-box .image-icons {
  display: none;
}
@media (max-width: 1170px) {
  .page-sustainability-section .text-box .image-icons {
    display: block;
    position: absolute;
    right: 30px;
    width: 50%;
    bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .page-sustainability-section .text-box .image-icons {
    bottom: -50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-sustainability-section .text-box .image-icons {
    width: 70%;
    bottom: -80px;
  }
}

.page-group-link-wrapper {
  width: 80%;
  margin: 0 auto 100px;
  gap: 40px 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 40px 1fr;
  grid-template-rows: repeat(2, 1fr);
}

.page-group-link-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-group-link-wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.page-group-link-wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.page-group-link-wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-group-link-wrapper > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.page-group-link-wrapper > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (max-width: 1150px) {
  .page-group-link-wrapper {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .page-group-link-wrapper {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 25px 1fr 25px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 25px 40px;
  }
  .page-group-link-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-group-link-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-group-link-wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-group-link-wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-group-link-wrapper > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-group-link-wrapper > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767px) {
  .page-group-link-wrapper {
    margin-bottom: 50px;
    width: 100%;
    gap: 20px 15px;
  }
}
.page-group-link-wrapper a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 20px;
  font-size: 1.12rem;
  color: rgb(0, 87, 255);
  background-color: rgb(244, 244, 244);
  -webkit-box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
          box-shadow: 10px 10px 20px 0px #D6D6D6, -10px -10px 20px 0px #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-group-link-wrapper a {
    padding: 10px 30px 10px 10px;
    font-size: 0.9rem;
  }
}
.page-group-link-wrapper a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/blue-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-group-link-wrapper a::before {
    width: 14px;
    right: 10px;
  }
}
.page-group-link-wrapper a:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(217, 217, 217, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(217, 217, 217, 0.2), -2px 2px 4px 0px rgba(217, 217, 217, 0.2), -1px -1px 2px 0px rgba(217, 217, 217, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
}

.page-group-company-wrapper:not(:last-child) {
  margin-bottom: 70px;
}
.page-group-company-wrapper .inner-box {
  max-width: 1200px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .page-group-company-wrapper .inner-box {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .page-group-company-wrapper .inner-box {
    width: 100%;
  }
}
.page-group-company-wrapper .inner-box.other {
  background-color: transparent;
  gap: 35px;
}
@media (max-width: 1023px) {
  .page-group-company-wrapper .inner-box.other {
    width: 100%;
    gap: 15px;
  }
}
.page-group-company-wrapper .text-box {
  width: 50%;
  padding: 70px 50px;
  font-size: 1.13rem;
  text-align: left;
}
@media (max-width: 1053px) {
  .page-group-company-wrapper .text-box {
    padding: 70px 40px;
  }
}
@media (max-width: 1023px) {
  .page-group-company-wrapper .text-box {
    width: 100%;
    padding: 50px 40px 30px;
  }
}
@media (max-width: 767px) {
  .page-group-company-wrapper .text-box {
    padding: 40px 20px 30px;
    font-size: 0.9rem;
  }
}
.page-group-company-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.page-group-company-wrapper .address span {
  display: inline-block;
}
.page-group-company-wrapper .station span {
  display: inline-block;
  margin-left: 6em;
}
.page-group-company-wrapper .tel {
  display: block;
  padding-left: 1em;
}
.page-group-company-wrapper .map-box {
  width: 50%;
}
@media (max-width: 1023px) {
  .page-group-company-wrapper .map-box {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.page-group-company-wrapper .map-box iframe {
  height: 100%;
}
.page-group-company-wrapper#kansai .station span {
  margin-left: 4em;
}

.group-other-box {
  width: calc((100% - 70px) / 3);
  padding: 30px;
  background-color: rgb(255, 255, 255);
  text-align: left;
  font-size: 1.12rem;
}
@media (max-width: 1135px) {
  .group-other-box {
    padding: 30px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .group-other-box {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .group-other-box {
    width: 100%;
  }
}
.group-other-box .blue-title {
  font-size: 1.12rem;
}

.page-group-section {
  position: relative;
}
@media (max-width: 767px) {
  .page-group-section .group {
    top: 360px;
    width: 150%;
  }
}

.page-group-main-box {
  max-width: 1300px;
  margin: 0 auto 100px;
  gap: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .page-group-main-box {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .page-group-main-box {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .page-group-main-box {
    margin-bottom: 50px;
  }
}
.page-group-main-box .text-box {
  width: 50%;
  text-align: left;
}
@media (max-width: 1200px) {
  .page-group-main-box .text-box {
    width: calc(50% + 35px);
  }
}
@media (max-width: 1023px) {
  .page-group-main-box .text-box {
    display: contents;
  }
}
.page-group-main-box .text-box p {
  max-width: 520px;
}
@media (max-width: 1023px) {
  .page-group-main-box .text-box p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .page-group-main-box .text-box p {
    width: 100%;
  }
}
.page-group-main-box .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 1150px) {
  .page-group-main-box .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .page-group-main-box .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .page-group-main-box .title {
    font-size: 1.1rem;
  }
}
.page-group-main-box .image-box {
  width: calc(50% - 85px);
}
@media (max-width: 1023px) {
  .page-group-main-box .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-group-main-box .image-box {
    width: 90%;
    margin-bottom: 20px;
  }
}

.group-office-box {
  background-color: rgb(255, 255, 255);
  padding: 65px 100px;
  text-align: left;
  border-radius: 30px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1285px) {
  .group-office-box {
    padding: 65px 50px;
  }
}
@media (max-width: 1023px) {
  .group-office-box {
    padding: 50px 45px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .group-office-box {
    padding: 30px;
  }
}
.group-office-box:not(:last-child) {
  margin-bottom: 50px;
}
.group-office-box .company-name {
  width: 35%;
}
@media (max-width: 1551px) {
  .group-office-box .company-name {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1023px) {
  .group-office-box .company-name {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .group-office-box .company-name > div {
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .group-office-box .company-name > div {
    gap: 10px;
  }
}
.group-office-box .company-detail {
  width: 50%;
}
@media (max-width: 1023px) {
  .group-office-box .company-detail {
    width: 100%;
  }
}
.group-office-box .company-detail p {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .group-office-box .company-detail p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.group-office-box .company-detail p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .group-office-box .company-detail p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.group-office-box .company-detail .title {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .group-office-box .company-detail .title {
    width: 100%;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .group-office-box .company-detail .contents {
    font-size: 0.9rem;
  }
}
.group-office-box .company-detail .contents span {
  display: inline-block;
}

.map-link {
  display: inline-block;
  margin-top: 30px;
  color: #333333;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .map-link {
    margin-top: 0;
  }
}
.map-link span {
  vertical-align: middle;
}
.map-link img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.page-history-section {
  position: relative;
  padding: 200px 0 0;
}
@media (max-width: 1023px) {
  .page-history-section {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .page-history-section {
    padding-top: 60px;
  }
}
.page-history-section .contents-wrapper.big {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-history-section .contents-wrapper.big > img {
  width: 40%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .page-history-section .contents-wrapper.big > img {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .page-history-section .contents-wrapper.big > img:first-child {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .page-history-section .contents-wrapper.big > img:first-child {
    margin-top: 100px;
  }
}
.page-history-section .contents-wrapper.big > img:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-history-section .contents-wrapper.big > img:not(:last-child) {
    margin-bottom: 200px;
  }
}
.page-history-section .contents-wrapper.big > img:nth-child(odd) {
  margin-right: 0;
}
.page-history-section .contents-wrapper.big > img:nth-child(even) {
  margin-left: 0;
}
.page-history-section .since {
  text-align: left;
  color: rgb(161, 130, 50);
  font-family: "Nova Slim", system-ui;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .page-history-section .since {
    font-size: 2.5rem;
  }
}
.page-history-section .since .number {
  font-size: 6.2rem;
}
@media (max-width: 1130px) {
  .page-history-section .since .number {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .page-history-section .since .number {
    font-size: 4rem;
  }
}

.page-history-wrapepr {
  position: relative;
  padding: 90px 0 300px;
  margin-left: 30px;
  text-align: left;
  border-left: 3px solid rgb(161, 130, 50);
}
@media (max-width: 1023px) {
  .page-history-wrapepr {
    padding: 50px 0 130px;
  }
}
@media (max-width: 767px) {
  .page-history-wrapepr {
    margin-left: 0;
  }
}
.page-history-wrapepr::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background-color: rgb(161, 130, 50);
  -webkit-transform: rotate(35deg) translateX(5px);
          transform: rotate(35deg) translateX(5px);
}
.page-history-wrapepr .history-box {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1300px) {
  .page-history-wrapepr .history-box {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .page-history-wrapepr .history-box {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .page-history-wrapepr .history-box {
    gap: 10px;
  }
}
.page-history-wrapepr .history-box.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-history-wrapepr .history-box:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .page-history-wrapepr .history-box:not(:last-child) {
    margin-bottom: 50px;
  }
}
.page-history-wrapepr .history-box .time {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 340px;
  color: rgb(161, 130, 50);
  font-family: "Nova Slim", system-ui;
  font-size: 1.8rem;
}
@media (max-width: 1130px) {
  .page-history-wrapepr .history-box .time {
    font-size: 1.3rem;
    width: 220px;
  }
}
@media (max-width: 1023px) {
  .page-history-wrapepr .history-box .time {
    width: 200px;
  }
}
.page-history-wrapepr .history-box .time::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: rgb(179, 179, 179);
}
@media (max-width: 1130px) {
  .page-history-wrapepr .history-box .time::before {
    width: 50px;
  }
}
@media (max-width: 1023px) {
  .page-history-wrapepr .history-box .time::before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .page-history-wrapepr .history-box .time::before {
    width: 20px;
  }
}
.page-history-wrapepr .history-box .time::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(161, 130, 50);
}
.page-history-wrapepr .history-box .time > span {
  vertical-align: middle;
}
.page-history-wrapepr .history-box .time .year {
  font-size: 2em;
}
.page-history-wrapepr .history-box .content {
  width: calc(100% - 340px - 50px);
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  .page-history-wrapepr .history-box .content {
    width: calc(100% - 340px - 30px);
    font-size: 1.2rem;
  }
}
@media (max-width: 1130px) {
  .page-history-wrapepr .history-box .content {
    width: calc(100% - 220px - 30px);
  }
}
@media (max-width: 1023px) {
  .page-history-wrapepr .history-box .content {
    width: calc(100% - 200px - 20px);
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .page-history-wrapepr .history-box .content {
    width: 100%;
    padding-left: 30px;
  }
}

.page-history-last-text {
  margin-top: -540px;
  padding: 580px 0 280px;
  text-align: left;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/company/bg-history.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1130px) {
  .page-history-last-text {
    padding-top: 460px;
    margin-top: -400px;
  }
}
@media (max-width: 1023px) {
  .page-history-last-text {
    font-size: 2.5rem;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-history-last-text {
    font-size: 1.6rem;
    padding: 220px 0 50px;
    margin-top: -190px;
  }
}

.page-business-box {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .page-business-box {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .page-business-box {
    gap: 30px;
  }
}
.page-business-box .text-box {
  width: 40%;
  text-align: left;
}
@media (max-width: 1100px) {
  .page-business-box .text-box {
    width: calc(40% + 50px);
  }
}
@media (max-width: 1023px) {
  .page-business-box .text-box {
    display: contents;
  }
}
.page-business-box .text-box .gradation-title-box {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .page-business-box .text-box .gradation-title-box {
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 767px) {
  .page-business-box .text-box .gradation-title-box {
    width: 100%;
  }
  .page-business-box .text-box .gradation-title-box span {
    font-size: 2rem;
  }
  .page-business-box .text-box .gradation-title-box br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-business-box .text-box > div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.page-business-box .text-box p:not(:last-child) {
  margin-bottom: 20px;
}
.page-business-box .image-box {
  width: calc(60% - 100px);
}
@media (max-width: 1023px) {
  .page-business-box .image-box {
    width: calc(55% - 30px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .page-business-box .image-box {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.page-business-link {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(17.34%, rgb(38, 197, 223)), to(rgb(10, 73, 224)));
  background: linear-gradient(90deg, rgb(38, 197, 223) 17.34%, rgb(10, 73, 224) 100%);
}
.page-business-link .contents-wrapper.big {
  position: relative;
}
.page-business-link .bg-link {
  position: absolute;
  left: -20%;
  top: -200px;
}
@media (max-width: 1023px) {
  .page-business-link .bg-link {
    top: -100px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .page-business-link .bg-link {
    width: 150%;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-business-link .menu-link-wrapper {
  max-width: 1200px;
  gap: 53px;
}
@media (max-width: 1023px) {
  .page-business-link .menu-link-wrapper {
    gap: 20px 10px;
  }
}

.page-renewal-section .contents-wrapper.big {
  position: relative;
}
.page-renewal-section .contents-wrapper.big .bg-renewal {
  position: absolute;
  bottom: -50%;
  right: -30%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .page-renewal-section .contents-wrapper.big .bg-renewal {
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .page-renewal-section .contents-wrapper.big .bg-renewal {
    width: 130%;
    bottom: -20%;
    right: -50%;
  }
}

.page-business-point-box {
  position: relative;
  padding: 100px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .page-business-point-box {
    padding: 65px 20px 40px;
  }
}
.page-business-point-box .point-text {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgb(0, 87, 255);
  font-family: "Nova Slim", system-ui;
  font-size: 6.2rem;
}
@media (max-width: 1100px) {
  .page-business-point-box .point-text {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box .point-text {
    font-size: 3rem;
    left: 0;
  }
}
.page-business-point-box .point-text::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 87, 255);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-business-point-box .point-text::after {
    width: 15px;
  }
}
.page-business-point-box .business-icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50px, -80%);
          transform: translate(50px, -80%);
  width: 20%;
}
@media (max-width: 1023px) {
  .page-business-point-box .business-icon {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .page-business-point-box .business-icon {
    width: 40%;
    -webkit-transform: translate(20px, -60%);
            transform: translate(20px, -60%);
  }
}
.page-business-point-box .point-title {
  margin-bottom: 35px;
}
.page-business-point-box .point-title .font-small {
  display: block;
  font-size: 2rem;
}
@media (max-width: 1100px) {
  .page-business-point-box .point-title .font-small {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box .point-title .font-small {
    font-size: 1rem;
  }
}
.page-business-point-box .point-title .font-big {
  font-size: 3rem;
}
@media (max-width: 1100px) {
  .page-business-point-box .point-title .font-big {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box .point-title .font-big {
    font-size: 1.8rem;
  }
}
.page-business-point-box .point-title .gradation {
  font-size: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .page-business-point-box .point-title .gradation {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box .point-title .gradation {
    font-size: 2.5rem;
  }
}
.page-business-point-box .point-image {
  width: 70%;
}
@media (max-width: 1023px) {
  .page-business-point-box .point-image {
    width: 100%;
  }
}
.page-business-point-box.renewal .title {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.page-business-point-box .plan-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.page-business-point-box .plan-list li {
  text-align: left;
}
.page-business-point-box .plan-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 87, 255);
  border-radius: 50%;
}

.point-after-box {
  margin-top: 100px;
  text-align: left;
}
.point-after-box p:not(:last-child) {
  margin-bottom: 30px;
}
.point-after-box .font-big {
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .point-after-box .font-big {
    font-size: 1.1rem;
  }
}
.point-after-box .font-small {
  font-size: 0.8rem;
}

.ape-section {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .ape-section {
    padding-bottom: 30px;
  }
}

.ape-box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .ape-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .ape-box {
    position: relative;
  }
}
.ape-box:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ape-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.ape-box.two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ape-box.three {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ape-box.three .text-box {
  padding-top: 30px;
}
@media (max-width: 1100px) {
  .ape-box.three .text-box {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .ape-box.three .image-box {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ape-box .image-box {
  width: 225px;
}
@media (max-width: 1100px) {
  .ape-box .image-box {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .ape-box .image-box {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .ape-box .image-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%;
  }
}
.ape-box .blue-title {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .ape-box .blue-title {
    margin-bottom: 10px;
  }
}
.ape-box .text-box {
  margin-left: -70px;
  width: calc(100% - 155px);
  max-width: 1050px;
}
@media (max-width: 1100px) {
  .ape-box .text-box {
    width: calc(100% - 100px);
    margin-left: -50px;
  }
}
@media (max-width: 1023px) {
  .ape-box .text-box {
    margin-left: 0;
    margin-top: -50px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .ape-box .text-box {
    margin-top: 0;
  }
}

.ape-text {
  font-size: 6rem;
  font-family: "Nobile", sans-serif;
  color: rgb(255, 255, 255);
  text-align: right;
}
@media (max-width: 1340px) {
  .ape-text {
    font-size: 4rem;
  }
}
@media (max-width: 1100px) {
  .ape-text {
    margin-top: 50px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .ape-text {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.page-point-section {
  padding-top: 250px;
}
@media (max-width: 1023px) {
  .page-point-section {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .page-point-section {
    padding-top: 100px;
  }
}

.page-business-point-box.maintenance .point-after-box {
  max-width: 1200px;
  margin: auto;
}

.maintenance-strong-wrapepr {
  max-width: 1300px;
  margin: auto;
}

.maintenance-strong-section .contents-wrapper.big {
  position: relative;
}
.maintenance-strong-section .bg-image {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 30px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .maintenance-strong-section .bg-image {
    width: 35%;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-section .bg-image {
    bottom: -30px;
  }
}

.maintenance-strong-box {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .maintenance-strong-box {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-box {
    gap: 0;
  }
}
.maintenance-strong-box:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .maintenance-strong-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.maintenance-strong-box:last-child {
  margin-bottom: 150px;
}
.maintenance-strong-box .number {
  color: rgb(37, 197, 187);
  font-size: 5rem;
  font-family: "Nova Slim", system-ui;
}
@media (max-width: 1023px) {
  .maintenance-strong-box .number {
    font-size: 4rem;
  }
}
.maintenance-strong-box .contents {
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 1180px) {
  .maintenance-strong-box .contents {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .maintenance-strong-box .contents {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-box .contents {
    font-size: 0.9rem;
  }
}
.maintenance-strong-box .contents .font-big {
  display: block;
  font-size: 2rem;
}
@media (max-width: 1180px) {
  .maintenance-strong-box .contents .font-big {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .maintenance-strong-box .contents .font-big {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-box .contents .font-big {
    font-size: 1.4rem;
  }
}
.maintenance-strong-box.two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .maintenance-strong-box.two {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.maintenance-strong-box.three {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .maintenance-strong-box.three {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.maintenance-strong-text {
  color: rgb(255, 255, 255);
  font-size: 6rem;
  text-align: right;
}
@media (max-width: 1023px) {
  .maintenance-strong-text {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-text {
    font-size: 2.5rem;
  }
}

.page-control-wrapper {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .page-control-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .page-control-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-control-wrapper .image-box {
  width: 40%;
}
@media (max-width: 1023px) {
  .page-control-wrapper .image-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-control-wrapper .image-box {
    width: 100%;
  }
}
.page-control-wrapper .text-box {
  width: calc(60% - 100px);
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  .page-control-wrapper .text-box {
    width: calc(60% - 50px);
  }
}
@media (max-width: 1140px) {
  .page-control-wrapper .text-box {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .page-control-wrapper .text-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-control-wrapper .text-box {
    width: 100%;
    font-size: 1rem;
  }
}
.page-control-wrapper .font-small {
  display: block;
  font-size: 1.13rem;
}
@media (max-width: 1140px) {
  .page-control-wrapper .font-small {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .page-control-wrapper .font-small {
    font-size: 0.9rem;
  }
}
.page-control-wrapper .font-big {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-control-wrapper .font-big {
    font-size: 1.5rem;
  }
}
.page-control-wrapper p:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-control-wrapper p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.control.contents-wrapper {
  text-align: right;
}

.control-white-text {
  display: inline-block;
  text-align: left;
  font-size: 6rem;
  line-height: 100px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1300px) {
  .control-white-text {
    font-size: 5rem;
  }
}
@media (max-width: 1140px) {
  .control-white-text {
    font-size: 4rem;
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  .control-white-text {
    margin-top: 50px;
    font-size: 3.5rem;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .control-white-text {
    margin-bottom: 30px;
    text-align: right;
    line-height: 45px;
  }
}

@media (max-width: 1023px) {
  .page-business-point-box.food .point-title .font-big {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box.food .point-title .font-big {
    font-size: 1rem;
  }
}
@media (max-width: 1144px) {
  .page-business-point-box.food .point-title .gradation {
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .page-business-point-box.food .point-title .gradation {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box.food .point-title .gradation {
    font-size: 1.3rem;
  }
}

.maintenance-strong-section.food .bg-image.food {
  width: 20%;
  bottom: -70px;
}
@media (max-width: 767px) {
  .maintenance-strong-section.food .bg-image.food {
    bottom: -30px;
    width: 30%;
    z-index: 2;
  }
}
@media (max-width: 1244px) {
  .maintenance-strong-section.food .maintenance-strong-box .number {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-section.food .maintenance-strong-box .number {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .maintenance-strong-section.food .maintenance-strong-box .contents {
    width: calc(100% - 80px - 50px);
  }
}
@media (max-width: 767px) {
  .maintenance-strong-section.food .maintenance-strong-box .contents {
    width: 100%;
  }
}
@media (max-width: 1244px) {
  .maintenance-strong-section.food .maintenance-strong-box .font-big {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .maintenance-strong-section.food .maintenance-strong-box .font-big {
    font-size: 1.3rem;
  }
}

.page-business-point-box.it {
  padding-bottom: 180px;
}
@media (max-width: 1023px) {
  .page-business-point-box.it {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-business-point-box.it {
    padding-bottom: 65px;
  }
}
@media (max-width: 1250px) {
  .page-business-point-box.it .point-title .font-big {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box.it .point-title .font-big {
    font-size: 1.4rem;
  }
}
.page-business-point-box.it .point-title br {
  display: none;
}
@media (max-width: 1023px) {
  .page-business-point-box.it .point-title br {
    display: block;
  }
}
@media (max-width: 1250px) {
  .page-business-point-box.it .point-title .gradation {
    font-size: 3.2rem;
  }
}
@media (max-width: 1050px) {
  .page-business-point-box.it .point-title .gradation {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page-business-point-box.it .point-title .gradation {
    font-size: 1.6rem;
  }
}
.page-business-point-box.it .point-after-box {
  margin-top: 0;
}

.it-service-circle-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 60%;
  gap: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1250px) {
  .it-service-circle-wrapper {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .it-service-circle-wrapper {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .it-service-circle-wrapper {
    gap: 10px;
  }
}

.it-service-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 197, 187)), to(rgb(0, 87, 255)));
  background: linear-gradient(90deg, rgb(37, 197, 187), rgb(0, 87, 255));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .it-service-circle {
    font-size: 0.9rem;
  }
}

.it-service-section .contents-wrapper.big {
  position: relative;
}
.it-service-section .bg-image {
  position: absolute;
  top: -90%;
  left: -20%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .it-service-section .bg-image {
    top: -30%;
  }
}
@media (max-width: 767px) {
  .it-service-section .bg-image {
    top: 0;
    width: 150%;
  }
}
.it-service-section .white-text {
  text-align: right;
  font-size: 5rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .it-service-section .white-text {
    font-size: 4rem;
  }
}

.it-service-text {
  width: 90%;
  margin: 0 auto 50px;
  text-align: left;
}
@media (max-width: 767px) {
  .it-service-text {
    width: 100%;
  }
}

.it-white-wrapepr {
  padding: 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  text-align: left;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .it-white-wrapepr {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .it-white-wrapepr {
    padding: 40px 30px;
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .it-white-wrapepr .it-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.it-white-wrapepr .blue-title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1100px) {
  .it-white-wrapepr .blue-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .it-white-wrapepr .blue-title.pc {
    display: none;
  }
}
.it-white-wrapepr .blue-title.ipad {
  display: none;
}
@media (max-width: 1023px) {
  .it-white-wrapepr .blue-title.ipad {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .it-white-wrapepr .blue-title.ipad {
    margin-bottom: 10px;
  }
}
.it-white-wrapepr img {
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .it-white-wrapepr img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .it-white-wrapepr img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .it-white-wrapepr .text {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .it-white-wrapepr .text {
    width: 100%;
    padding-left: 0;
    font-size: 0.9rem;
  }
}

.recruit-color {
  background-color: rgb(255, 255, 255);
}

.rectuit-fv-section {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 87, 255);
  height: 900px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section {
    height: 700px;
  }
}
@media (max-width: 1100px) {
  .rectuit-fv-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rectuit-fv-section {
    height: 600px;
    padding-bottom: 30px;
  }
}
.rectuit-fv-section .top-image {
  position: absolute;
  width: 10%;
  z-index: 2;
}
.rectuit-fv-section .top-image.one {
  width: 875px;
  top: 0px;
  right: 320px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .top-image.one {
    width: 690px;
    top: 18px;
    right: 238px;
  }
}
@media (max-width: 1023px) {
  .rectuit-fv-section .top-image.one {
    right: 80px;
    top: -155px;
  }
}
@media (max-width: 767px) {
  .rectuit-fv-section .top-image.one {
    width: 450px;
    top: -100px;
    right: 35px;
  }
}
.rectuit-fv-section .top-image.two {
  top: 0;
  right: 858px;
  width: 633px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .top-image.two {
    width: 543px;
    right: 636px;
  }
}
@media (max-width: 1023px) {
  .rectuit-fv-section .top-image.two {
    display: none;
  }
}
.rectuit-fv-section .top-image.three {
  width: 798px;
  bottom: -377px;
  right: -4px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .top-image.three {
    width: 598px;
    bottom: -287px;
  }
}
@media (max-width: 1023px) {
  .rectuit-fv-section .top-image.three {
    bottom: auto;
    top: 246px;
    right: -173px;
    width: 627px;
  }
}
@media (max-width: 767px) {
  .rectuit-fv-section .top-image.three {
    width: 403px;
    right: -125px;
    top: 167px;
  }
}
.rectuit-fv-section .top-image.four {
  top: 0;
  right: 0;
  width: 667px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .top-image.four {
    width: 489px;
    top: 30px;
  }
}
@media (max-width: 1023px) {
  .rectuit-fv-section .top-image.four {
    display: none;
  }
}
.rectuit-fv-section .top-image.five {
  width: 244px;
  right: 0;
  bottom: 42px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .top-image.five {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .rectuit-fv-section .top-image.five {
    display: none;
  }
}
.rectuit-fv-section .text-box {
  position: absolute;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  top: 0;
  left: -17%;
  font-size: 6.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .text-box {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: -30%;
  }
}
@media (max-width: 767px) {
  .rectuit-fv-section .text-box {
    font-size: 4rem;
    top: auto;
    bottom: 100px;
    left: -200px;
  }
}
.rectuit-fv-section .text-box p {
  font-weight: 700;
  white-space: nowrap;
}
.rectuit-fv-section .text-box p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .rectuit-fv-section .text-box p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rectuit-fv-section .text-box p.bg-text {
  color: rgba(255, 255, 255, 0.05);
}
.rectuit-fv-section .text-box p.huchi-text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-stroke: 1px rgba(255, 255, 255, 0.1);
}
.rectuit-fv-section .contents-wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recruit-fv-text {
  color: rgb(255, 255, 255);
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.recruit-fv-text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.recruit-fv-text .vertical-text {
  padding-top: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 3rem;
  text-align: right;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .recruit-fv-text .vertical-text {
    padding-top: 5px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .recruit-fv-text .vertical-text {
    display: none;
  }
}
.recruit-fv-text .main-text {
  margin-bottom: 10px;
  font-size: 6.8rem;
  line-height: 1.15;
  text-shadow: 2px 2px 9px rgba(0, 87, 255, 0.3);
}
@media (max-width: 1440px) {
  .recruit-fv-text .main-text {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .recruit-fv-text .main-text {
    font-size: 3rem;
  }
}
.recruit-fv-text .power {
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-stroke: 1px rgb(255, 255, 255);
}
.recruit-fv-text .bg-whit-text {
  color: rgb(247, 148, 30);
  font-size: 3rem;
}
@media (max-width: 1440px) {
  .recruit-fv-text .bg-whit-text {
    font-size: 2rem;
  }
}
.recruit-fv-text .bg-whit-text span {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding: 0 10px;
}
.recruit-fv-text .bg-whit-text span:not(:last-child) {
  margin-bottom: 10px;
}

.recruit-message-section {
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-message-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .recruit-message-section {
    background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-message-img-sp.png");
  }
}
@media (max-width: 767px) {
  .recruit-message-section {
    background-size: contain;
    background-position: left top;
  }
}
.recruit-message-section .contents-wrapper {
  position: relative;
}
.recruit-message-section .message-image1 {
  position: absolute;
  width: 40%;
  bottom: 50%;
  left: 0;
}
@media (max-width: 1023px) {
  .recruit-message-section .message-image1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruit-message-section .message-image1 {
    display: block;
    position: static;
    margin-left: 0;
    margin-bottom: 15px;
    width: 70%;
  }
}
.recruit-message-section .message-image2 {
  width: 60%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .recruit-message-section .message-image2 {
    width: 100%;
  }
}
.recruit-message-section .recruit-message-vertical-text {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 6rem;
  font-weight: 700;
  color: rgb(0, 55, 197);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
}
@media (max-width: 1380px) {
  .recruit-message-section .recruit-message-vertical-text {
    top: 80%;
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  .recruit-message-section .recruit-message-vertical-text {
    top: 10%;
    right: -35px;
  }
}
.recruit-message-section .recruit-message-vertical-text.sp {
  display: none;
}
@media (max-width: 767px) {
  .recruit-message-section .recruit-message-vertical-text.sp {
    position: static;
    display: block;
    padding: 0 20px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .recruit-message-section .recruit-message-vertical-text.pc {
    display: none;
  }
}
.recruit-message-section .recruit-message-vertical-text span {
  display: block;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 40px;
}
@media (max-width: 1380px) {
  .recruit-message-section .recruit-message-vertical-text span {
    letter-spacing: 25px;
  }
}
@media (max-width: 767px) {
  .recruit-message-section .recruit-message-vertical-text span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (max-width: 767px) {
  .recruit-message-section .recruit-message-vertical-text span {
    letter-spacing: 10px;
    height: auto;
    text-align: left;
  }
}
.recruit-message-section .recruit-message-vertical-text span:last-child {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .recruit-message-section .recruit-message-vertical-text span:last-child {
    margin-top: 0;
    text-align: right;
  }
}

.recruit-message-wrapepr {
  width: 50%;
  margin-left: auto;
  margin-bottom: 80px;
}
@media (max-width: 1380px) {
  .recruit-message-wrapepr {
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .recruit-message-wrapepr {
    width: 90%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .recruit-message-wrapepr {
    margin-bottom: 35px;
    width: 100%;
  }
}
.recruit-message-wrapepr .recruit-message-text-box {
  width: 80%;
  text-align: left;
  color: rgb(0, 55, 197);
}
@media (max-width: 1380px) {
  .recruit-message-wrapepr .recruit-message-text-box {
    width: 90%;
  }
}
@media (max-width: 1250px) {
  .recruit-message-wrapepr .recruit-message-text-box {
    width: 100%;
  }
}
.recruit-message-wrapepr .recruit-message-text-box p {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruit-message-wrapepr .recruit-message-text-box p {
    font-size: 0.9rem;
  }
}
.recruit-message-wrapepr .recruit-message-text-box p:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruit-message-wrapepr .recruit-message-text-box p:last-of-type {
    margin-bottom: 35px;
  }
}
.recruit-message-wrapepr .recruit-message-text-box .font-big {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .recruit-message-wrapepr .recruit-message-text-box .font-big {
    font-size: 1.2rem;
  }
}

.hidden-wrapepr {
  overflow: hidden;
}

.recruit-index-section {
  position: relative;
}
@media (max-width: 1023px) {
  .recruit-index-section {
    padding-bottom: 50px;
  }
}
.recruit-index-section::after {
  position: absolute;
  bottom: -100px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-color: rgb(0, 55, 197);
}
@media (max-width: 1280px) {
  .recruit-index-section::after {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .recruit-index-section::after {
    bottom: -50px;
  }
}
.recruit-index-section::before {
  position: absolute;
  right: -180px;
  bottom: 340px;
  content: "";
  display: block;
  width: 500px;
  height: 470px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1280px) {
  .recruit-index-section::before {
    bottom: 190px;
  }
}
.recruit-index-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.recruit-index-terxt {
  width: 60%;
  margin-bottom: 50px;
  text-align: left;
  font-size: 1.5rem;
  color: rgb(0, 55, 197);
}
@media (max-width: 1280px) {
  .recruit-index-terxt {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .recruit-index-terxt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recruit-index-terxt {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
}

.recruit-index-link-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .recruit-index-link-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit-index-link {
  overflow: hidden;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .recruit-index-link {
    aspect-ratio: 16/9;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .recruit-index-link {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .recruit-index-link.two img {
    top: auto;
    bottom: 0;
  }
}
.recruit-index-link > div {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-index-link:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 1023px) {
  .recruit-index-link:hover img {
    -webkit-transform: translate(-50%, 0) scale(1.2);
            transform: translate(-50%, 0) scale(1.2);
  }
}
.recruit-index-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  .recruit-index-link img {
    top: 0;
    height: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.recruit-index-link .orange-text {
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 30px 0 20px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 3rem;
  background-color: rgb(247, 148, 30);
  letter-spacing: 3px;
}
@media (max-width: 1350px) {
  .recruit-index-link .orange-text {
    font-size: 2.3rem;
  }
}
@media (max-width: 1280px) {
  .recruit-index-link .orange-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .recruit-index-link .orange-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 5px 30px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .recruit-index-link .orange-text {
    font-size: 1.2rem;
  }
}
.recruit-index-link .white-text {
  width: 100%;
  padding-right: 10px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
}
@media (max-width: 1280px) {
  .recruit-index-link .white-text {
    font-size: 2rem;
  }
}
.recruit-index-link .white-text::before {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.communication-section {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.communication-title {
  margin-bottom: 100px;
  font-size: 6rem;
  font-weight: 700;
  color: rgb(0, 55, 197);
  line-height: 100px;
}
@media (max-width: 1300px) {
  .communication-title {
    font-size: 4rem;
    line-height: 87px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .communication-title {
    font-size: 3rem;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .communication-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.communication-title .white-title {
  color: rgb(255, 255, 255);
}

.communication-image-wrapper {
  position: relative;
  max-width: 1300px;
  width: 90%;
  margin: auto;
}
@media (max-width: 767px) {
  .communication-image-wrapper {
    width: 100%;
  }
}
.communication-image-wrapper p {
  position: absolute;
  bottom: 0;
  color: rgb(247, 148, 30);
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .communication-image-wrapper p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .communication-image-wrapper p {
    font-size: 1.2rem;
  }
}
.communication-image-wrapper p.go {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.communication-image-wrapper p.togethr {
  -webkit-transform: translate(-55px, 100%);
          transform: translate(-55px, 100%);
}
@media (max-width: 1023px) {
  .communication-image-wrapper p.togethr {
    -webkit-transform: translate(-35px, 100%);
            transform: translate(-35px, 100%);
  }
}
@media (max-width: 767px) {
  .communication-image-wrapper p.togethr {
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
}

.welifare-wrapper {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .welifare-wrapper {
    gap: 0;
  }
}
.welifare-wrapper .text-box {
  width: calc(60% - 100px);
  text-align: left;
}
@media (max-width: 1023px) {
  .welifare-wrapper .text-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .welifare-wrapper .text-box {
    width: 100%;
  }
}
.welifare-wrapper .text-box p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .welifare-wrapper .text-box p {
    margin-bottom: 35px;
  }
}
.welifare-wrapper .text-box .recruit-btn {
  width: 90%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .welifare-wrapper .text-box .recruit-btn {
    width: 100%;
  }
}
.welifare-wrapper .image-box {
  position: relative;
  width: 40%;
}
@media (max-width: 767px) {
  .welifare-wrapper .image-box {
    width: 100%;
    margin-top: 20px;
  }
}
.welifare-wrapper .image-box .one {
  width: 85%;
  margin-left: 0;
}
.welifare-wrapper .image-box .two {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 33%;
  z-index: 2;
}
@media (max-width: 1275px) {
  .welifare-wrapper .image-box .two {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .welifare-wrapper .image-box .two {
    display: none;
  }
}
.welifare-wrapper .image-box .three {
  position: absolute;
  bottom: -70px;
  right: -170px;
  width: 30%;
}
@media (max-width: 1275px) {
  .welifare-wrapper .image-box .three {
    right: -130px;
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .welifare-wrapper .image-box .three {
    right: 0;
    bottom: 0;
    width: 60%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@media (max-width: 767px) {
  .welifare-wrapper .image-box .three {
    width: 40%;
    bottom: -30px;
  }
}
.welifare-wrapper .image-box .enjoy {
  position: absolute;
  bottom: 0;
  left: 120px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 3;
  font-size: 5rem;
  font-family: "Yellowtail", cursive;
  color: rgb(0, 55, 197);
}
@media (max-width: 1275px) {
  .welifare-wrapper .image-box .enjoy {
    font-size: 4rem;
    left: 10%;
  }
}
@media (max-width: 1023px) {
  .welifare-wrapper .image-box .enjoy {
    left: 0;
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .welifare-wrapper .image-box .enjoy {
    bottom: -15px;
  }
}

.guideline-section {
  overflow: hidden;
}
.guideline-section .contents-wrapper.big {
  position: relative;
}

.guideline-wrapper {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.guideline-wrapper .text-box {
  width: 35%;
  text-align: left;
  color: rgb(0, 55, 197);
}
@media (max-width: 1023px) {
  .guideline-wrapper .text-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.guideline-wrapper .text-box p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .guideline-wrapper .text-box p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.guideline-wrapper .text-box .font-big {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 1130px) {
  .guideline-wrapper .text-box .font-big {
    font-variant: 1.2rem;
  }
}

.guideline-link {
  position: relative;
  display: block;
  width: 65%;
  color: rgb(255, 255, 255);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.guideline-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 196, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.guideline-link:hover::before {
  opacity: 0.5;
}
.guideline-link p {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.guideline-link p.ja {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 3rem;
  letter-spacing: 6px;
}
@media (max-width: 1130px) {
  .guideline-link p.ja {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .guideline-link p.ja {
    font-size: 1.7rem;
  }
}
.guideline-link p.ja span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.guideline-link p.en {
  font-size: 7rem;
  text-align: left;
  line-height: 100px;
}
@media (max-width: 1535px) {
  .guideline-link p.en {
    line-height: 70px;
    font-size: 5rem;
  }
}
@media (max-width: 1130px) {
  .guideline-link p.en {
    line-height: 60px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .guideline-link p.en {
    line-height: 40px;
    font-size: 2rem;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .guideline-link svg {
    width: 20px;
    vertical-align: bottom;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.guideline-link.orange {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/guideline-link-image1.jpg");
}
@media (max-width: 1023px) {
  .guideline-link.orange {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .guideline-link.orange {
    width: 100%;
  }
}
.guideline-link.orange::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30%, 70%);
          transform: translate(30%, 70%);
  content: "";
  width: 600px;
  z-index: -1;
  aspect-ratio: 8/7;
  display: block;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/link-bg-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1535px) {
  .guideline-link.orange::after {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .guideline-link.orange::after {
    width: 40%;
  }
}
.guideline-link.orange .ja {
  padding-left: 30px;
}
@media (max-width: 1130px) {
  .guideline-link.orange .ja {
    padding-left: 15px;
  }
}
.guideline-link.orange .ja span:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.guideline-link.orange .en {
  padding-top: 80px;
  color: rgb(247, 148, 30);
}
@media (max-width: 767px) {
  .guideline-link.orange .en {
    padding-top: 30px;
  }
}
.guideline-link.orange svg path {
  fill: rgb(247, 148, 30);
}
.guideline-link.white {
  margin-left: calc(50% - 50vw);
  width: 75%;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/guideline-link-image2.jpg");
}
@media (max-width: 1023px) {
  .guideline-link.white {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .guideline-link.white {
    width: 100%;
  }
}
.guideline-link.white .ja {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1130px) {
  .guideline-link.white .ja {
    padding-right: 15px;
  }
}
.guideline-link.white .en {
  margin-top: -30px;
}

.recruit-action-section {
  padding-bottom: 200px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-entry.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top;
}
@media (max-width: 767px) {
  .recruit-action-section {
    padding-bottom: 50px;
    background-position: left top;
  }
}
.recruit-action-section p {
  font-weight: 500;
}
.recruit-action-section p.font-bold {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .recruit-action-section p.font-bold {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .recruit-action-section p:not(.font-bold) {
    text-align: left;
    font-size: 0.8rem;
  }
}

.action-title {
  margin-bottom: 50px;
  text-align: left;
  font-size: 10rem;
  font-family: "Yellowtail", cursive;
  color: rgb(0, 55, 197);
  -webkit-transform: translateY(-70px) rotate(-20deg);
          transform: translateY(-70px) rotate(-20deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1440px) {
  .action-title {
    font-size: 8rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .action-title {
    font-size: 5rem;
    -webkit-transform: translateY(-5px) rotate(-10deg);
            transform: translateY(-5px) rotate(-10deg);
  }
}

.recruit-action-link-wrapper {
  max-width: 1300px;
  margin: 70px auto 0;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .recruit-action-link-wrapper {
    margin-top: 30px;
    gap: 30px;
  }
}
.recruit-action-link-wrapper .recruit-btn {
  padding: 30px 10px;
  width: calc((100% - 50px) / 2);
}
@media (max-width: 767px) {
  .recruit-action-link-wrapper .recruit-btn {
    width: 100%;
    padding: 10px;
  }
}

.recruit-mv {
  padding: 200px 0 100px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/recruit-mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top left;
}
@media (max-width: 767px) {
  .recruit-mv {
    padding: 130px 0 30px;
  }
}

.recruit-mv-title {
  color: rgb(255, 255, 255);
  text-align: left;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.recruit-mv-title .font-big {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .recruit-mv-title .font-big {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .recruit-mv-title .font-big {
    font-size: 3rem;
  }
}
.recruit-mv-title .font-small {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .recruit-mv-title .font-small {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .recruit-mv-title .font-small {
    display: block;
  }
}

@media (max-width: 1023px) {
  .pc-wrapper {
    display: none;
  }
}

.swiper.about-swiper {
  display: none;
}
@media (max-width: 1023px) {
  .swiper.about-swiper {
    display: block;
    padding-bottom: 30px;
  }
}

.data-about-box-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 25px 45px;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1156px) {
  .data-about-box-wrapper {
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .data-about-box-wrapper {
    gap: 0;
  }
}

.data-about-box {
  position: relative;
  padding: 50px;
  -webkit-box-shadow: 10px 13px 30px rgba(208, 213, 225, 0.6);
          box-shadow: 10px 13px 30px rgba(208, 213, 225, 0.6);
}
@media (max-width: 1280px) {
  .data-about-box {
    padding: 50px 30px;
  }
}
@media (max-width: 1156px) {
  .data-about-box {
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .data-about-box.swiper-slide {
    height: auto;
  }
}
@media (max-width: 767px) {
  .data-about-box {
    padding: 20px 10px;
  }
}
.data-about-box .after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 0.8rem;
}
.data-about-box:nth-child(odd) {
  background-color: rgb(0, 55, 197);
  color: rgb(255, 255, 255);
}
.data-about-box:nth-child(odd)::after {
  color: rgb(255, 255, 255);
}
.data-about-box:nth-child(even) {
  color: rgb(0, 55, 197);
}
.data-about-box:nth-child(even)::after {
  color: rgb(0, 55, 197);
}
.data-about-box > div {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .data-about-box > div {
    height: 100%;
  }
}
.data-about-box .title {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media (max-width: 1302px) {
  .data-about-box .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .data-about-box .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.data-about-box .number-box {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .data-about-box .number-box {
    margin-bottom: 20px;
  }
}
.data-about-box .number {
  font-size: 6.5rem;
  line-height: 90px;
}
@media (max-width: 1156px) {
  .data-about-box .number {
    font-size: 5.5rem;
  }
}
.data-about-box .unit {
  display: inline-block;
  font-size: 2.5rem;
}
@media (max-width: 1156px) {
  .data-about-box .unit {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .data-about-box .unit {
    font-size: 1.3rem;
  }
}
.data-about-box p {
  text-align: left;
}
.data-about-box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
.data-about-box .small {
  display: block;
  text-align: right;
}
.data-about-box.one img {
  width: 100%;
}
.data-about-box.seven {
  padding: 30px 50px;
}
@media (max-width: 1280px) {
  .data-about-box.seven {
    padding: 50px 30px;
  }
}
@media (max-width: 1156px) {
  .data-about-box.seven {
    padding: 30px 20px;
  }
}
.data-about-box.seven .title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .data-about-box.seven .number-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .data-about-box.seven .number {
    font-size: 5rem;
    line-height: 70px;
  }
}
.data-about-box.seven .unit.small {
  text-align: right;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .data-about-box.seven .unit.small {
    font-size: 1.1rem;
  }
}
.data-about-box.seven .small {
  text-align: center;
}
.data-about-box.seven .details {
  font-size: 0.9rem;
}
.data-about-box.seven p {
  font-size: 0.8rem;
}
.data-about-box.eight .title {
  text-align: left;
  margin-bottom: 0;
}
.data-about-box.eight .number-box {
  text-align: right;
}
.data-about-box.eight .number {
  font-size: 7.5rem;
}
.data-about-box.nine .title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .data-about-box.nine .title {
    margin-bottom: 30px;
  }
}
.data-about-box.nine .number {
  font-size: 7.5rem;
}

.recruit-center-section {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .recruit-center-section {
    padding-top: 0;
  }
}
.recruit-center-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.recruit-center-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-about-sanki-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .recruit-center-section::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruit-center-section::before {
    display: block;
    width: 100%;
    height: 35%;
    bottom: auto;
    top: 100px;
  }
}

.center-wrapepr {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1251px) {
  .center-wrapepr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 50px;
  }
}
.center-wrapepr .text-box {
  width: 35%;
  padding-bottom: 100px;
  text-align: left;
  color: rgb(0, 55, 197);
}
.center-wrapepr .text-box p {
  font-weight: 500;
}
@media (max-width: 1251px) {
  .center-wrapepr .text-box {
    display: contents;
  }
}
@media (max-width: 1581px) {
  .center-wrapepr .recruit-section-title {
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .center-wrapepr .recruit-section-title {
    line-height: 70px;
  }
}
@media (max-width: 1251px) {
  .center-wrapepr .recruit-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .center-wrapepr .recruit-section-title br {
    display: block;
  }
}
@media (max-width: 1023px) {
  .center-wrapepr .recruit-section-title .en {
    font-size: 3.6rem;
  }
}
@media (max-width: 1251px) {
  .center-wrapepr .center-text-box {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .center-wrapepr .center-text-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.center-wrapepr .font-big {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .center-wrapepr .font-big {
    font-size: 1.2rem;
  }
}
.center-wrapepr .image-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1023px) {
  .center-wrapepr .image-box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.we-want-wrapper {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .we-want-wrapper {
    gap: 30px;
  }
}
.we-want-wrapper .image-box {
  width: calc(50% - 50px);
}
@media (max-width: 1023px) {
  .we-want-wrapper .image-box {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .we-want-wrapper .image-box {
    width: calc(100% + 60px);
  }
}
.we-want-wrapper .text-box {
  width: 40%;
  text-align: left;
  color: rgb(0, 55, 197);
}
@media (max-width: 1023px) {
  .we-want-wrapper .text-box {
    width: 100%;
  }
}

.we-want-you-box {
  position: relative;
}
.we-want-you-box .text-box {
  padding: 50px 0 100px;
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .we-want-you-box .text-box {
    position: relative;
    margin-top: -100px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .we-want-you-box .text-box {
    font-size: 1.2rem;
    margin-top: -50px;
  }
}
.we-want-you-box .text-box p {
  position: relative;
  z-index: 2;
  padding-left: 120px;
}
@media (max-width: 1023px) {
  .we-want-you-box .text-box p {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .we-want-you-box .text-box p {
    padding-left: 0;
  }
}
.we-want-you-box .recruit-section-title {
  position: relative;
  z-index: 2;
}
@media (max-width: 1315px) {
  .we-want-you-box .recruit-section-title {
    margin-bottom: 30px;
  }
  .we-want-you-box .recruit-section-title .number {
    font-size: 4rem;
  }
}
@media (max-width: 1315px) and (max-width: 767px) {
  .we-want-you-box .recruit-section-title .number {
    font-size: 2.5rem;
  }
}
@media (max-width: 1315px) {
  .we-want-you-box .recruit-section-title .number::before {
    width: 50px;
  }
}
@media (max-width: 1315px) and (max-width: 767px) {
  .we-want-you-box .recruit-section-title .number::before {
    width: 30px;
  }
}
.we-want-you-box:nth-child(odd) .text-box::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  content: "";
  display: block;
  height: 100%;
  background-color: rgb(247, 247, 247);
}
.we-want-you-box:nth-child(odd) .image-box {
  right: 0;
}
@media (max-width: 1023px) {
  .we-want-you-box:nth-child(odd) .image-box {
    margin-left: auto;
    right: auto;
  }
}
.we-want-you-box:nth-child(odd) .font-small {
  width: 50%;
}
@media (max-width: 1170px) {
  .we-want-you-box:nth-child(odd) .font-small {
    width: 52%;
  }
}
@media (max-width: 1023px) {
  .we-want-you-box:nth-child(odd) .font-small {
    width: 100%;
  }
}
.we-want-you-box .font-small {
  display: block;
  font-size: 1rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .we-want-you-box .font-small {
    font-size: 0.8rem;
  }
}
.we-want-you-box .image-box {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .we-want-you-box .image-box {
    width: 80%;
    position: relative;
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 767px) {
  .we-want-you-box .image-box {
    width: 100%;
  }
}
.we-want-you-box .image-box img {
  width: 70%;
}
@media (max-width: 1023px) {
  .we-want-you-box .image-box img {
    width: 150px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .we-want-you-box .image-box img {
    width: 100px;
  }
}
.we-want-you-box .q-text {
  padding: 30px 30px 50px;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/speech-bubble.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.2rem;
  color: rgb(0, 55, 197);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1170px) {
  .we-want-you-box .q-text {
    margin-bottom: 50px;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .we-want-you-box .q-text {
    margin-bottom: 0;
    background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/speech-bubble-left.png");
  }
}
@media (max-width: 767px) {
  .we-want-you-box .q-text {
    padding: 20px 20px 35px;
  }
}
.we-want-you-box.one {
  margin-bottom: 150px;
}
@media (max-width: 1023px) {
  .we-want-you-box.one {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .we-want-you-box.one {
    margin-bottom: 40px;
  }
}
.we-want-you-box.one .text-box::before {
  width: 80%;
}
@media (max-width: 1023px) {
  .we-want-you-box.one .text-box::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .we-want-you-box.one .text-box::before {
    width: calc(100% + 60px);
  }
}
.we-want-you-box.two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}
@media (max-width: 1023px) {
  .we-want-you-box.two {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .we-want-you-box.two {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .we-want-you-box.two .text-box {
    margin-top: -190px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .we-want-you-box.two .text-box {
    margin-top: -70px;
  }
}
@media (max-width: 1170px) {
  .we-want-you-box.two .recruit-section-title {
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .we-want-you-box.two .recruit-section-title {
    text-align: left;
  }
}
.we-want-you-box.two .q-text {
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/speech-bubble-left.png");
}
@media (max-width: 1023px) {
  .we-want-you-box.two .q-text {
    left: 0;
  }
}
.we-want-you-box.two .image-box {
  left: 0;
}
@media (max-width: 1023px) {
  .we-want-you-box.two .image-box {
    left: auto;
  }
}
.we-want-you-box.three .text-box {
  padding: 80px 0 50px;
}
.we-want-you-box.three .text-box::before {
  width: 110%;
}
@media (max-width: 1750px) {
  .we-want-you-box.three .text-box::before {
    width: 95%;
  }
}
@media (max-width: 1023px) {
  .we-want-you-box.three .text-box::before {
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .we-want-you-box.three .text-box::before {
    width: calc(100% + 60px);
  }
}

.welfare-link-wrapper {
  gap: 40px 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .welfare-link-wrapper {
    gap: 20px 30px;
  }
}
@media (max-width: 767px) {
  .welfare-link-wrapper {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.welfare-link-box {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  border: 1px solid rgb(0, 55, 197);
  color: rgb(0, 55, 197);
}
@media (max-width: 767px) {
  .welfare-link-box {
    font-size: 0.9rem;
  }
}
.welfare-link-box::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(255, 255, 255);
  margin-right: 10px;
  border-color: rgb(0, 55, 197);
}
@media (max-width: 767px) {
  .welfare-link-box::after {
    right: 5px;
  }
}
.welfare-link-box:nth-child(odd) {
  background-color: rgb(0, 55, 197);
  color: rgb(255, 255, 255);
}
.welfare-link-box:nth-child(odd)::after {
  border-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .welfare-link-box:nth-child(3) {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 55, 197);
  }
  .welfare-link-box:nth-child(3)::after {
    border-color: rgb(0, 55, 197);
  }
  .welfare-link-box:nth-child(4) {
    background-color: rgb(0, 55, 197);
    color: rgb(255, 255, 255);
  }
  .welfare-link-box:nth-child(4)::after {
    border-color: rgb(255, 255, 255);
  }
}

.welfare-main-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .welfare-main-section .side-en {
    position: absolute;
    font-size: 3.5rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: auto;
    right: 0;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .welfare-main-section .side-en {
    opacity: 0.7;
    top: 27px;
  }
}

.welfare-bg .contents-wrapper {
  position: relative;
  z-index: 2;
}
.welfare-bg::before {
  position: absolute;
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .welfare-bg::before {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .welfare-bg::before {
    width: 100%;
    height: 300px;
  }
}
.welfare-bg.right::before {
  right: 0;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-welfare-right.png");
}
.welfare-bg.left::before {
  left: 0;
  background-image: url("/sts/wp/wp-content/themes/sanki-techno-support/images/recruit/bg-welfare-left.png");
}
.welfare-bg#welfare1::before {
  top: 0;
}
.welfare-bg#welfare2::before {
  top: 0;
}
@media (max-width: 767px) {
  .welfare-bg#welfare2 .side-en {
    top: 50px;
  }
}
.welfare-bg#welfare4::before {
  top: 0;
}
.welfare-bg#welfare5::before {
  bottom: -240px;
}

.welfare-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .welfare-detail-wrapper {
    display: block;
    position: relative;
  }
}
.welfare-detail-wrapper .main-box {
  width: calc(100% - 116px);
  text-align: left;
}
@media (max-width: 1023px) {
  .welfare-detail-wrapper .main-box {
    width: 100%;
  }
}
.welfare-detail-wrapper .small {
  margin-top: 10px;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .welfare-detail-wrapper .small {
    font-size: 0.8rem;
  }
}

.side-en {
  width: 116px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 55, 197);
  text-stroke: 1px rgb(0, 55, 197);
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
}

.welfare-title {
  margin-bottom: 80px;
  padding-bottom: 5px;
  border-bottom: 4px solid rgb(0, 55, 197);
}
@media (max-width: 1023px) {
  .welfare-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .welfare-title {
    margin-bottom: 60px;
  }
}
.welfare-title img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .welfare-title img {
    width: 30px;
  }
}
.welfare-title span {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(0, 55, 197);
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .welfare-title .sub-titile {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .welfare-title .sub-titile {
    display: block;
    margin-left: 30px;
  }
}

.welfare-detail-inner {
  padding: 0 50px;
  gap: 70px 100px;
  display: -ms-grid;
  display: grid;
  color: rgb(0, 55, 197);
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1300px) {
  .welfare-detail-inner {
    gap: 70px;
  }
}
@media (max-width: 1250px) {
  .welfare-detail-inner {
    padding: 0 20px;
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .welfare-detail-inner {
    padding: 0;
    gap: 50px 40px;
  }
}
@media (max-width: 767px) {
  .welfare-detail-inner {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.welfare-detail-inner .title {
  margin-bottom: 15px;
  padding: 10px 30px;
  font-size: 1.5rem;
  background-color: rgb(223, 252, 250);
}
@media (max-width: 1250px) {
  .welfare-detail-inner .title {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .welfare-detail-inner .title {
    font-size: 1.1rem;
    padding: 10px;
  }
}
.welfare-detail-inner .title span {
  display: inline-block;
}
@media (max-width: 1023px) {
  .welfare-detail-inner .text {
    font-size: 0.9rem;
  }
}

.recreation-detail-inner {
  color: rgb(0, 55, 197);
}
.recreation-detail-inner .under-line {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}
.recreation-detail-inner .under-line span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, rgb(223, 252, 250)), to(rgb(223, 252, 250)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(223, 252, 250) 70%, rgb(223, 252, 250) 100%);
}

.interview-hab-section {
  position: relative;
}
.interview-hab-section .bg-image {
  position: absolute;
  width: 60%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .interview-hab-section .bg-image {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .interview-hab-section .bg-image {
    width: 100%;
  }
}
.interview-hab-section .bg-image.right1 {
  top: 250px;
  right: 0;
}
@media (max-width: 767px) {
  .interview-hab-section .bg-image.right1 {
    top: 150px;
  }
}
.interview-hab-section .bg-image.left1 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.interview-hab-section .bg-image.right2 {
  right: 0;
  bottom: 0;
}
.interview-hab-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.interview-hab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-hab-wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interview-hab-wrapper:nth-child(odd) .text-box {
  margin-right: 0;
  margin-left: -10%;
}
@media (max-width: 1023px) {
  .interview-hab-wrapper:nth-child(odd) .text-box {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .interview-hab-wrapper:nth-child(odd) .interview-hab-box {
    margin-left: auto;
    margin-right: 0;
  }
}
.interview-hab-wrapper:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .interview-hab-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
}
.interview-hab-wrapper .image-box {
  width: 45%;
}
@media (max-width: 1023px) {
  .interview-hab-wrapper .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .interview-hab-wrapper .image-box {
    width: 100%;
    aspect-ratio: 4/3;
    -webkit-box-shadow: 10px 10px 0 rgb(0, 55, 197);
            box-shadow: 10px 10px 0 rgb(0, 55, 197);
  }
  .interview-hab-wrapper .image-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.interview-hab-wrapper .text-box {
  position: relative;
  z-index: 2;
  width: 65%;
  margin-right: -10%;
}
@media (max-width: 1023px) {
  .interview-hab-wrapper .text-box {
    display: contents;
  }
}

.interview-blue-title {
  margin: 0 auto 50px;
  font-size: 3.2rem;
  color: rgb(0, 55, 197);
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1200px) {
  .interview-blue-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .interview-blue-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .interview-blue-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    border-top: none;
  }
}
.interview-blue-title span {
  display: block;
}
.interview-blue-title span.right {
  text-align: right;
}

.interview-hab-box {
  padding: 50px 100px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 55, 197);
  -webkit-box-shadow: 10px 10px 0 rgb(0, 55, 197);
          box-shadow: 10px 10px 0 rgb(0, 55, 197);
  text-align: left;
}
@media (max-width: 1200px) {
  .interview-hab-box {
    padding: 30px 50px;
  }
}
@media (max-width: 1023px) {
  .interview-hab-box {
    width: 80%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -150px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .interview-hab-box {
    width: 100%;
    padding: 30px 20px;
    margin-top: 0;
  }
}
.interview-hab-box .place {
  display: inline-block;
  padding: 3px 20px;
  margin-right: 10px;
  color: rgb(255, 255, 255);
  background-color: rgb(247, 148, 30);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .interview-hab-box .place {
    font-size: 0.9rem;
  }
}
.interview-hab-box .position {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.1rem;
}
.interview-hab-box .name,
.interview-hab-box .year {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .interview-hab-box .name,
  .interview-hab-box .year {
    font-size: 1.2rem;
  }
}
.interview-hab-box .name .small,
.interview-hab-box .year .small {
  font-size: 0.9rem;
  font-weight: 400;
}
.interview-hab-box .name {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .interview-hab-box .name {
    margin-top: 15px;
  }
}
.interview-hab-box .message {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .interview-hab-box .message {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .interview-hab-box .message {
    margin-bottom: 10px;
  }
}

.interview-more {
  color: rgb(0, 55, 197);
}
.interview-more::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(255, 255, 255);
  margin-right: 10px;
  border-color: rgb(0, 55, 197);
}

.interview-page-section {
  position: relative;
  overflow: hidden;
}
.interview-page-section .bg-image {
  position: absolute;
  width: 60%;
}
.interview-page-section .left1 {
  left: 0;
  top: 350px;
}
.interview-page-section .right1 {
  right: 0;
  top: 50%;
}
.interview-page-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.recruit-section-title.interview {
  margin-bottom: 10px;
}

.interview-hab-box.page-interview-data {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .interview-hab-box.page-interview-data {
    margin-bottom: 70px;
  }
}

.page-interview-wrapper {
  margin-bottom: 100px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .page-interview-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper {
    margin-bottom: 50px;
  }
}
.page-interview-wrapper .text-box {
  position: relative;
  z-index: 2;
  width: 55%;
}
@media (max-width: 1250px) {
  .page-interview-wrapper .text-box {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper .title-contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 2;
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper .title-contents {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper .title-contents {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-interview-wrapper .image-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1100px) {
  .page-interview-wrapper .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper .image-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-interview-wrapper .q-title {
  margin-bottom: 30px;
  color: rgb(247, 148, 30);
  font-weight: 500;
  font-size: 1.2rem;
}
.page-interview-wrapper .q-title .small {
  font-size: 0.9rem;
}
.page-interview-wrapper .a-title {
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .page-interview-wrapper .a-title {
    margin-bottom: 0;
  }
}
.page-interview-wrapper .a-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 55, 197);
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 1400px) {
  .page-interview-wrapper .a-title span {
    font-size: 2.2rem;
  }
}
@media (max-width: 1250px) {
  .page-interview-wrapper .a-title span {
    font-size: 2.1rem;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper .a-title span {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper .a-title span {
    font-size: 1.8rem;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper .a-title span {
    padding: 0;
    background-color: transparent;
    font-size: 1.5rem;
  }
}
.page-interview-wrapper .a-title span:last-child {
  margin-top: 20px;
  margin-left: auto;
}
@media (max-width: 1250px) {
  .page-interview-wrapper .a-title span:last-child {
    margin-top: 10px;
  }
}
.page-interview-wrapper .a-contents {
  width: 60%;
  text-align: left;
}
@media (max-width: 1250px) {
  .page-interview-wrapper .a-contents {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper .a-contents {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.page-interview-wrapper .a-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.page-interview-wrapper.first .text-box {
  margin-right: -20%;
}
@media (max-width: 1100px) {
  .page-interview-wrapper.first .text-box {
    display: contents;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper.first .title-contents {
    margin-right: -20%;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper.first .title-contents {
    margin-right: -30%;
  }
}
.page-interview-wrapper.first .image-box {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1100px) {
  .page-interview-wrapper.first .a-contents {
    width: 100%;
  }
}
.page-interview-wrapper.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-interview-wrapper.second .text-box {
  margin-left: -20%;
}
@media (max-width: 1100px) {
  .page-interview-wrapper.second .text-box {
    display: contents;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper.second .title-contents {
    margin-left: -20%;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper.second .title-contents {
    margin-left: -30%;
  }
}
.page-interview-wrapper.second .image-box {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
.page-interview-wrapper.second .a-contents {
  margin-left: auto;
}
@media (max-width: 1100px) {
  .page-interview-wrapper.second .a-contents {
    width: 100%;
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .page-interview-wrapper.second .a-contents {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper.second .a-contents .inner-faq {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper.second .a-contents .inner-faq {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .page-interview-wrapper.second .a-contents .inner-faq:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-interview-wrapper .inner-faq:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .page-interview-wrapper .inner-faq:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-interview-wrapper .title {
  font-size: 1.1rem;
  color: rgb(0, 87, 255);
}

.page-interview-wrapper.time-schedule-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1250px) {
  .page-interview-wrapper.time-schedule-wrapper {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper.time-schedule-wrapper {
    gap: 30px;
  }
}
.page-interview-wrapper.time-schedule-wrapper .text-box {
  width: calc(50% - 100px);
  margin: 0;
}
@media (max-width: 1250px) {
  .page-interview-wrapper.time-schedule-wrapper .text-box {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper.time-schedule-wrapper .text-box {
    width: 100%;
  }
}
.page-interview-wrapper.time-schedule-wrapper .a-contents {
  width: 100%;
}
@media (max-width: 1023px) {
  .page-interview-wrapper.time-schedule-wrapper .a-contents {
    gap: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper.time-schedule-wrapper .inner-faq {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper.time-schedule-wrapper .inner-faq {
    width: 100%;
  }
}
.page-interview-wrapper.time-schedule-wrapper .schedule-box {
  width: 50%;
  padding: 30px 130px;
  border: 1px solid rgb(197, 197, 197);
  background: rgb(247, 247, 247);
  border-radius: 30px;
}
@media (max-width: 1150px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box {
    padding: 30px 40px;
  }
}
@media (max-width: 1023px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box {
    width: 100%;
    padding: 30px 20px;
  }
}
.page-interview-wrapper.time-schedule-wrapper .schedule-box.big {
  padding: 30px 80px;
}
@media (max-width: 1232px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box.big {
    padding: 30px 50px;
  }
}
@media (max-width: 1120px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box.big {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .page-interview-wrapper.time-schedule-wrapper .schedule-box.big {
    padding: 30px 20px;
  }
}

.interview-schedule {
  position: relative;
}
.interview-schedule::before {
  position: absolute;
  left: 13px;
  top: 23px;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 46px);
  background-color: rgb(163, 169, 192);
}
.interview-schedule img {
  width: 25px;
  margin: 0;
}
.interview-schedule .schedule-list-box {
  gap: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
.interview-schedule .schedule-list-box.long {
  margin-bottom: 30px;
}
.interview-schedule .schedule-list-box:not(.last) {
  padding-left: 39px;
}
.interview-schedule .schedule-list-box:not(.last) .time::before {
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: rgb(163, 169, 192);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-list-box:not(.last) .time::before {
    width: 10px;
    left: -35px;
  }
}
.interview-schedule .time {
  position: relative;
  font-weight: 500;
  color: rgb(0, 55, 197);
  display: block;
  width: 99px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.interview-schedule .contents {
  font-weight: 500;
  text-align: left;
}
.interview-schedule .last img {
  margin-right: 5px;
}

.recruit-recruitment-section {
  position: relative;
  overflow: hidden;
}

.recruit-recruitment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1023px) {
  .recruit-recruitment-wrapper .side-en {
    position: absolute;
    right: -35px;
    top: 100px;
    opacity: 0.5;
    width: auto;
  }
}
@media (max-width: 767px) {
  .recruit-recruitment-wrapper .side-en {
    top: 30px;
    font-size: 3rem;
    right: -20px;
  }
}
.recruit-recruitment-wrapper .main-box {
  width: calc(100% - 116px);
}
@media (max-width: 1023px) {
  .recruit-recruitment-wrapper .main-box {
    width: 100%;
  }
}

.recruitment-table th, .recruitment-table td {
  padding: 30px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .recruitment-table th, .recruitment-table td {
    display: block;
    padding: 25px 0;
  }
}
.recruitment-table th {
  width: 200px;
  border-bottom: 1px solid rgb(0, 55, 197);
  vertical-align: top;
}
@media (max-width: 1100px) {
  .recruitment-table th {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  .recruitment-table th {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .recruitment-table th {
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
    color: rgb(0, 55, 197);
    font-size: 1.2rem;
  }
}
.recruitment-table td {
  padding-left: 50px;
  border-bottom: 1px solid rgb(197, 197, 197);
}
@media (max-width: 1023px) {
  .recruitment-table td {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .recruitment-table td {
    padding-left: 0;
    padding-top: 15px;
  }
}
.recruitment-table tr:first-child th, .recruitment-table tr:first-child td {
  padding-top: 0;
}
@media (max-width: 767px) {
  .recruitment-table tr:first-child td {
    padding-top: 15px;
  }
}

.link-border {
  color: #333333;
  border-bottom: 1px solid #333333;
}

@media (max-width: 767px) {
  .entry-text-box p {
    text-align: left;
  }
}
.entry-text-box p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry-text-box p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.entry-text-box .font-bold {
  font-weight: 500;
}
@media (max-width: 767px) {
  .entry-text-box .font-bold {
    text-align: center;
  }
}

.new-entry-title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .new-entry-title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

.entry-link {
  display: block;
  width: 60%;
  margin: auto;
  background-color: rgb(247, 148, 30);
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  padding: 20px;
}
@media (max-width: 1023px) {
  .entry-link {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .entry-link {
    width: 100%;
    font-size: 1.3rem;
  }
}
.entry-link span {
  vertical-align: middle;
}
.entry-link img {
  vertical-align: bottom;
  display: inline-block;
  width: 35px;
  margin: 0;
}
@media (max-width: 767px) {
  .entry-link img {
    width: 25px;
  }
}
.entry-link:hover {
  opacity: 0.7;
}

.contect-wrapper {
  width: 80%;
  margin: auto;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .contect-wrapper {
    width: 100%;
  }
}
.contect-wrapper .career-entry-text {
  margin-bottom: 30px;
  font-weight: 500;
}
.contect-wrapper .contact-box:not(:last-child) {
  margin-bottom: 40px;
}
.contect-wrapper .title {
  margin-bottom: 10px;
}
.contect-wrapper .title .must::after {
  content: "*必須";
  font-size: 0.8rem;
  color: rgb(222, 0, 0);
  vertical-align: top;
}
.contect-wrapper .input.flex {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .contect-wrapper .input.flex {
    gap: 10px;
  }
}
.contect-wrapper .input.flex .wpcf7-form-control-wrap {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .contect-wrapper .input.flex .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contect-wrapper .file-text {
  font-size: 0.8rem;
  color: rgb(197, 197, 197);
  display: block;
}
.contect-wrapper .text-common {
  display: block;
  width: 100%;
  padding: 20px;
  color: rgb(15, 15, 15);
  border: none;
  border-radius: 10px;
  background-color: rgb(228, 228, 228) !important;
}
.contect-wrapper a {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.contect-wrapper .button-submit {
  cursor: not-allowed;
  display: block;
  margin: 50px auto 0;
  width: 30%;
  font-size: 1.5rem;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(0, 55, 197);
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .contect-wrapper .button-submit {
    width: 60%;
  }
}
.contect-wrapper .button-submit.active {
  opacity: 1;
  cursor: pointer;
}
.contect-wrapper .button-submit.active:hover {
  opacity: 0.8;
}

.ajax-loader {
  display: none !important;
}

.wpcf7-response-output {
  padding: 20px 0;
  text-align: center;
}