@charset "UTF-8";
.x1-visual-and-content {
  margin-bottom: 50px;
}
.x1-visual-and-content .x1-title-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1rem !important;
  padding: 0 10vw;
  border: none !important;
}
.x1-visual-and-content .x1-title-wrap .x1-main-title {
  clear: both;
  color: #999;
  font-size: 4rem;
  line-height: 1.2;
}
.x1-visual-and-content .x1-title-wrap .x1-sub-title {
  color: rgba(var(--accent-color), 1);
  font-size: 1.5rem;
}
.x1-visual-and-content_Inner {
  display: flex;
}
.x1-visual-and-content_Inner .x1-background-image {
  width: 50%;
  min-height: 200px;
  background-size: cover;
}
.x1-visual-and-content_Inner .x1-contents-wrap {
  width: calc(50% + 50px);
  margin: 50px -50px -50px -50px;
  padding: 30px 120px 60px 30px;
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.9);
}
.x1-visual-and-content_Inner .x1-contents-wrap .x1-contents-title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.x1-visual-and-content_Inner .x1-link {
  margin: 1em 0 0 !important;
  text-align: right;
}
.x1-visual-and-content_Inner .x1-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.x1-visual-and-content_Inner .x1-link a,
.x1-visual-and-content_Inner .x1-link a:link,
.x1-visual-and-content_Inner .x1-link a:visited {
  color: #aaa;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.x1-visual-and-content_Inner .x1-link a span,
.x1-visual-and-content_Inner .x1-link a:link span,
.x1-visual-and-content_Inner .x1-link a:visited span {
  display: inline-block;
}
.x1-visual-and-content_Inner .x1-link a:hover,
.x1-visual-and-content_Inner .x1-link a:active {
  text-decoration: none;
  opacity: 0.7;
}
.x1-visual-and-content.flexRev .x1-title-wrap .x1-main-title {
  text-align: right;
}
.x1-visual-and-content.flexRev .x1-title-wrap .x1-sub-title {
  text-align: right;
}
.x1-visual-and-content.flexRev .x1-visual-and-content_Inner {
  display: flex;
  flex-direction: row-reverse;
}
.x1-visual-and-content.flexRev .x1-visual-and-content_Inner .x1-contents-wrap {
  margin: 50px -50px -50px -50px;
  padding: 30px 30px 60px 120px;
}

@media screen and (max-width: 960px) {
  .x1-visual-and-content .x1-title-wrap {
    padding: 0;
  }
  .x1-visual-and-content .x1-title-wrap .x1-main-title,
  .x1-visual-and-content .x1-title-wrap .x1-sub-title {
    width: 87.5vw;
    max-width: 840px;
    margin: 0 auto;
  }
  .x1-visual-and-content_Inner, .x1-visual-and-content_Inner.flexRev {
    display: block !important;
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .x1-visual-and-content_Inner .x1-background-image, .x1-visual-and-content_Inner.flexRev .x1-background-image {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    min-height: 200px;
    margin-right: -50vw;
    margin-left: -50vw;
  }
  .x1-visual-and-content_Inner .x1-contents-wrap, .x1-visual-and-content_Inner.flexRev .x1-contents-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw) !important;
    padding: 0 0 30px !important;
    backdrop-filter: none;
    background: none;
  }
  .x1-visual-and-content_Inner .x1-contents-wrap .x1-contents-in, .x1-visual-and-content_Inner.flexRev .x1-contents-wrap .x1-contents-in {
    width: 87.5vw;
    max-width: 840px;
    margin: 0 auto;
  }
}
.x2-bg-harf.x2-left div {
  margin-right: auto;
}

.x2-bg-harf.x2-right div {
  margin-left: auto;
}

.x2-bg-harf {
  margin-bottom: 5em;
}

.x2-bg-harf div {
  width: 60%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .x2-bg-harf.x2-left div {
    margin-right: 0 !important;
  }
  .x2-bg-harf.x2-right div {
    margin-left: 0 !important;
  }
  .x2-bg-harf div {
    width: 100% !important;
  }
}
.x3-bg-full .x3-background-image {
  width: 100%;
  padding: 60px 0;
}
.x3-bg-full .x3-contents-wrap {
  width: calc(50% + 50px);
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
}
.x3-bg-full .x3-contents-title {
  margin: 0 0 0.5em !important;
  padding: 0 !important;
  font-size: 1.5em;
}
.x3-bg-full.x3-left .x3-contents-wrap {
  margin: 0 0;
  padding: 30px 30px 30px 120px;
}
.x3-bg-full.x3-center .x3-contents-wrap {
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
}
.x3-bg-full.x3-right .x3-contents-wrap {
  margin: 0 0 0 auto;
  padding: 30px 120px 30px 30px;
}

@media screen and (max-width: 960px) {
  .x3-bg-full.x3-left .x3-contents-wrap, .x3-bg-full.x3-center .x3-contents-wrap, .x3-bg-full.x3-right .x3-contents-wrap {
    width: 87.5vw;
    max-width: 840px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
  }
}
.x4-post-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.x4-post-list .x4-post-in {
  max-width: 840px;
  margin: 0 auto;
}
.x4-post-list .x4-title-wrap {
  margin-bottom: 0.25em !important;
  padding: 0;
  border: none !important;
}
.x4-post-list .x4-title-wrap .x4-main-title {
  clear: both;
  color: #999;
  font-size: 4rem;
  line-height: 1.2;
}
.x4-post-list ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  list-style: none !important;
}
.x4-post-list ul li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.x4-post-list ul li a,
.x4-post-list ul li a:link,
.x4-post-list ul li a:visited {
  color: #333;
  text-decoration: none;
}
.x4-post-list ul li a:hover,
.x4-post-list ul li a:active {
  color: #333;
  text-decoration: none;
}
.x4-post-list ul li a:hover .x4-wrap,
.x4-post-list ul li a:active .x4-wrap {
  opacity: 0.6 !important;
}
.x4-post-list ul li .x4-wrap {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.x4-post-list ul li .x4-wrap .x4-date {
  width: 8rem;
  line-height: 1.2;
}
.x4-post-list ul li .x4-wrap .x4-term {
  display: inline-block;
  min-width: 5rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  background: rgba(var(--accent-color), 1);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.x4-post-list ul li .x4-wrap .x4-title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.x4-post-list .x4-link {
  margin: 1em 0 0 !important;
  text-align: right;
}
.x4-post-list .x4-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.x4-post-list .x4-link a,
.x4-post-list .x4-link a:link,
.x4-post-list .x4-link a:visited {
  color: #aaa;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.x4-post-list .x4-link a span,
.x4-post-list .x4-link a:link span,
.x4-post-list .x4-link a:visited span {
  display: inline-block;
}
.x4-post-list .x4-link a:hover,
.x4-post-list .x4-link a:active {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .x4-post-list ul li a .x4-wrap,
  .x4-post-list ul li a:link .x4-wrap,
  .x4-post-list ul li a:visited .x4-wrap {
    flex-wrap: wrap;
  }
  .x4-post-list ul li a .x4-wrap .x4-date,
  .x4-post-list ul li a:link .x4-wrap .x4-date,
  .x4-post-list ul li a:visited .x4-wrap .x4-date {
    padding-bottom: 0;
  }
  .x4-post-list ul li a .x4-wrap .x4-title,
  .x4-post-list ul li a:link .x4-wrap .x4-title,
  .x4-post-list ul li a:visited .x4-wrap .x4-title {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 960px) {
  .x4-post-list .x4-post-in {
    width: 87.5vw;
    max-width: 840px;
    margin: 0 auto;
  }
}
.x5-post-slider li a,
.x5-post-slider li a:link,
.x5-post-slider li a:visited {
  color: #333 !important;
  text-decoration: none;
  transition: all 0.3s;
}
.x5-post-slider li a img,
.x5-post-slider li a:link img,
.x5-post-slider li a:visited img {
  transition: all 0.3s;
}
.x5-post-slider li a:hover,
.x5-post-slider li a:active {
  color: #333 !important;
  text-decoration: none;
  opacity: 0.6;
}
.x5-post-slider li a:hover img,
.x5-post-slider li a:active img {
  transform: scale(1.05);
}
.x5-post-slider li .x5-wrap {
  position: relative;
}
.x5-post-slider li .x5-image {
  aspect-ratio: 5/3;
  width: 100%;
  overflow: hidden;
}
.x5-post-slider li .x5-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x5-post-slider li .x5-term {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 2rem;
  background-color: rgba(var(--accent-color), 1);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}
.x5-post-slider li h3 {
  margin: 0;
  padding: 1em 2em 0;
  color: #333 !important;
  font-size: 1rem;
}

.x6-readmore {
  position: relative;
  padding-bottom: 6em;
  overflow: hidden;
  transition: all 0.5s;
}
.x6-readmore .x6-open {
  display: block;
}
.x6-readmore .x6-close {
  display: none;
}
.x6-readmore .x6-text {
  display: none;
}
.x6-readmore.is-active .x6-open {
  display: none;
}
.x6-readmore.is-active .x6-close {
  display: block;
}

/* グラデーションで隠す擬似要素 */
/* クラス付与時のスタイル */
.x6-readmore.is-active::before {
  visibility: hidden;
  opacity: 0;
}

.x6-readmore {
  /* ボタンのスタイル */
}
.x6-readmore button {
  position: absolute;
  left: 50%;
  margin-top: 2em;
  padding: 0.5em 2em;
  transform: translateX(-50%);
  border: none;
  border-radius: 2em;
  background: rgba(var(--accent-color), 1);
  color: #fff;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}
.x6-readmore button:hover {
  opacity: 0.6;
}

.x8-tab .x8-accordion-header {
  display: none;
}
.x8-tab .x8-tab-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  list-style: none;
}
.x8-tab .x8-tab-nav li {
  margin: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.x8-tab .x8-tab-nav .x8-tab-button {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border: none;
  background: none;
  background-color: #eee;
  color: #333;
  font-size: 1rem;
  text-align: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
.x8-tab .x8-tab-nav .x8-tab-button.is-active {
  background-color: #fff;
  font-weight: 700;
}
.x8-tab .x8-tab-nav li:has(.is-active) {
  border-bottom-color: #fff;
}
.x8-tab .x8-tab-panels {
  margin-top: -1px;
  padding: 20px 40px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.x8-tab .x8-tab-panel {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

@media screen and (max-width: 640px) {
  .x8-tab .x8-tab-nav {
    display: none;
  }
  .x8-tab .x8-tab-panels {
    margin: 0;
    padding: 0;
    border: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .x8-tab .x8-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    color: #333;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
  }
  .x8-tab .x8-accordion-header.is-open {
    background: #eee;
  }
  .x8-tab .x8-accordion-header .x8-accordion-icon {
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-left: 1em;
    border-top: 8px solid #999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: transform 0.3s;
  }
  .x8-tab .x8-accordion-header.is-open .x8-accordion-icon {
    transform: rotate(180deg);
  }
  .x8-tab .x8-tab-item:first-child .x8-accordion-header {
    border-top: 1px solid #ccc;
  }
  .x8-tab .x8-tab-panel {
    padding: 0 12px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    transition: max-height 0.3s ease;
  }
  .x8-tab .x8-tab-panel.is-active {
    padding: 20px 12px;
  }
}
.x9-box .lazyblock-inner-blocks > *:first-child {
  margin-top: 0;
}
.x9-box .lazyblock-inner-blocks > *:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=style-lazyblock.css.map */