@charset "UTF-8";
/*
カスタムブロックについて、adminで記述時に使うためのCSS
*/
:root {
  --header-h-pc: 60px;
  --header-h-sp: 50px;
}

body.is-subnab-stuck {
  --header-h-pc: 60px;
}

/*
カスタムブロックについて、adminで記述時に使うためのCSS
*/
/*
カスタムブロックについて、adminで記述時に使うためのCSS
*/
/*
カスタムブロックについて、adminで記述時に使うためのCSS
*/
/*
カスタムブロックについて、adminで記述時に使うためのCSS
*/
.gb-content .hogeblock {
  background: #f00;
}
.gb-content strong {
  font-weight: bold;
}
.gb-content p {
  margin-bottom: 20px;
}
.gb-content .wp-block-buttons {
  margin-bottom: 20px;
}
.gb-content .wp-block-buttons .wp-block-button a {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 18px 56px;
  background: #004BB4;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
  position: relative;
  border: 1px solid #004BB4;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-buttons .wp-block-button a {
    font-size: 12px;
    padding: 10px 36px;
  }
}
.gb-content .wp-block-buttons .wp-block-button a {
  text-align: center;
}
.gb-content .wp-block-buttons .wp-block-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/link_arrow_white.svg?v5d5ed276ead900f47513333babc8bb7a");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: transparent;
  background-size: contain;
  margin-left: 24px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-buttons .wp-block-button a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
.gb-content .wp-block-buttons .wp-block-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-buttons .wp-block-button a::before {
    left: 10px;
  }
}
.gb-content .wp-block-buttons .wp-block-button a::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .gb-content .wp-block-buttons .wp-block-button a {
    -webkit-transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  }
  .gb-content .wp-block-buttons .wp-block-button a:hover {
    background: #ffffff;
    color: #333333;
    border-color: #333333;
  }
  .gb-content .wp-block-buttons .wp-block-button a:hover a {
    color: #333333;
  }
  .gb-content .wp-block-buttons .wp-block-button a:hover::after {
    background-image: url("../images/link_arrow_black.svg?v55ede22408d2a32688310fd59ebe54f4");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto auto;
    background-color: transparent;
    background-size: contain;
  }
}
.gb-content ul, .gb-content ol {
  margin-bottom: 20px;
}
.gb-content ul > li, .gb-content ol > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .gb-content ul > li, .gb-content ol > li {
    margin-bottom: 16px;
  }
}
.gb-content ul {
  list-style: disc;
  padding-left: 1.3rem;
}
.gb-content ul > li::marker {
  content: "・ ";
}
.gb-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.gb-content a {
  color: #004BB4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .gb-content a {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
  .gb-content a:hover {
    opacity: 0.6;
  }
}
.gb-content h2 {
  margin-top: 80px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  padding-left: 44px;
  text-indent: -44px;
}
.gb-content h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background: #004BB4;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .gb-content h2::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.gb-content.gb-content-subpage h2:before {
  display: none;
}
.gb-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
}
.gb-content h3::before {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gb-content h3::after {
  content: "";
  display: block;
  width: 5.5%;
  height: 3px;
  background: #004BB4;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .gb-content h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .gb-content h3::before {
    width: 100%;
  }
  .gb-content h3::after {
    width: 11%;
  }
}
.gb-content h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.gb-content .wp-block-embed-youtube {
  margin-bottom: 20px;
}
.gb-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}
.gb-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.gb-content .wp-block-embed-youtube.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 4/3;
}
.gb-content .wp-block-gallery.wp-block-gallery-1, .gb-content .wp-block-gallery.wp-block-gallery-2, .gb-content .wp-block-gallery.wp-block-gallery-3 {
  --wp--style--unstable-gallery-gap: 40px;
  gap: var(--wp--style--unstable-gallery-gap);
}
.gb-content .wp-block-gallery {
  margin-bottom: 40px;
}
.gb-content .wp-block-gallery figure.wp-block-image::before {
  display: none;
}
.gb-content .wp-block-gallery figure.wp-block-image figcaption.wp-element-caption {
  padding: 0;
  font-size: 16px;
  padding-top: 10px;
  text-align: left;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  color: #333333;
  background: transparent;
  text-shadow: none;
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border: 1px solid #004BB4;
  width: calc(100% - 120px);
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #004BB4;
  padding: 14px 20px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 14px 10px;
  }
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004BB4;
}
.gb-content .cb-google-map {
  width: calc(100% - 120px);
  max-width: calc(100% - 120px);
  aspect-ratio: 960/540;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-google-map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/203;
    margin: 0 auto 60px;
  }
}
.gb-content .cb-google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.editor-styles-wrapper .hogeblock {
  background: #f00;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper p {
  margin-bottom: 20px;
}
.editor-styles-wrapper .wp-block-buttons {
  margin-bottom: 20px;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 18px 56px;
  background: #004BB4;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
  position: relative;
  border: 1px solid #004BB4;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a {
    font-size: 12px;
    padding: 10px 36px;
  }
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a {
  text-align: center;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/link_arrow_white.svg?v5d5ed276ead900f47513333babc8bb7a");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: transparent;
  background-size: contain;
  margin-left: 24px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a::before {
    left: 10px;
  }
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a {
    -webkit-transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  }
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a:hover {
    background: #ffffff;
    color: #333333;
    border-color: #333333;
  }
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a:hover a {
    color: #333333;
  }
  .editor-styles-wrapper .wp-block-buttons .wp-block-button a:hover::after {
    background-image: url("../images/link_arrow_black.svg?v55ede22408d2a32688310fd59ebe54f4");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto auto;
    background-color: transparent;
    background-size: contain;
  }
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  margin-bottom: 20px;
}
.editor-styles-wrapper ul > li, .editor-styles-wrapper ol > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper ul > li, .editor-styles-wrapper ol > li {
    margin-bottom: 16px;
  }
}
.editor-styles-wrapper ul {
  list-style: disc;
  padding-left: 1.3rem;
}
.editor-styles-wrapper ul > li::marker {
  content: "・ ";
}
.editor-styles-wrapper ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.editor-styles-wrapper a {
  color: #004BB4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-styles-wrapper a {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
  .editor-styles-wrapper a:hover {
    opacity: 0.6;
  }
}
.editor-styles-wrapper h2 {
  margin-top: 80px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  padding-left: 44px;
  text-indent: -44px;
}
.editor-styles-wrapper h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background: #004BB4;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .editor-styles-wrapper h2::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.editor-styles-wrapper.gb-content-subpage h2:before {
  display: none;
}
.editor-styles-wrapper h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
}
.editor-styles-wrapper h3::before {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor-styles-wrapper h3::after {
  content: "";
  display: block;
  width: 5.5%;
  height: 3px;
  background: #004BB4;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .editor-styles-wrapper h3::before {
    width: 100%;
  }
  .editor-styles-wrapper h3::after {
    width: 11%;
  }
}
.editor-styles-wrapper h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.editor-styles-wrapper .wp-block-embed-youtube {
  margin-bottom: 20px;
}
.editor-styles-wrapper .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.editor-styles-wrapper .wp-block-embed-youtube.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 4/3;
}
.editor-styles-wrapper .wp-block-gallery.wp-block-gallery-1, .editor-styles-wrapper .wp-block-gallery.wp-block-gallery-2, .editor-styles-wrapper .wp-block-gallery.wp-block-gallery-3 {
  --wp--style--unstable-gallery-gap: 40px;
  gap: var(--wp--style--unstable-gallery-gap);
}
.editor-styles-wrapper .wp-block-gallery {
  margin-bottom: 40px;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image::before {
  display: none;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image figcaption.wp-element-caption {
  padding: 0;
  font-size: 16px;
  padding-top: 10px;
  text-align: left;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  color: #333333;
  background: transparent;
  text-shadow: none;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border: 1px solid #004BB4;
  width: calc(100% - 120px);
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #004BB4;
  padding: 14px 20px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 14px 10px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004BB4;
}
.editor-styles-wrapper .cb-google-map {
  width: calc(100% - 120px);
  max-width: calc(100% - 120px);
  aspect-ratio: 960/540;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-google-map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/203;
    margin: 0 auto 60px;
  }
}
.editor-styles-wrapper .cb-google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=blocks.css.map */
