@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 40%;
  left: 75%;
  color: #fff;
  text-align: center;
  width: 90vw;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  z-index: 1;
  opacity: 0;
}

.hero__title h2 {
  font-size: 36px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
}

.hero__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #1F87FF;
  text-decoration: none;
  width: 240px;
  height: 60px;
}

.slider1 .swiper-slider1-button-prev,
.slider1 .swiper-slider1-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 追加 */
  width: 50px;
  height: 50px;
  background-color: #be2c2c;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider1 .swiper-slider1-button-next {
  right: 0;
}

.slider1 .swiper-slider1-button-prev:hover,
.slider1 .swiper-slider1-button-next:hover {
  background-color: #fff;
}

.slider1 .swiper-slider1-button-prev:after,
.slider1 .swiper-slider1-button-next:after {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.slider1 .swiper-slider1-button-prev:hover:after,
.slider1 .swiper-slider1-button-next:hover:after {
  border-top: solid 2px #be2c2c;
  border-right: solid 2px #be2c2c;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slider1 .swiper-slider1-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider1 .swiper-slider1-button-next:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section.p-section-front-page-content {
  padding: 0;
}

.wp-block-snow-monkey-blocks-alert.smb-alert.smb-alert--success {
  /* padding: 0; */
  margin: 0;
}

.smb-section__background {
  display: none;
}

#anchor2 {
  padding-bottom: 0;
}

#anchor3 {
  padding-top: 20px;
  padding-bottom: 0;
}

#anchor4 {
  margin-top: 0;
}

.wp-block-buttons > .wp-block-button:last-child {
  margin: 0 auto;
  padding: 50px 0 100px;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-image {
  padding: 0;
}

header.c-entry__header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

header.l-header.l-header--1row.l-header--sticky-sm.l-header--sticky-lg {
  background-color: rgba(255, 255, 255, 0.85);
}

.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.is-style-ghost {
  margin: 10px auto 0;
}

/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.btn .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 60px;
}

.smb-btn {
  width: 240px;
}

/* 最近の投稿（テキスト）のスタイル */
.c-entries--text {
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.c-entries--text .c-entries__item a {
  padding-right: 2em;
  padding-left: 2em;
}

.c-entries--text .c-entries__item .c-entry-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--text .c-entries__item .c-entry-summary__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-entries--text .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 8em;
  /* 日付の長さに合わせて調整 */
  background-color: transparent;
}

.c-entries--text .c-entries__item .c-entry-summary__figure img, .c-entries--text .c-entries__item .c-entry-summary__figure::before {
  display: none;
}

.c-entries--text .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
  border-radius: 15px;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-5 {
  color: #333;
  border: 1px solid #333;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-2 {
  color: #1F87FF;
  border: 1px solid #1F87FF;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-3 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-1 {
  color: #e97501;
  border: 1px solid #e97501;
}

.c-entries--text .c-entries__item .c-entry-summary__term {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.c-entries--text .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem;
  /* カテゴリー名の長さにあわせて調整 */
}

.c-entries--text .c-entries__item h3.c-entry-summary__title {
  padding-left: 80px;
}

.c-entries--text .c-entries__item:hover .c-entry-summary__title {
  color: blue;
}

/* フッターの上 */
.info {
  /* フッター上部にボーダー */
  border-top: 1px solid #ccc;
}

.info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  height: 140px;
}

.info__logo {
  margin-right: 30px;
}

.info__logo img {
  width: 150px;
}

.info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.info .social-nav {
  margin-left: 0;
}

.info .social-nav__icon {
  display: inline;
  margin: 0 10px;
  list-style: none;
}

.info .social-nav__icon a {
  color: #212121;
}

.c-copyright {
  display: block !important;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
button.smb-tabs__tab {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn_kesu .smb-panels__item__link {
  display: none !important;
}

.smb-section__background-text__text.has-sm-xxlarge-font-size {
  top: 150px;
}

.smb-section__background-text__text.has-sm-xxxlarge-font-size {
  top: 80px;
}

.features .smb-section__background-text__text.has-sm-xxxlarge-font-size, .access .smb-section__background-text__text.has-sm-xxxlarge-font-size, .message .smb-section__background-text__text.has-sm-xxxlarge-font-size, .about_us .smb-section__background-text__text.has-sm-xxxlarge-font-size, .philosophy .smb-section__background-text__text.has-sm-xxxlarge-font-size {
  top: 30px;
}

.features_page .smb-section__background-text__text.has-sm-xxlarge-font-size {
  top: 20px;
}

.page-id-6080 h2.wp-block-heading {
  margin-top: 0 !important;
}

h2.wp-block-heading {
  font-size: 21px;
}

.wp-block-spacer {
  margin-top: 0 !important;
}

/* h2.wp-block-heading {
  margin-top: 0!important;
} */
@media only screen and (max-width: 647px) {
  .smb-section__background-text__text.has-sm-xxlarge-font-size {
    top: 70px;
  }
  .features .smb-section__background-text__text.has-sm-xxxlarge-font-size, .access .smb-section__background-text__text.has-sm-xxxlarge-font-size, .message .smb-section__background-text__text.has-sm-xxxlarge-font-size, .about_us .smb-section__background-text__text.has-sm-xxxlarge-font-size, .philosophy .smb-section__background-text__text.has-sm-xxxlarge-font-size, .intro .smb-section__background-text__text.has-sm-xxxlarge-font-size {
    top: 10px;
  }
}

.support_area span.sme-font-size.has-sm-normal-font-size {
  text-align: left;
}

.page-id-6299 .l-footer-widget-area, .page-id-4595 .l-footer-widget-area, .page-id-4605 .l-footer-widget-area, .page-id-5493 .l-footer-widget-area, .page-id-6030 .l-footer-widget-area, .page-id-6183 .l-footer-widget-area, .page-id-4602 .l-footer-widget-area, .page-id-3244 .l-footer-widget-area {
  padding-left: 20px;
}

@media screen and (min-width: 481px) {
  /*480px以上で機能するCSSを書く*/
  pre {
    background-color: var(--_lightest-color-gray, #f7f7f7);
    border: 1px solid var(--_lighter-color-gray, #eee);
    border-radius: var(--_border-radius, 6px);
    overflow: auto;
    padding: var(--_base-font-size-px, 16px);
  }
}

@media screen and (max-width: 639px) {
  .is-style-RJE_R002LP_message_normal:not(:root) {
    width: initial !important;
  }
}

.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10 {
  padding-top: 100px;
}

figure.wp-block-image.alignleft.size-full.is-resized.yoyaku-btn {
  -webkit-transition: .5s all;
  transition: .5s all;
}

figure.wp-block-image.alignleft.size-full.is-resized.yoyaku-btn:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

img.custom-logo.lazyautosizes.lazyloaded {
  -webkit-transition: .5s all;
  transition: .5s all;
}

img.custom-logo.lazyautosizes.lazyloaded:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

img.yoyaku-btn.lazyloaded {
  -webkit-transition: .5s all;
  transition: .5s all;
}

img.yoyaku-btn.lazyloaded:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.l-contents__inner {
  margin-top: 20px !important;
}

.page-id-768 .l-contents__inner {
  padding-top: 0px !important;
}

.page-id-12 .l-contents {
  margin-top: 50px;
}

h1 {
  margin: 0 !important;
}

.for-sp {
  display: none;
}

.wp-container-3.wp-block-columns.alignwide.banner_area {
  max-width: 1000px !important;
}

.service {
  text-align: center;
}

.intro h2.smb-section__title {
  padding: 0;
}

.intro .smb-section__contents-wrapper.smb-section-break-the-grid__contents-wrapper {
  padding-bottom: 40px;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.case_002 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-id-3169 .l-contents__inner {
  padding-bottom: 0 !important;
}

.smf-form, .smf-action {
  padding: 20px;
}

.page-id-768 .main_naka .c-container {
  padding-top: 50px;
}

.flow_area .smb-btn {
  width: 300px;
}

.page-id-3244 .wp-block-snow-monkey-blocks-section.alignwide.smb-section.smb-section--fit {
  margin-top: 0;
}

.footer_btn_area {
  max-width: 1000px;
}

.tel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tel_area .yoyaku-btn {
  max-width: 250px;
  margin-left: 20px;
}

.tel_area img.yoyaku-btn.ls-is-cached.lazyloaded {
  margin-left: 20px;
}

.post-template-default.single.single-post img {
  margin: 0 auto;
}

.daihyou-syoukai {
  max-width: 1000px;
}

.page-id-4413 .l-contents__container.c-container {
  background: white;
}

.page-id-4413 .l-contents__body {
  background: gainsboro;
}

.page-id-3167 img.wp-image-4101.lazyautosizes.lazyloaded {
  max-width: 500px;
}

.cost-hyou a {
  text-decoration: none !important;
  color: white;
}

.cost-hyou :hover {
  color: black;
}

.page-id-12 .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit {
  padding-top: 0px;
}

.page-id-12 .smb-section__inner.is-content-justification-center {
  background: #e7e7e7;
}

.page-id-12 .smb-section__contents-wrapper {
  background: whitesmoke !important;
}

.page-id-12 .smf-progress-tracker__item__text {
  color: black !important;
}

.page-id-12 input.smf-text-control__control {
  background: white !important;
}

.page-id-12 textarea.smf-textarea-control__control {
  background: white !important;
}

.page-id-12 .smf-form .smf-item .smf-checkbox-control__control:before {
  border-color: #000 !important;
}

.main_naka p.is-style-sme-alert-success {
  background: white !important;
}

.main_naka .is-style-sme-alert-success {
  background-color: #f4ffe6;
  border: 3px solid #dfffb3;
  color: #28321b;
}

.l-footer-widget-area .wpaw-any-posts__date.wpaw-posts-list__date {
  display: none;
}

.l-footer-widget-area li.wpaw-any-posts__item.wpaw-posts-list__item {
  margin-top: 2px;
}

.check-box-text input {
  width: 16px;
}

.page-id-4570 input {
  margin: .4rem;
}

.page-id-4570 .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-image {
  padding-top: 10px;
}

.page-id-4431 input {
  margin: .4rem;
}

.page-id-4431 .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-image {
  padding-top: 10px;
}

.page-id-4595 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit, .page-id-4413 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit, .page-id-4602 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit, .page-id-4605 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
  padding-bottom: 20px;
}

.features .smb-panels__item__content {
  text-align: left;
}

img.image.wp-image-3807.attachment-full.size-full.lazyautosizes.ls-is-cached.lazyloaded {
  max-width: 200px !important;
}

.header-content .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smb-step__item__number {
  background: #ff5757;
}

.service .smb-panels__item {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px #81d742cc !important;
          box-shadow: 0 2px 8px #81d742cc !important;
}

.service .smb-panels__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #B7EAA2;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: border 0.3s, opacity 0.3s;
  transition: border 0.3s, opacity 0.3s;
}

.service .smb-panels__item:hover::before {
  border-width: 3px;
  opacity: 1;
}

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

.wp-block-group.rinenn {
  max-width: 630px !important;
  text-align: left !important;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right {
  padding-bottom: 0;
}

p.has-text-align-center {
  padding-top: 0px;
}

.wp-block-snow-monkey-blocks-alert.smb-alert.smb-alert--success {
  max-width: 700px;
  margin: 0 auto 0 !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section {
  padding-bottom: 0;
}

.page-id-2 .which_one h2.smb-section__title, .page-id-2 .features h2.smb-section__title {
  padding-top: 50px;
}

p.has-text-align-center.u-slim-width {
  padding-top: 0;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--left {
  padding-bottom: 0;
}

p.profile_history {
  max-width: 1000px;
  margin: 0 auto;
}

.l-sidebar-widget-area {
  padding: 20px;
}

.p-infobar__content {
  font-size: 15px;
}

figure.wp-block-image.size-large {
  text-align: center;
}

.c-page-header {
  display: none;
}

li.c-meta__item.c-meta__item--author {
  display: none;
}

li.c-meta__item.c-meta__item--modified {
  display: none;
}

#custom_html-3 {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector {
  margin: 0 !important;
}

.post-template-default.single.single-post h1 {
  font-size: 23px;
  text-align: left;
}

.post-template-default.single.single-post .c-meta {
  text-align: left;
}

.post-template-default.single.single-post img {
  margin: 0 auto;
}

.post-template-default.single.single-post header.c-entry__header {
  display: block !important;
}

.post-template-default.single.single-post .c-entry__title {
  display: block !important;
}

.archive h1 {
  font-size: 23px;
}

.archive .c-meta {
  text-align: left;
}

.archive img {
  margin: 0 auto;
}

.archive .c-entry__title {
  display: block !important;
}

.news_field h1 {
  font-size: 23px;
  text-align: left;
}

.news_field .c-meta {
  text-align: left;
}

.news_field img {
  margin: 0 auto;
}

.news_field header.c-entry__header {
  display: block !important;
}

.news_field .c-entry__title {
  display: block !important;
}

.info {
  border-top: 0px solid #ccc !important;
}

.sample_img .smb-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sample_img .c-container {
  text-align: center;
}

.sample_img img {
  margin: 0;
  width: 90%;
}

.sample_img figure.wp-block-image.size-large {
  margin: 0;
}

.product .wp-block-snow-monkey-blocks-panels--item.c-row__col {
  max-width: 350px !important;
}

.wp-block-table table {
  margin: 0 auto;
}

#access iframe {
  width: 100%;
}

.english {
  width: 20px;
}

input {
  width: 350px;
  background-color: #DFEFF9 !important;
}

textarea {
  background-color: #DFEFF9 !important;
}

.wp-block-contact-form-7-contact-form-selector {
  text-align: left;
  max-width: 450px !important;
  margin: 0 auto;
}

span.wpcf7-form-control.wpcf7-radio input {
  width: 50px;
}

.wpcf7-textarea, textarea.wpcf7-text {
  height: 100px !important;
  max-width: 500px !important;
}

input.wpcf7-form-control.wpcf7-submit {
  color: white;
  background: #cd162c !important;
  margin-top: 20px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.c-navbar__subitem {
  border-bottom: solid 0.5px white;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.c-navbar__subitem {
  border-bottom: solid 0.5px white;
}

.u-slim-width {
  max-width: 60rem !important;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
  padding: 80px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none;
}

.top-area .top-panel .smb-panels__item__body {
  padding: 80px;
  padding-bottom: 20px !important;
  background: #f2f2f38f;
}

.top-area .smb-btn {
  height: 60px;
  line-height: 40px;
}

.wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
  background: #f2f2f38f;
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.news-section .smb-section__inner {
  background: #f2f2f38f;
}

.news-section .smb-section__inner .wp-block-snow-monkey-blocks-buttons.smb-buttons.is-content-justification-center {
  /* padding: 300px; */
}

.service .smb-panels__item:hover .smb-panels__item__link {
  color: white;
  background: #69a303;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* 3枚並んだパネルの装飾 */
.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0;
}

.panels .wp-block-snow-monkey-blocks-panels--item.c-row__col {
  padding: 0;
}

.panels .smb-panels__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  /* パネルホバー時の装飾 */
}

.panels .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.panels .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '新しい暮らしを始めたい方\Aのためのリフォーム\A\A老後のために暮らしやすい\Aバリアフリーの住宅\A\A未来を創造し作り上げられる\A Billion自慢の住宅設計';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.6s 70ms;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels .smb-panels__item__figure img {
  /* 変化の時間 */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.panels .smb-panels__item__body {
  /* パネルのボーダー部分 */
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  /* パネルのテキストと画像の順序を変更*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.panels .smb-panels__item__title {
  font-size: 24px;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  /* ホバー時に画像を拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.panels .smb-panels__item:hover .smb-panels__item__link {
  color: white;
  background: #81d742;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* 沿革 */
.wp-block-snow-monkey-blocks-panels--item.c-row__col.profile .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'テキストが入ります。\A\Aテキストが入ります。\A\Aテキストが入ります。';
}

/* 沿革 */
.wp-block-snow-monkey-blocks-panels--item.c-row__col.content .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'テキストが入ります。\A\Aテキストが入ります。\A\Aテキストが入ります。';
}

/* 沿革 */
.wp-block-snow-monkey-blocks-panels--item.c-row__col.history .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'テキストが入ります。\A\Aテキストが入ります。\A\Aテキストが入ります。';
}

.product .smb-section__inner {
  background: #f2f2f38f;
}

.smb-panels__item__action .smb-panels__item__link {
  display: block;
  margin: 10px auto 0;
  padding: 10px 20px;
  border: solid 1px #81d742;
  text-align: center;
  font-size: 16px;
  color: #81d742;
}

.smb-panels__item__action .smb-panels__item__link a:hover {
  background-color: #81d742 !important;
}

/* バナーの装飾 */
.banners .smb-items__banner__figure {
  /* デフォルトのfilterの除去 */
  -webkit-filter: none !important;
          filter: none !important;
}

.banners .smb-items__banner__figure img {
  /* 常時filterをかける */
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.banners .smb-items__banner__body {
  /* 変化にかける時間 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.banners .smb-items__banner__title {
  font-size: 20px;
  font-weight: 600;
}

.banners .smb-items__banner:hover .smb-items__banner__body {
  /* ホバー時に文字を右に移動 */
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.smb-section__title {
  /* セクションタイトルサイズ変更 */
  font-size: 2.5em;
}

.smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
  display: none;
}

.seminer h2.smb-section__title.smb-section-break-the-grid__title {
  font-size: 1.5em;
}

.footer_text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .info {
  background-color: #d3d3d34d;
}

.l-footer .info .info-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 30px;
  height: initial;
}

.info-inner.c-container {
  max-width: 2000px !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre {
  background-color: #a9a9a952;
}

.footer-pre-banner {
  max-width: initial !important;
  width: 100% !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre-banner {
  padding-bottom: 0;
}

.c-copyright {
  display: none;
}

.footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  background-color: black;
  color: #ccc;
}

.footer_last a {
  text-decoration: none;
}

.footer_last p {
  color: white;
}

.service .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.sme-hidden-sm {
  padding-top: 20px;
}

.smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-s.smb-section-break-the-grid__content--p-s.smb-section-break-the-grid__content--horizontal-s h2 {
  font-size: 25px;
}

header.c-entry__header {
  display: none;
}

.profile_profile .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right {
  padding-top: 20px;
}

.profile_profile .smb-section__lede.smb-section-break-the-grid__lede {
  text-align: left;
}

.p-entry-content > :first-child, .textwidget > :first-child, .wp-block-column > :first-child, .wp-block-cover__inner-container > :first-child, .wp-block-group__inner-container > :first-child, .wp-block-latest-posts__post-full-content > :first-child, .wp-block-media-text__content > :first-child {
  margin-top: 0;
  padding-top: 0;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.taiken {
  background-color: aliceblue;
}

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

.smf-item__col.smf-item__col--label {
  text-align: left;
}

.smf-progress-tracker__item__text {
  color: white !important;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background-color: skyblue !important;
  color: black;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--left.syouhin {
  padding: 0;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.syouhin {
  padding: 0;
}

.wp-profile-box {
  display: none;
}

.c-prev-next-nav__item.c-prev-next-nav__item--next {
  display: none;
}

.c-prev-next-nav__item.c-prev-next-nav__item--prev {
  display: none;
}

.p-related-posts.c-entry-aside {
  display: none;
}

.greeting p.has-black-color.has-text-color.has-background {
  background-color: #ffffff94 !important;
}

.shien .wp-block-cover__inner-container {
  max-width: 700px;
}

.closing .wp-block-cover__inner-container {
  text-align: center;
}

.widget_text.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 {
  text-align: center;
}

div#media_image-2 {
  text-align: center;
}

div#media_image-2 img.image.wp-image-3020.attachment-full.size-full {
  max-width: 170px !important;
}

.page-id-3169 figure.wp-block-table.alignwide.is-style-stripes {
  max-width: 900px !important;
}

.page-id-12 .smb-section__body {
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 {
    margin-bottom: 0;
  }
  .tel_area {
    display: none;
  }
  .flow_area .smb-buttons.has-text-align-left, .flow_area .smb-buttons.is-content-justification-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow_area .wp-container-3.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-6.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-9.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-11.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-12.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-14.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-17.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow_area .wp-container-20.wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-container-3.wp-block-columns.flow_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .menu-item.menu-item-type-post_type.menu-item-object-page.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .menu-item.menu-item-type-custom.menu-item-object-custom.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .c-row__col.c-row__col--fit.u-invisible-lg-up {
    margin-left: 10px;
  }
  .intro .smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-20 {
    margin-top: 30px !important;
  }
  .intro h2.smb-section__title {
    padding: 0;
  }
  .intro .smb-section__contents-wrapper.smb-section-break-the-grid__contents-wrapper {
    padding-bottom: 40px;
  }
  /* ヒーロースライダー */
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 70vh;
  }
  .main-visual {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  div#service {
    max-width: 600px;
    margin: 0 auto;
  }
  .news-section h3.c-entry-summary__title {
    padding-left: 0px !important;
  }
  .news-section h3.c-entry-summary__title {
    padding-left: 0px !important;
  }
  .page-id-3167 .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.greeting {
    margin-top: 0;
    padding-top: 0;
  }
  .l-header--sticky-sm {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .l-contents__inner {
    margin-top: 0px !important;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10 {
    padding-top: 30px;
  }
  .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 {
    margin-bottom: 0;
  }
  .page-id-3163 .smb-panels__item__body {
    padding: 5px;
  }
  .page-id-4570 label {
    font-size: 13px;
  }
  .page-id-4431 label {
    font-size: 10px;
  }
  .l-footer-widget-area {
    display: block;
  }
  .p-footer-sub-nav.c-sub-nav.c-sub-nav--center {
    display: none;
  }
  p.is-style-sme-alert-success {
    padding-top: 30px !important;
  }
  p.is-style-sme-alert-success.hiyou {
    padding-top: 70px !important;
  }
  .page-id-3758 h3.smb-section__title {
    font-size: 20px;
  }
  .c-copyright.c-copyright--inverse {
    padding-bottom: 80px;
  }
  /*メニューをページ下部に固定*/
  .for-sp {
    display: block;
  }
  #sp-fixed-menu {
    position: fixed;
    text-decoration: none !important;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 9999;
    font-weight: 600;
  }
  #sp-fixed-menu a {
    text-decoration: none;
  }
  /*メニューを横並びにする*/
  #sp-fixed-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #sp-fixed-menu li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
  /*左側メニューを緑色に*/
  #sp-fixed-menu li:first-child {
    background: #38b435;
  }
  /*左側メニューをオレンジ色に*/
  #sp-fixed-menu li:last-child {
    background: #f3a324;
  }
  /*ボタンを調整*/
  #sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.message {
    padding-bottom: 0;
  }
  /* ヒーロースライダー */
  .hero__title {
    top: 65%;
    left: 50%;
  }
  .hero__title h2 {
    font-size: 17px;
  }
  .hero__btn {
    bottom: 20%;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 240px;
    height: 45px;
  }
  .hero .swiper-slide {
    height: 60vh;
  }
  .top-area .top-panel .smb-panels__item__body {
    padding: 10px;
  }
  /* 3つ並んだパネル */
  .panels {
    /* パネルの余白追加 */
  }
  .panels .c-row__col {
    padding: 0 14px;
  }
  .product .c-container {
    max-width: 350px;
  }
  /* ボタン */
  .btn .smb-btn {
    width: 180px;
    height: 45px;
    margin-top: 30px;
  }
  .l-footer .info .info-inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  /* フッター */
  .info-inner {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px;
  }
  .info__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .info__logo img {
    width: 120px;
  }
  .info__text {
    margin-bottom: 25px;
  }
  .footer_last {
    display: block;
    text-align: center;
  }
  .footer_last p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer_text.address {
    font-size: 13px;
  }
  h2.smb-section__title {
    font-size: 25px;
  }
  .profile_history span.sme-font-size {
    font-size: 13px !important;
  }
  h2.smb-section__title.smb-section-break-the-grid__title {
    padding-top: 0;
  }
  .profile_service .smb-items__item__content {
    font-size: 13px;
  }
  td {
    font-size: 13px;
  }
  input {
    width: 300px;
    background-color: #DFEFF9 !important;
  }
  .news-section h3.c-entry-summary__title {
    padding-left: 0px;
  }
}

/* お悩み */
.worries-panel-inner .smb-panels__item {
  -webkit-box-shadow: 0 2px 8px #81d742cc !important;
  box-shadow: 0 2px 8px #81d742cc !important;
  position: relative;
}
.worries-panel-inner .smb-panels__item::before {
  border: 0 solid #B7EAA2;
  border-radius: 20px;
}
/* アクセス */
.is-style-sme-post-it-narrow:after {
  background-color: #81d742 !important;
}
/*# sourceMappingURL=style.css.map */