@charset "UTF-8";

:root {
  --font-primary: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
  font-weight: 500;
}
main.page-wrapper__content.bg-pattern {
  background: url(../img/general/bg-gray.jpg?v1.0);
}
/* main visual */
.mainvisual__inner, .vegas-slide {
  height: 100vh !important;
}
.overlay_bottom-light {
  background-image: linear-gradient(0deg, #e0dfda 5%, rgba(255, 255, 255, 0) 70%);
}

/* bg variation */
.bg-gray-1 {
  background-color: #e0dfda !important;
}

/* color variation */
.color-gold {
  color: #8d7b24;
}
.color-gold-light {
  color: #ddc658;
}
.color-gray {
  color: #7a7a7a;
}

/* utility */
.lazy > img {
  height: auto;
}
.img-hover {
  transition: opacity 0.3s;
}
.img-hover:hover {
  opacity: 0.6;
}
.button {
  text-transform: none;
}
.button_solid.button_gray {
  border-color: #7a7a7a;
  background-color: #7a7a7a;
  color: #fff;
}
.button_solid.button_light_gray {
  border-color: #c9c9c9;
  background-color: #c9c9c9;
  color: #7a7a7a;
}
.button.button_mini {
  font-size: 10px;
  padding: 10px 20px;
}
a.text-link {
  text-decoration: underline;
}
a.text-link:hover {
  text-decoration: none;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-with-border {
  border: 1px solid #9c9c9c;
  color: #666666;
  padding: 0.25em 0.5em;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.fa-ctrl {
  font-size: 1.5em;
  margin: 0.25em 0;
}
.font-ctrl {
  font-weight: 500;
  text-transform: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
}
.font-size-xs {
  font-size: 12px;
}
.font-size-sm {
  font-size: 14px;
}
.font-size-md {
  font-size: 18px;
}
.font-size-smaller {
  font-size: smaller;
}
.section-w-ctrl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section__headline.section__headline_100 {
  width: 100%;
  background-color: var(--color-gray-2);
}
.about-inline-list .d-inline-block {
  margin-right: 0.4em;
}
.box-white {
  background-color: rgba(255,255,255,0.6);
  padding: 2em;
}
.note-indent {
  display: block;
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.box-intro-operation {
  max-width: 780px;
}
.box-intro-consulting {
  max-width: 800px;
}
.h2-mod {
  font-size: 43px !important;
  margin-bottom: 0.25em !important;
}
@media screen and (max-width: 991px) {
  .m-ctrl {
    margin-bottom: 2em !important;
  }
  .section_h-ctrl[class*="section_h-"] {
    max-height: 380px !important;
  }
  .service-container-ctrl .row {
    margin: 0 -5px;
  }
  .service-container-ctrl .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-container-ctrl .h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .box-intro {
    padding: 30px;
  }
  .solution-box {
    margin-bottom: 1.5em;
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .service-container-ctrl .h4 {
    font-size: 22px;
  }
  .section_h-ctrl[class*="section_h-"] {
    max-height: 280px !important;
  }
}
@media screen and (max-width: 575px) {
  .footer-cta-heading {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 440px) {
  .about-text-n-margin {
    display: block !important;
    margin-left: -0.6em;
  }
  .h2-mod {
    font-size: 11.5vw !important;
  }
}

/* google-map */
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 85%;
  overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* service */
.service-heading.h4 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-weight: 500;
}
.service-heading.h4:before, .service-heading.h4:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
  border: solid 1px currentColor;
}
.service-heading.h4:before {
  border-right: 0;
  left: 0;
}
.service-heading.h4:after {
  border-left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .service-hotel-image__wrapper {
    height: 380px !important;
  }
}
@media screen and (max-width: 576px) {
  .service-hotel-image__wrapper {
    height: 230px !important;
  }
}

/* logo */
.logo__wrapper-img img {
  width: 120px;
}
.main-visual-logo img {
  width: 70%;
  max-width: 380px;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
.main-visual-text {
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.preloader__heading img {
  width: 50%;
  max-width: 280px;
}
body.page-name-home header.header:not(.header_sticky) .logo__img-secondary {
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.4));
}

/* works-slider */
.works-slider .swiper-wrapper {
  align-items: normal;
}
.works-slider .slider__counter_mini,
.slider__total {
  display: none;
}
.works-slider .swiper-wrapper > .swiper-slide > .container {
  display: flex;
  height: 100%;
}
.works-slider-row {
  position: relative;
  width: 100%;
}
.works-content {
  padding: 3em 2em;
}
.works-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-dark-4);
  color: #fff;
  padding: 5px 16px;
  font-size: 12px;
  z-index: 1;
}
.works-issue-label,
.works-icons-label {
  flex-shrink: 0;
  line-height: 1.3;
}
.works-issue {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.works-issue-text {
  margin: -0.15em 0 0;
}
.works-icons {
  border: 5px solid var(--color-light-3);
  border-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.works-icons-list {
  display: grid;
  padding: 0;
  margin: 10px 0;
  gap: 6px;
  grid-template-columns: repeat(auto-fit, 62px);
  list-style: none;
}
.works-icons-list-item {
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
}
.figure-project__wrapper-content {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0,0,0,0.4);
}
.figure-project__wrapper-content p,
.figure-project__wrapper-content .small-caps {
  color: #fff;
}
.figure-project__category_absolute,
.figure-project__content_absolute {
  padding: 20px;
}
@media screen and (min-width: 1279px) {
  .works-issue-label {
    padding-right: 2em;
  }
}
@media screen and (max-width: 1280px) {
  .works-content {
    padding: 1em;
    padding-top: 2.25em;
  }
}
@media screen and (max-width: 991px) {
  .works-content {
    padding: 1em;
  }
  .filter .filter__item:first-child {
    padding-top: 1em;
  }
  .works-slider .figure-service__wrapper-bg {
    height: 250px;
    max-height: none;
    overflow: hidden;
  }
  .works-icons {
    gap: 0.2em;
  }
  .works-icons-list {
    gap: 6px 1px;
  }
}
@media screen and (max-width: 575px) {
  .figure-project__wrapper-content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .works-icons-list {
    justify-content: center;
  }
}

/* steps */
.steps-wrapper {
  position: relative;
}
.steps-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--color-gray-1);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.step {
  position: relative;
  z-index: 1;
}
.step::after {
  content: "1";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100vmax;
  background-color: var(--color-dark-4);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
}
.step-2::after { content: "2"; }
.step-3::after { content: "3"; }
.step-4::after { content: "4"; }
.step-5::after { content: "5"; }
@media screen and (max-width: 991px) {
  .step {
    padding-left: 45px;
    margin-bottom: 2em;
  }
  .step::after {
    left: 20px;
    transform: none;
  }
  .steps-wrapper::after {
    left: 15px;
    transform: none;
  }
}

/* faq */
.faq-unit {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.faq-label {
  padding-left: 0.4em;
}
.faq-text {
  padding-top: 0.1em;
}

/* form-contact */
.form-contact select {
  width: 100%;
}
.form-contact .small-caps,
.checkbox-inline,
.form-contact select {
  color: var(--color-dark-1);
}
.required-label {
  background-color: #c66d6d;
}
@media screen and (max-width: 479px) {
  .input-float__input_textarea_add_space {
    padding-top: 40px;
  }
}

/* operation */
.operation-icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  gap: 1em;
  list-style: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.operation-icons-list-item {
  width: 140px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.operation-detail {
  max-width: 1140px;
}
.operation-record {
  position: relative;
  width: 100%;
}
.operation-before {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.operation-before-label {
  line-height: 1.4;
}
.operation-before-label small {
  font-size: 0.875em;
}
.operation-before-text {
  white-space: nowrap;
}
.operation-before-text span {
  font-size: 24px;
  display: inline-block;
  margin: 0 0.2em;
}
.operation-after-wrapper {
  background-color: var(--color-dark-4);
  padding: 1em;
}
.operation-after-wrapper hr {
  border: 1px solid #7d7d7d;
}
.operation-after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.operation-after-label {
  font-size: 1.25em;
  line-height: 1.4;
  color: #fff;
}
.operation-after-text {
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
}
.operation-after-text span {
  font-size: 32px;
  display: inline-block;
  margin: 0 0.2em;
}
.operation-result {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .operation-record-wrapper .operation-record-wrap:first-child {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 575px) {
  .operation-icons-list {
    gap: 0.25em;
  }
  .operation-icons-list-item {
    width: 90px;
    font-size: 11px;
  }
  .operation-before-label { font-size: 14px; }
  .operation-after-text { font-size: 18px; }
  .operation-after-text span { font-size: 28px; }
}

/* list-icon */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  margin: 0.25em 0 0.25em;
  padding-left: 1.25em;
  position: relative;
}
.list-icon li::after {
  position: absolute;
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
}
.list-icon-check li::after {
  content: "\f00c";
}

/* footer-links */
.footer-links li {
  font-size: smaller;
  margin-right: 1em;
}

/* grecaptcha-badge */
.grecaptcha-badge {
  z-index: 50 !important;
}
/* body:not(.page-name-contact) .grecaptcha-badge {
  visibility: hidden;
} */
