@charset "UTF-8";
.smb-section h2 {
  font-size: 44px;
}

.header-info .c-btn {
  color: #fff;
  background-color: #23755e;
  border: 2px solid;
  padding: 15px 40px;
  border-radius: 0 !important;
}

.header-info .c-btn:hover {
  color: #23755e !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  background: transparent !important;
}

.news-section .c-entry-summary__body {
  position: static;
  border: none;
  padding: 0px !important;
}

.news-section .c-entry-summary__body::after {
  border: none;
  content: none;
}

.service-section h4 {
  font-size: 22px;
  color: #fff !important;
}

.service-section h4 span {
  font-size: 14px;
  display: block;
}

.service-section p {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: bold;
}

.service-section .wp-block-snow-monkey-blocks-buttons {
  margin-top: 3.6rem;
}

.service-section .smb-btn {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  font-weight: bold;
}

.service-section .smb-btn:hover {
  color: #333333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
}

.service-section .wp-container-6 {
  gap: 0 !important;
}

.banner-section .smb-items__banner__title {
  font-size: 36px;
  font-weight: bold;
}

.banner-section .smb-items__banner__lede {
  font-size: 14px;
  font-weight: bold;
}

.c-page-header__title {
  font-size: 60px;
}

.c-page__section {
  padding-top: 50px;
}

.c-page__section .smb-section__title {
  font-size: 30px;
}

.c-page__section .smb-section__lede {
  font-size: 16px;
}

.c-page__table th {
  background-color: transparent !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px 19px 15px !important;
  border-top: 1px solid #c5c5c5 !important;
  border-bottom: 1px solid #c5c5c5 !important;
  width: 20%;
}

.c-page__table td {
  border-left: none !important;
  border-right: none !important;
  padding: 20px 19px 15px !important;
  border-top: 1px solid #c5c5c5 !important;
  border-bottom: 1px solid #c5c5c5 !important;
  width: 80%;
}

.history-table th {
  background-color: transparent !important;
  border: none !important;
  padding: 20px 19px 15px !important;
  width: 20%;
}

.history-table td {
  border: none !important;
  padding: 20px 19px 15px !important;
  width: 80%;
}

.history-table tr:first-of-type {
  border-top: 1px solid #c5c5c5 !important;
}

.history-table tr:last-of-type {
  border-bottom: 1px solid #c5c5c5 !important;
}

.smf-action .smf-button-control__control {
  font-family: 'Noto Serif JP';
  font-size: 16px;
  font-weight: 900;
  padding: 15px 80px !important;
  border-radius: 0px !important;
  background: #23755e !important;
  border: solid 1px #23755e !important;
  color: #fff !important;
}

.smf-action .smf-button-control__control:hover {
  background-color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #23755e !important;
}

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

.page-id-659 .l-contents__inner {
  padding-bottom: 0px;
}

.page-id-648 .l-contents__inner {
  padding-bottom: 0px;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  height: 85vh;
  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);
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero__title {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.hero__title h2 {
  font-size: 58px;
  font-weight: normal;
  letter-spacing: .1em;
}

.hero__title span {
  display: block;
  font-size: 28px;
  text-align: center;
}

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

.c-entry-summary__figure {
  margin-bottom: 0rem;
}

.c-entry-summary__body {
  border-bottom: 1px solid #ecf0f4;
  border-left: 1px solid #ecf0f4;
  border-right: 1px solid #ecf0f4;
  padding: 20px !important;
  position: relative;
}

.c-entry-summary__body::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #23755e transparent;
}

.c-entry-summary__title {
  text-align: center;
}

.c-entry-summary__content {
  display: none;
}

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

.l-footer-widget-area__item:first-child {
  margin-bottom: 0px;
}

.l-footer-widget-area__item .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-widget-area__item .menu .menu-item {
  margin: 0 2em 0 0;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

.l-footer-widget-area {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border: none;
}

.p-social-nav {
  background-color: #fff;
  border: none;
  padding-top: 0;
}

.l-footer .c-navbar li {
  margin: 0 1.5em;
}

.p-social-nav {
  background-color: #333 !important;
}

.fa-instagram {
  font-size: 1.5em;
  color: #fff !important;
}

.fa-facebook {
  font-size: 1.5em;
  color: #fff !important;
}

.c-copyright .c-container {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1023px) {
  .swiper-slide {
    /* 表示させる高さの調整 */
    height: 90vh;
  }
  .hero__title {
    width: 100%;
    text-align: center;
    top: 45%;
  }
  .smb-section h2 {
    font-size: 28px;
  }
  .banner-section .smb-items__banner__title {
    font-size: 24px;
    font-weight: bold;
  }
  .c-page__section {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .news-section .smb-section__contents-wrapper {
    width: 70%;
  }
  .service-section .wp-block-cover__inner-container {
    width: 60%;
  }
  .c-page__table {
    width: 70%;
  }
  .history-table {
    width: 70%;
  }
  .c-page__contact .smb-section__contents-wrapper {
    width: 80%;
  }
  .smb-section__contents-wrapper {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .hero__title {
    top: 35%;
  }
  .hero__title h2 {
    font-size: 30px;
  }
  .hero__title span {
    font-size: 16px;
  }
  .news-section .c-entry-summary__title {
    text-align: left;
  }
  .c-page-header__title {
    font-size: 40px;
  }
  .c-page__section .smb-section__title {
    font-size: 24px;
  }
  tr {
    font-size: 14px;
  }
  .c-page__table th {
    padding: 10px 5px !important;
    width: 30%;
  }
  .c-page__table td {
    padding: 10px 5px !important;
    width: 70%;
  }
  .history-table th {
    padding: 10px 15px !important;
    width: 30%;
  }
  .history-table td {
    padding: 10px 15px !important;
    width: 70%;
  }
  .c-page__section .smb-section__lede {
    font-size: 14px;
  }
  .l-footer-widget-area__item .menu {
    display: block;
    text-align: center;
  }
  .l-footer-widget-area__item .menu .menu-item {
    margin: 0;
  }
  .c-copyright .c-container {
    font-size: 10px;
  }
}

@media (min-width: 640px) {
  .news-section .c-entry-summary__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-section .c-entry-summary__header {
    position: absolute;
    left: 16rem;
  }
  .news-section .c-entry-summary__meta {
    margin-top: 0px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */