.post-name-test-top .site-body {
  padding-top: 0;
  padding-bottom: 0;
}
.post-name-test-top p {
  margin-bottom: 1rem !important;
}

.homeWrap {
  padding: 1px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.homeWrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1A220D;
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}

.entry-body .homeFirst, .is-root-container .homeFirst > .block-editor-block-list__layout {
  height: 84vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .entry-body .homeFirst, .is-root-container .homeFirst > .block-editor-block-list__layout {
    height: 58.3vw;
  }
}
@media (min-width: 1200px) {
  .entry-body .homeFirst, .is-root-container .homeFirst > .block-editor-block-list__layout {
    height: 700px;
  }
}
.homeFirst__bg {
  width: 100%;
  height: 100%;
}
.entry-body .homeFirst__bg, .is-root-container .homeFirst__bg > .block-editor-block-list__layout {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.is-root-container .homeFirst__bg > .block-editor-block-list__layout {
  width: 100%;
}
.homeFirst__bg__img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.homeFirst__bg__img .components-resizable-box__container {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
body .homeFirst__bg__img img, body .homeFirst__bg__img img:not([style*=object-fit]) {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .homeFirst__bg__img--pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .homeFirst__bg__img--sp {
    display: none;
  }
}
.is-root-container .homeFirst__top {
  position: static;
}
.entry-body .homeFirst__top, .is-root-container .homeFirst__top > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "award" "text";
  width: 100%;
  row-gap: 3vw;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media (min-width: 768px) {
  .entry-body .homeFirst__top, .is-root-container .homeFirst__top > .block-editor-block-list__layout {
        grid-template-areas: "text award";
    -ms-grid-columns: 890fr 220fr;
    grid-template-columns: 890fr 220fr;
    top: 2rem;
  }
}
.homeFirst__award {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: award;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homeFirst__award {
    text-align: center;
  }
}
.homeFirst__award img {
  width: 28%;
}
@media (min-width: 768px) {
  .homeFirst__award img {
    width: 100%;
  }
}
.homeFirst__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .homeFirst__award {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .homeFirst__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) {
  .homeFirst__text {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }
}
.is-root-container .homeFirst__bottom {
  position: static;
}
.entry-body .homeFirst__bottom, .is-root-container .homeFirst__bottom > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "anago" "badge";
  row-gap: 5vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .entry-body .homeFirst__bottom, .is-root-container .homeFirst__bottom > .block-editor-block-list__layout {
        grid-template-areas: "badge anago";
    -ms-grid-columns: 744fr 10vw 264fr;
    grid-template-columns: 744fr 264fr;
    -webkit-column-gap: 10vw;
       -moz-column-gap: 10vw;
            column-gap: 10vw;
  }
}
@media (min-width: 1200px) {
  .entry-body .homeFirst__bottom, .is-root-container .homeFirst__bottom > .block-editor-block-list__layout {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    bottom: 2rem;
  }
}
.homeFirst__anago {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: anago;
  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;
  margin-bottom: 0;
}
.homeFirst__anago img {
  width: 54%;
}
@media (min-width: 768px) {
  .homeFirst__anago img {
    width: 100% !important;
  }
}
.homeFirst__badge {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: badge;
  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;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .homeFirst__anago {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .homeFirst__badge {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.homeFirst__badge img {
  width: 100% !important;
}
.homeFirst__anago .components-resizable-box__container, .homeFirst__badge .components-resizable-box__container {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.homeAbout {
  margin-top: 30px !important;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .homeAbout {
    margin-top: 120px !important;
    margin-bottom: 180px !important;
  }
}
.entry-body .homeAbout__layout, .is-root-container .homeAbout__layout > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "textarea" "img";
  gap: 30px;
}
@media (min-width: 768px) {
  .entry-body .homeAbout__layout, .is-root-container .homeAbout__layout > .block-editor-block-list__layout {
        grid-template-areas: "img textarea";
    -ms-grid-columns: 600fr 40px 440fr;
    grid-template-columns: 600fr 440fr;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .entry-body .homeAbout__layout, .is-root-container .homeAbout__layout > .block-editor-block-list__layout {
    gap: 70px;
  }
}
.homeAbout__layout__textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: textarea;
}
.entry-body .homeQuality__layout > .homeAbout__layout__textarea, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeAbout__layout__textarea {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.homeAbout__layout__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.entry-body .homeQuality__layout > .homeAbout__layout__img, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeAbout__layout__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.homeAbout__layout__textarea > *:last-child, .homeAbout__layout__img > *:last-child {
  margin-bottom: 0 !important;
}

.homeHead-1,
.editor-styles-wrapper .homeHead-1 {
  margin-bottom: 28px !important;
  padding: 0;
  border: none;
}
.homeHead-1__en, .homeHead-1__jp,
.editor-styles-wrapper .homeHead-1__en,
.editor-styles-wrapper .homeHead-1__jp {
  display: block;
}
.homeHead-1__en,
.editor-styles-wrapper .homeHead-1__en {
  font-size: 24px;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
}
@media (min-width: 768px) {
  .homeHead-1__en,
  .editor-styles-wrapper .homeHead-1__en {
    font-size: 33px;
  }
}
.homeHead-1__jp,
.editor-styles-wrapper .homeHead-1__jp {
  margin-top: 0.3em;
  font-size: 15px;
}
@media (min-width: 768px) {
  .homeHead-1__jp,
  .editor-styles-wrapper .homeHead-1__jp {
    font-size: 26px;
  }
}
.homeHead-1--center,
.editor-styles-wrapper .homeHead-1--center {
  text-align: center;
}

.homeHead-2,
.editor-styles-wrapper .homeHead-2 {
  margin-bottom: 24px !important;
  padding: 1rem 0 0;
  border: none;
  position: relative;
}
@media (min-width: 768px) {
  .homeHead-2,
  .editor-styles-wrapper .homeHead-2 {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.homeHead-2::before,
.editor-styles-wrapper .homeHead-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #EFEFEF;
}
@media (min-width: 768px) {
  .homeHead-2::before,
  .editor-styles-wrapper .homeHead-2::before {
    width: 160px;
  }
}
.homeHead-2::after,
.editor-styles-wrapper .homeHead-2::after {
  display: none;
}
.homeHead-2__en, .homeHead-2__jp,
.editor-styles-wrapper .homeHead-2__en,
.editor-styles-wrapper .homeHead-2__jp {
  display: block;
}
.homeHead-2__en,
.editor-styles-wrapper .homeHead-2__en {
  font-size: 24px;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .homeHead-2__en,
  .editor-styles-wrapper .homeHead-2__en {
    font-size: 50px;
  }
}
.homeHead-2__jp,
.editor-styles-wrapper .homeHead-2__jp {
  margin-top: 0.3em;
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .homeHead-2__jp,
  .editor-styles-wrapper .homeHead-2__jp {
    margin-top: 1.5em;
    font-size: 17px;
  }
}

.homeHead-3,
.editor-styles-wrapper .homeHead-3 {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
  padding: 80px 0 0;
  border: none;
  background-color: transparent;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .homeHead-3,
  .editor-styles-wrapper .homeHead-3 {
    margin-top: 140px !important;
    margin-bottom: 50px !important;
    padding-top: 140px;
  }
}
.homeHead-3::before,
.editor-styles-wrapper .homeHead-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.75px);
  width: 1.5px;
  height: 60px;
  background-color: #EFEFEF;
}
@media (min-width: 768px) {
  .homeHead-3::before,
  .editor-styles-wrapper .homeHead-3::before {
    height: 120px;
  }
}
.homeHead-3__en, .homeHead-3__jp,
.editor-styles-wrapper .homeHead-3__en,
.editor-styles-wrapper .homeHead-3__jp {
  display: block;
}
.homeHead-3__en,
.editor-styles-wrapper .homeHead-3__en {
  font-size: 24px;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .homeHead-3__en,
  .editor-styles-wrapper .homeHead-3__en {
    font-size: 29px;
  }
}
.homeHead-3__jp,
.editor-styles-wrapper .homeHead-3__jp {
  margin-top: 0.3em;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .homeHead-3__jp,
  .editor-styles-wrapper .homeHead-3__jp {
    margin-top: 1em;
  }
}

.homeQuality {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .homeQuality {
    margin-top: 180px !important;
    margin-bottom: 140px !important;
  }
}
.entry-body .homeQuality__layout, .is-root-container .homeQuality__layout > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "img" "textarea";
  gap: 30px;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .entry-body .homeQuality__layout, .is-root-container .homeQuality__layout > .block-editor-block-list__layout {
        grid-template-areas: "textarea img";
    -ms-grid-columns: 365fr 40px 670fr;
    grid-template-columns: 365fr 670fr;
    gap: 40px;
    margin-top: 100px !important;
    margin-bottom: 140px !important;
  }
  .entry-body .homeQuality__layout > .homeAbout__layout__textarea, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeAbout__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-body .homeQuality__layout > .homeAbout__layout__img, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeAbout__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) {
  .entry-body .homeQuality__layout, .is-root-container .homeQuality__layout > .block-editor-block-list__layout {
    gap: 70px;
  }
}
.homeQuality__layout__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.entry-body .homeQuality__layout > .homeQuality__layout__img, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeQuality__layout__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 767px) {
  .homeQuality__layout__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .homeQuality__layout__img {
    margin-right: calc(-50vw + 345px);
  }
}
@media (min-width: 992px) {
  .homeQuality__layout__img {
    margin-right: calc(-50vw + 465px);
  }
}
@media (min-width: 1200px) {
  .homeQuality__layout__img {
    margin-right: calc(-50vw + 555px);
  }
}
@media (min-width: 1600px) {
  .homeQuality__layout__img {
    margin-right: -245px;
  }
}
.homeQuality__layout__textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: textarea;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-body .homeQuality__layout > .homeQuality__layout__textarea, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeQuality__layout__textarea {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .homeAbout__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .homeAbout__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .homeQuality__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-body .homeQuality__layout > .homeQuality__layout__img, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeQuality__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .homeQuality__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .entry-body .homeQuality__layout > .homeQuality__layout__textarea, .is-root-container .homeQuality__layout > .block-editor-block-list__layout > .homeQuality__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.homeQuality__layout__textarea p {
  max-width: 300px;
}
.homeQuality__layout__img > *:last-child, .homeQuality__layout__textarea > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .entry-body .homeQuality__layout--reverse, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout {
        grid-template-areas: "img textarea";
    -ms-grid-columns: 670fr 365fr;
    grid-template-columns: 670fr 365fr;
  }
  .entry-body .homeQuality__layout--reverse > .homeAbout__layout__textarea, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout > .homeAbout__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .entry-body .homeQuality__layout--reverse > .homeAbout__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout > .homeAbout__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-body .homeQuality__layout--reverse > .homeQuality__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout > .homeQuality__layout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .entry-body .homeQuality__layout--reverse > .homeQuality__layout__textarea, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout > .homeQuality__layout__textarea {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) {
  .entry-body .homeQuality__layout--reverse .homeQuality__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout .homeQuality__layout__img {
    margin-left: calc(-50vw + 345px);
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .entry-body .homeQuality__layout--reverse .homeQuality__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout .homeQuality__layout__img {
    margin-left: calc(-50vw + 465px);
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .entry-body .homeQuality__layout--reverse .homeQuality__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout .homeQuality__layout__img {
    margin-left: calc(-50vw + 555px);
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .entry-body .homeQuality__layout--reverse .homeQuality__layout__img, .is-root-container .homeQuality__layout--reverse > .block-editor-block-list__layout .homeQuality__layout__img {
    margin-left: -245px;
    margin-right: 0;
  }
}
.entry-body .homeQuality__layout-2, .is-root-container .homeQuality__layout-2 > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .entry-body .homeQuality__layout-2, .is-root-container .homeQuality__layout-2 > .block-editor-block-list__layout {
    margin-right: -25px;
  }
}
@media (min-width: 992px) {
  .entry-body .homeQuality__layout-2, .is-root-container .homeQuality__layout-2 > .block-editor-block-list__layout {
    margin-right: -55px;
  }
}
.homeQuality__layout-2 > *:last-child {
  margin-bottom: 0 !important;
}

.homeMessage__bg {
  height: 200px;
}
@media (min-width: 768px) {
  .homeMessage__bg {
    height: 500px;
  }
}
.entry-body .homeMessage__bg, .is-root-container .homeMessage__bg > .block-editor-block-list__layout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
  max-width: none;
  overflow: hidden;
  position: relative;
}
.is-root-container .homeMessage__bg > .block-editor-block-list__layout {
  width: 100%;
}
.homeMessage__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.homeMessage__bg img,
.homeMessage__bg.wp-block-image img:not([style*=object-fit]) {
  height: 130% !important;
}

.homeInfo {
  padding-top: 1px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .homeInfo {
    padding-bottom: 240px;
  }
}
.homeInfo::before, .homeInfo::after {
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
.homeInfo::before {
  height: 100%;
  background-color: #2A311F;
}
.homeInfo::after {
  height: 230px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2A311F), to(#1A220D));
  background: linear-gradient(0deg, #2A311F 0%, #1A220D 100%);
}

.entry-body .homeDivTable, .is-root-container .homeDivTable > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .entry-body .homeDivTable, .is-root-container .homeDivTable > .block-editor-block-list__layout {
    -ms-grid-columns: 2fr 8fr;
    grid-template-columns: 2fr 8fr;
  }
}
.homeDivTable__head {
  padding: 10px 20px;
  background-color: #1A220D;
  border-top: 1px solid #EFEFEF;
}
@media (min-width: 768px) {
  .homeDivTable__head {
    text-align: center;
  }
}
.homeDivTable__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .homeDivTable__content {
    border-top: 1px solid #EFEFEF;
  }
}
@media (min-width: 768px) {
  .homeDivTable__head, .homeDivTable__content {
    padding: 30px;
  }
}
.entry-body .homeDivTable__head > *:first-child, .is-root-container .homeDivTable__head > .block-editor-block-list__layout > *:first-child, .entry-body .homeDivTable__content > *:first-child, .is-root-container .homeDivTable__content > .block-editor-block-list__layout > *:first-child {
  margin-top: 0 !important;
}
.entry-body .homeDivTable__head > *:last-child, .is-root-container .homeDivTable__head > .block-editor-block-list__layout > *:last-child, .entry-body .homeDivTable__content > *:last-child, .is-root-container .homeDivTable__content > .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0 !important;
}
.homeDivTable--bborder {
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 767px) {
  .homeDivTable--bborder .homeDivTable__content:last-child {
    border-bottom: none;
  }
}
.homeDivTable .wp-block-table {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .homeDivTable .wp-block-table {
    margin-top: 120px !important;
  }
}
.homeDivTable table th {
  font-weight: normal;
  text-align: left;
}
.homeDivTable table a {
  color: #fff;
}
.homeDivTable table a:hover {
  text-decoration: underline;
}

.homeMap {
  width: 100vw;
  height: 300px;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homeMap {
    height: 500px;
    margin-top: 250px !important;
    margin-bottom: 120px !important;
  }
}
.homeMap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
h1 + .homeMap, h2 + .homeMap, h3 + .homeMap, h4 + .homeMap, h5 + .homeMap, h6 + .homeMap {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  h1 + .homeMap, h2 + .homeMap, h3 + .homeMap, h4 + .homeMap, h5 + .homeMap, h6 + .homeMap {
    margin-top: 70px !important;
  }
}

.homeBtn-1 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .homeBtn-1 {
    margin-top: 60px !important;
  }
}
.homeBtn-1 .wp-block-button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.homeBtn-1 .wp-block-button .wp-block-button__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background-color: #B2A787;
  border-radius: 0;
  color: #1A220D;
}
@media (min-width: 768px) {
  .homeBtn-1 .wp-block-button .wp-block-button__link {
    min-height: 140px;
  }
}
.homeBtn-1 .wp-block-button .wp-block-button__link strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .homeBtn-1 .wp-block-button .wp-block-button__link strong {
    font-size: 18px;
  }
}

.editor-styles-wrapper .wp-block-buttons.homeBtn-1 :where(.wp-block-button):not(.is-style-outline) .wp-block-button__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background-color: #B2A787;
  border-radius: 0;
  color: #1A220D;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-buttons.homeBtn-1 :where(.wp-block-button):not(.is-style-outline) .wp-block-button__link {
    min-height: 140px;
  }
}

@media (max-width: 767px) {
  .homeContact__layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-body .homeContact__layout, .is-root-container .homeContact__layout > .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .entry-body .homeContact__layout, .is-root-container .homeContact__layout > .block-editor-block-list__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.entry-body .homeContact__layout__inner > *:first-child, .is-root-container .homeContact__layout__inner > .block-editor-block-list__layout > *:first-child {
  margin-top: 0 !important;
}
.entry-body .homeContact__layout__inner > *:last-child, .is-root-container .homeContact__layout__inner > .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0 !important;
}

.entry-body .homeBanner,
.is-root-container .homeBanner .block-editor-block-list__layout {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.25rem !important;
}
@media (max-width: 767px) {
  .entry-body .homeBanner,
  .is-root-container .homeBanner .block-editor-block-list__layout {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .entry-body .homeBanner,
  .is-root-container .homeBanner .block-editor-block-list__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px !important;
  }
}
.entry-body .homeBanner .homeBanner__item,
.is-root-container .homeBanner .block-editor-block-list__layout .homeBanner__item {
  margin-bottom: 0 !important;
}
.entry-body .homeBanner .homeBanner__item img,
.is-root-container .homeBanner .block-editor-block-list__layout .homeBanner__item img {
  width: 100%;
}
@media (max-width: 767px) {
  .entry-body .homeBanner .homeBanner__item--pc,
  .is-root-container .homeBanner .block-editor-block-list__layout .homeBanner__item--pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .entry-body .homeBanner .homeBanner__item--sp,
  .is-root-container .homeBanner .block-editor-block-list__layout .homeBanner__item--sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .entry-body .homeBanner--4col,
  .is-root-container .homeBanner--4col .block-editor-block-list__layout {
    -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr 0.75rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}

.homeSearch {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .homeSearch {
    margin-bottom: 80px !important;
  }
}
.homeSearch.wp-block-search .wp-block-search__button {
  width: 110px;
  background-color: #B2A787;
  color: #000;
}
@media (min-width: 992px) {
  .homeSearch.wp-block-search .wp-block-search__button {
    width: 220px;
  }
}

.homeNews.wp-block-latest-posts__list {
  border-top: 1px solid #EFEFEF;
}
.homeNews.wp-block-latest-posts__list > li {
  padding-left: 20px;
  padding-right: 20px;
  border-color: #EFEFEF;
}
@media (min-width: 768px) {
  .homeNews.wp-block-latest-posts__list > li {
    padding-top: 25px;
    padding-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .homeNews.wp-block-latest-posts__list > li {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.homeNews.wp-block-latest-posts li > a {
  color: #fff;
}
.homeNews .wp-block-latest-posts__post-title, .homeNews .wp-block-latest-posts__post-date, .homeNews .wp-block-latest-posts__post-excerpt, .homeNews .wp-block-latest-posts__read-more {
  color: #fff;
}
.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: none;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  row-gap: 1rem;
}
.footer-nav-list > li {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 0;
  border: none;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1024.98px) {
  .footer-nav-list > li {
    line-height: 1;
  }
}
@media (max-width: 1024.98px) {
  .footer-nav-list > li {
    width: auto;
  }
}
.footer-nav-list > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-nav-list > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-nav-list > li:first-child::before {
  display: none;
}
.footer-nav-list > li a {
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 1024.98px) {
  .footer-nav-list > li a {
    padding: 0;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .site-footer-copyright {
    padding-top: 100px;
  }
}

@media (max-width: 1024.98px) {
  .site-footer-content {
    display: block;
  }
}
@media (max-width: 1024.98px) {
  .site-footer-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .site-footer-content .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .footerSocial {
    gap: 50px;
  }
}
.footerSocial i {
  margin-right: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.footerSocial__socialIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.footerSocial a {
  color: #fff;
  text-decoration: none;
}
.footerSocial a:hover {
  color: #fff;
  text-decoration: none;
}