@charset "UTF-8";

@charset "UTF-8";
/*
** Color
*/
/*
** Breakpoint
*/
main {
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 47px;
  }
}

article.blog {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  article.blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  article.blog {
    margin-top: 22px;
    margin-bottom: 0;
    padding-bottom: 1px;
  }
}
article.blog header h1 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  line-height: 50px;
  color: #a41c1c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.blog header h1 {
    font-size: 22px;
    line-height: 35px;
  }
}
article.blog .articleBody {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  article.blog .articleBody {
    margin-top: 25px;
  }
}
article.blog .eyeCatch {
  overflow: hidden;
}
article.blog .eyeCatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blockEditorBlog {
  /*
  ** Color
  */
  /*
  ** Breakpoint
  */
  /* ------------------------------------------
    [.aaa]の部分は、<?php the_content(); ?>を
    格納しているDOM要素のクラス名やID名などに変
    更してください。
  ------------------------------------------ */
}
.blockEditorBlog h2 {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 1px solid #b09978;
  padding-bottom: 18px;
  position: relative;
  margin-top: 96px;
  margin-bottom: 49px;
}
.blockEditorBlog h2:before {
  display: block;
  content: "";
  width: 176px;
  height: 2px;
  background-color: #b09978;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 49px;
    padding-bottom: 19px;
    margin-bottom: 26px;
  }
  .blockEditorBlog h2:before {
    width: 88px;
    height: 1px;
    bottom: -1px;
  }
}
.blockEditorBlog h3 {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  position: relative;
  padding-left: 48px;
  margin-top: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h3 {
    font-size: 17.5px;
    line-height: 30px;
    padding-left: 28px;
    margin-top: 24px;
    margin-bottom: 14px;
  }
}
.blockEditorBlog h3:before {
  display: block;
  content: "";
  width: 27px;
  height: 28px;
  background-image: url("../img/single/ico_heading_3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h3:before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}
.blockEditorBlog h4 {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  padding-left: 43px;
  margin-top: 70px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h4 {
    font-size: 15px;
    line-height: 25px;
    padding-left: 27px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
.blockEditorBlog h4:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/single/ico_heading_4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h4:before {
    width: 17px;
    height: 17px;
    top: 4px;
  }
}
.blockEditorBlog h5 {
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  padding-left: 35px;
  margin-top: 70px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h5 {
    font-size: 14px;
    line-height: 25px;
    padding-left: 19px;
    margin-top: 29px;
    margin-bottom: 13px;
  }
}
.blockEditorBlog h5:before {
  display: block;
  content: "";
  width: 19px;
  height: 23px;
  background-image: url("../img/single/ico_heading_5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog h5:before {
    width: 13px;
    height: 15px;
    top: 5px;
  }
}
.blockEditorBlog h6 {
  font-family: "Noto Serif JP";
}
.blockEditorBlog p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blockEditorBlog p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
}
.blockEditorBlog ul,
.blockEditorBlog ol {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ul,
  .blockEditorBlog ol {
    margin-top: 31px;
  }
}
.blockEditorBlog li > ul, .blockEditorBlog li > ol {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog li > ul, .blockEditorBlog li > ol {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog li > ul li, .blockEditorBlog li > ol li {
    margin-top: 10px;
  }
}
.blockEditorBlog ul li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
    margin-top: 8px;
  }
}
.blockEditorBlog ul li:first-child {
  margin-top: 0;
}
.blockEditorBlog ul li:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/single/ico_list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ul li:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
.blockEditorBlog ul ol li:before {
  background-image: none;
  width: auto;
  height: auto;
}
.blockEditorBlog ol {
  counter-reset: custom-counter;
  list-style-type: none;
}
.blockEditorBlog ol > li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  margin-top: 10px;
  counter-increment: custom-counter;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ol > li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
    margin-top: 28px;
  }
}
.blockEditorBlog ol > li:first-child {
  margin-top: 0;
}
.blockEditorBlog ol > li::before {
  content: counter(custom-counter);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 6px 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b09978;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ol > li::before {
    font-size: 11px;
    padding: 1px 4px 2px;
  }
}
.blockEditorBlog ol > li ol {
  counter-reset: my-nested-counter;
  list-style-type: none;
}
.blockEditorBlog ol > li ol li {
  counter-increment: my-nested-counter;
  padding-left: 48px;
}
.blockEditorBlog ol > li ol li:before {
  content: counter(custom-counter) "-" counter(my-nested-counter);
  border: 1px solid #b09978;
  background-color: #fff;
  padding: 2px 8px;
  font-size: 14px;
  color: #bda98e;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog ol > li ol li:before {
    font-size: 10px;
    padding: 1px 7px 2px;
  }
}
.blockEditorBlog .wp-block-columns {
  gap: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns {
    margin-top: 30px;
  }
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column:first-child {
  margin-top: 0;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column:nth-child(even) .wp-block-image {
  margin-left: 30px;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column:nth-child(odd) .wp-block-image {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column:nth-child(odd) .wp-block-image {
    margin-right: 18px;
  }
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column .wp-block-image {
  width: 465px;
  height: 342px;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column .wp-block-image + .wp-block-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns.is-style-columns_horizon .wp-block-column .wp-block-image {
    width: 166px;
    height: 122px;
  }
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) {
  -webkit-box-align: inherit !important;
  -webkit-align-items: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-align-self: inherit;
      -ms-flex-item-align: inherit;
          align-self: inherit;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column {
    width: calc(50% - 25px);
    margin-right: 25px;
    -webkit-flex-basis: inherit !important;
        -ms-flex-preferred-size: inherit !important;
            flex-basis: inherit !important;
  }
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column:last-child {
  margin-right: 0;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column .wp-block-image {
  width: 455px;
  height: 335px;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column .wp-block-image {
    width: 166px;
    height: 122px;
  }
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column .wp-block-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column h4 {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column h4 + p {
  border-top: 1px solid #707070;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column h4 + p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon) .wp-block-column h4 {
    margin-bottom: 13px;
  }
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon).is-style-columns_row3 .wp-block-column {
  margin-right: 30px;
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon).is-style-columns_row3 .wp-block-column:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon).is-style-columns_row3 .wp-block-column {
    width: calc(33% - 25px);
    margin-right: 25px;
  }
}
.blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon).is-style-columns_row3 .wp-block-image {
  width: 100%;
  height: 221px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns:not(.is-style-columns_horizon).is-style-columns_row3 .wp-block-image {
    height: 77px;
  }
}
.blockEditorBlog .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockEditorBlog .wp-block-columns .wp-block-column h4 {
  font-size: 21px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.blockEditorBlog .wp-block-columns .wp-block-column h4:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns .wp-block-column h4 {
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-columns .wp-block-column p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.blockEditorBlog .wp-block-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-image {
    margin-bottom: 18px;
  }
}
.blockEditorBlog .wp-block-image span {
  height: 274px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-image span {
    height: 97.5px;
  }
}
.blockEditorBlog .wp-block-image img {
  height: auto;
}
.blockEditorBlog .wp-block-image .wp-element-caption {
  font-size: 16px;
  line-height: 24px;
  color: #afadae;
  -webkit-flex-basis: inherit;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-image .wp-element-caption {
    font-size: 10px;
    line-height: 15px;
  }
}
.blockEditorBlog .wp-block-gallery {
  margin-top: 30px;
  margin-bottom: 0;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery {
    margin-top: 6px;
  }
}
.blockEditorBlog .wp-block-gallery .wp-block-image {
  -webkit-box-flex: initial !important;
  -webkit-flex-grow: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
  margin-right: 20px !important;
}
.blockEditorBlog .wp-block-gallery .wp-block-image:last-child {
  margin-right: 0 !important;
}
.blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 10px) !important;
}
.blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) span, .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) span {
  height: 274px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) span, .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) span {
    height: 97.5px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 5px) !important;
  }
}
.blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(33.33% - 14px) !important;
}
.blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) span {
  height: 178px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) span {
    height: 97.5px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 5px) !important;
    margin-right: 10px !important;
    margin-top: 15px;
  }
  .blockEditorBlog .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-child(2n) {
    margin-right: 0 !important;
  }
}
.blockEditorBlog .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 14px;
  line-height: 24px;
  color: #afadae;
  background: none;
  position: relative;
  padding: 0;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 10px;
    margin-top: 1px;
    line-height: 15px;
  }
}
.blockEditorBlog .wp-block-quote {
  border: 1px solid #b09978;
  background-color: #fff;
  margin-top: 47px;
  padding: 45px 45px 53px 116px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-quote {
    padding: 20px 20px 20px 66px;
  }
}
.blockEditorBlog .wp-block-quote:before {
  display: block;
  content: "";
  width: 68px;
  height: 54px;
  background-image: url("../img/single/ico_quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 26px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-quote:before {
    width: 44px;
    height: 34px;
    top: 13px;
  }
}
.blockEditorBlog .wp-block-quote p:first-child {
  margin-top: 0;
}
.blockEditorBlog .wp-block-quote cite {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  color: #afadae;
  margin-top: 11px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-quote cite {
    margin-top: 6px;
  }
}
.blockEditorBlog .wp-block-quote cite a {
  font-size: 16px;
  line-height: 30px;
  word-break: break-all;
}
.blockEditorBlog .wp-block-file {
  margin-top: 46px;
}
.blockEditorBlog .wp-block-file a {
  font-family: "Noto Serif JP";
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-file a {
    font-size: 14px;
    line-height: 23px;
  }
}
.blockEditorBlog .wp-block-file a:not(.wp-block-file__button):after {
  display: none !important;
}
.blockEditorBlog .wp-block-file a.wp-block-file__button {
  background-color: #a41c1c;
  border: 2px solid #a41c1c;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 3px 15px;
  text-decoration: none;
  margin-left: 12px;
  border-radius: 0;
}
.blockEditorBlog .wp-block-file a.wp-block-file__button:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  content: "\e901";
  font-size: 13px;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .blockEditorBlog .wp-block-file a.wp-block-file__button:hover {
    color: #a41c1c;
    background-color: #fff;
  }
  .blockEditorBlog .wp-block-file a.wp-block-file__button:hover:after {
    color: #a41c1c;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-file a.wp-block-file__button {
    margin-left: 9px;
    padding: 2px 14px;
  }
}
.blockEditorBlog .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blockEditorBlog .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.blockEditorBlog .wp-block-pullquote {
  border: 2px solid #e1356e;
  padding: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-pullquote {
    padding: 20px;
    margin-top: 21px;
    border-width: 2px;
    padding: 19px 23px;
  }
}
.blockEditorBlog .wp-block-pullquote cite {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #afadae;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-pullquote cite {
    font-size: 13px;
    line-height: 15px;
  }
}
.blockEditorBlog .wp-block-table {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-table {
    position: relative;
  }
  .blockEditorBlog .wp-block-table:after {
    display: block;
    content: "";
    width: 23px;
    height: 100%;
    background-color: rgba(37, 57, 71, 0.53);
    position: absolute;
    top: 0;
    right: 0;
  }
  .blockEditorBlog .wp-block-table:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    font-size: 12px;
    color: #fff;
    content: "\e904";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 1;
  }
  .blockEditorBlog .wp-block-table span {
    display: block;
    overflow: auto;
  }
  .blockEditorBlog .wp-block-table table {
    width: 100%;
  }
  .blockEditorBlog .wp-block-table th,
  .blockEditorBlog .wp-block-table td {
    width: 160px;
  }
}
.blockEditorBlog .wp-block-table table {
  table-layout: fixed;
}
.blockEditorBlog .wp-block-table td,
.blockEditorBlog .wp-block-table th {
  border-color: #b09978;
  padding: 15px 21px;
  line-height: 28px;
  vertical-align: middle;
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-table td,
  .blockEditorBlog .wp-block-table th {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 21px;
  }
}
.blockEditorBlog .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f7f5f1;
}
.blockEditorBlog .wp-block-table.is-style-first_row tr:nth-child(odd) {
  background-color: #f7f5f1;
}
.blockEditorBlog .wp-block-table.is-style-first_row tr:last-child th {
  border-bottom-color: #b09978;
}
.blockEditorBlog .wp-block-table.is-style-first_row th {
  background-color: #b09978;
  color: #fff;
  border-bottom-color: #fff;
}
.blockEditorBlog .wp-block-table.is-style-first_column tr:nth-child(odd) {
  background-color: #f7f5f1;
}
.blockEditorBlog .wp-block-table.is-style-first_column th {
  background-color: #b09978;
  color: #fff;
  border-right-color: #fff;
}
.blockEditorBlog .wp-block-table.is-style-first_column th:last-child {
  border-right-color: #b09978;
}
.blockEditorBlog .wp-block-table.is-style-first_row_column tr:nth-child(odd) {
  background-color: #f7f5f1;
}
.blockEditorBlog .wp-block-table.is-style-first_row_column tr:first-child th {
  background-color: #b09978;
  color: #fff;
  border-right-color: #fff;
}
.blockEditorBlog .wp-block-table.is-style-first_row_column tr:first-child th:first-child {
  border-bottom-color: #fff;
}
.blockEditorBlog .wp-block-table.is-style-first_row_column tr:first-child th:last-child {
  border-right-color: #b09978;
}
.blockEditorBlog .wp-block-table.is-style-first_row_column tr:not(.blockEditorBlog .wp-block-table.is-style-first_row_column tr:first-child) th {
  background-color: #b09978;
  color: #fff;
  border-bottom-color: #fff;
}
.blockEditorBlog .wp-block-table th {
  font-weight: normal;
}
.blockEditorBlog .wp-block-table .wp-element-caption {
  font-size: 16px;
  line-height: 24px;
  color: #afadae;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-table .wp-element-caption {
    font-size: 12px;
    margin-top: 3px;
    line-height: 15px;
  }
}
.blockEditorBlog .wp-block-table .has-text-align-center {
  text-align: center !important;
}
.blockEditorBlog .wp-block-table .has-text-align-right {
  text-align: right !important;
}
.blockEditorBlog .wp-block-table .has-text-align-left {
  text-align: left !important;
}
.blockEditorBlog .wp-block-buttons {
  margin-top: 45px;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-buttons {
    margin-top: 16px;
    width: 100%;
  }
}
.blockEditorBlog .wp-block-buttons .wp-block-button {
  width: calc(50% - 7px);
  margin-right: 14px;
}
.blockEditorBlog .wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
.blockEditorBlog .wp-block-buttons .wp-block-button a {
  width: 100%;
}
.blockEditorBlog .wp-block-buttons .wp-block-button:only-child a {
  width: auto;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-buttons .wp-block-button:only-child a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-button {
    width: 100%;
  }
}
.blockEditorBlog .wp-block-button .wp-block-button__link {
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  background-color: #a41c1c;
  border: 1px solid #a41c1c;
  border-radius: 0;
  min-width: 397px;
  padding: 19px 89px 19px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.blockEditorBlog .wp-block-button .wp-block-button__link:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  content: "\e904";
  font-size: 14px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-button .wp-block-button__link:after {
    font-size: 10px;
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .blockEditorBlog .wp-block-button .wp-block-button__link:hover {
    background-color: #fff;
    color: #a41c1c;
  }
  .blockEditorBlog .wp-block-button .wp-block-button__link:hover:after {
    color: #a41c1c;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-button .wp-block-button__link {
    font-size: 11px;
    line-height: 14px;
    padding: 15px 20px 15px;
    min-width: auto;
    width: 100%;
  }
}
.blockEditorBlog .wp-block-separator {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
.blockEditorBlog .wp-block-separator.is-style-line_center {
  border-top-color: #b09978;
  border-top-width: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-separator.is-style-line_center {
    width: 85px;
  }
}
.blockEditorBlog .wp-block-separator.is-style-dots {
  border: none;
  height: 2px;
}
.blockEditorBlog .wp-block-separator.is-style-dots:before {
  content: "";
  width: 100%;
  display: block;
  background-image: url(../img/single/bg_line_dotted.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 4px;
  height: 2px;
}
.blockEditorBlog .wp-block-video {
  margin-top: 46px;
}
.blockEditorBlog .wp-block-video figcaption {
  font-size: 14px;
  line-height: 24px;
  color: #afadae;
  background: none;
  position: relative;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .wp-block-video figcaption {
    font-size: 10px;
    margin-top: 1px;
    line-height: 15px;
  }
}
.blockEditorBlog strong {
  color: #e1356e;
  font-weight: 700;
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link) {
  color: #21b2f2;
  font-weight: 500;
  text-decoration: underline;
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[target=_blank] {
  text-decoration: none;
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[target=_blank]:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: super;
  margin-right: 3px;
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xls"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xlsx"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".doc"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".docs"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".ppt"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".pdf"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".zip"], .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".jpg"] {
  position: relative;
  padding-right: 4px;
  margin-right: 4px;
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xls"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xlsx"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".doc"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".docs"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".ppt"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".pdf"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".zip"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".jpg"]:after {
  display: inline-block;
  content: "" !important;
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(3px, -4px);
      -ms-transform: translate(3px, -4px);
          transform: translate(3px, -4px);
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[target=_blank]:after {
  content: "\e900";
  font-size: 10px;
  -webkit-transform: translate(0px, 1px) scale(0.7);
      -ms-transform: translate(0px, 1px) scale(0.7);
          transform: translate(0px, 1px) scale(0.7);
}
@media screen and (min-width: 769px) {
  .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[target=_blank]:hover {
    text-decoration: underline;
  }
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xls"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".xlsx"]:after {
  background-image: url("../img/single/ico_file_xls.svg");
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".pdf"]:after {
  background-image: url("../img/single/ico_file_pdf.svg");
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".zip"]:after {
  background-image: url("../img/single/ico_file_zip.svg");
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".ppt"]:after {
  background-image: url("../img/single/ico_file_ppt.svg");
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".doc"]:after, .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".docs"]:after {
  background-image: url("../img/single/ico_file_doc.svg");
}
.blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link)[href$=".jpg"]:after {
  background-image: url("../img/single/ico_file_jpg.svg");
}
@media screen and (min-width: 769px) {
  .blockEditorBlog a:not(.wp-block-file__button):not(.linkcardBlock):not(.wp-block-button__link):hover {
    color: #2179f2;
  }
}
.blockEditorBlog .remo-block-textbox {
  border: 2px solid #b09978;
  background-color: #f7f5f1;
  padding: 44px 47px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-textbox {
    padding: 22px;
    margin-top: 20px;
  }
}
.blockEditorBlog .remo-block-linkcard {
  border: 1px solid #b09978;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard {
    margin-top: 22px;
  }
}
.blockEditorBlog .remo-block-linkcard:after {
  display: none;
}
.blockEditorBlog .remo-block-linkcard .linkcardBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blockEditorBlog .remo-block-linkcard .linkcardBlock:after {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .blockEditorBlog .remo-block-linkcard .linkcardBlock:hover {
    background-color: #f7f5f1;
  }
  .blockEditorBlog .remo-block-linkcard .linkcardBlock:hover .textlink {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkcardBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px;
  }
}
.blockEditorBlog .remo-block-linkcard .linkcardBlock.blank .linkblock {
  position: relative;
}
.blockEditorBlog .remo-block-linkcard .linkcardBlock.blank .linkblock:after {
  display: block;
  content: "外部リンク";
  border: 1px solid #b09978;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  color: #b09978;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkcardBlock.blank .linkblock:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkcardBlock.blank .linkblock-wrapper:after {
    display: inline-block;
    content: "外部リンク";
    border: 1px solid #b09978;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 18px;
    font-size: 10px;
    color: #b09978;
    margin-top: 11px;
  }
}
.blockEditorBlog .remo-block-linkcard figure {
  overflow: hidden;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard figure {
    margin-right: 0;
  }
}
.blockEditorBlog .remo-block-linkcard figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .blockEditorBlog .remo-block-linkcard figure {
    width: 346px;
  }
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard figure {
    border-radius: 4px;
  }
}
.blockEditorBlog .remo-block-linkcard .linkblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkblock {
    margin-top: 31px;
  }
}
.blockEditorBlog .remo-block-linkcard .linkblock-head {
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  color: #504c4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkblock-head {
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.blockEditorBlog .remo-block-linkcard .linkblock-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #504c4d;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blockEditorBlog .remo-block-linkcard .linkblock-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .linkblock-text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.blockEditorBlog .remo-block-linkcard .textlink {
  display: inline-block;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  color: #b09978;
  margin-top: 35px;
  position: relative;
  padding-right: 26px;
}
.blockEditorBlog .remo-block-linkcard .textlink:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  content: "\e908";
  font-size: 20px;
  color: #b09978;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .blockEditorBlog .remo-block-linkcard .textlink {
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    margin-right: auto;
    margin-top: 27px;
  }
}

.page-index {
  position: fixed;
  top: 50dvh;
  right: 0;
  z-index: 100;
  -webkit-transform: translate(100%, calc(-50% + 30px));
      -ms-transform: translate(100%, calc(-50% + 30px));
          transform: translate(100%, calc(-50% + 30px));
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-index.opened {
  -webkit-transform: translate(0, calc(-50% + 30px));
      -ms-transform: translate(0, calc(-50% + 30px));
          transform: translate(0, calc(-50% + 30px));
}
.page-index.opened .page-index_button:after {
  content: "\e904";
}

.page-index_button {
  background-color: #b09978;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 2px;
  position: relative;
  width: 40px;
  height: 151px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .page-index_button {
    width: 24px;
    height: 110px;
    left: -24px;
    padding: 19px 0;
  }
}
.page-index_button span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-index_button span {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-index_button span:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  color: #fff;
  content: "\e913";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-index_button span:after {
    font-size: 15px;
  }
}
.page-index_button:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  color: #fff;
  content: "\e903";
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-index_button:after {
    font-size: 10px;
    bottom: 9px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.page-index_first {
  border: 1px solid #b09978;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 271px;
  min-height: 151px;
  max-height: 600px;
  overflow-y: auto;
  padding: 20px;
  counter-reset: custom-counter;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .page-index_first {
    width: 241px;
    padding: 17px 10px;
    min-height: 110px;
    max-height: calc(100vh - 330px);
  }
}
.page-index_first > li {
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  counter-increment: custom-counter;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-index_first > li a {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #4d4d4d;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-index_first > li a.current {
  color: #b09978;
}
@media screen and (min-width: 769px) {
  .page-index_first > li a:hover {
    color: #b09978;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .page-index_first > li {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.page-index_first > li:first-child {
  margin-top: 0;
}
.page-index_first > li::before {
  content: counter(custom-counter);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b09978;
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .page-index_first > li::before {
    font-size: 11px;
    top: 1px;
  }
}
.page-index_first > li ol {
  counter-reset: my-nested-counter;
  list-style-type: none;
  width: 100%;
  margin-left: 25px;
}
.page-index_first > li ol li {
  counter-increment: my-nested-counter;
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-index_first > li ol li a {
    font-size: 12px;
  }
}
.page-index_first > li ol li:before {
  content: counter(custom-counter) "-" counter(my-nested-counter);
  border: 1px solid #b09978;
  background-color: #fff;
  color: #bda98e;
  padding: 2px 8px;
  font-family: "Noto Serif JP";
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .page-index_first > li ol li:before {
    font-size: 10px;
    line-height: 1;
    padding: 2px 7px 3px;
    top: 3px;
  }
}

.formArea {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .formArea {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .formArea {
    margin-top: 34px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.formArea header h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  line-height: 50px;
  color: #a41c1c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .formArea header h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
.formArea header p {
  font-family: "Noto Serif JP";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .formArea header p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 8px;
  }
}
.formArea header p a {
  text-decoration: underline;
  color: #373737;
}
@media screen and (min-width: 769px) {
  .formArea header p a:hover {
    text-decoration: none;
  }
}
.formArea .sectionBody {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .formArea .sectionBody {
    margin-top: 38px;
  }
}
.formArea .mw_wp_form {
  background-color: #f7f5f1;
  padding: 46px 60px 5px;
}
@media screen and (min-width: 769px) {
  .formArea .mw_wp_form {
    width: 820px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form {
    padding: 15px 15px 4px;
  }
}
.formArea .mw_wp_form .mwform-tel-field input,
.formArea .mw_wp_form .mwform-zip-field input {
  width: 100px !important;
}
.formArea .mw_wp_form_input,
.formArea .mw_wp_form_confirm {
  overflow: hidden;
}
.formArea .mw_wp_form_input .wrapper,
.formArea .mw_wp_form_confirm .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.formArea .mw_wp_form_input .wrapper:first-child,
.formArea .mw_wp_form_confirm .wrapper:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .wrapper,
  .formArea .mw_wp_form_confirm .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
}
.formArea .mw_wp_form_input .label,
.formArea .mw_wp_form_confirm .label {
  width: 280px;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: bold;
  padding-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .label,
  .formArea .mw_wp_form_confirm .label {
    width: 243px;
    padding-top: 0;
  }
}
.formArea .mw_wp_form_input .label span,
.formArea .mw_wp_form_confirm .label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  width: 44px;
  height: 26px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background-color: #e3e0e0;
  color: #373737;
}
.formArea .mw_wp_form_input .label span.required,
.formArea .mw_wp_form_confirm .label span.required {
  background-color: #e1356e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .label span,
  .formArea .mw_wp_form_confirm .label span {
    font-size: 11px;
    width: 35px;
    height: 20px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.formArea .mw_wp_form_input .field,
.formArea .mw_wp_form_confirm .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 234px);
  line-height: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field,
  .formArea .mw_wp_form_confirm .field {
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
  }
}
.formArea .mw_wp_form_input .field input[type=text],
.formArea .mw_wp_form_confirm .field input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd1c0;
  outline: none;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field input[type=text],
  .formArea .mw_wp_form_confirm .field input[type=text] {
    font-size: 16px;
    padding: 11px 9px;
  }
}
.formArea .mw_wp_form_input .field textarea,
.formArea .mw_wp_form_confirm .field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd1c0;
  outline: none;
  resize: none;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field textarea,
  .formArea .mw_wp_form_confirm .field textarea {
    font-size: 14px;
    padding: 14px;
    height: 170px;
  }
}
.formArea .mw_wp_form_input .field select,
.formArea .mw_wp_form_confirm .field select {
  width: 100%;
  border: 1px solid #ddd1c0;
  outline: none;
  padding: 10px;
}
.formArea .mw_wp_form_input .field .mwform-radio-field,
.formArea .mw_wp_form_confirm .field .mwform-radio-field {
  display: block;
  margin-top: 8px;
  margin-left: 0;
  margin-bottom: 17px;
}
.formArea .mw_wp_form_input .field .mwform-radio-field:last-child,
.formArea .mw_wp_form_confirm .field .mwform-radio-field:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field .mwform-radio-field,
  .formArea .mw_wp_form_confirm .field .mwform-radio-field {
    margin-bottom: 10px;
  }
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio],
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] {
  display: none;
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text,
  .formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text {
    font-size: 15px;
    padding-left: 26px;
  }
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before, .formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -2px;
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before {
  background-color: #fff;
  border: 1px solid #ddd1c0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before,
  .formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::before {
    width: 23px;
    height: 23px;
    top: 0;
  }
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after {
  background-color: #b09978;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 6px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after,
  .formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio] + .mwform-radio-field-text::after {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}
.formArea .mw_wp_form_input .field .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after,
.formArea .mw_wp_form_confirm .field .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formArea .mw_wp_form_input .field .error,
.formArea .mw_wp_form_confirm .field .error {
  margin-top: 6px;
  font-size: 13px;
}
.formArea .mw_wp_form_input .buttonArea,
.formArea .mw_wp_form_confirm .buttonArea {
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .buttonArea,
  .formArea .mw_wp_form_confirm .buttonArea {
    margin-top: 24px;
  }
}
.formArea .mw_wp_form_input .buttonArea button[type=submit],
.formArea .mw_wp_form_input .buttonArea input[type=submit],
.formArea .mw_wp_form_confirm .buttonArea button[type=submit],
.formArea .mw_wp_form_confirm .buttonArea input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
  background-color: #a41c1c;
  border: 1px solid #a41c1c;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .formArea .mw_wp_form_input .buttonArea button[type=submit],
  .formArea .mw_wp_form_input .buttonArea input[type=submit],
  .formArea .mw_wp_form_confirm .buttonArea button[type=submit],
  .formArea .mw_wp_form_confirm .buttonArea input[type=submit] {
    width: 320px;
  }
  .formArea .mw_wp_form_input .buttonArea button[type=submit]:hover,
  .formArea .mw_wp_form_input .buttonArea input[type=submit]:hover,
  .formArea .mw_wp_form_confirm .buttonArea button[type=submit]:hover,
  .formArea .mw_wp_form_confirm .buttonArea input[type=submit]:hover {
    background-color: #fff;
    color: #a41c1c;
  }
  .formArea .mw_wp_form_input .buttonArea button[type=submit]:hover:after,
  .formArea .mw_wp_form_input .buttonArea input[type=submit]:hover:after,
  .formArea .mw_wp_form_confirm .buttonArea button[type=submit]:hover:after,
  .formArea .mw_wp_form_confirm .buttonArea input[type=submit]:hover:after {
    border-color: #a41c1c;
  }
}
@media screen and (max-width: 768px) {
  .formArea .mw_wp_form_input .buttonArea button[type=submit],
  .formArea .mw_wp_form_input .buttonArea input[type=submit],
  .formArea .mw_wp_form_confirm .buttonArea button[type=submit],
  .formArea .mw_wp_form_confirm .buttonArea input[type=submit] {
    width: 100%;
    font-size: 17px;
    height: 65.5px;
  }
}
.formArea .mw_wp_form_input .buttonArea button[type=submit]:after,
.formArea .mw_wp_form_input .buttonArea input[type=submit]:after,
.formArea .mw_wp_form_confirm .buttonArea button[type=submit]:after,
.formArea .mw_wp_form_confirm .buttonArea input[type=submit]:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.formArea .mw_wp_form_confirm .label {
  padding-top: 0;
}
.formArea .mw_wp_form_complete {
  padding: 46px 60px 46px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}