@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;600&family=Oleo+Script:wght@400;700&display=swap");
@media screen and (min-width: 769px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link {
  border: 3px solid #f2f0e9;
  background-color: #fff;
  color: #222222;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  min-width: 100%;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link {
    font-size: 1.125rem;
    padding: 15px 40px 15px 28px;
    min-height: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link {
    font-size: 1rem;
    padding: 10px 38px 10px 16px;
    min-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link {
    font-size: 1.1428571429rem;
    padding: 10px 38px 10px 18px;
    min-height: 60px;
  }
}
.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 16/10;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link::after {
    width: 16px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link::after {
    width: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link::after {
    width: 16px;
    right: 16px;
  }
}
.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link[target=_blank]::after {
  background-image: url(../images/common/icon_blank_01.svg);
  aspect-ratio: 1/1;
  width: 18px;
}
.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link[target=_blank]:hover::after {
  transform: translateY(-50%);
}
.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link:hover {
  border-color: #ffd70d;
}
.wp-block-buttons .wp-block-button.is-style-pagelink .wp-block-button__link:hover::after {
  transform: translateY(calc(-50% + 4px));
  animation: none;
}

.wp-block-details summary {
  font-weight: 600;
  background-color: #f2f0e9;
  display: block;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .wp-block-details summary {
    font-size: 1.125rem;
    padding: 24px 80px 24px 32px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details summary {
    font-size: 1.1428571429rem;
    padding: 16px 42px 16px 16px;
    border-radius: 6px;
  }
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 4px solid #5fa368;
  background-image: url(../images/common/icon_add_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .wp-block-details summary::after {
    width: 32px;
    height: 32px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details summary::after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.wp-block-details summary:hover {
  color: rgba(34, 34, 34, 0.7);
}
.wp-block-details[open] summary::after {
  background-image: url(../images/common/icon_remove_01.svg);
}
.wp-block-details.is-style-faq {
  list-style: none;
}
.wp-block-details.is-style-faq summary {
  list-style: none;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq summary {
    padding: 22px 100px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq summary {
    padding: 13px 43px;
    border-radius: 5px;
  }
}
.wp-block-details.is-style-faq summary::before {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  content: "Q.";
  color: #999999;
  font-weight: 600;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq summary::before {
    font-size: 1.75rem;
    top: 12px;
    left: 38px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq summary::before {
    font-size: 1.2142857143rem;
    top: 9px;
    left: 14px;
  }
}
.wp-block-details.is-style-faq summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transition: 0.3s;
  transform-origin: center;
  transform: translateY(-50%) rotate(135deg);
  background-color: #3e9648;
  background-image: url(../images/common/icon_arrow_01_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq summary::after {
    width: 27px;
    height: 27px;
    right: 40px;
    background-size: 11px auto;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq summary::after {
    width: 20px;
    height: 20px;
    right: 15px;
    background-size: 8px auto;
  }
}
.wp-block-details.is-style-faq > :where(:not(summary)) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq > :where(:not(summary)) {
    margin-top: 0.5em;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq > :where(:not(summary)) {
    margin-top: 25px;
    padding-right: 0;
    padding-left: 45px;
  }
}
.wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2) {
  margin-top: 12px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2) {
    padding-top: 15px;
  }
}
.wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2)::before {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  content: "A.";
  color: #3e9648;
  font-weight: 600;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2)::before {
    font-size: 1.75rem;
    top: 10px;
    left: 38px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2)::before {
    font-size: 1.2142857143rem;
    top: 12px;
    left: 14px;
  }
}
.block-editor-block-list__block .wp-block-details.is-style-faq > :where(:not(summary)):nth-child(2)::before {
  content: "";
}
@media screen and (min-width: 769px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-details.is-style-faq > :where(:not(summary)):last-child {
    padding-bottom: 15px;
  }
}
.wp-block-details.is-style-faq[open] summary::after {
  transform: translateY(-50%) rotate(-45deg);
}/*# sourceMappingURL=myguten.css.map */