@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

.editor-styles-wrapper {
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
}

.wp-block-columns {
  margin-bottom: 60px;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 0px !important;
}

.editor-styles-wrapper .box-1 .wp-block-column {
  padding: 30px 20px 10px;
  position: relative;
  background: #fff;
  border-left: 2px solid #000;
}

.editor-styles-wrapper .box-1 .wp-block-column::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  border-bottom: 2px solid #73b12c;
}

.editor-styles-wrapper .box-1 .wp-block-column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 1px solid #000;
}

.editor-styles-wrapper > .wp-block-uagb-container {
  margin-bottom: 60px;
}

.band-1 {
  padding: 40px 40px 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.band-1 * {
  position: relative;
  z-index: 2;
}

.band-1::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -2000px;
  z-index: -1;
  width: 9999px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.band-1::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  height: 80%;
  width: 120%;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  z-index: 0;
}

.wp-block-uagb-container {
  padding: 0 !important;
  row-gap: 0 !important;
}

.editor-styles-wrapper a {
  color: #73b12c;
  font-weight: 600;
}

.editor-styles-wrapper h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 0 10px;
  display: block;
  margin-bottom: 36px;
}

.editor-styles-wrapper h2:before,
.editor-styles-wrapper h2:after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  display: inline-block;
}

.editor-styles-wrapper h2:before {
  width: 100%;
  border-bottom: solid 7px #555;
  left: 0;
}

.editor-styles-wrapper h2:after {
  width: 20%;
  content: "";
  border-bottom: solid 7px #73b12c;
  left: 0;
}

.editor-styles-wrapper h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #000;
}

.editor-styles-wrapper p,
.editor-styles-wrapper li,
.editor-styles-wrapper dt,
.editor-styles-wrapper dd {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 24px;
}

.editor-styles-wrapper li {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  border-left: 4px solid #73b12c;
  border-bottom: 2px solid #ddd;
}

.editor-styles-wrapper dt {
  margin-bottom: 4px;
}

html .has-medium-font-size {
  font-size: 120% !important;
}

.wp-block-image {
  position: relative;
}

.wp-block-image img {
  margin-top: 10px;
  border: 1px solid #aaa;
}

.border-none-img img {
  border: none !important;
}

.content-wrap .wp-block-image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 177, 44, 0.75);
  transform-origin: 50% 0;
  transform: translateY(50%) skewY(-45deg) skewX(25deg) scaleY(5);
  transition: transform 1s;
}

html .wp-block-uagb-info-box {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

html .uagb-ifb-left-title-image {
  margin-bottom: 10px;
}

html .uagb-infobox__content-wrap .uagb-ifb-content svg {
  height: 100px !important;
  width: 100px !important;
  margin-top: -10px;
}

html .uagb-infobox__content-wrap .uagb-ifb-icon-wrap {
  margin-left: -4px;
}

html .uagb-ifb-title-wrap {
  align-self: end !important;
}

html .wp-block-uagb-info-box .uagb-ifb-title {
  padding-top: 0 !important;
}

html .uagb-timeline__center-block {
  margin-bottom: 60px;
}

html .uagb-timeline__outer-wrap .uagb-timeline__field:not(:last-child) {
  margin-bottom: 0px;
}

html .uagb-timeline__outer-wrap .uagb-timeline__events-inner-new {
  text-align: left;
  padding: 30px 30px 20px;
  border-left: 2px solid #000;
  border-bottom: 1px solid #000;
  background: transparent;
  background: #fff !important;
}

.uagb-timeline__right {
  margin-right: 3px;
}

.uagb-timeline__left {
  margin-left: 3px;
}

html .uagb-timeline__outer-wrap .uagb-timeline__events-inner-new h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.uagb-timeline__arrow {
  display: none !important;
}

html .uagb-post__inner-wrap {
  padding: 30px 30px 40px !important;
  background: #fff;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}

html .uagb-post__image img {
  border: 1px solid #aaa;
}

html .uagb-post__inner-wrap .uagb-post__image:first-child {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-top: -20px !important;
}

html .uagb-post-grid .uagb-post__title {
  font-size: 3rem;
  line-height: 1.5;
}

html .uagb-post-grid .uagb-post__date {
  color: #888;
}

html .uagb-post-grid .uagb-post__comment {
  display: none;
}

html .uagb-post-grid .uagb-post__cta {
  display: block;
}

html
  .uagb-post-grid
  .wp-block-button.uagb-post__text.uagb-post__cta
  .uagb-text-link.wp-block-button__link {
  color: #fff !important;
  width: 100%;
  background: #333 !important;
  border-radius: 6px;
  box-shadow: 4px 4px 0px 0px #ffed00;
}

html .wp-block-uagb-counter .wp-block-uagb-counter__number {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

html .wp-block-uagb-counter .wp-block-uagb-counter__title {
  font-size: 2.4rem;
}

.uagb-forms__outer-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.uagb-forms-accept-wrap {
  padding: 20px 0;
}

.single .under-content,
.contact .under-content {
  max-width: 760px;
}

.single .under-content::before,
.contact .under-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  height: 100%;
  width: 1px;
  border-right: 1px solid #000;
}

.single .under-content::after,
.contact .under-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  height: 100%;
  width: 1px;
  border-right: 1px solid #000;
}

html .uagb-forms__outer-wrap {
  padding-left: 0;
  padding-right: 0;
}

.thumb-wrap img {
  border: 1px solid #aaa;
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
    font-size: 2.1rem;
  }

  .editor-styles-wrapper h3 {
    font-size: 1.8rem;
  }

  .editor-styles-wrapper p,
  .editor-styles-wrapper li,
  .editor-styles-wrapper dt,
  .editor-styles-wrapper dd {
    font-size: 1.4rem;
  }

  html .wp-block-uagb-info-box {
    margin-bottom: 40px !important;
  }

  .editor-styles-wrapper .box-1 .wp-block-column {
    margin-bottom: 40px !important;
  }

  .editor-styles-wrapper .box-1 .wp-block-column:last-child {
    margin-bottom: 20px !important;
  }

  .wp-block-columns {
    margin-bottom: 20px !important;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
  }

  html .uagb-infobox__content-wrap .uagb-ifb-content svg {
    height: 80px !important;
    width: 80px !important;
    margin-top: 0px;
    margin-bottom: -10px;
  }

  html .uagb-post-grid .uagb-post__title {
    font-size: 2.2rem;
  }

  html .alignright,
  html .imgright {
    padding: 0px;
    margin: 0 0 20px 0px;
  }
}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {
    }
  }
}
