/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/page.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Mixins */
/* IEハック用mixin */
/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 60px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  padding-left: 5px;
  padding-right: 5px;
}
.pagination li a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #053a86;
  border-radius: 50%;
  min-width: 36px;
  min-height: 36px;
  color: #333;
  line-height: 1;
}
.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}
.pagination li a:hover {
  text-decoration: none !important;
}
.pagination li.current a {
  background-color: #053a86;
  cursor: default;
  pointer-events: none;
  color: #fff;
}
.pagination li.first a,
.pagination li.last a,
.pagination li.previous a,
.pagination li.next a {
  color: #053a86;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}
.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
.pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
.pagination li.first,
.pagination li.last,
.pagination li.previous,
.pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
.pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
/************************************
  **シングルページのナビゲーション
  ************************************/
.post-navigation {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-navigation li {
  padding-left: 5px;
  padding-right: 5px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  text-decoration: none;
  border: 1px solid #053a86;
  border-radius: 18px;
  padding-left: 2em;
  padding-right: 2em;
  min-height: 36px;
  color: #053a86;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: #053a86;
  color: #fff;
  border: 1px solid #053a86;
  text-decoration: none !important;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.post-navigation .nav-previous a::before {
  content: "\f104";
  margin-right: 0.5em;
}
.post-navigation .nav-next a::after {
  content: "\f105";
  margin-left: 0.5em;
}

/***************************************

お問い合わせ

***************************************/
/*フォーム非表示表示*/
.confirm-visible,
.confirm-txt-visible,
.input-visible {
  display: none;
}

.mw_wp_form_confirm .confirm-visible {
  display: block;
}

.mw_wp_form_confirm .confirm-txt-visible {
  display: inline-block;
}

.mw_wp_form_input .input-visible {
  display: block;
}

.preview-form_input .input-visible {
  display: block;
}

.preview-form_confirm .confirm-visible {
  display: block;
}

/*フォーム*/
#contact_table {
  /*フォームボタン*/
}
#contact_table .color-red {
  color: red;
}
#contact_table .contact-form {
  border: none;
  margin: 60px 0 60px;
  font-size: 1.6rem;
}
#contact_table .contact-form tr {
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px ) {
  #contact_table .contact-form tr {
    display: table-row;
  }
}
#contact_table .contact-form th {
  background-color: #fbf5eb;
  white-space: nowrap;
}
@media screen and (min-width: 768px ) {
  #contact_table .contact-form th {
    background-color: inherit;
    text-align: left;
  }
}
#contact_table .contact-form th,
#contact_table .contact-form td {
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 768px ) {
  #contact_table .contact-form th,
#contact_table .contact-form td {
    display: table-cell;
    border: none;
    padding: 10px;
  }
}
#contact_table .contact-form td {
  border-top: 0;
}
@media screen and (min-width: 768px ) {
  #contact_table .contact-form td {
    display: table-cell;
  }
}
#contact_table .contact-form th p,
#contact_table .contact-form td p {
  line-height: 1.6;
}
#contact_table .contact-form td span {
  display: inline-block;
}
#contact_table .contact-form .hissu {
  margin-top: 0.2em;
  float: right;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2em 0.5em;
  background-color: red;
}
#contact_table .contact-form .agreement {
  text-align: center;
}
#contact_table .contact-form .error {
  font-weight: bold;
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}
#contact_table .contact-form p {
  margin-top: 0.3em !important;
  margin-bottom: 0.3em !important;
}
#contact_table .contact-form td * > select {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
#contact_table .contact-form input,
#contact_table .contact-form select {
  font-size: 16px;
}
#contact_table .contact-form input {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#contact_table .contact-form input[type=text],
#contact_table .contact-form input[type=email] {
  width: 100%;
}
#contact_table .contact-form textarea {
  width: 98%;
}
#contact_table .contact-form input.hasDatepicker {
  width: 10em;
}
#contact_table .contact-form input[name*=姓],
#contact_table .contact-form input[name=名],
#contact_table .contact-form input[name=セイ],
#contact_table .contact-form input[name=メイ],
#contact_table .contact-form input[name=せい],
#contact_table .contact-form input[name=めい] {
  width: 8em;
}
#contact_table .contact-form .mwform-zip-field {
  display: inline-block;
}
#contact_table .contact-form textarea {
  vertical-align: top;
  border: 1px solid #ced4da;
  padding: 0.5em;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
#contact_table .contact-form input.zip {
  width: 6rem;
  display: inline-block;
}
#contact_table .contact-form input.addr {
  width: 80%;
}
#contact_table .contact-form .mwform-tel-field input[type=text] {
  width: 6rem;
  display: inline;
}
#contact_table .contact-form select {
  padding: 0.5em 1em 0.5em 0.5em;
}
#contact_table .contact-form #submit {
  text-align: center;
  margin: 30px;
}
#contact_table #contact_table-btn {
  text-align: center;
}
#contact_table #contact_table-btn input[type=submit],
#contact_table #contact_table-btn input[type=submit] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0 !important;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 1.8rem;
  background-color: #053a86;
  color: #fff !important;
  margin: 0 10px;
  padding: 0.5em 1em;
  min-width: 200px;
  text-decoration: none !important;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px ) {
  #contact_table #contact_table-btn input[type=submit],
#contact_table #contact_table-btn input[type=submit] {
    min-width: inherit;
  }
}
#contact_table #contact_table-btn input[name=submitBack],
#contact_table #contact_table-btn input[type=submitBack] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0 !important;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  background-color: #7a7a7a;
  color: #fff !important;
  margin: 0 10px;
  padding: 0.5em 1em;
  text-decoration: none !important;
  border-radius: 5px;
  display: inline-block;
  width: 160px;
  cursor: pointer;
}
#contact_table #contact_table-btn input[type=submit]:hover {
  background-color: #ff6625;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.privacyBox {
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #84919e;
  max-height: 300px;
  margin-bottom: 20px;
  width: 100%;
}

/***************************************
.flowCard
***************************************/
.flowCard {
  background-color: #fbf5eb;
  position: relative;
}
.flowCard > *:first-child {
  margin-top: 0 !important;
}
.flowCard .flowCardRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px ) {
  .flowCard .flowCardRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flowCard .flowCard-titleArea {
  width: 100%;
  background-color: #06459f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 15px;
}
@media screen and (min-width: 768px ) {
  .flowCard .flowCard-titleArea {
    padding: 0.5em 20px;
  }
}
.flowCard .flowCard-title {
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px ) {
  .flowCard .flowCard-title {
    font-size: 2rem;
  }
}
.flowCard .flowCard-bodyArea {
  padding: 15px 15px;
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .flowCard .flowCard-bodyArea {
    padding: 15px 20px;
  }
}
.flowCard .flowCard-bodyArea:empty {
  display: none;
}
.flowCard .flowCard-bodyArea > *:last-child,
.flowCard .flowCard-bodyArea .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}
.flowCard .flowCard-bodyArea > *:first-child,
.flowCard .flowCard-bodyArea .block-editor-block-list__layout > *:first-child {
  margin-top: 0;
}

.flowCard-arrow {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 20px;
}
.flowCard-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 40px solid transparent;
  border-top: 20px solid #053a86;
  border-bottom-width: 0;
}

/* Block: リストカスタマイズ -------------------------- */
/* =========================================================
.linkCardList
========================================================= */
.linkCardList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none !important;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 479px ) {
  .linkCardList {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.linkCardList .linkCard {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px ) {
  .linkCardList .linkCard {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  .linkCardList .linkCard {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.linkCardList .linkCard a {
  text-decoration: none;
  display: block;
  background-color: #fbf5eb;
  color: #053a86;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkCardList .linkCard a:hover {
  -webkit-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.3);
  color: #fff !important;
  background-color: #053a86;
  text-decoration: none !important;
}
.linkCardList.linkCardList-4col .linkCard {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px ) {
  .linkCardList.linkCardList-4col .linkCard {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  .linkCardList.linkCardList-4col .linkCard {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.linkCardList .linkCard-imgArea {
  overflow: hidden;
}
.linkCardList .linkCard-imgArea img {
  display: block !important;
  width: 100%;
  max-width: inherit;
}
.linkCardList a:hover .linkCard-imgArea img {
  opacity: 0.8;
}
.linkCardList .linkCard-txtArea {
  padding: 10px 15px;
}
@media screen and (max-width: 479px ) {
  .linkCardList .linkCard-txtArea {
    padding: 10px;
  }
}
.linkCardList .linkCard-txtArea h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 0.2em;
  position: relative;
}
.linkCardList .linkCard-txtArea .linkCard-subtitle {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 0.2em;
}
.linkCardList .linkCard-txtArea p {
  line-height: 1.6;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}
@media screen and (max-width: 479px ) {
  .linkCardList .linkCard-txtArea p {
    display: none;
  }
}

/* =========================================================
.miniLinkCardList
========================================================= */
.miniLinkCardList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
@media screen and (max-width: 479px ) {
  .miniLinkCardList {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.miniLinkCardList .linkCard {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px ) {
  .miniLinkCardList .linkCard {
    width: 100%;
  }
}
@media screen and (max-width: 479px ) {
  .miniLinkCardList .linkCard {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.miniLinkCardList .linkCard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  background-color: #fff;
  color: #053a86;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #053a86;
}
.miniLinkCardList .linkCard a:hover {
  color: #fff !important;
  border: 1px solid #053a86;
  background-color: #053a86;
  text-decoration: none;
}
.miniLinkCardList .linkCard-imgArea {
  width: 30%;
}
.miniLinkCardList .linkCard-imgArea img {
  display: block;
}
.miniLinkCardList a:hover .linkCard-imgArea img {
  opacity: 0.8;
}
.miniLinkCardList .linkCard-txtArea {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  padding: 15px 15px;
}
.miniLinkCardList .linkCard-imgArea + .linkCard-txtArea {
  width: 70%;
}
.miniLinkCardList .linkCard-txtArea h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding-left: 1.2em;
}
.miniLinkCardList .linkCard-txtArea h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 0;
}
.miniLinkCardList .linkCard-txtArea p {
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 0 !important;
}
.miniLinkCardList .linkCard-txtArea h4 + p {
  border-top: 1px solid #cfcfcf;
  margin-top: 10px;
  padding-top: 10px;
}

/* =========================================================
.jumpmenu
========================================================= */
.sec-jumpBoxArea {
  border-bottom: 1px solid #84919e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.jumpmenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.jumpmenu li {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px ) {
  .jumpmenu li {
    width: 50%;
  }
}
.jumpmenu.col-full li {
  width: 100%;
}
.jumpmenu.col-2col li {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .jumpmenu.col-2col li {
    width: 50%;
  }
}
.jumpmenu.col-3col li {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .jumpmenu.col-3col li {
    width: 50%;
  }
}
@media screen and (min-width: 768px ) {
  .jumpmenu.col-3col li {
    width: 33.333%;
  }
}
.jumpmenu.col-auto li {
  width: auto;
}

.jumpmenu li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  padding: 0.8em 2em 0.8em 1em;
  border-radius: 4px;
  color: #053a86;
  border: 1px solid #053a86;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ff6625));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff6625 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.jumpmenu li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #053a86;
}

.jumpmenu li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  color: inheart;
  content: "\f078";
  display: block;
  position: absolute;
  right: 12px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.6rem;
}

.jumpmenu li a:not([href^="#"]):before {
  content: "\f105";
}

.jumpmenu li a div {
  display: table;
}
.jumpmenu li a div span {
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------------------------------
フレックスなリストカラム構成
---------------------------------------------------------------- */
[class*=flexList] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul[class*=flexList] > li {
  padding-right: 1em;
  padding-left: 1.1em;
  width: 33.333%;
}
@media screen and (max-width: 767px ) {
  ul[class*=flexList] > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  ul[class*=flexList] > li {
    width: 100%;
  }
}

ul[class*=flexList-2col] > li {
  width: 50%;
}
@media screen and (max-width: 479px ) {
  ul[class*=flexList-2col] > li {
    width: 100%;
  }
}

ul[class*=flexList-3col] > li {
  width: 33.333%;
}
@media screen and (max-width: 767px ) {
  ul[class*=flexList-3col] > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  ul[class*=flexList-3col] > li {
    width: 100%;
  }
}

ul[class*=flexList-4col] > li {
  width: 25%;
}
@media screen and (max-width: 767px ) {
  ul[class*=flexList-4col] > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  ul[class*=flexList-4col] > li {
    width: 100%;
  }
}

ul[class*=flexList-auto] > li {
  width: auto;
}
@media screen and (max-width: 767px ) {
  ul[class*=flexList-auto] > li {
    width: 50%;
  }
}
@media screen and (max-width: 479px ) {
  ul[class*=flexList-auto] > li {
    width: 100%;
  }
}

/*olの場合*/
ol[class*=flexList] > li {
  padding-right: 1em;
  width: calc(33.333% - 1.8em);
}
@media screen and (max-width: 767px ) {
  ol[class*=flexList] > li {
    width: calc(50% - 1.8em);
  }
}
@media screen and (max-width: 479px ) {
  ol[class*=flexList] > li {
    width: 100%;
  }
}

ol[class*=flexList-2col] > li {
  width: calc(50% - 1.8em);
}
@media screen and (max-width: 479px ) {
  ol[class*=flexList-2col] > li {
    width: 100%;
  }
}

ol[class*=flexList-3col] > li {
  width: calc(33.333% - 1.8em);
}
@media screen and (max-width: 767px ) {
  ol[class*=flexList-3col] > li {
    width: calc(50% - 1.8em);
  }
}
@media screen and (max-width: 479px ) {
  ol[class*=flexList-3col] > li {
    width: 100%;
  }
}

ol[class*=flexList-4col] > li {
  width: calc(25% - 1.8em);
}
@media screen and (max-width: 767px ) {
  ol[class*=flexList-4col] > li {
    width: calc(50% - 1.8em);
  }
}
@media screen and (max-width: 479px ) {
  ol[class*=flexList-4col] > li {
    width: 100%;
  }
}

ol[class*=flexList-auto] > li {
  width: auto;
}
@media screen and (max-width: 767px ) {
  ol[class*=flexList-auto] > li {
    width: calc(50% - 1.8em);
  }
}
@media screen and (max-width: 479px ) {
  ol[class*=flexList-auto] > li {
    width: 100%;
  }
}

.editor-styles-wrapper {
  /* Mixins */
  /* IEハック用mixin */
  /*----------------------------------------------------------------
  ACFのバグ
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  クラシックエディターのフォント
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  section
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  構造
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  素材ベース
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  打ちにくい一番下あける
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  /* 投稿タイトル
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  hタグ
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  pタグなど文字関連
  ---------------------------------------------------------------- */
  /*ドロップキャップ（段落の先頭1文字を大きく表示する機能） */
  /*----------------------------------------------------------------
  aタグ
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  wordpressのブロックエディターのロードスタイルが実行されています。上書きしたいスタイルを各所変更してください。
  ---------------------------------------------------------------- */
  /* Mixins */
  /* IEハック用mixin */
  /* Block: リストカスタマイズ -------------------------- */
  /*----------------------------------------------------------------
  リストタグ
  ---------------------------------------------------------------- */
  /*----------------------------------------------------------------
  DL DT DDタグ
  ---------------------------------------------------------------- */
  /* Block: 境界線カスタマイズ -------------------------- */
  /* STYLE: 幅広 */
  /* STYLE: 境界線（ドット） */
  /* Block: クオートカスタマイズ ------------------------------ */
  /* Block:コード、詩、フォーマット済み( Code, Verse and Preformatted) ------- */
  /* ボタンカスタマイズ ------------------------------ */
  /*----------------------------------------------------------------
  インプット関連
  ---------------------------------------------------------------- */
  /* Block: テーブルカスタマイズ  ------------------------------ */
  /* STYLE: テーブルストライプ */
  /* 一番左側色付きヘッダー */
  /* 一番左側色付きヘッダーで改行しない */
  /* thead改行しない */
  /* Block: 共有ウィジェットスタイル-------------- */
  /* Block: シェアメディアスタイル ---------------- */
  /* Block: Shortcodeカスタマイズ -------------------------- */
  /* Block: Embed ------------------------------ */
  /* Block: File ------------------------------- */
  /* Block: Image ------------------------------ */
  /* Block:ギャラリー ------------------------------ */
  /* Block: Group ------------------------------ */
  /* BLOCK: COLUMNS */
  /* BLOCK: COLUMNS */
  /* Mixins */
  /* IEハック用mixin */
  /* Block: シェアメディアスタイル ---------------- */
  /* カスタムテキストサイズ ------------------------- */
  /* カスタムカラー ------------------------------------ */
  /* ノーマルカラー ------------------------------------ */
}
.editor-styles-wrapper .acf-gallery-sort.disabled {
  background-image: none !important;
}
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce {
  font-family: "YakuHanJPs", "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}
.editor-styles-wrapper .boxAmi {
  background-color: #fbf5eb;
  padding: 20px;
}
@media screen and (min-width: 1600px ) {
  .editor-styles-wrapper .alignwide {
    margin-left: calc(15% - 15vw);
    margin-right: calc(15% - 15vw);
  }
}
.editor-styles-wrapper .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw !important;
  width: 100vw;
}
.editor-styles-wrapper .alignfull img {
  width: 100vw;
}
.editor-styles-wrapper .has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
  color: #cd2653;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}
.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}
.editor-styles-wrapper .has-drop-cap:not(:focus)::after {
  padding: 0;
}
.editor-styles-wrapper .wp-block {
  max-width: 1260px;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block[data-align=wide] .wp-block[data-align=wide], .editor-styles-wrapper .wp-block[data-align=full] .wp-block[data-align=wide] {
  max-width: 1600px;
}
.editor-styles-wrapper *[data-align=right] .wp-block-edit, .editor-styles-wrapper *[data-align=left] .wp-block-edit {
  max-width: 50%;
}
.editor-styles-wrapper .wp-block[data-align=wide] {
  max-width: 1600px;
}
.editor-styles-wrapper .wp-block[data-align=full] {
  max-width: none;
}
.editor-styles-wrapper .editor-rich-text__tinymce {
  line-height: 1.5;
}
.editor-styles-wrapper .editor-rich-text__tinymce.mce-content-body {
  line-height: 1.5;
}
@media screen and (min-width: 480px ) {
  .editor-styles-wrapper .wp-block[data-align=right] {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px ) {
  .editor-styles-wrapper .wp-block[data-align=left] {
    margin: 0;
  }
}
.editor-styles-wrapper main {
  display: block;
}
.editor-styles-wrapper .block-editor-writing-flow {
  font-family: "YakuHanJPs", "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
  padding: 4em 5vw 100px !important;
}
.editor-styles-wrapper .wp-block.editor-post-title__block {
  max-width: 1600px;
}
.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  font-family: "YakuHanJPs", "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
    font-size: 3rem;
  }
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper p {
  margin: initial;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-weight: bold;
}
.editor-styles-wrapper h1[class~=rich-text],
.editor-styles-wrapper h1:not(.noteditor) {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h1[class~=rich-text],
.editor-styles-wrapper h1:not(.noteditor) {
    font-size: 2.4rem;
  }
}
.editor-styles-wrapper h2[data-type="core/heading"],
.editor-styles-wrapper h2:not(.noteditor) {
  padding: 0.3em 0.8em;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  display: block;
  background-color: #053a86;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h2[data-type="core/heading"],
.editor-styles-wrapper h2:not(.noteditor) {
    font-size: 2.2rem;
  }
}
.editor-styles-wrapper h2.is-style-kazarinashi {
  line-height: 1.4;
  display: block;
  padding: 0;
  background: none;
  color: inherit;
}
.editor-styles-wrapper h3[data-type="core/heading"],
.editor-styles-wrapper h3:not(.noteditor) {
  background-color: #f7f7f7;
  color: #000;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 0.4em 0.5em;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  border-left: 5px solid #053a86;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h3[data-type="core/heading"],
.editor-styles-wrapper h3:not(.noteditor) {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h3[data-type="core/heading"]::after,
.editor-styles-wrapper h3:not(.noteditor)::after {
  display: none;
}
.editor-styles-wrapper h3.is-style-kazarinashi {
  line-height: 1.4;
  display: block;
  padding: 0;
  background: none;
  border-left: none;
  color: inherit;
}
.editor-styles-wrapper h4[data-type="core/heading"],
.editor-styles-wrapper h4:not(.noteditor) {
  padding: 0 0 0.5em;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #053a86;
  color: #053a86;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h4[data-type="core/heading"],
.editor-styles-wrapper h4:not(.noteditor) {
    font-size: 1.8rem;
  }
}
.editor-styles-wrapper h4.is-style-kazarinashi {
  line-height: 1.4;
  display: block;
  padding: 0;
  background: none;
  border-left: none;
  color: inherit;
  border-bottom: none;
}
.editor-styles-wrapper h5[data-type="core/heading"],
.editor-styles-wrapper h5:not(.noteditor) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h5[data-type="core/heading"],
.editor-styles-wrapper h5:not(.noteditor) {
    font-size: 1.7rem;
  }
}
.editor-styles-wrapper h5[data-type="core/heading"]::before,
.editor-styles-wrapper h5:not(.noteditor)::before {
  content: "";
  position: absolute;
  background-color: #053a86;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.25em;
  display: inline-block;
}
.editor-styles-wrapper h5.is-style-kazarinashi {
  line-height: 1.4;
  display: block;
  padding: 0;
  background: none;
  border-left: none;
  color: inherit;
}
.editor-styles-wrapper h5.is-style-kazarinashi::before {
  display: none;
}
.editor-styles-wrapper h6[data-type="core/heading"],
.editor-styles-wrapper h6:not(.noteditor) {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper h6[data-type="core/heading"],
.editor-styles-wrapper h6:not(.noteditor) {
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper h6.is-style-kazarinashi {
  line-height: 1.4;
  display: block;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
}
.editor-styles-wrapper * + h1[data-type="core/heading"],
.editor-styles-wrapper * + h1:not(.noteditor) {
  margin-top: 3em;
}
.editor-styles-wrapper * + h2[data-type="core/heading"],
.editor-styles-wrapper * + h2:not(.noteditor) {
  margin-top: 2em;
}
.editor-styles-wrapper * + h3[data-type="core/heading"],
.editor-styles-wrapper * + h3:not(.noteditor) {
  margin-top: 1.5em;
}
.editor-styles-wrapper * + h4[data-type="core/heading"],
.editor-styles-wrapper * + h4:not(.noteditor) {
  margin-top: 1.5em;
}
.editor-styles-wrapper * + h5[data-type="core/heading"],
.editor-styles-wrapper * + h5:not(.noteditor) {
  margin-top: 1.5em;
}
.editor-styles-wrapper * + h6[data-type="core/heading"],
.editor-styles-wrapper * + h6:not(.noteditor) {
  margin-top: 1.5em;
}
.editor-styles-wrapper .components-button[aria-label=見出し1] {
  display: none;
}
.editor-styles-wrapper p:not(.noteditor) {
  line-height: 1.8;
  margin-bottom: 1em;
}
.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
  color: #053a86;
  font-size: 3em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}
.editor-styles-wrapper em,
.editor-styles-wrapper q,
.editor-styles-wrapper dfn {
  font-style: italic;
}
.editor-styles-wrapper em em,
.editor-styles-wrapper em i,
.editor-styles-wrapper i em,
.editor-styles-wrapper i i,
.editor-styles-wrapper cite em,
.editor-styles-wrapper cite i {
  font-weight: bolder;
}
.editor-styles-wrapper big {
  font-size: 1.2em;
}
.editor-styles-wrapper small {
  font-size: 0.75em;
}
.editor-styles-wrapper b,
.editor-styles-wrapper strong {
  font-weight: 700;
}
.editor-styles-wrapper ins {
  text-decoration: underline;
}
.editor-styles-wrapper sub,
.editor-styles-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.editor-styles-wrapper sup {
  top: -0.5em;
}
.editor-styles-wrapper sub {
  bottom: -0.25em;
}
.editor-styles-wrapper abbr,
.editor-styles-wrapper acronym {
  cursor: help;
}
.editor-styles-wrapper address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}
.editor-styles-wrapper a {
  color: #053a86;
  text-decoration: underline;
}
.editor-styles-wrapper a:hover {
  text-decoration: none;
  color: #ff6625;
}
.editor-styles-wrapper ul[class~=rich-text],
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.editor-styles-wrapper ul[class~=rich-text] > li,
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.editor-styles-wrapper ul[class~=rich-text] > li:before,
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) > li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #053a86;
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0;
  margin-right: 5px;
}
.editor-styles-wrapper ul[class~=rich-text] > li > ul,
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) > li > ul {
  margin-top: 0.5em !important;
  padding-left: 1.1em !important;
}
.editor-styles-wrapper ul[class~=rich-text] > li > ul > li,
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) > li > ul > li {
  padding-left: 0 !important;
  line-height: 1.4 !important;
  list-style-type: disc;
}
.editor-styles-wrapper ul[class~=rich-text] > li > ul > li:before,
.editor-styles-wrapper ul:not(.noteditor):not([class*=acf-]):not([class*=blocks-]):not([class*=block-]) > li > ul > li:before {
  display: none !important;
}
.editor-styles-wrapper ol[class~=rich-text],
.editor-styles-wrapper ol:not(.noteditor):not([class*=acf-]):not([class*=blocks-]) {
  margin-bottom: 0.5em;
  list-style: decimal;
  padding-left: 0;
  line-height: 1.4;
}
.editor-styles-wrapper ol[class~=rich-text] li,
.editor-styles-wrapper ol:not(.noteditor):not([class*=acf-]):not([class*=blocks-]) li {
  margin-bottom: 0.5em;
  margin-left: 1.8em;
}
.editor-styles-wrapper .reset-list-style,
.editor-styles-wrapper .reset-list-style ul,
.editor-styles-wrapper .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.editor-styles-wrapper .reset-list-style li {
  margin: 0;
}
.editor-styles-wrapper .acf-input ul li:before {
  display: none !important;
}
.editor-styles-wrapper .acf-input ul li {
  padding: 5px !important;
}
.editor-styles-wrapper dt,
.editor-styles-wrapper dd {
  line-height: 1.5;
}
.editor-styles-wrapper dt {
  font-weight: 700;
}
.editor-styles-wrapper dt + dd {
  margin-top: 0.5rem;
}
.editor-styles-wrapper dd + dt {
  margin-top: 1.5rem;
}
.editor-styles-wrapper .wp-block-separator {
  position: relative;
  background-color: #84919e;
  height: 1px;
  border: none;
  margin: 20px auto;
  max-width: 1260px !important;
  width: 100px;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block-separator {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}
.editor-styles-wrapper .wp-block.wp-block-separator::before {
  content: "";
  display: block;
  height: 10px;
  cursor: pointer;
}
.editor-styles-wrapper [data-align=wide] .wp-block-separator.is-style-wide {
  width: 100%;
  max-width: 1600px !important;
}
.editor-styles-wrapper [data-align=full] .wp-block-separator {
  width: 100%;
  max-width: inherit !important;
}
.editor-styles-wrapper .is-style-wide {
  width: 100%;
}
.editor-styles-wrapper .is-style-dots {
  background: none;
  position: relative;
  height: auto;
}
.editor-styles-wrapper .is-style-dots::before {
  white-space: nowrap;
  font-size: 3.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 1em;
  padding: 0;
  content: "···";
  color: #84919e;
}
.editor-styles-wrapper .is-style-dots::after {
  content: none;
}
.editor-styles-wrapper blockquote {
  margin: 0;
}
.editor-styles-wrapper .wp-block-quote {
  border-color: #053a86;
  border-style: solid;
  border-width: 0 0 0 2px;
  margin: 20px 0;
  padding: 5px 0 5px 20px;
}
.editor-styles-wrapper .wp-block-quote.has-text-align-center, .editor-styles-wrapper .wp-block-quote[style*="text-align:center"], .editor-styles-wrapper .wp-block-quote[style*="text-align: center"] {
  border-width: 0;
  padding: 5px 0;
}
.editor-styles-wrapper .wp-block-quote.has-text-align-right, .editor-styles-wrapper .wp-block-quote[style*="text-align:right"], .editor-styles-wrapper .wp-block-quote[style*="text-align: right"] {
  border-width: 0 2px 0 0;
  padding: 5px 20px 5px 0;
}
.editor-styles-wrapper cite,
.editor-styles-wrapper .wp-block-quote__citation {
  color: #84919e;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote footer {
  color: #84919e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.editor-styles-wrapper .wp-block-quote p {
  color: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-quote.is-style-large {
  border: none;
  padding: 0;
}
.editor-styles-wrapper .wp-block-quote.is-style-large p {
  font-family: inherit;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035714286em;
  line-height: 1.285714286;
}
.editor-styles-wrapper .wp-block-quote.is-style-large .wp-block-quote__citation,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large footer {
  font-size: 1.4rem;
}
.editor-styles-wrapper .wp-block-pullquote {
  padding: 0;
  position: relative;
  text-align: center;
}
.editor-styles-wrapper .wp-block-pullquote.alignleft, .editor-styles-wrapper .wp-block-pullquote.alignright {
  max-width: calc(100% - 4rem);
}
.editor-styles-wrapper .wp-block-pullquote::before {
  background: #fbf5eb;
  border-radius: 50%;
  color: #053a86;
  content: "”";
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  height: 4.4rem;
  width: 4.4rem;
  font-family: "sans-serif";
}
.editor-styles-wrapper .wp-block-pullquote .wp-block-pullquote::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem;
}
.editor-styles-wrapper .wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .wp-block-pullquote blockquote p {
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-pullquote cite {
  color: #6d6d6d;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.2rem;
}
.editor-styles-wrapper .wp-block-pullquote.alignleft p, .editor-styles-wrapper .wp-block-pullquote.alignright p {
  font-size: 2.8rem;
}
.editor-styles-wrapper .wp-block-pullquote.alignleft {
  text-align: left;
}
.editor-styles-wrapper .wp-block-pullquote.alignright {
  text-align: right;
}
.editor-styles-wrapper .wp-block-pullquote.alignleft::before {
  margin-left: 0;
}
.editor-styles-wrapper .wp-block-pullquote.alignright::before {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-code {
  color: inherit;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 30px;
}
.editor-styles-wrapper .wp-block-preformatted,
.editor-styles-wrapper .wp-block-verse {
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 30px;
}
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce,
.editor-styles-wrapper .wp-block-preformatted,
.editor-styles-wrapper .wp-block-code .block-editor-plain-text,
.editor-styles-wrapper .wp-block-verse {
  background: transparent;
  color: inherit;
  font-family: monospace;
  font-size: 14px;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce,
.editor-styles-wrapper .wp-block-preformatted,
.editor-styles-wrapper .wp-block-code .block-editor-plain-text,
.editor-styles-wrapper .wp-block-verse {
    font-size: 16px;
  }
}
.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper pre,
.editor-styles-wrapper samp {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}
.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper samp {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem;
}
.editor-styles-wrapper pre {
  border: 0.1rem solid #f7f7f7;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}
.editor-styles-wrapper pre code {
  background: transparent;
  padding: 0;
}
.editor-styles-wrapper .wp-block-buttons {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-button__link {
  position: relative;
  padding: 1.1em 1.5em;
}
.editor-styles-wrapper .wp-block-button__link:before {
  color: inherit;
  margin-right: 3px;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.editor-styles-wrapper .wp-block-button__link:hover {
  background-color: #ff6625 !important;
  color: #fff;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #053a86;
  background: none;
  color: #053a86;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #ff6625;
  color: #fff;
  border: 2px solid #ff6625;
}
.editor-styles-wrapper .wp-block-buttons .is-style-size-medium .wp-block-button__link {
  min-width: 300px;
}
.editor-styles-wrapper .wp-block-buttons .is-style-size-80per {
  display: block;
}
.editor-styles-wrapper .wp-block-buttons .is-style-size-80per .wp-block-button__link {
  max-width: 80%;
  width: 100%;
}
.editor-styles-wrapper .wp-block-buttons .is-style-size-full {
  display: block;
}
.editor-styles-wrapper .wp-block-buttons .is-style-size-full .wp-block-button__link {
  width: 100%;
}
.editor-styles-wrapper fieldset {
  border: 0.2rem solid #fbf5eb;
  padding: 2rem;
}
.editor-styles-wrapper legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}
.editor-styles-wrapper label {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}
.editor-styles-wrapper label.inline,
.editor-styles-wrapper input[type=checkbox] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}
.editor-styles-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #84919e;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.editor-styles-wrapper input[type=checkbox]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.2rem 0 0 -0.25rem;
  height: 1.75rem;
  width: 1.75rem;
  top: 0;
  left: 0;
  line-height: 1;
}
.editor-styles-wrapper input[type=checkbox][id^=acf-] {
  top: 0;
}
.editor-styles-wrapper .button,
.editor-styles-wrapper .faux-button,
.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-file__button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}
@supports (font-variation-settings: normal) {
  .editor-styles-wrapper input,
.editor-styles-wrapper textarea,
.editor-styles-wrapper button,
.editor-styles-wrapper .button,
.editor-styles-wrapper .faux-button,
.editor-styles-wrapper .faux-button.more-link,
.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-file__button {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.editor-styles-wrapper input,
.editor-styles-wrapper textarea {
  border-color: #fbf5eb;
  color: #000;
}
.editor-styles-wrapper code,
.editor-styles-wrapper input[type=url],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=tel] {
  /*rtl:ignore*/
  direction: ltr;
}
.editor-styles-wrapper input[type=text],
.editor-styles-wrapper input[type=password],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=url],
.editor-styles-wrapper input[type=date],
.editor-styles-wrapper input[type=month],
.editor-styles-wrapper input[type=time],
.editor-styles-wrapper input[type=datetime],
.editor-styles-wrapper input[type=datetime-local],
.editor-styles-wrapper input[type=week],
.editor-styles-wrapper input[type=number],
.editor-styles-wrapper input[type=search],
.editor-styles-wrapper input[type=tel],
.editor-styles-wrapper input[type=color],
.editor-styles-wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 0.5em;
  width: 100%;
}
.editor-styles-wrapper select {
  font-size: 1em;
}
.editor-styles-wrapper textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}
.editor-styles-wrapper input::-webkit-input-placeholder {
  line-height: normal;
}
.editor-styles-wrapper input:-ms-input-placeholder {
  line-height: normal;
}
.editor-styles-wrapper input::-moz-placeholder {
  line-height: revert;
  /* Reset to the value from the user-agent stylesheet. */
}
.editor-styles-wrapper input[type=search]::-webkit-search-decoration,
.editor-styles-wrapper input[type=search]::-webkit-search-cancel-button,
.editor-styles-wrapper input[type=search]::-webkit-search-results-button,
.editor-styles-wrapper input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.editor-styles-wrapper .button,
.editor-styles-wrapper .faux-button,
.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-file .wp-block-file__button,
.editor-styles-wrapper input[type=button],
.editor-styles-wrapper input[type=reset],
.editor-styles-wrapper input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #053a86;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #ffffff;
}
.editor-styles-wrapper .button:focus,
.editor-styles-wrapper .button:hover,
.editor-styles-wrapper .faux-button:focus,
.editor-styles-wrapper .faux-button:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-file .wp-block-file__button:focus,
.editor-styles-wrapper .wp-block-file .wp-block-file__button:hover,
.editor-styles-wrapper input[type=button]:focus,
.editor-styles-wrapper input[type=button]:hover,
.editor-styles-wrapper input[type=reset]:focus,
.editor-styles-wrapper input[type=reset]:hover,
.editor-styles-wrapper input[type=submit]:focus,
.editor-styles-wrapper input[type=submit]:hover {
  background-color: #ff6625;
  color: #fff;
}
.editor-styles-wrapper input[type=text]:focus,
.editor-styles-wrapper input[type=email]:focus,
.editor-styles-wrapper input[type=url]:focus,
.editor-styles-wrapper input[type=password]:focus,
.editor-styles-wrapper input[type=number]:focus,
.editor-styles-wrapper input[type=tel]:focus,
.editor-styles-wrapper input[type=range]:focus,
.editor-styles-wrapper input[type=date]:focus,
.editor-styles-wrapper input[type=month]:focus,
.editor-styles-wrapper input[type=week]:focus,
.editor-styles-wrapper input[type=time]:focus,
.editor-styles-wrapper input[type=datetime]:focus,
.editor-styles-wrapper input[type=datetime-local]:focus,
.editor-styles-wrapper input[type=color]:focus,
.editor-styles-wrapper textarea:focus {
  border-color: currentColor;
}
.editor-styles-wrapper input[type=search]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
.editor-styles-wrapper .wp-block-table {
  overflow: inherit;
}
.editor-styles-wrapper table {
  border: 1px solid #84919e;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  background-color: #fff;
  margin: 1rem 0;
  width: 100%;
  max-width: 100%;
}
.editor-styles-wrapper table * {
  border-color: #fbf5eb;
}
.editor-styles-wrapper table tr {
  border: none;
}
.editor-styles-wrapper table caption {
  background: #fbf5eb;
  text-align: center;
}
.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
  border: 1px solid #84919e;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.8em;
  vertical-align: top;
}
.editor-styles-wrapper table thead th,
.editor-styles-wrapper table thead td {
  text-align: center !important;
}
.editor-styles-wrapper table .wp-block-table__cell-content {
  padding: 1em;
}
.editor-styles-wrapper table thead {
  border-bottom: none;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: inherit;
}
.editor-styles-wrapper table thead th,
.editor-styles-wrapper table thead td {
  background-color: rgba(46, 175, 255, 0.1);
  color: #333;
}
.editor-styles-wrapper table tbody th {
  background-color: #f7f7f7;
}
.editor-styles-wrapper table tfoot th,
.editor-styles-wrapper table tfoot td {
  background-color: #FEFFD1;
}
.editor-styles-wrapper .is-style-stripes {
  border-bottom: none !important;
}
.editor-styles-wrapper .is-style-stripes table {
  border: 1px solid #84919e;
}
.editor-styles-wrapper .is-style-stripes table tbody tr:nth-child(odd) {
  background: #fbf5eb;
}
.editor-styles-wrapper .is-style-stripes table th,
.editor-styles-wrapper .is-style-stripes table td {
  border-color: #84919e;
}
.editor-styles-wrapper .is-style-tbody-firstCellHead table tr td:first-child {
  background-color: #f7f7f7;
}
.editor-styles-wrapper .is-style-tbody-firstCellHead-nowrap table tr td:first-child {
  white-space: nowrap !important;
  background-color: #f7f7f7;
}
.editor-styles-wrapper .is-style-tbody-firstCellHead-nowrap table tr td:first-child .wp-block-table__cell-content {
  white-space: nowrap !important;
}
.editor-styles-wrapper .is-style-theadNoWrap table thead th,
.editor-styles-wrapper .is-style-theadNoWrap table thead td {
  white-space: nowrap;
}
.editor-styles-wrapper .is-style-chronologicalTable table {
  border: none;
}
.editor-styles-wrapper .is-style-chronologicalTable table th,
.editor-styles-wrapper .is-style-chronologicalTable table td {
  border: none;
  padding: 0.3em 0;
}
.editor-styles-wrapper .is-style-chronologicalTable table tr td:first-child {
  white-space: nowrap !important;
  padding-right: 1.5em;
}
.editor-styles-wrapper .is-style-chronologicalTable table tr td:first-child + td {
  width: 100%;
}
.editor-styles-wrapper .wp-block-table.vam table th,
.editor-styles-wrapper .wp-block-table.vam table td {
  vertical-align: middle;
}
.editor-styles-wrapper ul.wp-block-archives, .editor-styles-wrapper ul.wp-block-categories, .editor-styles-wrapper ul.wp-block-latest-posts {
  font-family: inherit;
  list-style: none;
  margin: 40px 0;
  padding-left: 0;
}
.editor-styles-wrapper ul.wp-block-categories__list {
  font-family: inherit;
  list-style: none;
  margin: 40px 0;
  padding-left: 0;
}
.editor-styles-wrapper ul.wp-block-categories__list ul {
  margin: 0;
}
.editor-styles-wrapper ul.wp-block-archives li, .editor-styles-wrapper ul.wp-block-categories li, .editor-styles-wrapper ul.wp-block-latest-posts li, .editor-styles-wrapper ul.wp-block-categories__list li {
  color: #2eafff;
  line-height: 1.476;
  margin: 5px 0 0 0;
}
.editor-styles-wrapper ul.wp-block-archives li li, .editor-styles-wrapper ul.wp-block-categories li li, .editor-styles-wrapper ul.wp-block-categories__list li li, .editor-styles-wrapper ul.wp-block-latest-posts li li {
  margin-left: 20px;
}
.editor-styles-wrapper .wp-block-archives li > a,
.editor-styles-wrapper .wp-block-categories li > a,
.editor-styles-wrapper .wp-block-latest-posts li > a {
  font-weight: 700;
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-archives li > a:focus, .editor-styles-wrapper .wp-block-archives li > a:hover {
  font-weight: 700;
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-categories li > a:focus, .editor-styles-wrapper .wp-block-categories li > a:hover {
  font-weight: 700;
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-latest-posts li > a:focus, .editor-styles-wrapper .wp-block-latest-posts li > a:hover {
  font-weight: 700;
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-archives.aligncenter,
.editor-styles-wrapper .wp-block-categories.aligncenter {
  text-align: center;
}
.editor-styles-wrapper .wp-block-latest-comments time,
.editor-styles-wrapper .wp-block-latest-posts time {
  color: #2eafff;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.476;
  margin-top: 0.15em;
}
.editor-styles-wrapper .wp-block[data-type*=core-embed][data-align=full] figcaption,
.editor-styles-wrapper .wp-block[data-type="core/image"][data-align=full] figcaption,
.editor-styles-wrapper .wp-block[data-type="core/gallery"][data-align=full] .blocks-gallery-caption {
  padding: 0 14px;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block[data-type*=core-embed][data-align=full] figcaption,
.editor-styles-wrapper .wp-block[data-type="core/image"][data-align=full] figcaption,
.editor-styles-wrapper .wp-block[data-type="core/gallery"][data-align=full] .blocks-gallery-caption {
    padding: 0 45px;
  }
}
.editor-styles-wrapper .wp-block-shortcode textarea {
  color: #191e23;
}
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 15px;
  margin-top: 15px;
}
.editor-styles-wrapper .wp-block[data-type*=core-embed][data-align=center] * {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-file {
  background: none;
  padding: 0;
}
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1em;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-file .wp-block-file__textlink,
.editor-styles-wrapper .wp-block-file a {
  color: #053a86;
  font-weight: bold;
  text-decoration: underline;
}
.editor-styles-wrapper .wp-block-file .wp-block-file__textlink:focus, .editor-styles-wrapper .wp-block-file .wp-block-file__textlink:hover,
.editor-styles-wrapper .wp-block-file a:focus,
.editor-styles-wrapper .wp-block-file a:hover {
  text-decoration: none;
  color: #ff6625;
}
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  margin-left: 0.75em;
  padding: 1em 1.25em;
}
.editor-styles-wrapper .wp-block-image {
  margin-bottom: 1;
}
.editor-styles-wrapper .wp-block-image.is-style-imgShadow {
  -webkit-box-shadow: 10px 17.321px 40px 0px rgba(7, 15, 52, 0.2);
          box-shadow: 10px 17.321px 40px 0px rgba(7, 15, 52, 0.2);
}
.editor-styles-wrapper .wp-block-image figcaption {
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
}
.editor-styles-wrapper figure.wp-block-image:not(.wp-block) {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-gallery {
  --gallery-block--gutter-size: 10px;
  /* Block:ギャラリーの黒いグラデなくすよ*/
  /* Block:ギャラリークロップの文字サイズ*/
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block-gallery {
    --gallery-block--gutter-size: 15px;
  }
}
.editor-styles-wrapper .wp-block-gallery .wp-block-image figcaption {
  line-height: 1.2;
  padding: 1.2em 0.77em 0.7em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-gallery.is-style-touitsu-gallery .wp-block-image:not(#individual-image),
.editor-styles-wrapper .wp-block-gallery.is-style-touitsu-gallery .blocks-gallery-item:not(#individual-image) {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.editor-styles-wrapper .wp-block-gallery.is-style-center-gallery {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor-styles-wrapper .wp-block-gallery.is-style-spmax-gallery .wp-block-image:not(#individual-image),
.editor-styles-wrapper .wp-block-gallery.is-style-spmax-gallery .blocks-gallery-item:not(#individual-image) {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
@media screen and (max-width: 479px ) {
  .editor-styles-wrapper .wp-block-gallery.is-style-spmax-gallery .wp-block-image:not(#individual-image),
.editor-styles-wrapper .wp-block-gallery.is-style-spmax-gallery .blocks-gallery-item:not(#individual-image) {
    width: 100%;
    margin: 0 0 var(--gallery-block--gutter-size, 16px) 0;
  }
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: var(--gallery-block--gutter-size);
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: initial;
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image figcaption {
  position: relative;
  background: none;
  color: #000;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
  overflow: initial;
  max-height: initial;
  font-size: 1.2rem;
  line-height: 1.2;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: 1.2rem;
  line-height: 1.2;
}
.editor-styles-wrapper .wp-block-group {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 15px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block-group.has-background {
    padding: 30px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-groupBorder {
  border: 1px solid #84919e;
  padding: 20px 20px;
}
@media screen and (max-width: 767px ) {
  .editor-styles-wrapper .wp-block-group.is-style-groupBorder {
    padding: 15px 15px;
  }
}
.editor-styles-wrapper .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .wp-block-heading > .rich-text {
  margin-top: 0 !important;
}
.editor-styles-wrapper .wp-block-group [data-type="core/heading"]:first-child * {
  margin-top: 0;
}
.editor-styles-wrapper [data-type="core/group"] > .editor-block-list__block-edit > div > .wp-block-group.has-background > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block[data-align=full],
.editor-styles-wrapper [data-type="core/group"][data-align=full] > .editor-block-list__block-edit > div > .wp-block-group.has-background > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block[data-align=full] {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block:not([data-align=wide]):not([data-align=full]) div:not([class*=__inner-container]) .wp-block-group.has-background {
    padding: 30px;
  }
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block div[class*=__inner-container] .wp-block[data-align=wide] .wp-block-group.has-background, .editor-styles-wrapper .wp-block div[class*=__inner-container] .wp-block[data-align=full] .wp-block-group.has-background {
    padding: 30px;
  }
}
@media screen and (min-width: 768px ) {
  .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-group.has-background, .editor-styles-wrapper .wp-block[data-align=full] .wp-block-group.has-background {
    padding: 30px;
  }
}
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px ) {
  .editor-styles-wrapper .wp-block-column.wp-block-column-sp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 600px) {
  .editor-styles-wrapper .wp-block-media-text__media {
    margin-bottom: 10px;
  }
}
.editor-styles-wrapper .wp-block-media-text__content {
  padding: 0 8%;
}
@media (max-width: 600px) {
  .editor-styles-wrapper .wp-block-media-text__content {
    padding: 0 0;
  }
}
.editor-styles-wrapper .has-large-font-size.editor-rich-text__tinymce,
.editor-styles-wrapper .has-larger-font-size.editor-rich-text__tinymce {
  line-height: 1.4;
}
.editor-styles-wrapper .has-large-font-size.editor-rich-text__tinymce .mce-content-body,
.editor-styles-wrapper .has-larger-font-size.editor-rich-text__tinymce .mce-content-body {
  line-height: 1.4;
}
.editor-styles-wrapper .has-small-font-size {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem) !important;
}
.editor-styles-wrapper .has-medium-font-size {
  font-size: clamp(1.6rem, 2vw, 2rem) !important;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: clamp(2rem, 2.4vw, 2.4rem) !important;
}
.editor-styles-wrapper .has-x-large-font-size {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem) !important;
}
.editor-styles-wrapper .has-nomal-font-size {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
}
.editor-styles-wrapper .has-larger-font-size {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem) !important;
}
.editor-styles-wrapper .has-background-color {
  color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.editor-styles-wrapper .has-background-background-color {
  background-color: #f7f7f5 !important;
  color: inherit;
}
.editor-styles-wrapper .has-text-color {
  color: #3b4043 !important;
  border-color: #3b4043 !important;
}
.editor-styles-wrapper .has-text-background-color {
  background-color: #3b4043 !important;
  color: inherit;
}
.editor-styles-wrapper .has-primary-color {
  color: #053a86 !important;
  border-color: #053a86 !important;
}
.editor-styles-wrapper .has-primary-background-color {
  background-color: #053a86 !important;
  color: inherit;
}
.editor-styles-wrapper .has-secondary-color {
  color: #2eafff !important;
  border-color: #2eafff !important;
}
.editor-styles-wrapper .has-secondary-background-color {
  background-color: #2eafff !important;
  color: inherit;
}
.editor-styles-wrapper .has-accent-color {
  color: #fff739 !important;
  border-color: #fff739 !important;
}
.editor-styles-wrapper .has-accent-background-color {
  background-color: #fff739 !important;
  color: inherit;
}
.editor-styles-wrapper .has-subtle-color {
  color: #fbf5eb !important;
  border-color: #fbf5eb !important;
}
.editor-styles-wrapper .has-subtle-background-color {
  background-color: #fbf5eb !important;
  color: inherit;
}
.editor-styles-wrapper .has-hover-color {
  color: #ff6625 !important;
  border-color: #ff6625 !important;
}
.editor-styles-wrapper .has-hover-background-color {
  background-color: #ff6625 !important;
  color: inherit;
}
.editor-styles-wrapper .has-white-color {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.editor-styles-wrapper .has-white-background-color {
  background-color: #ffffff !important;
  color: inherit;
}
.editor-styles-wrapper .has-lightgray-color {
  color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.editor-styles-wrapper .has-lightgray-background-color {
  background-color: #f7f7f7 !important;
  color: inherit;
}
.editor-styles-wrapper .has-mediumgray-color {
  color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.editor-styles-wrapper .has-mediumgray-background-color {
  background-color: #dbdbdb !important;
  color: inherit;
}
.editor-styles-wrapper .has-gray-color {
  color: #84919e !important;
  border-color: #84919e !important;
}
.editor-styles-wrapper .has-gray-background-color {
  background-color: #84919e !important;
  color: inherit;
}
.editor-styles-wrapper .has-black-color {
  color: #000 !important;
  border-color: #000 !important;
}
.editor-styles-wrapper .has-black-background-color {
  background-color: #000 !important;
  color: inherit;
}
.editor-styles-wrapper .has-red-color {
  color: #ff4b00 !important;
  border-color: #ff4b00 !important;
}
.editor-styles-wrapper .has-red-background-color {
  background-color: #ff4b00 !important;
  color: inherit;
}
.editor-styles-wrapper .has-yellow-color {
  color: #fff100 !important;
  border-color: #fff100 !important;
}
.editor-styles-wrapper .has-yellow-background-color {
  background-color: #fff100 !important;
  color: inherit;
}
.editor-styles-wrapper .has-orange-color {
  color: #ffbb00 !important;
  border-color: #ffbb00 !important;
}
.editor-styles-wrapper .has-orange-background-color {
  background-color: #ffbb00 !important;
  color: inherit;
}
.editor-styles-wrapper .color-background {
  color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.editor-styles-wrapper .color-text {
  color: #3b4043 !important;
  border-color: #3b4043 !important;
}
.editor-styles-wrapper .color-primary {
  color: #053a86 !important;
  border-color: #053a86 !important;
}
.editor-styles-wrapper .color-secondary {
  color: #2eafff !important;
  border-color: #2eafff !important;
}
.editor-styles-wrapper .color-accent {
  color: #fff739 !important;
  border-color: #fff739 !important;
}
.editor-styles-wrapper .color-subtle {
  color: #fbf5eb !important;
  border-color: #fbf5eb !important;
}
.editor-styles-wrapper .color-hover {
  color: #ff6625 !important;
  border-color: #ff6625 !important;
}
.editor-styles-wrapper .color-white {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.editor-styles-wrapper .color-lightgray {
  color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.editor-styles-wrapper .color-mediumgray {
  color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.editor-styles-wrapper .color-gray {
  color: #84919e !important;
  border-color: #84919e !important;
}
.editor-styles-wrapper .color-black {
  color: #000 !important;
  border-color: #000 !important;
}
.editor-styles-wrapper .color-red {
  color: #ff4b00 !important;
  border-color: #ff4b00 !important;
}
.editor-styles-wrapper .color-yellow {
  color: #fff100 !important;
  border-color: #fff100 !important;
}
.editor-styles-wrapper .color-orange {
  color: #ffbb00 !important;
  border-color: #ffbb00 !important;
}

/* =========================================================
.contentWrap
========================================================= */
.contentWrap {
  position: relative;
  z-index: 0;
}

.contentMain {
  padding: 50px 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px ) {
  .contentMain {
    padding: 50px 0 50px;
  }
}

.contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contentRow .contentMain {
  width: 100%;
  padding: 50px 0 50px;
  margin: 0;
}
@media screen and (min-width: 768px ) {
  .contentRow .contentMain {
    width: calc(100% - 300px);
  }
}

.contentRow .contentSide {
  width: 100%;
  margin: 0 0 0px;
  padding: 30px 0 30px;
  max-width: 1000px;
}
@media screen and (min-width: 768px ) {
  .contentRow .contentSide {
    width: 240px;
    padding: 50px 0 50px;
  }
}

/************************************
** サイドエリア
************************************/
.contentSide > .side-area:first-child > *:first-child {
  margin-top: 0 !important;
}

.side-area h2,
.side-area h3,
.side-area h4,
.side-area h5,
.side-area h6 {
  margin: 1.5em 0 0.4em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
  border-left: 3px solid #053a86;
  padding-left: 0.3em;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px ) {
  .side-area h2,
.side-area h3,
.side-area h4,
.side-area h5,
.side-area h6 {
    font-size: 1.6rem;
  }
}
.side-area ul li {
  display: block;
  line-height: 1.4;
  padding: 0.3em 0 0.3em 1.1em;
}
.side-area ul li .post-date {
  display: block;
  font-size: 1.2rem;
  color: #053a86;
}
.side-area ul li a {
  font-size: 1.4rem;
  position: relative;
  color: #000;
}
.side-area ul li a:hover {
  color: #ff6625;
}
.side-area ul li + li {
  border-top: 1px dotted #053a86;
}

/*アイコン*/
.side-area ul li a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 0.2em;
  color: #053a86;
  position: absolute;
  left: -1.1em;
  top: 0.1em;
}

/* =========================================================
#pageHero
========================================================= */
#pageHero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 5rem 0 3rem;
}
@media screen and (min-width: 768px ) {
  #pageHero {
    padding: 10rem 0 10rem;
  }
}
#pageHero .pageHero-titleWrap {
  position: relative;
}
#pageHero .pageHero-parenttitle {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  z-index: 2;
}
#pageHero .pageHero-parenttitle span {
  padding: 0.1em 0.2em;
  line-height: 1.2;
  background-color: #053a86;
  display: inline-block;
}
#pageHero .pageHero-title {
  color: #3b4043;
  position: relative;
  line-height: 1.2;
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: bold;
  z-index: 2;
  display: block;
}
#pageHero .pageHero-title span {
  padding: 0.1em 0;
  line-height: 1.2;
  display: inline-block;
}

/* =========================================================
*.breadcrumb
========================================================= */
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  min-width: 100%;
  overflow-x: auto;
  font-size: 1.2rem;
  white-space: nowrap;
  border-top: 1px solid rgba(132, 145, 158, 0.2);
  border-bottom: 1px solid rgba(132, 145, 158, 0.2);
}
.breadcrumbs a {
  color: black;
}
.breadcrumbs a:hover {
  color: #ff6625;
  text-decoration: underline;
}
.breadcrumbs .current-item {
  font-weight: bold;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-header-inner {
  position: relative;
}

.entry-title {
  padding: 0.6em 0;
  color: #053a86;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px ) {
  .entry-title {
    font-size: 3rem;
  }
}

.entry-meta {
  font-size: 1.4rem;
  line-height: 1.4;
}
.entry-meta .posted-on {
  margin-right: 1em;
}
.entry-meta .entry-author {
  margin-right: 1em;
}
.entry-meta .entry-category {
  margin-right: 1em;
}

/************************************
**タグクラウド
************************************/
.tag-cloud-link {
  font-size: 1em !important;
  padding: 0 1em 0.1em 0;
  display: inline-block;
  line-height: 1.2;
}

/************************************
**tagArea
************************************/
.tagArea {
  background: #fbf5eb;
  padding: 20px;
  margin: 40px 0 20px;
}

/*# sourceMappingURL=page.css.map*/