iframe {
  max-width: 100%
}

/* common */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}


/* WP assets replace */
.wp-block-button__link {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 40px;
  padding: 8px 40px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-pink);
  box-shadow: none;
}

.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/images/icon_button_next.svg);
  transform: translateY(-50%)
}

/* header */
.header__nav__list {
  align-items: stretch;
  line-height: 1.25;
}

.header__nav__link {
  display: block;
  height: 100%;
}

.header__nav__listitem {
  position: relative;
}

.header__nav__list-2nd {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .15);
  display: none;
  list-style: none;
  padding: 15px;
  position: absolute;
  z-index: 999;
  left: 50%;
  min-width: 10em;
  transform: translateX(-50%);
}

.header__nav__link-2nd {
  background: #f5f5f5;
  border-radius: 5px;
  color: var(--color-text-title);
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  padding: 5px 8px;
}

.header__nav__listitem-2nd + .header__nav__listitem-2nd {
  margin-top: 10px;
}

.header__nav__link:hover + .header__nav__list-2nd,
.header__nav__list-2nd:hover {
  display: block;
}

.hero__bg {
  height: auto;
}

@media screen and (max-width: 959px) {
  
  .header__nav__list-2nd {
    background: none;
    box-shadow: none;
    display: block;
    list-style: none;
    margin-bottom: 15px;
    padding: 10px;
    position: static;
    transform: none;
  }

  .header__nav__listitem-2nd + .header__nav__listitem-2nd {
    margin-top: 10px;
  }

  .header__nav__link-2nd {
    background: none;
    box-shadow: none;
    display: block;
    padding-block: 5px;
    text-align: center;
    font-size: 1.15em;
    font-weight: 500;
    color: var(--color-text-title);
  }
  
}

.bg-orange {
  background-color: var(--color-orange-background);
  min-height: auto;
}

.bg-pink {
  background-color: var(--color-pink-background);
  min-height: auto;
}

.bg-cyan {
  background-color: var(--color-cyan-background);
  min-height: auto;
}

@media screen and (max-width: 639px) {

  .news__container {
    padding-inline: 20px;
  }

  .news__listitem {
    grid-template-columns: 6em 1fr;
  }

}

.section {
  padding-block: max(40px, 4.5vw);
  position: relative;
}

.news::after {
  content: "";
  display: block;
  background-position: top;
  background-image: url(../assets/images/hero_wave_above.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.5% 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 8;
}

.solution::before {
  content: "";
  display: block;
  background-image: url("../assets/images/hero_wave_above.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.5% 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home .solution::after {
  bottom: 0;
  content: "";
  display: block;
  background-position: bottom;
  background-image: url(../assets/images/access_wave_above.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.5% 0;
  position: absolute;
  width: 100%;
}

.home .about::before {
  bottom: 100%;
  content: "";
  display: block;
  background-image: url("../assets/images/hero_wave_above.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.5% 0;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

.article {
  position: relative;
}

.article:not(:last-child)::after {
  bottom: -1px;
  content: "";
  display: block;
  background-image: url("../assets/images/hero_wave_above.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.5% 0;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

.access .container {
  margin-bottom: 50px;
  width: 90%;
  max-width: 1080px;
}

.contact {
  padding-top: 20px;
  position: relative;
}

.contact::before {
  top: -2.5em;
  content: "";
  display: block;
  background-image: url("../assets/images/hero_wave_above.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2.5em;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

.home .problems {
  display: block;
}

.links {
  padding-top: 20px;
  position: relative;
}

.links::before {
  top: -2.5em;
  content: "";
  display: block;
  background-image: url("../assets/images/introduction_wave_below.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2.5em;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

.container__wide {
  width: min(960px, 100% - 2rem);
}

/* heading */
main .bl-heading__round {
  align-items: center;
  border-radius: 15rem;
  color: #fff;
  display: flex;
  margin: auto;
  max-width: fit-content;
  min-width: 10em;
  padding: .2em 3.5em;
  letter-spacing: .25em;
}




/* steps */
.bl-step-inner {
  align-items: center;
  background-color: #fdf1f2;
  border-radius: 10px;
  color: var(--color-pink);
  counter-increment: steps;
  display: flex;
  font-size: 1.25em;
  font-weight: 600;
  gap: 30px;
  line-height: 1.15;
  min-height: 70px;
  overflow: hidden;
  padding-right: 5px;
  position: relative;
}

.bl-step-inner + .bl-step-inner {
  margin-top: 1rem;
}

.bl-step-header {
  align-items: center;
  align-self: stretch;
  background-color: #f09199;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  min-width: 80px;
  order: 0;
  padding-left: 8px;
  position: relative;
  white-space: nowrap;
}

.bl-step-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 19px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../assets/images/step_arrow_cyan.svg);
}

.el-arrow-pink .bl-step-header::after {
  background-image: url(../assets/images/step_arrow_pink.svg);
}

.bl-step-text {
  margin: auto;
  padding-right: 1em;
  text-align: center;
}

.bl-step-text small {
  font-size: .7em;
}

.wp-block-lazyblock-steps {
  margin: 2.5rem 0;
}

/* targets */
.bl-consul__targets {
  gap: 32px;
}

.bl-consul__targets > p {
  font-size: .9375rem;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  width: 128px;
}

.bl-consul__targets .wp-block-list {
  flex: auto;
  font-size: .9375rem;
  list-style: none;
  margin-block: 0;
  padding-left: 20px;
}


.bl-consul__targets .wp-block-list li::before {
  content: "\25ce";
  margin-right: .25em;
}


/* param & counter */
.bl-counts .is-content-justification-space-between p:first-child {
  display: flex;
  flex: auto;
  gap: .25em;
}

.bl-counts .is-content-justification-space-between p:first-child::before {
  content: "◎";
}

.bl-counts .is-content-justification-space-between p:first-child::after {
  align-self: center;
  border-top: dotted 2px;
  content: "";
  flex: auto;
  width: auto;
}


/* contact */
.bl-notes {
  font-size: .8125rem;
  list-style-type: "\203b ";
  padding-left: 20px;
  text-align: left;
}

/* mailform */
.el-require .smf-item__label__text {
  align-items: center;
  display: flex;
  gap: .75em;
}

.el-require .smf-item__label__text::after {
  background: var(--color-pink);
  border-radius: 5px;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  padding: .1em .5em;
}

.el-optional .smf-item__label__text {
  align-items: center;
  display: flex;
  gap: .75em;
}

.el-optional .smf-item__label__text::after {
  background: #42aebb;
  border-radius: 5px;
  color: #fff;
  content: "任意";
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  padding: .1em .5em;
}

.smf-form--letter .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  border: 1px solid #aaa;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  padding: .5em .75em;
  width: 100%;
}

.smf-form--letter .smf-text-control__control::placeholder,
.smf-form .smf-textarea-control__control::placeholder {
  color: #ccc;
}

.smf-form .smf-checkbox-control__control {
  border: 1px solid #aaa;
}

.smf-form .smf-checkbox-control__control:checked {
  background-color: #ea6b76;
  border-color: #ea6b76;
}

.smf-form--letter .smf-item__col--label {
  padding-bottom: 10px;
}

.smf-checkboxes-control__control {
  margin-top: 0;
}

.smf-label + .smf-label {
  margin-top: 5px;
}

.smf-error-messages {
  margin-top: 0;
}

.bl-smf-privacy {
  text-align: center;
}

/* submit */
.smf-button-control .smf-button-control__control {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 40px;
  padding: .5em 2.5em .5em 1.25em;
  border: 0;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  background: var(--color-pink);
  box-shadow: none;
}

.smf-button-control .smf-button-control__control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/images/icon_button_next.svg);
  transform: translateY(-50%);
}

.wp-block-buttons .wp-block-button__link {
  min-width: 200px;
  padding: .5em 2.5em .5em 1.5em;
}

.bl-centers {
  gap: 15px;
}

.bl-centers > .wp-block-group {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px 45px;
}

@media screen and (max-width: 639px) {

  .access .wp-block-group.is-horizontal {
    flex-wrap: wrap !important;
  }

  .access .wp-block-group.is-horizontal .wp-block-group {
    flex: auto !important;
    margin-bottom: 75px;
  }

}


@media screen and (max-width: 639px) {

  .wp-block-group.solution.section .container__wide {
    align-items: stretch;
    flex-direction: column;
  }

}



.role__list > .wp-block-group__inner-container {
  counter-reset: roles;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.problems > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  align-items: start;
  gap: 20px;
}

.hero {
  display: flex;
  flex-direction: column;
  min-height: auto;
}

.hero__image {
}

.hero__image__logo {
  height: auto;
  margin-bottom: 25px;
  width: 400px;
}

.hero__image__vis {
  width: 474px;
  height: auto;
}

@media screen and (max-width: 959px) {

  .hero__image__logo {
    margin-bottom: 20px;
  }

}

/* front support book */
.bl-front-sup-book {
  bottom: 50px;
  position: absolute;
  right: 15px;
  width: 200px;
  z-index: 9;
}

.bl-front-sup-book-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .15);
  box-shadow: 0 5px 15px -5px rgba(27, 93, 96, .25), 0 -5px 15px -10px rgba(27, 93, 96, .25);
  color: var(--color-text-title);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  justify-content: space-between;
  line-height: 1.15;
  padding: 20px;
  text-decoration: none;
}

.bl-front-sup-book-head {
  align-items: center;
  border: solid 1px rgba(0, 0, 0, .15);
  display: flex;
  flex: auto;
  justify-content: center;
  margin-bottom: 10px;
}

.bl-front-sup-book-head img {
  margin-bottom: 10px;
}

.bl-front-sup-book-noimage {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 15px;
}

.bl-front-sup-book-noimage img {
  display: block;
  margin: auto;
  width: 45%;
}

.bl-front-sup-book-body {
  background: #fdf1f2;
}

@media screen and (max-width: 767px) {

  .hero__image__vis {
    padding-right: 20%;
  }

  .bl-front-sup-book {
    padding-bottom: 0;
    right: 0;
    width: 100%;
    position: static;
    margin-top: -25%;
  }

  .bl-front-sup-book-item {
    border-radius: 7.5px;
    font-size: 12px;
    padding: 10px;
    min-width: 120px;
    width: 30%;
    margin-left: auto;
    margin-right: 10px;
  }
  
  .bl-front-sup-book-head {
    margin-bottom: 5px;
  }

}

/* slick */
.bl-news-training {
  max-width: 1080px;
  padding-block: 25px 50px;
  width: calc(95vw - 25px);
}

.training__title {
  text-align: center;
}

.bl-front-sliders {
  padding: 15px 10px 20px;
}

.bl-front-slider-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .15);
  box-shadow: 0 5px 15px -5px rgba(27, 93, 96, .25), 0 -5px 15px -10px rgba(27, 93, 96, 0.25);
  color: var(--color-text-title);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  justify-content: space-between;
  margin: 10px;
  line-height: 1.15;
  padding: 20px;
  text-decoration: none;
}

.bl-front-slider-head {
  align-items: center;
  aspect-ratio: 4/3;
  background: #fff;
  border-radius: 5px;
  display: block;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bl-front-slider-head img {
  transition: transform .25s ease-in-out;
}

.bl-front-slider-item:hover .bl-front-slider-head img {
  transform: scale(1.05);
}

.bl-front-slider-noimage {
  align-items: center;
  background: #faf9f9;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.bl-front-slider-noimage img {
  display: block;
  width: 35%;
}

.bl-front-slider-body {
  background: #fdf1f2;
}


@media screen and (max-width: 959px) {

  .bl-news-training {
    margin: auto;
    padding: 25px 0;
  }

  .bl-front-sliders {
    margin: 15px auto;
    padding: 10px;
  }
  .bl-front-slider-item {
    padding: 10px;
  }

  .bl-front-slider-head {
    /* overflow: hidden; */
  }

  .bl-front-sliders img {
    /* left: 50%; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
  }

  .bl-front-slider-noimage {
  }

  .bl-front-slider-body {
    font-size: 13px;
    line-height: 1.25;
  }

}