@charset "UTF-8";
:root {
  --color_main: #658e8c;
  --color_main_light: #E7EFEE;
  --color_border--table: #333;
}

@media (max-width: 959px) {
  .col_reverse .swell-block-columns__inner,
.col_reverse .wp-block-media-text {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 599px) {
  .col_reverse_sp .swell-block-columns__inner,
.col_reverse_sp .wp-block-media-text {
    flex-direction: column-reverse !important;
  }
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw - 48px) !important;
}
@media (max-width: 599px) {
  .column-outside-right {
    margin-right: 0 !important;
  }
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw - 48px) !important;
}
@media (max-width: 599px) {
  .column-outside-left {
    margin-left: 0 !important;
  }
}

@media (max-width: 959px) {
  .tb_txt_center {
    text-align: center !important;
  }
}

@media (max-width: 599px) {
  .sp_txt_center {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .sp_txt_left {
    text-align: left;
  }
}

.l-header__inner {
  align-items: center !important;
}
.l-header__logo {
  padding: 26px 0 !important;
}
@media (max-width: 959px) {
  .l-header__logo {
    padding: 5px 0 !important;
  }
}

.c-gnav {
  gap: 2px;
}
.c-gnav > .menu-item > a {
  padding: 10px;
}
.c-gnav > li > a .ttl {
  font-size: 16px !important;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.c-gnav .nav_contact .ttl {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.c-gnav .sub-menu {
  background: var(--color_bg);
}
.c-gnav .sub-menu a {
  padding-left: 0.75em;
}
.c-gnav .sub-menu a::before {
  content: unset;
}

.l-topTitleArea {
  display: flex;
  width: 100%;
  padding: 1.5em 0;
  overflow: hidden;
  position: relative;
  align-items: flex-end;
  max-width: var(--container_size);
  margin: 0 auto 30px;
  overflow: visible;
}
.l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}
@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 240px;
    padding: 1em 0;
  }
}
@media (max-width: 959px) {
  .l-topTitleArea {
    margin-bottom: 0;
    padding: 1.5em 0 0;
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea {
    margin: 0 auto;
  }
}
.l-topTitleArea::before {
  content: "";
  position: absolute;
  top: 30px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: var(--color_main_light);
  border-radius: 100px 30px 100px 30px;
}
@media (max-width: 1199px) {
  .l-topTitleArea::before {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .l-topTitleArea::before {
    top: 0;
    width: 100%;
    height: 80%;
    border-radius: 0;
  }
}
.l-topTitleArea .u-obf-cover {
  width: 60% !important;
}
@media (max-width: 959px) {
  .l-topTitleArea .u-obf-cover {
    width: calc(100% - 60px) !important;
    height: 35vw !important;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea .u-obf-cover {
    width: calc(100% - 8vw) !important;
    height: 40vw !important;
  }
}
.l-topTitleArea .c-filterLayer__img {
  right: 0;
  left: unset;
  border-radius: 100px 30px 100px 30px;
}
@media (max-width: 1199px) {
  .l-topTitleArea .c-filterLayer__img {
    margin-right: 30px;
  }
}
@media (max-width: 959px) {
  .l-topTitleArea .c-filterLayer__img {
    position: relative;
    margin: 0 30px;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea .c-filterLayer__img {
    margin: 0 4vw;
    border-radius: 15vw 5vw 15vw 5vw;
  }
}
.l-topTitleArea__body {
  color: var(--color_main);
  text-shadow: none;
}
@media (max-width: 959px) {
  .l-topTitleArea__body {
    margin-bottom: 1em;
  }
}
.l-topTitleArea .c-pageTitle {
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.9em;
}
@media (max-width: 959px) {
  .l-topTitleArea .c-pageTitle {
    align-items: center;
  }
}
.l-topTitleArea .c-pageTitle__subTitle {
  margin-left: 0;
  color: #333;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
  opacity: 1;
}
.l-topTitleArea .c-pageTitle__subTitle::first-letter {
  color: var(--color_main);
}

.p-breadcrumb__list {
  flex-wrap: wrap;
}
.p-breadcrumb__text {
  display: block !important;
}

.w-footer img {
  border-radius: 0 !important;
}
.w-footer__box {
  padding: 2em 0 0;
}

@media (max-width: 959px) {
  .footer__company {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3em !important;
  }
}
.footer__nav {
  --swl-list-padding--left: 1em;
}
.footer__nav li {
  list-style: none;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer__nav li ul {
  margin-bottom: 0.5em;
}
.footer__nav li ul li {
  list-style: none;
  font-family: var(--swl-font_family);
  font-size: 0.9em;
  font-weight: normal;
}
.footer__nav a {
  display: inline-block;
  transition: 0.3s;
}
.footer__nav a:hover {
  margin-left: 2px;
  color: var(--color_main_light);
  transition: 0.3s;
}

@media (max-width: 959px) {
  .wp-block-table.is-style-simple {
    --swl-cell1-width: none !important;
  }
}
@media (max-width: 599px) {
  .wp-block-table.is-style-simple {
    width: 100% !important;
  }
}
.wp-block-table.is-style-simple th, .wp-block-table.is-style-simple td {
  padding: 1.5em 1em;
  border-top: none;
}
.wp-block-table.is-style-simple th {
  border-bottom-width: 3px;
}
@media (max-width: 959px) {
  .wp-block-table.is-style-simple th {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
@media (max-width: 959px) {
  .wp-block-table.is-style-simple th br {
    display: none;
  }
}
@media (max-width: 959px) {
  .wp-block-table.is-style-simple td {
    padding-top: 0.5em;
    border-bottom: #333 dotted 1px;
  }
}
.wp-block-table.is-style-simple .br {
  display: block;
}
@media (max-width: 959px) {
  .wp-block-table.is-style-simple .br {
    display: none;
  }
}

.swell-block-button a {
  position: relative;
  min-width: 280px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 599px) {
  .swell-block-button a {
    min-width: unset;
    width: 100%;
  }
}
.swell-block-button a::after {
  position: absolute;
  right: 30px;
  content: "\e921";
  font-family: icomoon;
}
.swell-block-button a:hover {
  background: var(--color_main);
  box-shadow: none;
  transition: 0.2s;
}
.swell-block-button.btn_prev a::before {
  position: absolute;
  left: 30px;
  content: "\e911";
  font-family: icomoon;
}
.swell-block-button.btn_prev a::after {
  content: none;
}

.section_title {
  margin-bottom: 4em !important;
}
@media (max-width: 599px) {
  .section_title {
    margin-bottom: 2em !important;
  }
}
.section_title h2 {
  color: var(--color_main);
  font-size: 1em;
}
.section_title p {
  font-size: 2.5em;
  font-weight: bold;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .section_title p {
    font-size: 2em;
  }
}
.section_title p::first-letter {
  color: var(--color_main);
}

@media (max-width: 599px) {
  .post_content h2 {
    margin: 2em 0 1em;
  }
}
.post_content h2.style_h3 {
  display: inline-block;
  margin: 1.5em 0px;
  padding: 0.5em;
  border-bottom: #333 solid 1px;
}
.post_content h3 {
  display: inline-block;
  margin: 1.5em 0px;
  padding: 0.5em;
  border-bottom: #333 solid 1px;
}
.post_content h3 + h4 {
  margin-top: 1em;
}
.post_content h4 {
  margin: 2em 0 1em;
  font-size: 1.1em;
}
.post_content img {
  border-radius: 30px;
}
.single-news .post_content img, .single-post .post_content img {
  border-radius: 8px;
}
.post_content .style_num {
  color: var(--color_main);
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1;
}

.page_about .is-row h3 {
  margin-bottom: 1em !important;
}
.page_about .about_registered img {
  border-radius: 0;
}
.page_about .about_business {
  margin-bottom: 8em;
}
.page_about .about_business .has-background {
  position: relative;
  border-radius: 30px;
}
.page_about .about_business .has-background::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
}
.page_about .about_business .swell-block-columns {
  margin-bottom: 3em;
}
.page_about .about_business .swell-block-columns:nth-of-type(1) .has-background::after, .page_about .about_business .swell-block-columns:nth-of-type(3) .has-background::after {
  bottom: -120px;
}
.page_about .about_business .swell-block-columns:nth-of-type(2) .has-background::after {
  bottom: -120px;
  left: -270px;
}
.page_about .mvv {
  margin-top: 4em;
  padding: 4em 2em 6em;
  border-radius: 100px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 959px) {
  .page_about .mvv {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_about .mvv {
    border-radius: 3em;
  }
}
.page_about .mvv .swell-block-columns {
  margin-bottom: 6em;
}
@media (max-width: 599px) {
  .page_about .mvv .swell-block-columns {
    margin-bottom: 3em;
  }
}
.page_about .mvv__img {
  position: relative;
  z-index: 0;
}
.page_about .mvv__img::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  height: 100% !important;
  border-radius: 30px;
  background: var(--color_main_light);
  z-index: -1;
}
@media (max-width: 599px) {
  .page_about .mvv__img::before {
    content: unset;
  }
}
.page_about .mvv__img_rev::before {
  left: -50px;
}
.page_about .mvv__value {
  padding-top: 3em;
}
@media (max-width: 959px) {
  .page_about .mvv__value {
    padding-top: 0;
  }
}

.page_dx .actions {
  margin-top: 4em;
  padding: 4em 2em 10em;
  border-radius: 100px;
}
@media (max-width: 959px) {
  .page_dx .actions {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_dx .actions {
    border-radius: 3em;
  }
}
@media (max-width: 599px) {
  .page_dx .actions {
    padding: 4em 2em;
  }
}
.page_dx .actions .is-row {
  align-items: center;
}
.page_dx .actions h3 {
  border-bottom: none;
}
.page_dx .actions img {
  width: 7em;
  border-radius: 0;
}
.page_dx .vision {
  --swl-mediatext--lap: -8em;
  position: relative;
  margin-top: -8em;
  z-index: 1;
}
@media (max-width: 599px) {
  .page_dx .vision {
    margin-top: 0;
  }
}
.page_dx .vision .wp-block-media-text__media, .page_dx .vision .wp-block-media-text__content {
  align-self: start !important;
}
.page_dx .vision .wp-block-media-text__content {
  margin-top: 12em !important;
}
@media (max-width: 599px) {
  .page_dx .vision .wp-block-media-text__content {
    margin-top: 0 !important;
  }
}
.page_dx .vision .wp-block-media-text__content .has-background {
  padding: 3em;
  border-radius: 30px;
}
@media (max-width: 599px) {
  .page_dx .vision .wp-block-media-text__content .has-background {
    padding: 3em 0 0;
    background: transparent !important;
  }
}

.page_company .wp-block-table {
  --swl-cell1-width: 15em;
  width: 80%;
  margin: 0 auto;
}
.page_company .access {
  margin-top: 4em;
  padding: 4em 2em;
  border-radius: 100px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 959px) {
  .page_company .access {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_company .access {
    border-radius: 3em;
  }
}
.page_company iframe {
  width: 100%;
}
@media (max-width: 599px) {
  .page_company iframe {
    height: 300px;
  }
}

.page_solutions {
  width: 80%;
}
@media (max-width: 959px) {
  .page_solutions {
    width: 100%;
  }
}

.page_web-solutions .swell-block-columns {
  padding-top: 4em !important;
}
@media (max-width: 599px) {
  .page_web-solutions .swell-block-columns {
    padding-top: 2em !important;
  }
}
.page_web-solutions .swell-block-columns figure {
  position: relative;
}
.page_web-solutions .swell-block-columns figure::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  height: 100% !important;
  border-radius: 30px;
  background: var(--color_main_light);
  z-index: -1;
}
@media (max-width: 599px) {
  .page_web-solutions .swell-block-columns figure::before {
    content: unset;
  }
}
.page_web-solutions .swell-block-columns figure._rev::before {
  left: -50px;
}

.page_system-integration .item_bg {
  padding: 4em 1.5em 6em;
  border-radius: 100px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 959px) {
  .page_system-integration .item_bg {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_system-integration .item_bg {
    border-radius: 3em;
  }
}
@media (max-width: 959px) {
  .page_system-integration .item_bg {
    padding: 3em 1.5em;
  }
}
.page_system-integration .swell-block-columns {
  margin-bottom: 3em;
}

.page_introduction-haisou-cloud img {
  border-radius: 0;
}
.page_introduction-haisou-cloud h2 {
  color: var(--color_main);
}
.page_introduction-haisou-cloud h3 {
  display: block;
  border: none;
}

@media (max-width: 959px) {
  .page_recruit .recruit_values {
    --swl-clmn-mrgn--x: 2rem !important;
  }
}
.page_recruit .recruit_values__img {
  position: relative;
}
.page_recruit .recruit_values__img::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100% !important;
  border-radius: 30px;
  background: var(--color_main_light);
  z-index: -1;
}
.page_recruit .recruit_future {
  margin: 6em 0 6em;
  padding: 4em 4em 2em;
  border-radius: 100px;
}
@media (max-width: 959px) {
  .page_recruit .recruit_future {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_recruit .recruit_future {
    border-radius: 3em;
  }
}
@media (max-width: 599px) {
  .page_recruit .recruit_future {
    margin-bottom: 3em;
    padding: 3em 1.5em 1.5em;
  }
}
.page_recruit .recruit_future .section_title {
  margin-bottom: 2em !important;
}
.page_recruit .recruit_numbers_box {
  height: 100%;
  padding: 2em;
  border-radius: 30px;
  background: #fff;
}
.page_recruit .recruit_numbers_box.is-row {
  justify-content: space-between;
  align-items: center;
  height: 45%;
}
.page_recruit .recruit_numbers h3 {
  display: block;
  background: var(--color_main);
  color: #fff;
  text-align: center;
}
.page_recruit .recruit_numbers p {
  color: var(--color_main);
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}
.page_recruit .recruit_numbers p .from {
  font-size: 0.8rem;
  font-weight: normal;
}

.page_jobs .jobs_info {
  margin-top: 5em;
  padding: 3em;
  border-radius: 100px;
}
@media (max-width: 959px) {
  .page_jobs .jobs_info {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .page_jobs .jobs_info {
    border-radius: 3em;
  }
}
@media (max-width: 599px) {
  .page_jobs .jobs_info {
    margin-top: 2em;
    padding: 1.5em;
  }
}
.page_jobs .jobs_info table {
  width: 80%;
  margin: 0 auto;
  --swl-cell1-width: 15em;
}
@media (max-width: 959px) {
  .page_jobs .jobs_info table {
    --swl-cell1-width: unset;
  }
}
@media (max-width: 959px) {
  .page_jobs .jobs_info th::before {
    content: "【";
  }
  .page_jobs .jobs_info th::after {
    content: "】";
  }
}
.page_jobs .jobs_message {
  padding-top: 4em;
}
@media (max-width: 959px) {
  .page_jobs .jobs_message {
    padding-top: 0;
  }
}
.page_jobs .jobs_message__txt {
  padding-top: 10em;
}
@media (max-width: 959px) {
  .page_jobs .jobs_message__txt {
    padding-top: 0;
  }
}
.page_jobs .jobs_message__txt .has-background {
  position: relative;
  margin-right: -6em;
  padding: 3em;
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 959px) {
  .page_jobs .jobs_message__txt .has-background {
    margin: -5em 1.5em 0 !important;
  }
}
@media (max-width: 599px) {
  .page_jobs .jobs_message__txt .has-background {
    padding: 1.5em;
  }
}

.page_contact .wp-block-table {
  --swl-cell1-width: 15em;
  width: 80%;
  margin: 0 auto;
}
.page_contact input[type=text],
.page_contact input[type=email],
.page_contact textarea {
  width: 100%;
  padding: 0.5em;
  background: #fff;
}
.page_contact .wpcf7-list-item {
  display: block;
}
.page_contact .required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  border: red solid 1px;
  border-radius: 3px;
  color: red;
  font-size: 0.8em;
}
.page_contact .submit_btn {
  margin-top: 3em;
  text-align: center;
}
.page_contact .submit_btn button[type=submit] {
  position: relative;
  min-width: 280px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .page_contact .submit_btn button[type=submit] {
    min-width: unset;
    width: 100%;
  }
}
.page_contact .submit_btn button[type=submit]::after {
  position: absolute;
  right: 30px;
  content: "\e921";
  font-family: icomoon;
}
.page_contact .submit_btn button[type=submit]:hover {
  background: var(--color_main);
  box-shadow: none;
  transition: 0.2s;
}

.works_list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  border: #D5E3E1 solid 3px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 599px) {
  .works_list__item {
    padding: 1.2em;
  }
}
.works_list__cat {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 30px;
  background: var(--color_main);
  color: #fff;
  font-size: 0.9em;
}
.works_list__tit {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
}
.works_list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.works_list__tags a {
  padding: 0 0.75em;
  display: inline-block;
  border: var(--color_main) solid 1px;
  border-radius: 30px;
  font-size: 0.8em;
}

.newsList_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
.newsList_wrap .p-postList {
  border-top: none;
}
.newsList_wrap .p-postList__link {
  padding: 1em;
  border-bottom: #333 dotted 2px;
}
.newsList_wrap .p-postList__body {
  display: flex;
}
.newsList_wrap .p-postList__meta {
  width: 10em;
  margin-bottom: 0;
  font-size: 1em;
}
.newsList_wrap .p-postList__times {
  padding: 0;
  opacity: 1;
}
.newsList_wrap .p-postList .c-postTimes__posted::before {
  content: unset;
}
.newsList_wrap .p-postList__title {
  font-weight: normal;
}

.blogList_wrap .p-postList,
.category-blog .p-postList {
  gap: 2%;
}
.blogList_wrap .p-postList__item,
.category-blog .p-postList__item {
  width: 31% !important;
}
@media (max-width: 959px) {
  .blogList_wrap .p-postList__item,
.category-blog .p-postList__item {
    width: 48% !important;
  }
}
@media (max-width: 599px) {
  .blogList_wrap .p-postList__item,
.category-blog .p-postList__item {
    width: 100% !important;
  }
}
.blogList_wrap .p-postList__thumb,
.category-blog .p-postList__thumb {
  border-radius: 30px;
}
.blogList_wrap .p-postList__body,
.category-blog .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  padding: 0.5em 1em;
}
.blogList_wrap .p-postList__meta,
.category-blog .p-postList__meta {
  font-size: 0.9em;
  font-weight: bold;
}
.blogList_wrap .p-postList__meta .c-postTimes__posted,
.category-blog .p-postList__meta .c-postTimes__posted {
  color: var(--color_main);
}
.blogList_wrap .p-postList__meta .c-postTimes__posted::before,
.category-blog .p-postList__meta .c-postTimes__posted::before {
  content: "";
  margin: 0;
}
.blogList_wrap .p-postList__cat,
.category-blog .p-postList__cat {
  padding: 0.5em 1em;
  border-radius: 5px;
  background: var(--color_main);
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
}
.blogList_wrap .p-postList__cat::before,
.category-blog .p-postList__cat::before {
  content: "";
  margin: 0;
}
.blogList_wrap .p-postList__title,
.category-blog .p-postList__title {
  margin-top: 0.25em;
}
.blogList_wrap .p-postList .u-thin,
.category-blog .p-postList .u-thin {
  opacity: 1;
}

.post-type-archive-works .works_list,
.tax-works_cat .works_list,
.tax-works_tag .works_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
.post-type-archive-works .works_list__item,
.tax-works_cat .works_list__item,
.tax-works_tag .works_list__item {
  width: 31%;
  margin-bottom: 2em;
}
@media (max-width: 959px) {
  .post-type-archive-works .works_list__item,
.tax-works_cat .works_list__item,
.tax-works_tag .works_list__item {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .post-type-archive-works .works_list__item,
.tax-works_cat .works_list__item,
.tax-works_tag .works_list__item {
    width: 100%;
  }
}

.home .p-mainVisual {
  max-width: var(--container_size);
  margin: 0 auto;
  overflow: visible;
}
.home .p-mainVisual__textLayer {
  justify-content: flex-end;
  align-items: flex-start;
  bottom: 15px;
  top: unset;
  padding: 0;
}
@media (max-width: 599px) {
  .home .p-mainVisual__textLayer {
    bottom: 20px;
  }
}
.home .p-mainVisual__slideTitle {
  font-size: 3em;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home .p-mainVisual__slideTitle span {
  display: block;
  margin-top: 15px;
  padding: 10px 40px 10px 20px;
  border-radius: 0 10px 10px 0;
  background: #FAFAFA;
}
@media (max-width: 599px) {
  .home .p-mainVisual__slideTitle span {
    margin-top: 10px;
    padding: 5px 20px 5px 10px;
  }
}
.home .p-mainVisual__slideText {
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  background: #FAFAFA;
  font-weight: bold;
}
@media (max-width: 599px) {
  .home .p-mainVisual__slideText {
    width: 95%;
    margin-top: 10px;
    padding: 10px;
  }
}
.home .c-filterLayer {
  overflow: visible;
}
.home .c-filterLayer::before {
  top: 30px;
  width: calc(100% + 120px);
  background: var(--color_main_light);
  border-radius: 352px 20px 352px 20px;
  z-index: auto;
}
@media (max-width: 959px) {
  .home .c-filterLayer::before {
    width: calc(100% + 20px);
    border-radius: 200px 20px 200px 20px;
  }
}
@media (max-width: 599px) {
  .home .c-filterLayer::before {
    border-radius: 100px 20px 100px 20px;
  }
}
.home .c-filterLayer__img {
  max-width: 940px;
  right: 0;
  left: unset;
  border-radius: 352px 20px 352px 20px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .home .c-filterLayer__img {
    border-radius: 200px 20px 200px 20px;
  }
}
@media (max-width: 599px) {
  .home .c-filterLayer__img {
    border-radius: 100px 20px 100px 20px;
  }
}
.home .section_title {
  margin-bottom: 2em !important;
}
.home .section_title h2 {
  margin-top: 0;
  padding-bottom: 0.8em;
}
@media (max-width: 959px) {
  .home .section_title h2 {
    padding-bottom: 0;
  }
}
.home .section_title p {
  margin-bottom: 0;
  font-size: 4em;
}
@media (max-width: 599px) {
  .home .section_title p {
    font-size: 3em;
  }
}
.home .section_title.section_title_row {
  display: flex;
  align-items: flex-end;
  gap: 1.5em;
  margin-bottom: 1em !important;
}
@media (max-width: 959px) {
  .home .section_title.section_title_row {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 2em !important;
  }
}
.home h3 {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
}
.home_about {
  padding: 4em 0 6em 1.5em;
}
@media (max-width: 959px) {
  .home_about {
    padding-bottom: 2em;
  }
}
@media (max-width: 599px) {
  .home_about {
    padding: 2em 1.5em;
  }
}
.home_about__txt {
  position: relative;
}
.home_about__txt::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  top: 260px;
  left: -300px;
}
@media (max-width: 599px) {
  .home_about__txt::after {
    content: unset;
  }
}
.home_about__img {
  position: relative;
  margin-left: 8em !important;
}
@media (max-width: 959px) {
  .home_about__img {
    margin-left: 5em !important;
  }
}
@media (max-width: 599px) {
  .home_about__img {
    margin-left: 4.5em !important;
  }
}
.home_about__img::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: calc(100% + 30px);
  aspect-ratio: 675/515;
  border-radius: 30px 0 0 30px;
  background: var(--color_main_light);
  z-index: -1;
}
@media (max-width: 599px) {
  .home_about__img::after {
    content: unset;
  }
}
.home_about__img img {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 599px) {
  .home_about__img img {
    border-radius: 30px;
  }
}
.home_solution {
  position: relative;
  padding: 3em 1.5em;
}
@media (max-width: 599px) {
  .home_solution {
    padding: 0;
  }
}
.home_solution::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  bottom: 0px;
  left: -370px;
  transform: scaleX(-1);
}
@media (max-width: 599px) {
  .home_solution::before {
    content: unset;
  }
}
.home_solution::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  top: -10px;
  right: -460px;
}
@media (max-width: 599px) {
  .home_solution::after {
    content: unset;
  }
}
@media (max-width: 959px) {
  .home_solution .swell-block-columns {
    --swl-clmn-mrgn--x: 5rem !important;
  }
}
.home_works {
  position: relative;
  padding: 3em 1.5em 4em;
}
@media (max-width: 599px) {
  .home_works {
    padding: 2em 1.5em;
  }
}
.home_works::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  top: -210px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1000/418;
  background: url(../images/bg02.jpg) no-repeat;
  background-size: contain;
  z-index: -2;
}
@media (max-width: 599px) {
  .home_works::after {
    content: unset;
  }
}
.home_works__inner {
  padding: 4em 3em;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 599px) {
  .home_works__inner {
    padding: 0;
    background: none;
  }
}
@media (max-width: 599px) {
  .home_works img {
    width: 80%;
  }
}
.home_works .swiper {
  --swiper-navigation-size: 26px;
  --swiper-theme-color: var(--color_main);
  --swiper-navigation-sides-offset: 30px;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
@media (max-width: 599px) {
  .home_works .swiper-button-next, .home_works .swiper-button-prev {
    display: none;
  }
}
.home_works .swiper-button-next::before, .home_works .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: #fff solid 3px;
  border-radius: 100px;
  background: var(--color_main_light);
  z-index: -1;
}
.home_works .swiper-slide {
  display: flex;
  height: auto;
}
.home_works .swiper .works_list__item {
  flex: 1;
}
.home_recruit {
  position: relative;
  margin-top: -5vw !important;
  padding: 5em;
  border-radius: 30px;
  background: #fff;
  z-index: 5;
}
@media (max-width: 959px) {
  .home_recruit {
    padding: 3em 1.5em;
  }
}
.home_recruit__img img {
  border-radius: 0;
}
.home_news {
  position: relative;
  padding: 3em 1.5em;
}
@media (max-width: 599px) {
  .home_news {
    padding: 2em 0 0;
  }
}
.home_news::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  right: -200px;
  bottom: -80px;
}
@media (max-width: 599px) {
  .home_news::after {
    content: unset;
  }
}
.home_blog {
  position: relative;
  padding: 3em 1.5em;
}
@media (max-width: 599px) {
  .home_blog {
    padding: 2em 0 0;
  }
}
.home_blog::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  left: -340px;
  top: 0;
}
@media (max-width: 599px) {
  .home_blog::before {
    content: unset;
  }
}
.home_blog::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 314px;
  background: url(../images/bg01.png) no-repeat;
  z-index: -1;
  right: 80px;
  top: 20px;
  width: 250px;
  height: auto;
  aspect-ratio: 3/2;
  background: url(../images/img_top_blog.png) no-repeat;
  background-size: contain;
  z-index: -2;
}
@media (max-width: 959px) {
  .home_blog::after {
    right: 0;
    width: 200px;
  }
}
@media (max-width: 599px) {
  .home_blog::after {
    content: unset;
  }
}

.error_page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fafafa;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
}
.error_page__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  padding: 1.5em;
}
@media (max-width: 599px) {
  .error_page__header {
    height: auto;
    padding: 20px 0;
  }
}
.error_page__header img {
  width: auto;
  height: 40px;
}
.error_page__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 4em 1.5em;
}
@media (max-width: 599px) {
  .error_page__contents {
    display: block;
    padding: 2em 1.5em 4em;
  }
}
.error_page__contents h1 {
  font-size: 1.5em;
}
.error_page__contents .swell-block-button a {
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 599px) {
  .error_page__contents .swell-block-button a {
    width: auto;
  }
}
.error_page__contents .swell-block-button a::after {
  content: unset;
}
.error_page__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em 1.5em 1em;
  background: #333;
  color: #fff;
}
.error_page__footer p {
  font-size: 0.85em;
}
.error_page__footer .copyright {
  font-size: 0.8em;
}
/*# sourceMappingURL=style.css.map */