@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
.wp-block-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.heading-sub-text:before {
  position: relative;
  display: inline-block;
  content: "";
  background: #03995c;
  width: 2px;
  height: 1.8em;
  margin: 0 0.8em 0 0.5em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}
.heading-sub-text.is-blue:before {
  background: #3d79d5;
}

.radius10 {
  border-radius: 1rem;
}

.radius30 {
  border-radius: 3rem 0 3rem 0;
}

.drop-shadow {
  filter: drop-shadow(15px 10px 20px rgba(3, 153, 92, 0.1882352941));
}

.txt-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.main-visual .mv_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.btn_hover-action {
  border-radius: 5px;
  overflow: hidden;
}
.btn_hover-action::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.25s ease;
  transition-property: transform;
}
.btn_hover-action span {
  width: 100%;
  position: relative;
  display: inline-block;
  transition: color 0.25s ease;
  transition-duration: 0.3s;
  z-index: 1;
}
.btn_hover-action svg {
  position: relative;
}
.btn_hover-action:hover {
  color: #fff;
}
.btn_hover-action:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_hover-action .swell-block-button__link {
  width: 100%;
  background: linear-gradient(45deg, #00cd7a 0%, #03995c 90%);
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #00cd7a;
  overflow: hidden;
}
.btn_hover-action .swell-block-button__link::before {
  position: absolute;
  width: 0;
  height: 60px;
  content: "";
  background-color: #ffffff;
  left: 0;
  transition-duration: 0.2s;
}
.btn_hover-action .swell-block-button__link:hover {
  color: #03995c;
  transition: all 0.25s ease;
}
.btn_hover-action .swell-block-button__link:hover::before {
  width: 100%;
}
.btn_hover-action.is-blue .swell-block-button__link {
  width: 100%;
  background: linear-gradient(45deg, #0462B7 0%, #002B52 90%);
  border: 1px solid #0462B7;
  overflow: hidden;
}
.btn_hover-action.is-blue .swell-block-button__link:hover {
  color: #0462B7;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop-slider.alignwide {
  width: max-content;
  left: -550px;
}
.loop-slider .wp-block-group__inner-container {
  display: flex;
}
.loop-slider .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
  width: 200px;
}
.loop-slider figure.wp-block-image {
  margin-right: 20px;
}
.loop-slider figure.wp-block-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  flex: auto !important;
  object-fit: contain !important;
}
.loop-slider .wp-block-gallery {
  display: flex;
  margin: 0 0.5rem;
  flex-wrap: nowrap;
  align-items: baseline;
  animation: horizontal-animation 30s linear infinite;
}

#footer .swell-block-box-menu.is-style-default .swell-block-box-menu__item {
  border: none;
}
#footer .swell-block-linkList.is-style-default.-flex {
  margin-bottom: 4rem !important;
  --the-gap: .5em 1.75em;
}

#body_wrap.home #content, #body_wrap.business #content, #body_wrap.about #content {
  margin-bottom: 0;
}
#body_wrap:not(.home) .main-visual {
  position: relative;
}
#body_wrap:not(.home) .main-visual > div {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  #body_wrap:not(.home) .main-visual .wp-block-image.alignwide {
    width: calc(100% + 800px);
    left: -400px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
  #body_wrap:not(.home) .main-visual .mv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 800px;
  }
}
@media screen and (max-width: 959px) {
  #body_wrap:not(.home) .main-visual .mv_scroll {
    bottom: 5vw;
  }
}
#body_wrap.home .l-header {
  box-shadow: none !important;
}
#body_wrap.home #main_visual .mv {
  position: relative;
  width: 100%;
  max-width: none;
  height: 800px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#body_wrap.home #main_visual .mv_wrap {
  position: relative;
  width: 80%;
  height: 80vh;
  margin: 0 auto 50px;
}
@media screen and (max-width: 959px) {
  #body_wrap.home #main_visual .mv_wrap {
    width: 90%;
  }
}
#body_wrap.home #main_visual .mv_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
#body_wrap.home #main_visual .mv_inner iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  max-width: none;
  z-index: 1;
}
#body_wrap.home #main_visual .mv_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 40px;
}
#body_wrap.home #main_visual .mv_txt {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 5px black;
}
@media screen and (max-width: 959px) {
  #body_wrap.home #main_visual .mv_txt {
    width: 100%;
    padding: 0 10%;
  }
}
#body_wrap.home #main_visual .mv_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#body_wrap.home #main_visual .p-mainVisual__imgLayer {
  visibility: hidden;
}
#body_wrap.home #main_visual .p-mainVisual__textLayer {
  width: 100%;
  margin: 0;
  max-width: none;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #body_wrap.home #content #about {
    background: url("https://souki-kensetsu.com/souki/wp-content/uploads/2025/06/souki-about_bg.png") no-repeat center right -140px;
  }
  #body_wrap.home #content #about .swell-block-button {
    width: 30%;
    margin: 0;
  }
}
#body_wrap.home #content .p-postList .p-postList__item .p-postList__thumb {
  border-radius: 10px 0 10px 0;
}
#body_wrap.about .l-content {
  padding-top: 0;
}
#body_wrap.recruit .l-content {
  padding-top: 0;
}
#body_wrap.recruit .l-content .post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  background: repeating-linear-gradient(90deg, #3d79d5 0%, #3d79d5 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
}
#body_wrap.recruit .l-content .post_content h4:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  border-color: #3d79d5;
}
#body_wrap.recruit .l-content #charm .charm-block .charm-img {
  position: relative;
}
@media screen and (min-width: 960px) {
  #body_wrap.recruit .l-content #charm .charm-block .charm-img {
    padding-top: 50px;
  }
}
#body_wrap.recruit .l-content #charm .charm-block .charm-img img {
  border-radius: 10px;
  overflow: hidden;
}
#body_wrap.recruit .l-content #charm .charm-block .charm-number {
  position: absolute;
}
@media screen and (min-width: 960px) {
  #body_wrap.recruit .l-content #charm .charm-block .charm-number {
    top: 0;
    right: -40px;
  }
}
@media screen and (max-width: 959px) {
  #body_wrap.recruit .l-content #charm .charm-block .charm-number {
    top: -30px;
    right: 10px;
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  #body_wrap.recruit .l-content #charm .charm-block.is-2nd .charm-number {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  #body_wrap.recruit .l-content #charm .charm-block .swell-block-columns__inner {
    row-gap: normal;
  }
}
#body_wrap.recruit .l-content .wp-block-table {
  border: 1px solid #3d79d5;
}
#body_wrap.recruit .l-content .wp-block-table td,
#body_wrap.recruit .l-content .wp-block-table th {
  border: none;
}
#body_wrap.recruit .l-content .wp-block-table th {
  color: #3d79d5;
  border-right: none;
  width: 30%;
  padding: 0.75rem 0;
}
@media screen and (min-width: 960px) {
  #body_wrap.recruit .l-content .wp-block-table tr + tr th, #body_wrap.recruit .l-content .wp-block-table tr + tr td {
    border-top: 1px dashed #3d79d5;
  }
}
@media screen and (max-width: 959px) {
  #body_wrap.recruit .l-content .wp-block-table tr + tr th {
    border-top: 1px dashed #3d79d5;
  }
}
#body_wrap.recruit .l-content #information .swell-block-linkList .swell-block-linkList__link {
  pointer-events: none;
}
#body_wrap.recruit .l-content #information .swell-block-linkList .swell-block-linkList__link:hover {
  background-color: transparent;
  color: #333;
}
