@charset "UTF-8";
.c-keep-word, .sc__title, .c-subheader, .c-item__title, .c-item2__title, .p-box__title, .page-content__header .c2-header__title, .l-header .main__nav .el-menu .sub-menu, .sc-policy__title, .sc-facilities .c-slider__title, .checkbox-style li, .box-style__header__title, .p-slider__title, .pattern__nav ul li .btn-readmore, .pattern__heading, .pattern__cont__title, .pattern__list__check > li, .pattern__list__dotted > li, .pattern__table table th, .pattern__definition-list dl dt, .box-style__subtitle, .pattern__subcont__title {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  .c-md-keep-word, .p-slider__excerpt, .box-style__header__excerpt, .pattern__leading {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.c-subcontent, .box-style__subcontent, .pattern__subcont {
  margin-top: 2em;
}
.c-subcontent:first-child, .box-style__subcontent:first-child, .pattern__subcont:first-child {
  margin-top: 0;
}

.box-style__subtitle, .pattern__subcont__title {
  min-width: 122px;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
}

/* --------------------------------------------------------- *
 *  modification
 * --------------------------------------------------------- */
em {
  color: var(--primary);
  font-style: normal;
}

dfn {
  font-style: normal;
}

img {
  image-rendering: auto;
}

input, button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  text-box: none;
}

input, button {
  overflow: visible;
  touch-action: manipulation;
}

button, select {
  text-transform: none;
  cursor: pointer;
}

label {
  display: block;
}

input {
  display: block;
}
input:where([type=checkbox], [type=radio]) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
input:where([type=submit], [type=button]) {
  cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  block-size: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  background: none;
  color: inherit;
  text-align: start;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  display: contents;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

select {
  width: fit-content;
}

textarea:not([cols]) {
  width: 100%;
}

.wpcf7-form.is-hide .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-control-wrap {
  display: contents;
}
.wpcf7 .wpcf7-list-item {
  display: contents;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 10px;
  color: #f66;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::after, .wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::before {
  border: 1px solid #958f68;
}
.wpcf7-checkbox .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item-label::after {
  display: none;
  background: url("../images/icon_check.svg") no-repeat center/12.5px;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after, .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  scale: 0;
  background-color: #958f68;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  scale: 0.5;
}

.c-subheader {
  line-height: 1.6;
  padding: 3px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: var(--primary);
}
@media (max-width: 1399px) {
  .c-subheader {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .c-subheader {
    font-size: 15px;
  }
}

.c-item__notes {
  line-height: 1.8;
}
.c-item__notes > li {
  position: relative;
  padding-left: 1.2em;
}
.c-item__notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
}
.box-style--secondary .c-item__notes > li::before {
  color: var(--secondary);
}

.c-item__notes.is-color2 > li::before {
  color: var(--secondary);
}

.c-list li {
  position: relative;
  padding-left: 10px;
}
.c-list li::before {
  position: absolute;
  top: calc(0.5lh - 2px) !important;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: var(--list-dot-color, var(--primary));
  border-radius: 50%;
}
.box-style--secondary .c-list li::before {
  background-color: var(--secondary);
}

.c-list.is-color2 li::before {
  background-color: var(--secondary);
}
.c-list--ordered {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
}
.c-list--ordered li {
  counter-increment: list;
  padding-left: 20px !important;
}
.c-list--ordered li::before {
  content: counter(list) "." !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  color: var(--primary);
  background-color: transparent !important;
  border-radius: 0 !important;
}
.c-list--ordered.is-color2 li::before {
  color: var(--secondary);
}

.c-listnew__date {
  width: 100px;
}
@media (max-width: 767px) {
  .c-listnew__date {
    width: 80px;
  }
}
.c-listnew__date + div {
  flex: 1;
}

.c-text-link {
  color: inherit;
  text-decoration: underline;
}
.c-text-link:hover {
  text-decoration: none;
}

.p-list__subitem {
  margin-top: 1.5em;
}
.p-list__subitem:first-child {
  margin-top: 0;
}
.p-list__sublabel {
  line-height: 1.6;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
}

.schedule__notes {
  font-size: 12px;
}
.schedule__notes li {
  width: fit-content;
  margin-left: auto;
}

.page-content__header__inner::before {
  height: 800px;
}
.page-content__header .c2-header__title {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-content__header .c2-header__title {
    font-size: 28px;
  }
}

.btn {
  transition: 0.3s;
}
.btn:disabled {
  opacity: 0.5;
}

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
.l-header .main__nav .el-menu {
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  .l-header .main__nav .el-menu {
    gap: 20px 30px;
  }
}
.l-header .main__nav .el-menu > li {
  padding: 0;
}
@media (min-width: 576px) {
  .nav__mobile__logo {
    max-width: 260px;
  }
}

/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
@media (max-width: 767px) {
  .footer {
    padding-bottom: 61px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 57px;
  }
}
.footer__logo {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer__logo:not(:has(+ .box__social)) {
    margin-bottom: 5rem;
  }
}

/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
/* mv */
.p-slider__catch__meta {
  position: absolute;
  inset: 0 auto 0 2.5%;
  width: 30%;
  max-width: 650px;
  height: fit-content;
  margin: auto 0;
  padding-top: 115px;
}
@media (max-width: 1199px) {
  .p-slider__catch__meta {
    width: 37.5%;
  }
}
@media (max-width: 991px) {
  .p-slider__catch__meta {
    width: 45%;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .p-slider__catch__meta {
    inset: 15% 0 auto 0;
    width: 87.5%;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.p-slider__catch__meta img {
  width: 100%;
}
/* news */
.sc-new .p-newlist__item__text {
  display: block;
  font-size: 1.17em;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .sc-new:not(:has(.btn)) .p-newlist {
    margin-bottom: 0;
  }
}

/* message */
.sc-policy__meta::before {
  background: rgba(227, 236, 245, 0.9);
  opacity: 1;
}
.sc-policy__excerpt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sc-policy .p-box {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.sc-policy .p-box:has(.row > *:only-child) {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sc-policy .p-box__title {
  line-height: 1.4;
}
.sc__content .row > *:only-child .sc-policy .p-box__notes {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.sc__content .row > *:only-child .sc-policy .p-box__notes li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* greeting */
.sc-greeting .d-none.d-lg-block:not(:has(+ .c-list)) > .sc__excerpt {
  margin-bottom: 0;
}

/* features */
.sc-features:not(:has(.btn)) {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .sc-features:not(:has(.btn)) {
    padding-bottom: 20px;
  }
}

/* facilities */
/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
.service-list .c-item a {
  height: 100%;
}
@media (max-width: 1399px) {
  .service-list .c-item__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-list .c-item__title {
    font-size: 15px;
  }
}

.checkbox-style li {
  position: relative;
  padding-left: calc(25px + 1rem);
}
.checkbox-style li i {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .box-style__header__title .box-style__header__badge {
    display: block;
    width: fit-content;
    margin-top: 5px;
  }
}
.box-style__subtitle {
  background-color: var(--label-color);
}
@media (max-width: 575px) {
  .box-style .c-item__thumb {
    margin-bottom: 0;
  }
}
.box-style .c-item__notes {
  display: grid;
  gap: 0.5em;
}
.box-style .c-item__notes > li {
  margin-top: 0;
}

.services-ads .c-item__thumb img {
  width: 100%;
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
.staff-greeting:has(.staff-intro) {
  padding: 150px 0 140px;
}
@media (max-width: 991px) {
  .staff-greeting:has(.staff-intro) {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .staff-greeting:has(.staff-intro) {
    padding: 60px 0;
  }
}
.staff-greeting:has(.page-content__header__inner) {
  padding-top: 0;
}
.staff-greeting .page-content__header__inner {
  padding-bottom: 0;
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
.p-slider__excerpt {
  text-align: center;
}
@media (max-width: 767px) {
  .p-slider__excerpt {
    text-align: start;
  }
}

/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
.box-style__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .box-style__header {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .box-style__inner {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .box-style .c-item2__thumb {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
.access-map__image {
  display: block;
}
.access-map__image img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------- *
 *  contact
 * --------------------------------------------------------- */
.box-style__fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .box-style__fieldset {
    display: block;
  }
}
.box-style__fieldset:first-child {
  margin-top: 3rem;
}
.box-style__fieldset:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #958f68;
}
.box-style__fieldset > fieldset {
  display: contents;
}
.box-style__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: left !important;
}
@media (max-width: 767px) {
  .box-style__label {
    font-size: 18px;
  }
}
.box-style__label + div:not(.box-style__field) {
  text-align: left;
}
@media (max-width: 1199px) {
  .box-style__label + div:not(.box-style__field) {
    margin-top: 20px;
  }
}
.box-style__require {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: var(--label-color);
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .box-style__require {
    font-size: 18px;
    line-height: 1.6;
  }
}
.box-style__require::before {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: inherit;
  opacity: 0.3;
}
.box-style__field {
  display: block;
  border: 1px solid #958f68;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .box-style__field {
    margin-top: 20px;
  }
}
.box-style__field:not([size]) {
  width: 100%;
}
.box-style__field.wpcf7-select, .box-style__field.wpcf7-validates-as-date {
  width: fit-content;
}
.box-style__field.wpcf7-checkbox, .box-style__field.wpcf7-radio {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-style__accept {
  display: flex;
  justify-content: center;
}
.box-style .btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.box-style .btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.box-style .screen-reader-response {
  margin-bottom: 3rem;
  color: #f00;
  text-align: center;
}
.box-style .screen-reader-response ul {
  display: none;
}
.box-style .wpcf7-not-valid-tip {
  display: block;
  color: #f00;
  text-align: start;
}
.box-style .wpcf7-response-output {
  display: none;
}

.pattern__recaptcha {
  margin-top: 20px;
  color: #888;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .pattern__recaptcha {
    text-align: start;
  }
}
.pattern__recaptcha a {
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------------------- *
 *  pattern
 * --------------------------------------------------------- */
@media (max-width: 767px) {
  .c-header:has(+ .c-lead) {
    margin-bottom: 40px;
  }
}

.pattern__nav ul {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .pattern__nav ul {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.pattern__nav ul li .btn-readmore {
  display: grid;
  place-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .pattern__leading {
    text-align: start;
  }
}
.pattern__cont__title--question {
  position: relative;
  padding-left: 44px;
}
@media (max-width: 767px) {
  .pattern__cont__title--question {
    padding-left: 30px;
  }
}
.pattern__cont__title--question::before {
  content: "Q.";
  position: absolute;
  top: 3px;
  left: 0;
  color: #8b8568;
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pattern__cont__title--question::before {
    top: 4.4px;
    font-size: 22px;
  }
}
.pattern__cont__label {
  --label-color: var(--primary);
  position: relative;
  display: inline-block;
  min-width: 162px;
  margin-left: 1.5rem;
  padding: 3px 10px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: var(--label-color);
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .pattern__cont__label {
    display: block;
    width: fit-content;
    min-width: 122px;
    margin-top: 5px;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.6;
  }
}
.pattern__cont__label::before {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: inherit;
  opacity: 0.3;
}
.pattern__cont__text--answer {
  position: relative;
  padding-left: 44px;
}
@media (max-width: 767px) {
  .pattern__cont__text--answer {
    padding-left: 30px;
  }
}
.pattern__cont__text--answer::before {
  content: "A.";
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--primary);
  font-family: var(--fontfamily02);
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .pattern__cont__text--answer::before {
    top: -2px;
  }
}
@media (max-width: 767px) {
  .pattern__cont__text--answer::before {
    top: 5px;
    font-size: 22px;
  }
}
.pattern__cont__notes {
  margin-top: 1.5em;
}
.pattern__cont__title + .pattern__list {
  margin-top: 20px;
}

.pattern__list__check:first-child, .pattern__list__dotted:first-child {
  margin-top: 0;
}
.pattern__list__check > li:first-child, .pattern__list__dotted > li:first-child {
  margin-top: 0;
}
.pattern__btn {
  display: flex;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .pattern__btn {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pattern__btn .btn:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.pattern__table__text {
  display: none;
  color: var(--secondary) !important;
  text-align: end;
}
@media (max-width: 767px) {
  .pattern__table__text {
    display: block;
  }
}
.pattern__table__text::after {
  content: "▶︎";
  margin-left: 0.5em;
}
.pattern__table table {
  width: 100%;
  /*
  thead tr th:first-child, tbody tr th {
  	width: 25%;

  	@include breakpoint-max(lg) {
  		width: 20%;
  	}
  }

  thead tr th:not(:first-child), tbody tr td {
  	width: 37.5%;

  	@include breakpoint-max(lg) {
  		width: 40%;
  	}
  }
  */
}
@media (max-width: 767px) {
  .pattern__table table {
    width: auto;
    min-width: 600px;
  }
}
.pattern__table table th {
  white-space: normal;
}
.pattern__subcont__title {
  background-color: var(--primary);
}
.pattern__subcont__title.is-color2 {
  background-color: var(--secondary);
}
.pattern__definition-list dl {
  display: grid;
  grid-template-columns: 30% 70%;
}
@media (max-width: 767px) {
  .pattern__definition-list dl {
    grid-template-columns: auto;
  }
}
.pattern__definition-list dl dt, .pattern__definition-list dl dd {
  display: grid;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px dotted #958f68;
}
@media (max-width: 767px) {
  .pattern__definition-list dl dt, .pattern__definition-list dl dd {
    padding: 10px 5px;
  }
}
.pattern__definition-list dl dt:first-of-type, .pattern__definition-list dl dd:first-of-type {
  border-top: 1px dotted #958f68;
}
.pattern__definition-list dl dt {
  justify-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .pattern__definition-list dl dt {
    border-bottom: none;
  }
}
.pattern__definition-list dl dd {
  margin-inline-start: 0;
}
@media (max-width: 767px) {
  .pattern__definition-list dl dd {
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .pattern__definition-list dl dd:first-of-type {
    border-top: none;
  }
}
.pattern__block.is-wall01 {
  --list-dot-color: var(--secondary);
}
.pattern__block:not(.is-wall01, .is-wall02) .pattern__block__2 .pattern__cont {
  background-color: #fff8f2;
}

.pattern__block__2 .pattern__cont__title:first-child, .pattern__block__2 .pattern__cont__text:first-child {
  margin-top: 0;
}
.pattern__block__2 .pattern__cont__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pattern__block__2 .pattern__cont__wrap {
    grid-template-columns: 1fr;
  }
}
.pattern__block__2 .pattern__cont__wrap .pattern__cont {
  margin-top: 0;
}
@media (max-width: 767px) {
  .pattern__block__5 .pattern__cont {
    margin-top: 0;
  }
}
.pattern__block__5--point .pattern__pic::after {
  content: "Point.";
}
@media (max-width: 767px) {
  .pattern__block__5 .row > *:not(:first-child) {
    margin-top: 0;
  }
}
.pattern__block__7 .pattern__cont:only-child {
  flex-basis: 100%;
}
.pattern__block__8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 5%;
}
@media (max-width: 767px) {
  .pattern__block__8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pattern__block__8 {
    grid-template-columns: 1fr;
  }
}
.pattern__block__8::after {
  display: none;
}
.pattern__block__8-col-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 2.5%;
}
@media (max-width: 991px) {
  .pattern__block__8-col-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 5%;
  }
}
@media (max-width: 767px) {
  .pattern__block__8-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pattern__block__8-col-4 {
    grid-template-columns: 1fr;
  }
}
.pattern__block__8 .pattern__block__wrap:not(:first-child) {
  margin-top: 0;
}
.pattern__block__8 .pattern__pic img {
  display: block;
}

.d-inline-block {
  display: inline-block !important;
}

.fs-small {
  font-size: 0.75em !important;
}

/*# sourceMappingURL=style.css.map */
