@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("font/NotoSansCJKjp-Light.woff") format("woff"), url("font/NotoSansCJKjp-Light.woff2") format("woff2"), url("font/NotoSansCJKjp-Light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("font/NotoSansCJKjp-Black.woff") format("woff"), url("font/NotoSansCJKjp-Black.woff2") format("woff2"), url("font/NotoSansCJKjp-Black.otf") format("opentype");
  font-display: swap;
}
.block-editor-block-list__block {
  border: 1px solid #cccccc;
  padding: 12px 5px;
  position: relative;
}
.block-editor-block-list__block::before {
  content: attr(data-title);
  color: #ffffff;
  background: #000;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  font-size: 8px;
  padding: 0 1em;
}

p + p {
  margin-top: 1em;
}
p a {
  color: var(--color_link);
  transition: 0.4s;
}
p a:hover {
  opacity: 0.8;
}
p a:visited {
  color: var(--color_link);
}
p.is-style-annotation {
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
p.is-style-title-sub {
  color: var(--color_main);
  font-size: 1.125em;
  letter-spacing: 0.2em;
}
p.is-style-title-description {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 782px) {
  p.is-style-title-description {
    font-size: 1em;
  }
}
p.is-style-fv-text {
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
p.is-style-button-description {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
p.is-style-flow01 {
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
p.is-style-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
  padding: 3px 0.8em 3px 0.4em;
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  margin-bottom: 10px;
}
@media screen and (max-width: 782px) {
  p.is-style-label {
    font-size: 18px;
  }
}

h2.wp-block-heading:not([class*=is-style-]) {
  border-bottom: 1px solid var(--color_main);
}

h3.wp-block-heading:not([class*=is-style-]) {
  border-left: 0.3em solid var(--color_main);
  padding-left: 0.6em;
  margin-top: 30px;
  margin-bottom: 30px;
}

h4.wp-block-heading:not([class*=is-style-]) {
  color: var(--color_main);
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-heading.is-style-title {
  font-size: 3.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 782px) {
  .wp-block-heading.is-style-title {
    font-size: 2.25em;
  }
}
.wp-block-heading.is-style-flow01 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.wp-block-heading.is-style-flow01::before {
  counter-increment: STEP 1;
  content: "STEP" counter(STEP, decimal-leading-zero);
  display: block;
  margin-top: -1px;
  margin-left: -10px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Ubuntu";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
  padding: 0 14px 1px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.wp-block-heading.is-style-flow01.block-editor-block-list__block {
  position: relative;
  z-index: 0;
}
.wp-block-heading.is-style-flow01.block-editor-block-list__block::before {
  position: relative;
  z-index: -1;
}
.wp-block-heading.is-style-border-bottom {
  border-bottom: 1px solid var(--color_main);
}
.wp-block-heading.is-style-border-left {
  border-left: 0.3em solid var(--color_main);
  padding-left: 0.6em;
}
.wp-block-heading.is-style-title02 {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: var(--color_main);
}
.wp-block-heading.is-style-title03 {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.wp-block-heading.is-style-square01:not(.block-editor-block-list__block) {
  position: relative;
  align-items: center;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.wp-block-heading.is-style-square01:not(.block-editor-block-list__block)::before {
  text-indent: 0em;
  content: "▶︎";
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 1.8em;
  height: 1.8em;
  color: var(--color_background);
  background: var(--color_main);
  border-radius: 2px;
}
.wp-block-heading.is-style-border-bottom02:not(.block-editor-block-list__block) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-heading.is-style-border-bottom02:not(.block-editor-block-list__block)::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 2px;
  background: var(--color_main);
  border-radius: 2px;
}
.wp-block-heading.is-style-border-bottom02:not(.block-editor-block-list__block)::after {
  position: absolute;
  bottom: -0.3px;
  right: -34px;
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: var(--color_main);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.wp-block-heading.is-style-fv-title {
  font-size: 3.125em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 782px) {
  .wp-block-heading.is-style-fv-title {
    font-size: min(10vw, 3em);
  }
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.5;
}
ul > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-table.is-style-border-bottom th,
.wp-block-table.is-style-border-bottom td {
  border: none;
  border-bottom: 1px solid var(--color_gray_text);
  padding: 1em 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 782px) {
  .wp-block-table.is-style-border-bottom th,
.wp-block-table.is-style-border-bottom td {
    padding: 0.8em 1em;
  }
}
.wp-block-table.is-style-border-bottom th:nth-of-type(1),
.wp-block-table.is-style-border-bottom td:nth-of-type(1) {
  padding-right: 0;
}

.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-image.is-style-flow01 {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-image.is-style-flow01 figure img {
  width: auto;
  height: auto;
}

.wp-block-cover.is-style-fv:not(.block-editor-block-list__block) {
  margin-top: calc(0px - var(--header_height));
  margin-left: calc(0px - var(--common_padding));
  width: calc(100% + var(--common_padding) * 2);
}
.wp-block-cover.is-style-fv .wp-block-image {
  margin-top: 0;
  margin-bottom: 10px;
}
.wp-block-cover.is-style-fv .wp-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  font-size: 16px;
  font-weight: 400;
  padding: 0.4em 1.4em;
  border-radius: 100px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-button.is-style-fill .wp-block-button__link {
  border: 2px solid var(--color_button2_background);
  color: var(--color_button2_text);
  background: var(--color_button2_background);
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  color: var(--color_button2_background);
  background: var(--color_button2_text);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--color_button2_background);
  color: var(--color_button2_background) !important;
  background: var(--color_button2_text);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--color_button2_text) !important;
  background: var(--color_button2_background);
}
.wp-block-button.is-style-cv .wp-block-button__link {
  font-size: var(--cvbtn_font_size);
  font-weight: bold;
  padding: 10px 80px;
  border: 2px solid var(--color_button1_background);
  border-radius: 4px;
  letter-spacing: 0.1em;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-button.is-style-cv .wp-block-button__link:hover {
  color: var(--color_button1_background);
  background: var(--color_button1_text);
}

.wp-block-buttons {
  margin-top: 40px;
  margin-bottom: 60px;
}

.wp-block-group {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-group.is-style-maxwidth600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-maxwidth1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-maxwidth1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-modal {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.wp-block-group.is-style-modal-contents {
  background: rgba(0, 0, 0, 0.6);
  padding: 8%;
}
.wp-block-group.is-style-modal-contents:not(.block-editor-block-list__block) {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.wp-block-group.is-style-modal-contents > .wp-block-group__inner-container {
  background: var(--color_background);
}
.wp-block-group.ctabutton .wp-block-group__inner-container .is-style-button-description {
  margin-top: 0;
  margin-bottom: 5px;
}
.wp-block-group.ctabutton .wp-block-group__inner-container .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group.basis-box01 {
  border: 2px solid var(--color_main);
  border-radius: 8px;
}
.wp-block-group.basis-box01 > .wp-block-group__inner-container > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px;
}
@media screen and (max-width: 782px) {
  .wp-block-group.basis-box01 > .wp-block-group__inner-container > .wp-block-heading {
    padding: 0 20px;
  }
}
.wp-block-group.basis-box01 > .wp-block-group__inner-container .wp-block-columns {
  padding: 16px 40px 40px;
  gap: 40px;
}
@media screen and (max-width: 782px) {
  .wp-block-group.basis-box01 > .wp-block-group__inner-container .wp-block-columns {
    padding: 20px;
    gap: 20px;
  }
}
.wp-block-group.basis-box01 > .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1em;
}
.wp-block-group.basis-box01 > .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group.ch-single01 {
  margin-top: 0;
}
.wp-block-group.ch-single01 .wp-block-basis-youtube {
  margin-bottom: 5px;
}
.wp-block-group.ch-single01 .wp-block-post-title {
  margin-bottom: 5px;
}
.wp-block-group.ch-single01 .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group.ch-single01 .wp-block-group .taxonomy-category {
  margin-right: 8px;
}
.wp-block-group.ch-single02 {
  margin-top: 0;
  margin-bottom: 0;
  background: var(--color_gray_background);
  padding: 30px 40px;
  border-radius: 4px;
}
@media screen and (max-width: 782px) {
  .wp-block-group.ch-single02 {
    padding: 30px 10px;
  }
}
.wp-block-group.ch-single02 .wp-block-group__inner-container > .wp-block-group {
  margin: 0;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 782px) {
  .wp-block-group.ch-single02 .wp-block-group__inner-container > .wp-block-group {
    flex-direction: column;
    align-items: center;
  }
}
.wp-block-group.ch-single02 .wp-block-group__inner-container > .wp-block-group > .wp-block-group {
  gap: 0px;
}
.wp-block-group.ch-single02 p.is-style-label {
  margin-bottom: 10px;
}
.wp-block-group.ch-single02 .wp-block-post-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 782px) {
  .wp-block-group.ch-single02 .wp-block-post-title {
    margin-bottom: 10px;
  }
}
.wp-block-group.ch-news01 {
  margin-top: 0;
}
.wp-block-group.ch-news01 .wp-block-post-title {
  margin-bottom: 5px;
}
.wp-block-post-template .wp-block-post {
  position: relative;
}
.wp-block-post-template .wp-block-post .wp-block-basis-querylink {
  font-size: 12px;
  text-align: center;
  color: #808080;
}
.wp-block-post-template .wp-block-post .wp-block-basis-querylink.display {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.wp-block-post-template.news01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block-post-template.news01 .wp-block-post {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 40px;
  background: var(--color_gray_background);
  border-radius: 4px;
  transition: 0.4s;
}
.wp-block-post-template.news01 .wp-block-post:hover {
  opacity: 0.8;
}
.wp-block-post-template.news01 .block-editor-block-list__block {
  margin: 0;
}
.wp-block-post-template.review01 {
  gap: 10px;
}
.wp-block-post-template.review01 .wp-block-post {
  border: 1px solid var(--color_gray_background);
  border-radius: 4px;
  padding: 20px 15px;
  transition: 0.4s;
}
.wp-block-post-template.review01 .wp-block-post:hover {
  background: var(--color_gray_background);
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal,
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents {
  margin: 0;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal .wp-block-group__inner-container .wp-block-group,
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents .wp-block-group__inner-container .wp-block-group {
  margin: 0;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal .wp-block-group__inner-container .wp-block-group {
  margin-bottom: 5px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container {
  border: 1px solid var(--color_gray_background);
  border-radius: 4px;
  padding: 30px;
  max-width: 1200px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group {
  gap: 10px 30px;
  margin-bottom: 30px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group .wp-block-post-featured-image {
  width: 100px;
  height: 100px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .taxonomy-review_cat a {
  font-size: 14px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .wp-block-post-title {
  font-size: 20px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-basis-review-star {
  font-size: 18px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-post-date {
  font-size: 14px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container .wp-block-basis-querypost-contents {
  margin-bottom: 20px;
}
.wp-block-post-template.review01 .wp-block-post .is-style-modal-contents > .wp-block-group__inner-container .taxonomy-review_tag a {
  font-size: 14px;
}
.wp-block-post-template.post01 {
  gap: 20px;
}
.wp-block-post-template.post01 .wp-block-post .wp-block-post-featured-image {
  background: var(--color_text);
  margin-bottom: 7px;
}
.wp-block-post-template.post01 .wp-block-post .wp-block-post-excerpt {
  margin-top: 5px;
  margin-bottom: 7px;
}
.wp-block-post-template.post01 .wp-block-post .wp-block-post-terms.taxonomy-category {
  margin-bottom: 4px;
}
.wp-block-post-template.post02 {
  gap: 20px;
}
.wp-block-post-template.post02 .wp-block-post {
  background: var(--color_gray_background);
  border-radius: 8px;
  padding: 30px 40px;
  transition: 0.4s;
}
.wp-block-post-template.post02 .wp-block-post:hover {
  opacity: 0.8;
}
.wp-block-post-template.post02 .wp-block-post .wp-block-post-title {
  margin-bottom: 10px;
}
.wp-block-post-template.post02 .wp-block-post .wp-block-post-excerpt {
  margin-bottom: 20px;
}
.wp-block-post-template.post02 .wp-block-post .wp-block-post-featured-image {
  margin-bottom: 20px;
}
.wp-block-query-title.is-style-title {
  font-size: 3.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 782px) {
  .wp-block-query-title.is-style-title {
    font-size: 2.25em;
  }
}

.wp-block-post-terms.is-style-post01.taxonomy-category a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
  padding: 1px 7px;
  border-radius: 1px;
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-terms.is-style-post01.taxonomy-category a:hover {
  opacity: 0.8;
}
.wp-block-post-terms.is-style-post01.taxonomy-post_tag a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color_main);
  margin: 0 0.25em;
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-terms.is-style-post01.taxonomy-post_tag a:hover {
  opacity: 0.8;
}
.wp-block-post-terms.is-style-post01.taxonomy-post_tag a::before {
  content: "#";
  margin-right: 0.1em;
}
.wp-block-post-terms.is-style-post01.taxonomy-post_tag a:nth-child(1) {
  margin-left: 0;
}
.wp-block-post-terms.is-style-fill a {
  font-size: 18px;
  font-weight: 600;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
  padding: 1px 7px;
  border-radius: 1px;
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-terms.is-style-fill a:hover {
  opacity: 0.8;
}
.wp-block-post-terms.is-style-hashtag a {
  font-size: 18px;
  font-weight: 600;
  color: var(--color_main);
  margin: 0 0.25em;
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-terms.is-style-hashtag a:hover {
  opacity: 0.8;
}
.wp-block-post-terms.is-style-hashtag a::before {
  content: "#";
  margin-right: 0.1em;
}
.wp-block-post-terms.is-style-hashtag a:nth-child(1) {
  margin-left: 0;
}

.wp-block-query {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-query.is-style-maxwidth600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-query.is-style-maxwidth1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-query.is-style-maxwidth1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-post-title.is-style-title {
  font-size: 3.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 782px) {
  .wp-block-post-title.is-style-title {
    font-size: 2.25em;
  }
}
.wp-block-post-title.is-style-news01 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--color_text);
}
.wp-block-post-title.is-style-news01 a {
  color: var(--color_text);
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-title.is-style-news01 a:hover {
  opacity: 0.8;
}
.wp-block-post-title.is-style-review01 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: var(--color_text);
}
.wp-block-post-title.is-style-review01 a {
  color: var(--color_text);
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-title.is-style-review01 a:hover {
  opacity: 0.8;
}
.wp-block-post-title.is-style-post01 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--color_text);
}
.wp-block-post-title.is-style-post01 a {
  color: var(--color_text);
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-title.is-style-post01 a:hover {
  opacity: 0.8;
}
.wp-block-post-title.is-style-post02 {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: var(--color_text);
}
.wp-block-post-title.is-style-post02 a {
  color: var(--color_text);
  text-decoration: none;
  transition: 0.4s;
}
.wp-block-post-title.is-style-post02 a:hover {
  opacity: 0.8;
}

.wp-block-post-date.is-style-news01 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color_text);
}
.wp-block-post-date.is-style-review01 {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.wp-block-post-excerpt.is-style-review01 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wp-block-post-excerpt.is-style-post01 {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: var(--color_text);
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wp-block-post-excerpt.is-style-post02 {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: var(--color_text);
  text-align: justify;
}
.wp-block-post-excerpt.is-style-post02 .wp-block-post-excerpt__more-text {
  margin-top: 8px;
  text-align: right;
}

.wp-block-post-featured-image.is-style-post01 {
  transition: 0.4s opacity;
}
.wp-block-post-featured-image.is-style-post01 img {
  transition: 1s transform;
  transition-timing-function: ease-out;
}
.wp-block-post-featured-image.is-style-post01:hover {
  opacity: 0.8;
}
.wp-block-post-featured-image.is-style-post01:hover img {
  transform: scale(1.05, 1.05);
}
.wp-block-post-featured-image.is-style-review01 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}
.wp-block-post-featured-image.is-style-review01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-featured-image.is-style-border-radius5px {
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-post-featured-image.is-style-border-radius10px {
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-read-more.is-style-post02 {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  text-align: right;
  color: var(--color_button1_background);
  text-decoration: none;
}
.wp-block-read-more.is-style-post02::after {
  content: "▶︎";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-left: 0.2em;
  width: 2em;
  height: 2em;
  padding-left: 0.2em;
  border-radius: 100px;
  color: var(--color_button1_text);
  background: var(--color_button1_background);
}

.wp-block-basis-review-star.is-style-review01 {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FBBD05;
}

form.wp-block-jetpack-contact-form {
  margin-top: 40px;
  margin-bottom: 40px;
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form {
  gap: 14px;
  padding: 30px !important;
  background: var(--color_gray_background);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.white {
  color: hsl(0deg, 0%, 20%);
  background: hsl(0deg, 0%, 99%);
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.white .grunion-field-label {
  color: hsl(0deg, 0%, 20%);
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.white input,
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.white textarea {
  color: hsl(0deg, 0%, 20%);
  border-color: hsl(0deg, 0%, 94%);
  background: hsl(0deg, 0%, 100%);
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.black {
  color: hsl(0deg, 0%, 100%);
  background: hsl(0deg, 0%, 5%);
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.black .grunion-field-label {
  color: hsl(0deg, 0%, 100%);
}
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.black input,
form.wp-block-jetpack-contact-form .wp-block-jetpack-contact-form.black textarea {
  color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 6%);
  background: hsl(0deg, 0%, 12%);
}
form.wp-block-jetpack-contact-form .grunion-field-wrap .grunion-field-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
form.wp-block-jetpack-contact-form .grunion-field-wrap .grunion-field-label > span {
  font-size: 0.9em;
  margin-left: 0.5em;
  color: red;
}
form.wp-block-jetpack-contact-form .grunion-field-wrap input,
form.wp-block-jetpack-contact-form .grunion-field-wrap textarea {
  display: block;
  width: 100%;
  height: 35px;
  background: var(--color_background);
  border: 1px solid var(--color_gray_text);
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 1em;
}
form.wp-block-jetpack-contact-form .grunion-field-wrap textarea {
  height: 6em;
  padding: 0.8em 1em;
}
form.wp-block-jetpack-contact-form .wp-block-button {
  margin-top: 20px;
}
.wp-block-basis-flow-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  gap: 24px;
}
.wp-block-basis-flow-grid + .wp-block-basis-flow-grid {
  margin-top: 0;
}
.wp-block-basis-flow-grid.is-style-grid3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 782px) {
  .wp-block-basis-flow-grid.is-style-grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-basis-flow-grid.is-style-grid3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-basis-flow-grid.is-style-grid4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 782px) {
  .wp-block-basis-flow-grid.is-style-grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-basis-flow-grid.is-style-grid4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.block-editor-block-list__block > .wp-block-basis-flow-grid {
  display: block;
}

.wp-block-basis-flow01 {
  border: 2px solid var(--color_main);
  border-radius: 4px;
  padding-bottom: 20px;
}
.wp-block-basis-flow01:not(:nth-last-child(1)) {
  position: relative;
}
.wp-block-basis-flow01:not(:nth-last-child(1))::before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color_main);
}
@media screen and (min-width: 782px) {
  .wp-block-basis-flow01:not(:nth-last-child(1))::before {
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 34px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media screen and (max-width: 782px) {
  .wp-block-basis-flow01:not(:nth-last-child(1))::before {
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 16px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.wp-block-basis-flow01 .wp-block-heading {
  margin-bottom: 7px;
}
.wp-block-basis-flow01 .wp-block-image {
  margin-bottom: 12px;
}
.wp-block-basis-heading01 {
  margin-top: 100px;
}
.wp-block-basis-heading01 .is-style-title {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-basis-heading01 .is-style-title-sub {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wp-block-basis-heading01 .is-style-title-description {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-basis-youtube {
  width: 100%;
  height: auto;
}
.wp-block-basis-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}