@charset "UTF-8";

@font-face {
  font-family: "Koruri";
  src: url(https://lp.future.ad.jp/hubfs/futureweb-lp/font/Koruri-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Koruri";
  src: url(https://lp.future.ad.jp/hubfs/futureweb-lp/font/Koruri-Semibold.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Koruri";
  src: url(https://lp.future.ad.jp/hubfs/futureweb-lp/font/Koruri-Bold.ttf) format("truetype");
  font-weight: 700;
}

body {
  font-family: "Koruri", sans-serif;
  color: #4B4F55;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}

@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

.widget-type-rich_text ol {
  list-style: decimal;
  padding-left: 40px;
}
.widget-type-rich_text ul {
  list-style: disc;
  padding-left: 40px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

.widget-type-rich_text a {
  text-decoration: underline;
}

.widget-type-rich_text .el_btn_cta {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
/*   width: 100%; */
}


/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bl_cvBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #707070;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .bl_cvBtn {
    display: none;
  }
}
.bl_cvBtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_cvBtn_btn {
  width: 50%;
}
.bl_cvBtn_btn a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
  padding: 26px 36px 24px;
  padding: 1.625rem 2.25rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_cvBtn_btn__tel a::before {
  content: "";
  background: url(../images/common/icon-tel-sp.svg) no-repeat center/contain;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
.bl_cvBtn_btn__contact {
  border-left: 1px solid #707070;
}
.bl_cvBtn_btn__contact a::before {
  content: "";
  background: url(../images/common/icon-mail-sp.svg) no-repeat center/contain;
  width: 12px;
  width: 0.75rem;
  height: 9px;
  height: 0.5625rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.bl_feature_scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロールできるように */
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="15" /><feOffset dx="2" dy="2" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, .15));
          filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, .15));
  border-radius: 0.75rem;
}

@media screen and (min-width: 768px) {
  .bl_feature_scroll {
    max-width: 71.875rem;
    margin-right: auto;
    margin-top: 3.3125rem;
  }
}

.bl_feature_table {
  background: #fff;
  border-radius: 0.75rem;
  width: 930px;
  width: 58.125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  overflow: scroll;
  border-spacing: 0;
}

@media screen and (min-width: 768px) {
  .bl_feature_table {
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    margin: 0 auto;
    width: 100%;
    max-width: 71.875rem;
    white-space: nowrap;
    /* 折り返されないように */
  }
}

.bl_feature_tableHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  background: #E2F5FF;
  border-radius: 0.75rem 0.75rem 0 0;
  margin-left: auto;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}


.bl_feature_tableHead_item {
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.bl_feature_tableHead_item__orange {
  color: #E79B37;
}

.bl_feature_tableItem {
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  height: 64px;
  height: 4rem;
  text-align: center;
}

.bl_feature_tableItem img {
  max-width: 24px;
  max-width: 1.5rem;
}

.bl_feature_tableBody {
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.bl_feature_tableBody_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_feature_tableTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 230px;
  min-width: 14.375rem;
  height: 64px;
  height: 4rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  border-bottom: #81878E 1px dashed;
}

@media screen and (min-width: 768px) {
  .bl_feature_tableTitle {
    min-width: 27.5rem;
    font-size: 1.25rem;
  }
}

.bl_feature_tableTitle::before {
  content: "";
  /* background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-table-bg.png) no-repeat center/contain; */
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  display: block;
  margin-right: 13px;
  margin-right: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bl_feature_tableItem {
  border-bottom: #81878E 1px dashed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  min-width: 10rem;
}

.bl_feature_tableItem__orange {
  background: #FFF1DE;
}

.bl_feature_tableBody_item {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.bl_feature_tableBody_item:last-of-type {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.bl_feature_tableBody_item:last-child .bl_feature_tableTitle,
.bl_feature_tableBody_item:last-child .bl_feature_tableItem {
  border-bottom: none;
}

.bl_feature_box {
  background: #fff;
  border-radius: 0.75rem;
  padding: 30px 24px 25px;
  padding: 1.875rem 1.5rem 1.5625rem;
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .bl_feature_box {
    padding: 1.75rem 1.5rem 1.4375rem;
    margin: 0;
  }
}

.bl_feature_box+.bl_feature_box {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_feature_box+.bl_feature_box {
    margin-top: 0;
  }
}

.bl_feature_box_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #4B4F55;
}

@media screen and (min-width: 768px) {
  .bl_feature_box_heading {
    font-size: 1.25rem;
  }
}

.bl_feature_box_heading::before {
  background: #309BE2;
  content: "";
  width: 4px;
  width: 0.25rem;
  height: 48px;
  height: 3rem;
  display: block;
  margin-right: 12px;
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  .bl_feature_box_heading::before {
    height: 1.5rem;
  }
}

.bl_feature_box_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_feature_box_label-item {
  padding: 10px;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_feature_box_label-item__blue {
  color: #309BE2;
  background: #E2F5FF;
  border: 1px solid #309BE2;
  border-radius: 0.25rem 0 0 0.25rem;
}

.bl_feature_box_label-item__white {
  color: #233D4D;
  border-top: 1px solid #309BE2;
  border-right: 1px solid #309BE2;
  border-bottom: 1px solid #309BE2;
  border-radius: 0 0.25rem 0.25rem 0;
}

@media screen and (min-width: 768px) {
  .bl_feature_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 1.5rem 1.875rem;
  }
}

.bl_feature_content {
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .bl_feature_content {
    margin-top: 3.125rem;
  }
}

.bl_feature_boxWrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .bl_feature_boxWrapper {
    margin-top: 1.375rem;
  }
}

.bl_footerWrap {
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .bl_footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
  }
}

.bl_footer_logo {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .bl_footer_logo {
    margin: 0;
  }
}

.bl_footerBtn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .bl_footerBtn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 0;
    margin-left: 5.3125rem;
    width: 100%;
    max-width: 10rem;
  }
}

.bl_footerNav {
  margin-top: 35px;
  margin-top: 2.1875rem;
  color: black;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
    max-width: 33.25rem;
    margin-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .bl_footerLists {
    max-width: 11.0625rem;
    width: 100%;
  }
}

.bl_footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_footerList::before {
  content: "";
  display: inline-block;
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-footer-arrow.png) no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.bl_footerList+.bl_footerList {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.bl_footerLists_wrap {
  margin-top: 38px;
  margin-top: 2.375rem;
}

@media screen and (min-width: 768px) {
  .bl_footerLists_wrap {
    margin: 0;
  }
}

.bl_footerLists_wrap .bl_footerLists {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.bl_footerItems {
  margin-top: 54px;
  margin-top: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 258px;
  max-width: 16.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_footerItems {
    max-width: 9.8125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 2.75rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .bl_footerItem {
    max-width: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .bl_footerItem:nth-child(2) {
    max-width: 3.1875rem;
  }
}

.bl_footerEnd_wrap {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_footerEnd_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }
}

.bl_footerEnd_logo {
  max-width: 166px;
  max-width: 10.375rem;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .bl_footerEnd_logo {
    margin: 0;
    max-width: 13.1875rem;
  }
}

.bl_footerEnd_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 162px;
  max-width: 10.125rem;
  width: 100%;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .bl_footerEnd_lists {
    max-width: 11.8125rem;
    margin-top: 0;
    margin-left: 3.9375rem;
  }
}

.bl_footerEnd_list {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .bl_footerEnd_list {
    font-size: 0.875rem;
  }
}

.bl_footerEnd small {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .bl_footerEnd small {
    margin-top: 0;
  }
}

.bl_header_logo__link {
  display: inline-block;
  max-width: 65px;
  max-width: 4.0625rem;
  width: 100%;
  position: relative;
  display: block;
  z-index: 100;
}

.bl_headerNav {
  display: none;
  color: black;
}

@media screen and (min-width: 768px) {
  .bl_headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_headerNav_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  margin-left: 3.75rem;
  height: inherit;
  list-style: none;
}

.bl_headerNav_link {
  display: block;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.bl_headerNav_link:hover {
  color: rgba(0, 0, 0, .5);
}

.bl_headerNav_right {
  display: none;
}

@media screen and (min-width: 768px) {
  .bl_headerNav_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 29.375rem;
    list-style: none;
  }
}

.bl_contactBtn {
  margin-left: 43px;
  margin-left: 2.6875rem;
}

.bl_headerBtn {
  position: relative;
  width: 34px;
  width: 2.125rem;
  height: 19px;
  height: 1.1875rem;
  z-index: 30;
}

@media screen and (min-width: 768px) {
  .bl_headerBtn {
    display: none;
  }
}

.bl_headerBtn span {
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: black;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.bl_headerBtn span:nth-child(1) {
  top: 0;
}

.bl_headerBtn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 27px;
  width: 1.6875rem;
}

.bl_headerBtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 20px;
  width: 1.25rem;
}

.bl_headerBtn.is-active {
  width: 27px;
  width: 1.6875rem;
}

.bl_headerBtn.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.5625rem) rotate(-45deg);
  transform: translateY(0.5625rem) rotate(-45deg);
}

.bl_headerBtn.is-active span:nth-child(2) {
  opacity: 0;
}

.bl_headerBtn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  transform: translateY(-0.5rem) rotate(45deg);
  width: 100%;
}

.bl_header_spNav {
  display: block;
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#FBE14D), to(#F3C243));
  background: linear-gradient(to right, #FBE14D, #F3C243);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .bl_header_spNav {
    display: none;
  }
}

.bl_header_spLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px;
  margin-top: 9.375rem;
  list-style: none;
}

.bl_header_spList {
  list-style: none;
  text-align: center;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.bl_header_spList+.bl_header_spList {
  padding-top: 54px;
  padding-top: 3.375rem;
}

.bl_header_spLink {
  font-size: 16px;
  font-size: 1rem;
  color: black;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 2px;
  color: #4B4F55;
}

.bl_header_spNav.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bl_header_spContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.bl_header_spContact_btn {
  margin-top: 41px;
  margin-top: 2.5625rem;
  width: 100%;
}

.bl_mainVisual_heading {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.347826087;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .bl_mainVisual_heading {
    font-size: 2.5rem;
  }
}

.bl_mainVisual_img {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bl_mainVisual_img {
    position: absolute;
    right: 0;
    bottom: 1.75rem;
    max-width: 59.375rem;
    margin-top: 0;
  }
}

.bl_mainVisual_wrap {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .bl_mainVisual_wrap {
    margin-left: 2.8125rem;
  }
}

.bl_mainVisual_btnSubTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #F7E168;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2857142857;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_mainVisual_btnSubTxt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.bl_mainVisual_btnSubTxt::before {
  content: "";
  display: block;
  background: #F7E168;
  width: 2px;
  width: 0.125rem;
  height: 55px;
  height: 3.4375rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.bl_mainVisual_btnSubTxt::after {
  content: "";
  display: block;
  background: #F7E168;
  width: 2px;
  width: 0.125rem;
  height: 55px;
  height: 3.4375rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-left: 0.9375rem;
}


.bl_reason_contents {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.bl_reason_contentsTxt {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  color: #233D4D;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsTxt {
    margin-top: 2.375rem;
  }
}

.bl_reason_contentsTxt_alt {
  color: #233d4d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 1.3rem;
}

.bl_reason_contentsImg {
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 32px 20px 26px;
  padding: 2rem 1.25rem 1.625rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsImg {
    margin-top: 3.3125rem;
    max-width: 48.75rem;
  }
}

.bl_reason_contents_subTitle {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 68px;
  margin-top: 4.25rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contents_subTitle {
    margin-top: 6.3125rem;
  }
}

.bl_reason_contentsLists {
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 560px;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsLists {
    max-width: unset;
    margin-top: 2.875rem;
  }
}

.bl_reason_contentsList {
  background: #fff;
  border-radius: 0.625rem;
  padding: 22px 10px;
  padding: 1.375rem 0.625rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList {
    padding: 1.25rem 1.5rem;
  }
}

.bl_reason_contentsList+.bl_reason_contentsList {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bl_reason_contentsList p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    flex-shrink: 0;
  }
}

.bl_reason_contentsList p::before {
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-check-blue.png) no-repeat center/contain;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList p::before {
    margin-top: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.bl_reason_contentsList_sub {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList_sub {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.bl_reason_contentsList_subList {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList_subList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-left: 0;
  }
}

.bl_reason_contentsList_subList::before {
  content: "";
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: 10px;
  height: 0.625rem;
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-check-orange.png) no-repeat center/contain;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList_subList::before {
    width: 1.25rem;
    height: 0.9375rem;
    margin-right: 0.5rem;
    margin-top: 0;
  }
}

.bl_reason_contentsList_subList+.bl_reason_contentsList_subList {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.bl_reason_contentsList__error {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  
  .bl_reason_contentsList__error span {
    margin-right: 1.6875rem;
    border-radius: 0.625rem 0 0 0.625rem;
    padding: 0.625rem 0.625rem 0.625rem 1.5rem;
    width: 12.5rem;
    min-height: 4rem;
    position: relative;
  }
  
  .bl_reason_contentsList__error span::before {
    content: "";
    display: block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-error.png) no-repeat center/contain;
    margin-right: 8px;
    margin-right: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.bl_reason_contentsList__error p {
  padding: 16px 16px 26px;
  padding: 1rem 1rem 1.625rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList__error p {
    padding: 0;
  }
}

.bl_reason_contentsList__error span {
  background: #FFF1DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList__error span {
    margin-right: 1.6875rem;
    border-radius: 0.625rem 0 0 0.625rem;
    padding: 0 0 0 1.5rem;
    min-width: 12.3125rem;
    min-height: 4rem;
    position: relative;
  }
}

.bl_reason_contentsList__error span::before {
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-error.png) no-repeat center/contain;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsList__error span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.75rem 0 3.75rem 1.25rem;
    border-color: transparent transparent transparent #FFF1DE !important;
    right: -0.9375rem;
  }
  
  .bl_reason_contentsList.bl_reason_contentsList__error .flex-column {
  padding-top: 15px;
  padding-bottom: 10px;
  }
  
  .bl_reason_contentsList.bl_reason_contentsList__error .flex-column p {
  padding-bottom: 5px;
  } 
}

.bl_reason_contentsLists_text {
  text-align: right;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 560px;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsLists_text {
    max-width: unset;
  }
}

.bl_reason_contentsWrap {
  margin-top: 35px;
  margin-top: 0rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsWrap {
    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;
    gap: 2.5rem 2.1875rem;
  }
}

.bl_reason_contentsBox {
  background: #E2F5FF;
  padding: 30px 16px;
  padding: 0.4rem 1rem;
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsBox {
    width: calc(33.33333% - 1.45833rem);
    text-align: center;
    margin: 0;
    padding: 2.5rem 0.9375rem 2.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bl_reason_contentsBox+.bl_reason_contentsBox {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsBox+.bl_reason_contentsBox {
    margin: 0;
  }
}




@media screen and (max-width: 768px) {
.bl_reason_contentsBox_img {
  flex-shrink:0;
}
.bl_reason_contentsBox_img__1 {
  max-width: 100%;
  width: 68px;
  height: 68px;
}
}




.bl_reason_contentsBox_textWrap {
  margin-left: 16px;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsBox_textWrap {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.bl_reason_contentsBox_text {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsBox_text {
    font-size: 1.125rem;
  }
}

.bl_reason_contentsBox_text::after {
  position: absolute;
  content: "";
  width: 27px;
  width: 1.6875rem;
  height: 9px;
  height: 0.5625rem;
  bottom: -14px;
  bottom: -0.875rem;
  left: 62px;
  left: 3.875rem;
}

@media screen and (min-width: 768px) {
  .bl_reason_contentsBox_text::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.bl_reason_contentsBox_Subtext {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.bl_service_contents {
  margin-top: 69px;
  margin-top: 4.3125rem;
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_service_contents {
    max-width: unset;
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .bl_service_contents+.bl_service_contents {
    margin-top: 5.0625rem;
  }
}

.bl_service_contentsWrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .bl_service_contentsWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1.875rem;
  }
  
  .bl_service_contentsWrap.grid_two_col {
  grid-template-columns: repeat(2, 1fr);
}
}

.bl_service_content {
  width: 100%;
}

/* @media screen and (min-width: 768px) {
  .bl_service_content {
    width: calc(33.33333% - 1.25rem);
  }
} */

.bl_service_content+.bl_service_content {
  margin-top: 52px;
  margin-top: 3.25rem;
}

@media screen and (min-width: 768px) {
  .bl_service_content+.bl_service_content {
    margin-top: 0;
  }
}

.bl_service_contentTitle {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  border-bottom: 1.6px solid #a3aeb9;
}

.bl_service_contentItem {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.bl_service_contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 14px;
  padding: 0.9375rem 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100px;
  min-height: 6.25rem;
}

.bl_service_contentText+.bl_service_contentText {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .bl_service_contentText+.bl_service_contentText {
    margin-top: 1rem;
  }
}

.bl_service_contentText::before {
  content: "";
  display: block;
/*   background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-check-orange.png) no-repeat center/contain; */
  width: 20px;
  width: 1.25rem;
  height: 15px;
  height: 0.9375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bl_service_contentText__blue {
  background: #E2F5FF;
}

.bl_service_contentText__green {
  background: #E7F5F5;
}

.bl_service_contentText__lightGreen {
  background: #EAF8EB;
}

.bl_service_contentWrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .bl_service_contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_service_contentPlan {
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
}

.bl_service_contentPlan+.bl_service_contentPlan {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .bl_service_contentPlan+.bl_service_contentPlan {
    margin-top: 0;
    margin-left: 4.375rem;
  }
}

.bl_service_contentPlan_title {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  background: -webkit-gradient(linear, left top, right top, from(#4EB4F9), to(#208DD6));
  background: linear-gradient(to right, #4EB4F9, #208DD6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  min-height: 4.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_service_contentPlan_title {
    font-size: 1.25rem;
  }
}

.bl_service_contentPlan_title span {
  position: absolute;
  width: 10px;
  width: 0.625rem;
  top: 0;
/*   z-index: -1; */
}

.bl_service_contentPlan_title span:nth-of-type(1) {
  height: 102px;
  height: 6.375rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#4EB4F9), to(#4DB3F8));
  background: linear-gradient(to right, #4EB4F9, #4DB3F8);
}

.bl_service_contentPlan_title span:nth-of-type(2) {
  height: 92px;
  height: 5.75rem;
  left: 10px;
  left: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#4DB3F8), to(#4BB2F7));
  background: linear-gradient(to right, #4DB3F8, #4BB2F7);
}

.bl_service_contentPlan_title span:nth-of-type(3) {
  height: 82px;
  height: 5.125rem;
  left: 20px;
  left: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#4BB2F7), to(#4AB1F6));
  background: linear-gradient(to right, #4BB2F7, #4AB1F6);
}

.bl_service_contentPlan_title span:nth-of-type(4) {
  height: 82px;
  height: 5.125rem;
  right: 20px;
  right: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#2491D9), to(#2390D8));
  background: linear-gradient(to right, #2491D9, #2390D8);
}

.bl_service_contentPlan_title span:nth-of-type(5) {
  height: 92px;
  height: 5.75rem;
  right: 10px;
  right: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#2390D8), to(#228FD7));
  background: linear-gradient(to right, #2390D8, #228FD7);
}

.bl_service_contentPlan_title span:nth-of-type(6) {
  height: 102px;
  height: 6.375rem;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#228FD7), to(#208DD6));
  background: linear-gradient(to right, #228FD7, #208DD6);
}

.bl_service_contentPlan_title__green {
  background: -webkit-gradient(linear, left top, right top, from(#53D7E8), to(#23A1B2));
  background: linear-gradient(to right, #53D7E8, #23A1B2);
}

.bl_service_contentPlan_title__green span:nth-of-type(1) {
  height: 102px;
  height: 6.375rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#53D7E8), to(#52D5E6));
  background: linear-gradient(to right, #53D7E8, #52D5E6);
}

.bl_service_contentPlan_title__green span:nth-of-type(2) {
  height: 92px;
  height: 5.75rem;
  left: 10px;
  left: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#52D5E6), to(#50D3E4));
  background: linear-gradient(to right, #52D5E6, #50D3E4);
}

.bl_service_contentPlan_title__green span:nth-of-type(3) {
  height: 82px;
  height: 5.125rem;
  left: 20px;
  left: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#50D3E4), to(#4FD2E3));
  background: linear-gradient(to right, #50D3E4, #4FD2E3);
}

.bl_service_contentPlan_title__green span:nth-of-type(4) {
  height: 82px;
  height: 5.125rem;
  right: 20px;
  right: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#27A6B7), to(#26A4B5));
  background: linear-gradient(to right, #27A6B7, #26A4B5);
}

.bl_service_contentPlan_title__green span:nth-of-type(5) {
  height: 92px;
  height: 5.75rem;
  right: 10px;
  right: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#26A4B5), to(#24A2B3));
  background: linear-gradient(to right, #26A4B5, #24A2B3);
}

.bl_service_contentPlan_title__green span:nth-of-type(6) {
  height: 102px;
  height: 6.375rem;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#24A2B3), to(#23A1B2));
  background: linear-gradient(to right, #24A2B3, #23A1B2);
}

.bl_service_contentPlan_item {
  padding: 45px 0 17px;
  padding: 2.8125rem 0 1.0625rem;
  font-weight: 700;
  text-align: center;
  color: #E79B37;
  font-size: 24px;
  font-size: 1.5rem;
}

.bl_service_contentPlan_text {
  color: #233D4D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin-right: 33px;
  margin-right: 2.0625rem;
}

.bl_service_contentPlan_tax {
  color: #878787;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.bl_service_contentPlan_item__gray {
  padding-top: 22px;
  padding-top: 1.375rem;
  background: #F5F5F5;
}

.bl_service_contentLink {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.bl_service_contentLink a {
  text-decoration: underline;
}

.bl_contactTitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .bl_contactTitle {
    font-size: 1.75rem;
  }
}

.bl_contactText {
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

.bl_contactForm {
  margin-top: 49px;
  margin-top: 3.0625rem;
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 52.5rem;
    gap: 1.6875rem 2.5rem;
  }
}

.bl_contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bl_contact_item {
    max-width: calc(50% - 1.25rem);
  }
}

@media screen and (min-width: 768px) {
  .bl_contact_item__wide {
    max-width: 100%;
  }
}

.bl_contact_item+.bl_contact_item {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .bl_contact_item+.bl_contact_item {
    margin-top: 0;
  }
}

.bl_contact_label {
  font-weight: 500;
}

.bl_contact_required {
  background: #F45757;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  border-radius: 0.125rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.bl_contact_input {
  background: #fff;
  border-radius: 0.25rem;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

::-webkit-input-placeholder {
  color: #82919A;
}

::-moz-placeholder {
  color: #82919A;
}

::-ms-input-placeholder {
  color: #82919A;
}

::placeholder {
  color: #82919A;
}

.bl_contact_selectWrap {
  position: relative;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .bl_contact_selectWrap {
    max-width: calc(50% - 1.25rem);
  }
}

.bl_contact_selectWrap::after {
  z-index: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #17252E transparent transparent transparent;
}

.bl_contact_item select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #82919A;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  background: #fff;
}

.bl_contact_radioWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px 40px;
  gap: 1.375rem 2.5rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .bl_contact_radioWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
	}
  
}

.bl_contact_radio {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  cursor: pointer;
}

.bl_contact_radio::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_contact_radio::after {
  position: absolute;
  content: "";
  top: 6px;
  top: 0.375rem;
  left: 4px;
  left: 0.25rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: #17252E;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

input:checked+.bl_contact_radio::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bl_contact_checkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 40px;
  gap: 1.25rem 2.5rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .bl_contact_checkWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.bl_contact_check {
  cursor: pointer;
  display: inline-block;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.bl_contact_check::before {
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  border-radius: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl_contact_check::after {
  border-right: 3px solid #17252E;
  border-bottom: 3px solid #17252E;
  content: "";
  display: block;
  height: 13px;
  height: 0.8125rem;
  left: 6px;
  left: 0.375rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

input[type=checkbox]:checked+.bl_contact_check::after {
  opacity: 1;
}

.bl_contact_labelText {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .bl_contact_labelText {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.bl_contact_labelText a {
  text-decoration: underline;
}

.bl_contact_radioWrap__last {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

@media screen and (min-width: 768px) {
  .bl_contact_radioWrap__last {
    margin-top: 1.9375rem;
    max-width: 15rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 2rem;
  }
}

.bl_contact_btn {
  margin-top: 43px;
  margin-top: 2.6875rem;
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bl_contact_btn {
    max-width: 17.5rem;
    position: relative;
  }
}

.bl_contact_submit {
  background: #FFB72F;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  border-radius: 0.25rem;
}

.bl_contact_btn:hover::after {
  content: "";
  background: rgba(255, 255, 255, .3);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* 標準ボタン */
.el_btn {
  display: inline-block;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.el_contactBtn {
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #4EB4F9;
  border-radius: 0.25rem;
  padding: 21px 0;
  padding: 1.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .el_contactBtn {
    max-width: 10rem;
    padding: 0.5rem 0.7rem 0.5rem;
  }
}

.el_contactBtn:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .el_contactBtn:hover::after {
    content: "";
    background: rgba(255, 255, 255, .3);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
}

.el_contactBtn2 {
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: 20px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F0A5C6;
  border-radius: 0.25rem;
  padding: 21px 0;
  padding: 1.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

@media screen and (min-width: 768px) {
  .el_contactBtn2 {
    max-width: 10rem;
    padding: 0.5rem 0.7rem 0.5rem;
  }
}

.el_contactBtn2:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .el_contactBtn2:hover::after {
    content: "";
    background: rgba(255, 255, 255, .3);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
}

.hs-cta-wrapper .el_contactBtn_yellow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  background-color: #FFB72F;
  color: #1D1708;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  border-radius: 50%;
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  margin: 1.625rem auto 0;
  padding: 0;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .48);
  box-shadow: 0 0 16px rgba(0, 0, 0, .48);
}

@media screen and (min-width: 768px) {
  .hs-cta-wrapper .el_contactBtn_yellow {
    margin: 1.625rem auto 0 0;
  }
}

.el_contactBtn_yellow:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .el_contactBtn_yellow:hover::after {
    content: "";
    background: rgba(255, 255, 255, .3);
    height: 12.5rem;
    width: 12.5rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.el_headerNav_itemTel {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  white-space: nowrap;
}

.el_headerNav_itemTel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

.el_headerNav_itemTel a::before {
  content: "";
  display: inline-block;
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/icon-tel.svg) no-repeat center/contain;
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.el_headerNav_itemTel span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 35px;
  margin-left: 2.1875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  letter-spacing: 0.12em;
}

.el_sectionTitle {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
  text-align: center;
  color: black;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .el_sectionTitle {
    font-size: 2.5rem;
  }
}

.el_sectionTitle::after {
  position: absolute;
  content: "";
  width: 100px;
  width: 6.25rem;
  height: 4px;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#4EB4F9), to(#208DD6));
  background: linear-gradient(to right, #4EB4F9, #208DD6);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .el_sectionTitle::after {
    width: 8rem;
  }
}

.el_sectionHeader_text {
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-bottom: 2.6875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #4B4F55;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .el_sectionHeader_text {
    margin-top: 5.1875rem;
    margin-bottom: 5.1875rem;
  }
}

.el_sectionHeader_text_alt {
  margin-bottom: 1.3rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #4B4F55;
  line-height: 1.6666666667;
  text-align: center;
}

.el_sectionHeader_text_alt.mb-lg {
  margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .el_sectionHeader_text_alt.mb-lg {
    margin-bottom: 54px;
  }
}



.el_subTitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #309BE2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .el_subTitle {
    font-size: 1.75rem;
  }
}

.md_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .md_only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sm_only {
    display: none;
  }
}

.ly_contact {
  padding-top: 101px;
  padding-top: 6.3125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #17252E;
  color: #fff;
}

.ly_contact2 {
  padding-top: 31px;
  padding-top: 3.3125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FFFFFF;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ly_contact {
    padding-bottom: 6rem;
  }
}

.ly_feature {
  background: #F0EFEF;
  position: relative;
}

.ly_feature::after {
  content: "";
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/bg-white-right.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .ly_feature::after {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.ly_feature_inner {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .ly_feature_inner {
    padding-top: 8.0625rem;
    padding-bottom: 8rem;
  }
}

.ly_feature_table {
  margin-top: 54px;
  margin-top: 3.375rem;
}

@media screen and (min-width: 768px) {
  .ly_feature_table {
    margin-top: 4.625rem;
  }
}

.ly_feature_contents {
  margin-top: 69px;
  margin-top: 4.3125rem;
}

@media screen and (min-width: 768px) {
  .ly_feature_contents {
    margin-top: 6.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .ly_footer {
    margin-bottom: 0;
  }
}

.ly_footer {
  background: -webkit-gradient(linear, left top, right top, from(#F7CE46), to(#F2A53B));
  background: linear-gradient(to right, #F7CE46, #F2A53B);
  margin-bottom: 71px;
  margin-bottom: 4.4375rem;
}

.ly_footer_inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
}

@media screen and (min-width: 768px) {
  .ly_footer_inner {
    padding-top: 5rem;
    padding-bottom: 8.0625rem;
  }
}

.ly_footerEnd {
  background: #fff;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}

@media screen and (min-width: 768px) {
  .ly_footerEnd {
    padding-top: 2.75rem;
    padding-bottom: 3.8125rem;
  }
}

.ly_header {
  background: -webkit-gradient(linear, left top, right top, from(#FBE14D), to(#F3C243));
  background: linear-gradient(to right, #FBE14D, #F3C243);
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .ly_header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.ly_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .ly_header_inner {
    max-width: 1190px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ly_inner {
    max-width: 1190px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly_mainVisual {
  background: -webkit-gradient(linear, left top, right bottom, from(#4EB4F9), to(#208DD6));
  background: linear-gradient(to right bottom, #4EB4F9, #208DD6);
  color: #fff;
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .ly_mainVisual {
    margin-top: 7.9375rem;
  }
}


/* .ly_mainVisual::after {
  position: absolute;
  content: "";
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/mv-bg-sp.png) no-repeat center/contain;
  width: 40px;
  width: 2.5rem;
  height: 20px;
  height: 1.25rem;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  bottom: -1.25rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .ly_mainVisual::after {
    background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/mv-bg.png) no-repeat center/contain;
    width: 5rem;
    height: 2.5rem;
    bottom: -2.5rem;
  }
}
 */
@media screen and (min-width: 768px) {
  .ly_mainVisual_subInner {
    max-width: 85rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
}

.ly_mainVisual_inner {
  padding: 49px 15px 45px;
  padding: 3.0625rem 15px 2.8125rem;
}

@media screen and (min-width: 768px) {
  .ly_mainVisual_inner {
    padding: 3.25rem 20px 2.375rem;
    max-width: 71.875rem;
    margin: auto;
  }
}

.ly_reason {
  padding-top: 106px;
  padding-top: 6.625rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  background: #F0EFEF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ly_reason {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.ly_reason::before {
  content: "";
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/bg-white-left.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .ly_reason::before {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.ly_service {
  padding-top: 92px;
  padding-top: 5.75rem;
  padding-bottom: 101px;
  padding-bottom: 6.3125rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ly_service {
    padding-top: 8rem;
    padding-bottom: 8.375rem;
  }
}

.ly_service::before {
  content: "";
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/bg-gray-left.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .ly_service::before {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.ly_service::after {
  content: "";
  background: url(https://lp.future.ad.jp/hubfs/futureweb-lp/bg-gray-right.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .ly_service::after {
    width: 9.375rem;
    height: 9.375rem;
  }
}




/* body:not(.hs-landing-page) .dnd-section:last-child {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
} */

/* SP表示時のCTA画像の縦サイズ調整 */

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

.pc_hid{
    display: none;
}


@media screen and (max-width: 768px) {
	.table-mobile {
	  width: 100%;
	}
	.table-mobile th,
	.table-mobile td {
  		width: 100px;
		display: block;
		text-align: center;
    margin: 100px auto;
    height:auto;
	}
    .pc_hid{
        display: block;
    }
  
  /* SP表示時のCTA画像の縦サイズ調整 */
    .hs-cta-img {
    height: auto !important;
  }
  
  /********** 
 SP表示時の各セクションの上下余白の調整 
*************/
  body:not(.hs-landing-page) .dnd-section:not(:first-child) {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
  
  
}

.google-cal iframe {
  width:100%;
  max-width:800px;
  height:400px;
}

@media (min-width: 750px) {
  .google-cal iframe {
    height:600px;
  }
}