@charset "UTF-8";
/*ビジュアルエディターのスタイルを書く*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

.css-7wrw87-Select.css-7wrw87-Select.css-7wrw87-Select[multiple] {
  height: 90px !important;
}

.editor-styles-wrapper.block-editor-writing-flow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.editor-styles-wrapper.block-editor-writing-flow ol,
.editor-styles-wrapper.block-editor-writing-flow ul {
  list-style: none;
}

.editor-styles-wrapper.block-editor-writing-flow address {
  font-style: normal;
}

.editor-styles-wrapper.block-editor-writing-flow img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.editor-styles-wrapper.block-editor-writing-flow table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow {
    font-size: 1.4rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow h2,
.editor-styles-wrapper.block-editor-writing-flow h3,
.editor-styles-wrapper.block-editor-writing-flow h4,
.editor-styles-wrapper.block-editor-writing-flow h5,
.editor-styles-wrapper.block-editor-writing-flow h6 {
  border: none;
  background: none;
  position: relative;
}

.editor-styles-wrapper.block-editor-writing-flow h2 {
  padding: 0.4em 0.7em 0.5em;
  margin: 0 0 1.2em;
  border-left: solid 9px #002893;
  border-bottom: solid 1px #002893;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow * + h2 {
  margin-top: 7rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow * + h2 {
    margin-top: 5rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow h3 {
  padding: 0.4em 0.8em 0.5em;
  margin: 0 0 1em;
  background-color: #fdfdfd;
  border: solid 1px #DEDEDE;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  top: auto;
  width: 100%;
  height: 2px;
  background: #0056E0;
}

.editor-styles-wrapper.block-editor-writing-flow h4 {
  padding: 0.3em 0.5em 0.4em;
  margin: 0 0 1em;
  border: solid 1px #DEDEDE;
  border-left: solid 5px #0056E0;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow h5 {
  padding: 0.35em 0.5em 0.4em;
  margin: 0 0 0.8em;
  background-color: #326FD1;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow h6 {
  padding: 0;
  margin: 0 0 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow * + h3 {
  margin-top: 4rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow * + h3 {
    margin-top: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow * + h4,
.editor-styles-wrapper.block-editor-writing-flow * + h5,
.editor-styles-wrapper.block-editor-writing-flow * + h6 {
  margin-top: 3rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow * + h4,
  .editor-styles-wrapper.block-editor-writing-flow * + h5,
  .editor-styles-wrapper.block-editor-writing-flow * + h6 {
    margin-top: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow p {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow ul,
.editor-styles-wrapper.block-editor-writing-flow ol {
  margin: 0;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: dotted 1px #002893;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow ul,
  .editor-styles-wrapper.block-editor-writing-flow ol {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow ul li,
.editor-styles-wrapper.block-editor-writing-flow ol li {
  margin: 0 0 0.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.editor-styles-wrapper.block-editor-writing-flow ul li::before {
  content: "";
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin: 0.7rem 0.5em 0 0.2em;
  background: #0056E0;
}

.editor-styles-wrapper.block-editor-writing-flow ul li ul,
.editor-styles-wrapper.block-editor-writing-flow ul li ol {
  flex-basis: 100%;
  width: 100%;
  padding: 0;
  margin: 0.5rem 0 0;
  border: none;
}

.editor-styles-wrapper.block-editor-writing-flow ul li ul li,
.editor-styles-wrapper.block-editor-writing-flow ul li ol li {
  margin: 0.5rem 0 0;
}

.editor-styles-wrapper.block-editor-writing-flow ul li ul li::before {
  background: #0056E0;
}

.editor-styles-wrapper.block-editor-writing-flow ol {
  counter-reset: i;
}

.editor-styles-wrapper.block-editor-writing-flow ol li::before {
  counter-increment: i;
  content: counter(i) ".";
  flex: 0 0 auto;
  margin: 0 0.5em 0 0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.editor-styles-wrapper.block-editor-writing-flow ol li ul,
.editor-styles-wrapper.block-editor-writing-flow ol li ol {
  flex-basis: 100%;
  width: 100%;
  padding: 0;
  margin: 0.5rem 0 0;
  border: none;
}

.editor-styles-wrapper.block-editor-writing-flow ol li ul li,
.editor-styles-wrapper.block-editor-writing-flow ol li ol li {
  margin: 0.5rem 0 0;
}

.editor-styles-wrapper.block-editor-writing-flow a {
  color: #5395FF;
  text-decoration: underline;
  position: relative;
}

.editor-styles-wrapper.block-editor-writing-flow table {
  border-collapse: collapse;
}

.editor-styles-wrapper.block-editor-writing-flow table th,
.editor-styles-wrapper.block-editor-writing-flow table td {
  border: solid 1px #DEDEDE;
  padding: 1.5rem;
}

.editor-styles-wrapper.block-editor-writing-flow table th {
  background: #e4f1f8;
  font-weight: 500;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-table {
  margin-bottom: 4rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table {
    border: solid 1px #DEDEDE;
    border-bottom: none;
    display: block;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table tbody,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table tr,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table th,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table td {
    display: block;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table th,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #DEDEDE;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-scroll-table::before {
  display: none;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #0056E0;
    font-size: 1rem;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-image figcaption {
  margin-top: 1rem;
  font-size: 0.7em;
  opacity: 0.8;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-image + * {
  margin-top: 1.5rem;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery,
.editor-styles-wrapper.block-editor-writing-flow .wp-block-buttons,
.editor-styles-wrapper.block-editor-writing-flow .wp-block-embed,
.editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text,
.editor-styles-wrapper.block-editor-writing-flow .wp-block-columns {
  margin-bottom: 4rem;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-columns .wp-block-columns {
  margin-bottom: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}
.editor-styles-wrapper.block-editor-writing-flow div.speech-balloon p {
  margin: 0;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-buttons,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-embed,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text,
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-columns {
    margin-bottom: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-buttons {
  text-align: center;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-button {
  text-align: center;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  width: auto;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  background: #fff;
  border: solid 1px #0056E0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button__link {
    font-size: 1.4rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0056E0;
  border-right: 1px solid #0056E0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-file {
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: solid 1px #DEDEDE;
  border-radius: 0.6rem;
  background-color: #F2F2F2;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-file {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block-file__button {
  margin-left: 1.5rem;
  background-color: #0056E0;
  color: #fff;
}

.editor-styles-wrapper.block-editor-writing-flow .blocks-gallery-grid {
  padding: 0;
  margin: 0;
  border: none;
}

.editor-styles-wrapper.block-editor-writing-flow .blocks-gallery-grid .blocks-gallery-item {
  padding: 0;
  text-indent: 0em;
}

.editor-styles-wrapper.block-editor-writing-flow .blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}

.editor-styles-wrapper.block-editor-writing-flow .video-container,
.editor-styles-wrapper.block-editor-writing-flow .instagram-container,
.editor-styles-wrapper.block-editor-writing-flow .facebook-container {
  margin: 0 auto;
  max-width: 640px;
}

.editor-styles-wrapper.block-editor-writing-flow .video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.editor-styles-wrapper.block-editor-writing-flow .video iframe,
.editor-styles-wrapper.block-editor-writing-flow .video object,
.editor-styles-wrapper.block-editor-writing-flow .video embed,
.editor-styles-wrapper.block-editor-writing-flow .instagram iframe,
.editor-styles-wrapper.block-editor-writing-flow .instagram object,
.editor-styles-wrapper.block-editor-writing-flow .instagram embed,
.editor-styles-wrapper.block-editor-writing-flow .facebook iframe,
.editor-styles-wrapper.block-editor-writing-flow .facebook object,
.editor-styles-wrapper.block-editor-writing-flow .facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor-styles-wrapper.block-editor-writing-flow blockquote {
  margin-bottom: 3rem;
  padding: 3rem 2rem 2rem;
  background-color: #fdfdfd;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow blockquote {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow blockquote .c-contents__cite {
  font-size: 0.8em;
}

.editor-styles-wrapper.block-editor-writing-flow blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.editor-styles-wrapper.block-editor-writing-flow blockquote::before, .editor-styles-wrapper.block-editor-writing-flow blockquote::after {
  color: #c8c8c8;
  font-family: serif;
  position: absolute;
  font-size: 3em;
  line-height: 1;
}

.editor-styles-wrapper.block-editor-writing-flow blockquote::before {
  content: "“";
  left: 1rem;
  top: 1rem;
}

.editor-styles-wrapper.block-editor-writing-flow blockquote::after {
  content: "”";
  right: 1rem;
  bottom: -2rem;
}

.editor-styles-wrapper.block-editor-writing-flow pre {
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  background-color: #fdfdfd;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow pre {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .has-large-font-size {
  font-size: 1.5em;
}

.editor-styles-wrapper.block-editor-writing-flow .entry-content__map {
  margin-bottom: 4rem;
  position: relative;
  padding: 0 0 60%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .entry-content__map {
    margin-bottom: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .entry-content__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo {
  margin-bottom: 11rem;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6rem;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__title {
  margin-bottom: 5rem;
  padding: 1.2rem;
  background-color: #4886D9;
  color: #fff;
  border: none;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__title {
    font-size: 2.8rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 835px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__img {
    width: 39rem;
    margin-left: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .swiper-slide {
  padding-top: 100%;
  position: relative;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .swiper-slide img {
  opacity: 0.8;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets {
  bottom: 0;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet {
  width: calc(100% / 3);
  height: auto;
  padding-top: calc(100% / 3);
  position: relative;
  margin: 0 !important;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3n + 1) {
  margin-left: 0 !important;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 0.6;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: none;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: transparent;
}

@media screen and (min-width: 835px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text > p {
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text > p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table {
  width: 100%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table {
    display: block;
    margin-bottom: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table tbody, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table tr, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table th, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table td {
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table tbody, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table tr, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table th, .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table td {
    display: block;
    font-size: 1.6rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table tr {
  text-align: center;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table th {
  background-color: #EFF9FC;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text table td {
  background-color: #fff;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl {
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl {
    width: 48%;
  }
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dt {
  position: relative;
  text-align: center;
  margin-bottom: 2.3rem;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dt::before {
  position: absolute;
  content: '';
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #326FD1;
  z-index: 0;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dt span {
  position: relative;
  font-size: 2rem;
  z-index: 1;
  padding: 0 .5em;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dt span {
    font-size: 1.6rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dd {
  margin-left: 0;
  padding: 2.4rem;
  border-radius: .8rem;
  border: 1px solid #326FD1;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__text dl dd a {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 1.5rem;
  color: #002893;
  border: solid 1px #002893;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__map {
  margin-top: 4rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__map {
    margin-top: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__map-title {
  border-bottom: none;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__map-box iframe {
  width: 100% !important;
  height: 40rem !important;
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__map-box iframe {
    height: 30rem !important;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__map-box iframe + * {
  margin-top: 1.5rem;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__point {
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__point {
    margin-bottom: 1rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__point-item {
  display: inline-block;
  font-size: 2.3rem;
  padding: 0.5em 1.5em;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  color: #0056E0;
  border: solid 1px #0056E0;
  border-radius: 3rem;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo__point-item {
    font-size: 1.6rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo__equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editor-styles-wrapper.block-editor-writing-flow .c-ryo + .c-ryo {
  margin-top: 6rem;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-ryo + .c-ryo {
    margin-top: 5rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-nav-c {
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c {
    font-size: 1.4rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list {
  padding-top: 7rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 481px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list {
    margin: 0 -0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list-item {
  padding: 0.5rem;
}

@media screen and (min-width: 835px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list-item {
    width: 20%;
  }
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list-item {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list-item {
    width: 100%;
    padding-top: 1rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-nav-c__list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 5rem;
  padding: 0 0.5rem;
  background: #fff;
  border: solid 1px #0056E0;
  border-radius: 2.5rem;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card {
  margin-bottom: 3rem;
  word-break: break-all;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-card {
    margin-bottom: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__title {
  padding: 0.35em 0.5em 0.4em;
  margin: 0 0 0.8em;
  background-color: #326FD1;
  color: #fff;
  border: none;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__title::after {
  display: none;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__title p {
  margin-bottom: 0;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.8em;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__img figcaption {
  margin-top: 0.8em;
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__btn {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-card__btn {
    margin-top: 2rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #fff;
  border: solid 1px #0056E0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .c-card__btn a {
    font-size: 1.4rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .c-card__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0056E0;
  border-right: 1px solid #0056E0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.editor-styles-wrapper.block-editor-writing-flow .row--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editor-styles-wrapper.block-editor-writing-flow .row--3 > * {
  margin-block-start: 0;
}

@media screen and (min-width: 835px) {
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > * {
    width: 31%;
    margin-left: 3.5%;
  }
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > *:nth-child(n + 4) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > * {
    width: 48%;
    margin-left: 4%;
  }
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > *:nth-child(n + 3) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > * {
    width: 100%;
  }
  .editor-styles-wrapper.block-editor-writing-flow .row--3 > *:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

.editor-styles-wrapper.block-editor-writing-flow .editor-post-title__block .editor-post-title__input,
.editor-styles-wrapper.block-editor-writing-flow .editor-post-title__input {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}

.editor-styles-wrapper.block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0 auto 5rem;
}

.editor-styles-wrapper.block-editor-writing-flow .wp-block {
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block.alignleft {
  margin-left: max(0px, calc((100% - 1080px) / 2)) !important;
  margin-right: 25px !important;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block.alignright {
  margin-right: max(0px, calc((100% - 1080px) / 2)) !important;
  margin-left: 25px !important;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block.wp-block-image {
  max-width: 100%;
}
.editor-styles-wrapper.block-editor-writing-flow .body blockquote > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .wp-block-media-text__content > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .wp-block-column > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .column-left > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .column-center > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .column-right > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .timeline-item-snippet > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .wp-block-cover__inner-container > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .wp-block-group:not(.is-content-justification-left, .is-content-justification-center, .is-content-justification-right, .is-content-justification-space-between, .is-layout-flex) > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .block-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .blank-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .toggle-content > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .tab-content > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .faq-item-content > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .block-box-content > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .common-icon-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .info-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .primary-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .success-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .warning-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .danger-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .secondary-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .light-box > :last-child,
.editor-styles-wrapper.block-editor-writing-flow .body .dark-boxs > :last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=gutenberg-editor-style.css.map */