@charset "UTF-8";
/* ブレイクポイント */
/* ブレイクポイント */
/*---------------------------------
  下層ページ
---------------------------------*/
.is-page01 {
  background-color: #F7F7F7;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .is-page01 {
    padding-top: 100px;
  }
}
.is-page01 a {
  color: #0069E5;
  text-decoration: underline;
}
.is-page01 .faq__answer .child-link__button {
  color: #333;
  text-decoration: none;
}
.is-page01 .faq__answer .child-link__button:hover {
  color: #fff;
}
.is-page01 .is-page-button_link a {
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.is-page01 .is-page-button_link.main-button_link a:hover {
  border: 2px solid #FF5010;
  background-color: #FF5010 !important;
  color: #fff !important;
}
.is-page01 .is-page-button_link.sub-button_link a:hover {
  border: 2px solid #333;
  background-color: #333 !important;
  color: #fff !important;
}
.is-page01 .is-page01-content h2,
.is-page01 .is-page01-content h3,
.is-page01 .is-page01-content h4,
.is-page01 .is-page01-content h5,
.is-page01 .is-page01-content h6 {
  color: #333;
  line-height: 1.4;
  margin: 0 0 2.4rem;
}
.is-page01 .is-page01-content h2 {
  position: relative;
  color: #333;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .is-page01 .is-page01-content h2 {
    font-size: 2.8rem;
    margin-bottom: 32px;
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .is-page01 .is-page01-content h2 {
    font-size: 3.6rem;
    line-height: 1.45;
  }
}
.is-page01 .is-page01-content h2::before {
  position: absolute;
  content: "";
  background-color: #2680EB;
  width: 10px;
  height: 3px;
  top: 13.5px;
  left: 0;
}
@media (min-width: 768px) {
  .is-page01 .is-page01-content h2::before {
    width: 20px;
    height: 4px;
    top: 26px;
  }
}
.is-page01 .is-page01-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .is-page01 .is-page01-content h3 {
    font-size: 2.4rem;
  }
}
.is-page01 .is-page01-content h4 {
  position: relative;
  font-size: 1.7rem;
  margin: 3.2rem 0 0.8rem;
}
@media (min-width: 992px) {
  .is-page01 .is-page01-content h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.is-page01 .is-page01-content p {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.is-page01 .is-page01-content ul {
  list-style-type: disc !important;
}
.is-page01 .is-page01-content ul li {
  position: relative;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 8px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .is-page01 .is-page01-content ul li {
    padding-left: 20px;
  }
}
.is-page01 .is-page01-content ul li::before {
  position: absolute;
  content: "";
  background-color: #2680EB;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 11px;
  left: 0;
}
@media (min-width: 768px) {
  .is-page01 .is-page01-content ul li::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}
.is-page01 .faq__question {
  margin-bottom: 0 !important;
  font-size: 1.6rem !important;
}
@media (min-width: 992px) {
  .is-page01 .faq__question {
    font-size: 1.8rem !important;
  }
}
.is-page01 .faq__question-text {
  color: #fff;
}

/*---------------------------------
  共通 ブロックエディタ
---------------------------------*/
.is-page-group {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .is-page-group {
    margin-bottom: 160px;
  }
}

.is-page-button_link {
  margin: 0 auto !important;
  max-width: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .is-page-button_link {
    max-width: 280px;
  }
}
@media (min-width: 782px) {
  .is-page-button_link {
    margin: 0 !important;
  }
}

.related-group {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.related-group .related-group-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.related-group h2 {
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .related-group h2 {
    font-size: 2.4rem;
  }
}
.related-group h2::before {
  display: none;
}
@media (min-width: 768px) {
  .related-group .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.related-group .related-column p {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .related-group .related-column p {
    font-size: 2rem;
  }
}
.related-group .related-column {
  gap: 16px;
}
@media (min-width: 768px) {
  .related-group .related-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin: 0 auto;
    max-width: 1038px;
  }
}
.related-group .related-column .wp-block-image {
  margin-bottom: 0;
  margin-right: 16px;
  max-width: 80px;
  width: 100%;
}
@media (min-width: 768px) {
  .related-group .related-column .wp-block-image {
    margin: 0 auto 12px;
    max-width: 100px;
  }
}
.related-group .related-column-link {
  border-radius: 16px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 20px;
}
@media (min-width: 768px) {
  .related-group .related-column-link {
    border-radius: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 330px;
            flex: 0 1 330px;
    width: 100%;
    max-width: 330px;
    padding: 18px 4px 40px;
  }
}
.related-group .related-column-link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 16px;
  bottom: 16px;
  border-style: solid;
  border-width: 24px 0px 24px 24px;
  border-color: transparent transparent #999999 transparent;
}
.related-group .related-column-link:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.related-group .related-column-link:hover p {
  color: #2680EB;
}
.related-group .related-column-link:hover::after {
  border-color: transparent transparent #2680EB transparent;
}
.related-group .related-card .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .related-group .related-card .wp-block-group__inner-container {
    display: block;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.list-layout img,
.column-layout img {
  border-radius: 16px;
}

.list-layout {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 20px;
}
@media (min-width: 782px) {
  .list-layout {
    border-radius: 24px;
    padding: 40px;
  }
}

.column-layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .column-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.column-layout .wp-block-image {
  margin-bottom: 0;
}

.column-layout.column-layout-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .column-layout.column-layout-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-layout h3 {
  font-size: 1.8rem !important;
}
@media (min-width: 782px) {
  .card-layout h3 {
    font-size: 2rem !important;
  }
}

.card-layout.card-image-style img {
  border-radius: 8px;
}

.point {
  color: #2680EB !important;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 782px) {
  .point {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

/*---------------------------------
  レイアウトパターン1
---------------------------------*/
/*---------------------------------
  レイアウトパターン5
---------------------------------*/
.is-page01 .layout_05 .wp-block-image {
  margin-bottom: 0;
}

.list-layout.layout_05:not(:last-child) {
  margin-bottom: 32px;
}

.list-layout.layout_05:nth-of-type(2) .column-layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .list-layout.layout_05:nth-of-type(2) .column-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*---------------------------------
  レイアウトパターン7
---------------------------------*/
.list-layout07 .column-layout {
  border-bottom: 1px solid #D8D8D8;
  padding: 32px 0;
}
@media (min-width: 782px) {
  .list-layout07 .column-layout {
    padding: 40px 0;
  }
}
.list-layout07 .column-layout:first-child {
  padding-top: 0;
}
.list-layout07 .column-layout:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*---------------------------------
  レイアウトパターン8
---------------------------------*/
.card-layout.card-layout_08 .wp-block-column {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 768px) {
  .card-layout.card-layout_08 .wp-block-column {
    border-radius: 24px;
  }
}

/*---------------------------------
  レイアウトパターン10
---------------------------------*/
.card-layout.card-layout_10 .wp-block-column {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .card-layout.card-layout_10 .wp-block-column {
    border-radius: 24px;
    padding: 32px;
  }
}
@media (min-width: 782px) {
  .card-layout.card-layout_10 .wp-block-column:last-child .reason-list__title {
    font-size: 1.9rem !important;
  }
}
.card-layout.card-layout_10 .reason-list__img img {
  border-radius: 16px;
}

/*---------------------------------
  レイアウトパターン11
---------------------------------*/
.card-layout.layout_11 .wp-block-image {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .card-layout.layout_11 .wp-block-column {
    padding-right: 48px;
    padding-left: 48px;
  }
}

/*---------------------------------
  ステップ
---------------------------------*/
.page-id-675 .is-page01 .step-lists {
  max-width: 680px;
}

.is-page01 .step-lists {
  max-width: 800px;
  width: 100%;
}
.is-page01 .step-list {
  position: relative;
  border-radius: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 50px;
  padding: 24px;
  background: #fff;
  gap: 1em;
}
@media (min-width: 782px) {
  .is-page01 .step-list {
    gap: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px;
  }
}
.is-page01 .step-list h3 {
  font-size: 1.8rem !important;
  margin-bottom: 16px !important;
}
.is-page01 .step-list span {
  color: #2680EB;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.is-page01 .step-list::after {
  position: absolute;
  content: "";
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #2680eb;
  border-bottom: 0;
}
.is-page01 .step-list .wp-block-image {
  margin-bottom: 0;
}
.is-page01 .step-list:last-child::after {
  display: none;
}

/*---------------------------------
  CTA
---------------------------------*/
.is-page-cta {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}
@media (min-width: 768px) {
  .is-page-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
.is-page-cta .cta-img .wp-block-image {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .is-page-cta .cta-img .wp-block-image {
    height: 100%;
  }
}
.is-page-cta h2 {
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .is-page-cta h2 {
    font-size: 2.4rem;
  }
}
.is-page-cta h2::before {
  display: none;
}
.is-page-cta .cta-content__icon {
  margin: 0 auto 14px !important;
  max-width: 87px;
  width: 100%;
}
.is-page-cta .cta-content__text {
  margin-bottom: 16px !important;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .is-page-cta .cta-content__text {
    margin-bottom: 28px !important;
  }
}
.is-page-cta .cta-button {
  margin: 0 auto;
  max-width: 296px;
  width: 100%;
}
@media (min-width: 1200px) {
  .is-page-cta .cta-button {
    max-width: 456px;
  }
}
.is-page-cta .cta-button_link {
  width: 100%;
}
.is-page-cta .cta-button_link a {
  border: 2px solid #FF5010;
  font-size: 15px !important;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .is-page-cta .cta-button_link a {
    font-size: 22px !important;
  }
}
.is-page-cta .cta-button_link a:hover {
  background-color: #fff !important;
  color: #FF5010 !important;
}

.wp-block-columns.is-page-cta {
  gap: 0 !important;
}

/*---------------------------------
  D2Cシステム
---------------------------------*/
.page-id-24656 .top-view__title {
  color: #28A745;
}
.page-id-24656 .is-page01 .is-page01-content h2::before {
  background-color: #28A745;
}
.page-id-24656 .point {
  color: #28A745 !important;
}

/*---------------------------------
  youtube
---------------------------------*/
.wp-block-embed.wp-block-embed-youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-has-aspect-ratio {
  position: relative;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  margin: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
@media (min-width: 782px) {
  .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    width: 80%;
    padding-top: 45.25%;
  }
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=custom.css.map */