@charset "UTF-8";
/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont {
  margin-top: 90px;
}

.ly_cont_inner {
  display: block;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.ly_cont_inner__small {
  max-width: 1000px;
}

@media not all and (min-width: 992px) {
  .ly_cont {
    margin-top: 60px;
  }
}
.bl_cont {
  padding: 100px 0;
}

@media not all and (min-width: 768px) {
  .bl_cont {
    padding: 80px 0;
  }
}
.bl_mv {
  padding: 140px 0 0;
  background-image: url("../../assets/img/mv_bg01.png"), url("../../assets/img/mv_bg02.png");
  background-repeat: no-repeat;
  background-position: calc(50% - 32vw) top, calc(50% + 28vw) top;
  background-size: contain;
}

.bl_mv_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_mv_cont {
  width: 565px;
  text-align: center;
  margin-bottom: 50px;
}

.bl_mv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -60px;
  margin-top: -40px;
}

.bl_mv_title {
  line-height: 1.6;
  font-weight: 900;
}
.bl_mv_title .slash {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 50px;
  position: relative;
}
.bl_mv_title .slash::before, .bl_mv_title .slash::after {
  content: "";
  width: 26px;
  height: 40px;
  background-image: url(../../assets/img/icon_slash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_mv_title .slash::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bl_mv_title .dot {
  font-size: 2.25rem;
  color: #601885;
  position: relative;
}
.bl_mv_title .dot::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #601885;
}
.bl_mv_title .large {
  font-size: 5rem;
  line-height: 1;
  color: #601885;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffec00));
  background: linear-gradient(transparent 75%, #ffec00 75%);
}

.bl_mv_txt {
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

@media not all and (min-width: 1280px) {
  .bl_mv_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .bl_mv_cont {
    width: 420px;
  }
  .bl_mv_cont .el_btn {
    max-width: 360px;
    height: 80px;
    font-size: 1.375rem;
  }
  .bl_mv_img {
    max-width: 600px;
  }
  .bl_mv_title .slash {
    font-size: 1.25rem;
  }
  .bl_mv_title .dot {
    font-size: 1.75rem;
  }
  .bl_mv_title .large {
    font-size: 3.75rem;
  }
}
@media not all and (min-width: 992px) {
  .bl_mv {
    background-image: none;
    padding-top: 70px;
  }
  .bl_mv_row {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
    gap: 20px;
  }
  .bl_mv_cont {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .bl_mv_img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv {
    padding-top: 45px;
  }
  .bl_mv_cont {
    padding: 0 18px;
  }
  .bl_mv_cont .el_btn {
    max-width: 320px;
    height: 60px;
    font-size: 1.25rem;
  }
  .bl_mv_cont .el_btn .inner::before {
    width: 24px;
    height: 18px;
  }
  .bl_mv_title .slash {
    font-size: 1rem;
    padding: 0 22px;
  }
  .bl_mv_title .slash::before, .bl_mv_title .slash::after {
    width: 15px;
    height: 23px;
  }
  .bl_mv_title .dot {
    font-size: 1.5rem;
  }
  .bl_mv_title .dot::before {
    width: 5px;
    height: 5px;
  }
  .bl_mv_title .large {
    font-size: 2.875rem;
  }
  .bl_mv_txt {
    font-size: 0.875rem;
    margin: 20px 0 25px;
  }
}
.bl_about {
  background-color: #f4f5f7;
  padding-bottom: 60px;
  position: relative;
}

.bl_about_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5.4%;
     -moz-column-gap: 5.4%;
          column-gap: 5.4%;
  margin-top: 35px;
}

.bl_about_item {
  text-align: center;
}
.bl_about_item .lead {
  font-size: 1.5rem;
  font-weight: 700;
  color: #601885;
  margin-top: 10px;
}
.bl_about_item .txt {
  margin-top: 10px;
}

.bl_about_catch {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.bl_about_catch .label {
  color: #601885;
  background-color: #efe8f3;
  display: inline-block;
  border-radius: 40px;
  padding: 2px 30px;
  position: relative;
}
.bl_about_catch .label::after {
  content: "";
  width: 16px;
  height: 12px;
  background-color: #efe8f3;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.bl_about_block {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 60px auto;
  max-width: 960px;
}

.bl_about_head {
  background-color: #601885;
  color: #fff;
  padding: 18px 80px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
  line-height: 1.4;
}
.bl_about_head span {
  padding: 0 40px;
  position: relative;
  display: inline-block;
}
.bl_about_head span::before, .bl_about_head span::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../assets/img/icon_warning.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_about_head span::after {
  left: auto;
  right: 0;
}

.bl_about_add {
  position: absolute;
  top: -70px;
  left: -40px;
}

.bl_about_box {
  background-color: #fff;
  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;
  gap: 20px;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

.bl_about_cont {
  width: 58.5%;
}

.bl_about_sample {
  width: 37.7%;
  background-color: #efe8f3;
  padding: 20px 4%;
}
.bl_about_sample p {
  color: #601885;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.bl_about_sample li {
  padding-left: 16px;
  position: relative;
}
.bl_about_sample li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #601885;
  position: absolute;
  top: 11px;
  left: 0;
}

.bl_about_deco {
  position: absolute;
  bottom: 0;
  right: calc(50vw + 390px);
}

@media not all and (min-width: 1280px) {
  .bl_about_deco {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_about {
    padding-bottom: 40px;
  }
  .bl_about_catch {
    font-size: 1rem;
  }
  .bl_about_col {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-top: 30px;
  }
  .bl_about_item {
    max-width: 400px;
    margin: 0 auto;
  }
  .bl_about_item .img {
    max-width: 300px;
  }
  .bl_about_item .lead {
    font-size: 1.125rem;
    margin-top: 0;
  }
  .bl_about_item .txt {
    font-size: 0.875rem;
  }
  .bl_about_head {
    font-size: 1.25rem;
    padding: 20px;
    text-align: left;
  }
  .bl_about_head span {
    padding: 0 0 0 55px;
  }
  .bl_about_head span::before {
    width: 40px;
    height: 36px;
  }
  .bl_about_head span::after {
    content: none;
  }
  .bl_about_add {
    width: 88px;
    height: 88px;
    top: -48px;
    left: -14px;
  }
  .bl_about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 25px;
  }
  .bl_about_cont {
    width: 100%;
  }
  .bl_about_sample {
    width: 100%;
    padding: 15px 20px;
  }
  .bl_about_deco {
    display: block;
    right: auto;
    left: 20px;
    width: 85px;
  }
  .bl_about_element {
    margin-left: 100px;
    text-align: left !important;
  }
}
.bl_able {
  padding-top: 150px;
}
.bl_able::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 300px;
  background-color: #f4f5f7;
  height: 100px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_able_row {
  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;
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
  row-gap: 60px;
  margin: 80px 0 60px;
}

.bl_able_item {
  position: relative;
  background-color: #efe8f3;
  text-align: center;
  padding: 50px 2% 25px;
  border-radius: 10px;
  width: 31.25%;
}
.bl_able_item .step {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #601885;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  max-width: 200px;
}
.bl_able_item .lead {
  font-size: 1.75rem;
  font-weight: 700;
  color: #601885;
  line-height: 1.5;
}
.bl_able_item .img, .bl_able_item .txt {
  margin-top: 20px;
}
.bl_able_item .img img {
  max-height: 180px;
}

.bl_able_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
}

.bl_able_box {
  background-color: #fff;
  border: 6px solid #efe8f3;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.bl_able_box .lead {
  font-size: 1.5rem;
  font-weight: 700;
  color: #601885;
  line-height: 1.4;
}
.bl_able_box .txt {
  margin-top: 12px;
}

@media not all and (min-width: 992px) {
  .bl_able_item {
    width: 43%;
  }
}
@media not all and (min-width: 768px) {
  .bl_able {
    padding-top: 100px;
  }
  .bl_able::before {
    width: 120px;
    height: 80px;
  }
  .bl_able_row {
    max-width: 500px;
    margin: 60px auto 40px;
    row-gap: 50px;
  }
  .bl_able_item {
    width: 100%;
    padding: 40px 20px 25px;
  }
  .bl_able_col {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .bl_able_box {
    padding: 20px 15px;
  }
  .bl_able_box .lead {
    font-size: 1.25rem;
  }
  .bl_able_box .txt {
    font-size: 0.875rem;
  }
}
.bl_plan {
  background-color: #efe8f3;
  padding: 80px 0;
}

.bl_plan_col {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bl_plan_item {
  text-align: center;
  border-right: 1px dashed #601885;
  padding: 18px 20px;
}
.bl_plan_item:last-of-type {
  border-right: none;
}

@media not all and (min-width: 768px) {
  .bl_plan {
    padding: 60px 0;
  }
  .bl_plan_col {
    padding: 10px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_plan_item {
    padding: 15px 10px;
    border-right: none;
    border-bottom: 1px dashed #601885;
  }
  .bl_plan_item:last-of-type {
    border-bottom: none;
  }
}
.bl_faq_btnWrap {
  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;
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
  row-gap: 20px;
}

.bl_faq_btn {
  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;
  position: relative;
  background-color: #f4f5f7;
  text-align: center;
  padding: 16px 45px 16px 20px;
  border-radius: 40px;
  width: 31.25%;
  line-height: 1.4;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.bl_faq_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #601885;
  border-right: 1px solid #601885;
  content: "";
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bl_faq_block {
  padding-top: 100px;
  position: relative;
  scroll-margin-top: 200px;
}
.bl_faq_block:last-of-type {
  margin-bottom: 60px;
}
.bl_faq_block .el_label {
  margin-bottom: 30px;
}

.bl_faq_item {
  margin-bottom: 20px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
.bl_faq_item:last-of-type {
  margin-bottom: 0;
}
.bl_faq_item.is_open {
  border-radius: 30px;
}
.bl_faq_item.is_open .bl_faq_btnQ {
  border-radius: 30px 30px 0 0;
}
.bl_faq_item.is_open .bl_faq_btnQ::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  top: 55%;
}

/* タイトル部のボタン */
.bl_faq_btnQ {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 90px 20px 25px;
  background: #f4f5f7;
  cursor: pointer;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  line-height: 1.4;
  -webkit-transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
  transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
  position: relative;
}
.bl_faq_btnQ span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
.bl_faq_btnQ::before {
  content: "Q";
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  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;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #601885;
  border-radius: 50%;
  padding-bottom: 3px;
  margin-top: 4px;
}
.bl_faq_btnQ::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #601885;
  border-right: 1px solid #601885;
  content: "";
  top: 48%;
  right: 60px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}

/* 本文（初期は閉じる） */
.bl_faq_body {
  display: none;
  background: #f4f5f7;
  border-radius: 0 0 10px 10px;
}

/* 本文の内側余白 */
.bl_faq_bodyInner {
  margin: 0 30px 0 25px;
  padding: 0 0 20px;
  font-size: 1rem;
  line-height: 1.9;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.bl_faq_bodyInner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  line-height: 1.6;
  -webkit-transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
  transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
}
.bl_faq_bodyInner p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
.bl_faq_bodyInner p::before {
  content: "A";
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  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;
  width: 40px;
  height: 40px;
  color: #601885;
  background-color: #fff;
  border-radius: 50%;
  padding-bottom: 3px;
  margin-top: 4px;
  border: 1px solid #601885;
}

.bl_faq_content {
  border-top: 1px dashed #c9cacc;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .bl_faq_btn:hover {
    border: 1px solid #601885;
  }
}
@media not all and (min-width: 768px) {
  .bl_faq_btnWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bl_faq_btn {
    width: 100%;
    padding: 15px 15px 40px 15px;
    border-radius: 12px;
  }
  .bl_faq_btn::after {
    top: auto;
    bottom: 18px;
    right: 42%;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .bl_faq_block {
    padding-top: 60px;
  }
  .bl_faq_block .el_label {
    margin-bottom: 20px;
  }
  .bl_faq_item {
    border-radius: 10px;
  }
  .bl_faq_item.is_open {
    border-radius: 10px;
  }
  .bl_faq_item.is_open .bl_faq_btnQ {
    border-radius: 10px 10px 0 0;
  }
  .bl_faq_btnQ {
    font-size: 1.25rem;
    gap: 15px;
    padding: 20px 55px 20px 20px;
  }
  .bl_faq_btnQ::before {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  .bl_faq_btnQ::after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
  .bl_faq_bodyInner {
    margin: 0 20px;
  }
  .bl_faq_bodyInner p {
    gap: 15px;
  }
  .bl_faq_bodyInner p::before {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}
.bl_info {
  padding: 90px 0 80px;
  background-color: #efe8f3;
  background-image: url("../../assets/img/mv_bg02.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 28vw) top;
  background-size: contain;
}

.bl_info_row {
  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;
}

.bl_info_cont {
  width: 530px;
  text-align: center;
}

.bl_info_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 650px;
}

.bl_info_title {
  line-height: 1.6;
  font-weight: 700;
}
.bl_info_title .slash {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 0 50px;
  position: relative;
  color: #601885;
  display: inline-block;
  margin-bottom: 7px;
}
.bl_info_title .slash::before, .bl_info_title .slash::after {
  content: "";
  width: 26px;
  height: 40px;
  background-image: url(../../assets/img/icon_slash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_info_title .slash::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bl_info_title .large {
  font-size: 2.5rem;
  display: block;
}
.bl_info_title .main {
  font-size: 3.25rem;
  line-height: 1;
  color: #601885;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffec00));
  background: linear-gradient(transparent 75%, #ffec00 75%);
}

.bl_info_txt {
  margin-top: 15px;
  margin-bottom: 30px;
}

@media not all and (min-width: 1280px) {
  .bl_info {
    background-position: calc(50% + 42vw) top;
  }
}
@media not all and (min-width: 992px) {
  .bl_info {
    background-image: none;
    padding-bottom: 0;
  }
  .bl_info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 -20px;
  }
  .bl_info_cont {
    width: 100%;
    padding: 0 20px;
  }
  .bl_info_img {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media not all and (min-width: 768px) {
  .bl_info {
    padding-top: 40px;
  }
  .bl_info_title .slash {
    font-size: 1.25rem;
    padding: 0 30px;
  }
  .bl_info_title .slash::before, .bl_info_title .slash::after {
    width: 20px;
    height: 30px;
  }
  .bl_info_title .large {
    font-size: 1.5rem;
  }
  .bl_info_title .main {
    font-size: 2rem;
  }
}
.bl_header {
  height: 100px;
  padding: 2px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.bl_header_inner {
  height: 100%;
  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;
}

.bl_header_menu {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_header_menu .el_btn {
  max-width: 260px;
  height: 60px;
  font-size: 1rem;
  margin: 0;
  width: 100%;
}
.bl_header_menu .el_btn .inner {
  padding-left: 28px;
}
.bl_header_menu .el_btn .inner::before {
  width: 20px;
  height: 15px;
}

.bl_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.bl_header_nav li {
  margin-right: 50px;
}
.bl_header_nav a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 2;
}
.bl_header_nav a.current {
  color: #601885;
}

.bl_header_item {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .bl_header_item:hover {
    color: #601885;
  }
}
@media not all and (min-width: 1280px) {
  .bl_header_inner .logo {
    width: 280px;
  }
}
@media not all and (min-width: 992px) {
  .bl_header {
    height: 60px;
    padding: 0 0 0 20px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
            filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
  }
  .bl_header_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_header_inner .logo {
    height: 60px;
  }
  .bl_header_inner .logo img {
    height: 100%;
  }
  .bl_header_inner .bl_header_menu {
    display: none;
    position: fixed;
    z-index: -1;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #F7F7F7;
    padding: 50px 20px 100px;
    overflow-y: scroll;
  }
  .bl_header_inner .bl_header_menu .el_btn {
    margin: 0 auto;
  }
  .bl_header_inner .bl_header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    width: 60%;
    margin: 0 auto 50px auto;
  }
  .bl_header_inner .bl_header_nav li {
    width: 100%;
    margin-left: 0;
  }
  .bl_header_inner .bl_header_item {
    padding: 30px 40px;
    border-bottom: 1px dashed #c9cacc;
    text-align: left;
    width: 100%;
    font-size: 1.25rem;
    position: relative;
  }
  .bl_header_inner .bl_header_item.current::before {
    content: none;
  }
  .bl_header_inner .bl_header_item.is-active {
    background-color: #601885;
    color: #fff;
  }
}
@media not all and (min-width: 768px) {
  .bl_header_inner .logo {
    width: 240px;
  }
  .bl_header_inner .bl_header_nav {
    width: 100%;
  }
  .bl_header_inner .bl_header_menu {
    padding: 0 0 100px 0;
  }
  .bl_header_inner .bl_header_item {
    padding: 30px;
    font-size: 1rem;
  }
}
.bl_footer_head {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.bl_footer_logo {
  display: inline-block;
  margin-bottom: 50px;
}

.bl_footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.bl_footer_bottom {
  background-color: #000;
  color: #fff;
  padding: 10px 0 40px;
}

.bl_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_footer_copy small {
  font-size: 0.75rem;
}

.bl_footer_samllList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  font-size: 0.75rem;
}
.bl_footer_samllList a {
  color: #fff;
}

@media (min-width: 768px) {
  .bl_footer_head a:hover, .bl_footer_bottom a:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer_head {
    padding: 20px 0 30px;
  }
  .bl_footer_logo {
    margin-bottom: 30px;
  }
  .bl_footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_footer_bottom {
    padding: 20px;
  }
  .bl_footer_samllList {
    -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;
    gap: 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_footer_copy {
    text-align: center;
  }
}
.bl_lowerKv {
  padding: 110px 0 0;
}

.bl_lowerCont {
  background-color: #efe8f3;
  padding: 60px 0 80px;
}

.bl_conatct {
  background-color: #fff;
  padding: 60px 6.25%;
  max-width: 960px;
  margin: 0 auto;
}
.bl_conatct input, .bl_conatct textarea {
  width: 100%;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  letter-spacing: 0.06em;
  background-color: #f4f5f7;
  border: none;
}
.bl_conatct label {
  font-weight: 700;
}
.bl_conatct dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.bl_conatct__confirm .bl_contact_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #601885;
}

.bl_contact_row {
  margin-bottom: 30px;
}
.bl_contact_row:last-of-type {
  margin-bottom: 0;
}

.bl_conatctInfo {
  text-align: center;
}

.bl_conatctInfo_title {
  font-size: 2.5rem;
  margin-top: 50px;
  line-height: 1.4;
}

.bl_conatctInfo_txt {
  font-size: 1.25rem;
  margin: 35px 0 40px;
}

.bl_contactPolicy {
  margin: 50px 0 40px;
}

.bl_contactPolicy_catch {
  text-align: center;
  margin-bottom: 10px;
}

.bl_contact_catch {
  text-align: center;
  margin: 60px 0 50px;
}

.bl_contact_confirm .el_btn span {
  color: #fff !important;
}

.bl_progress {
  max-width: 680px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bl_progress::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 60px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #969299;
  z-index: -2;
}
.bl_progress .txt {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.bl_progress_inner {
  background-color: #969299;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
}

.bl_progress_box {
  text-align: center;
}
.bl_progress_box.current .bl_progress_inner {
  background-color: #601885;
}
.bl_progress_box.current .bl_progress_txt {
  color: #601885;
}

.bl_progress_txt {
  color: #969299;
  margin-top: 5px;
  line-height: 1.4;
}

@media not all and (min-width: 768px) {
  .bl_conatct {
    padding: 30px 20px;
  }
  .bl_conatctInfo_title {
    font-size: 1.875rem;
    margin-top: 25px;
  }
  .bl_conatctInfo_txt {
    font-size: 1rem;
    margin: 18px 0 30px;
  }
  .bl_progress {
    margin-bottom: 40px;
    max-width: 300px;
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  .bl_progress_inner {
    width: 60px;
    height: 60px;
  }
  .bl_progress_inner .txt {
    font-size: 1rem;
  }
  .bl_progress_txt {
    font-size: 0.875rem;
  }
  .bl_progress_box:nth-child(2) {
    margin-right: 8px;
  }
}
.el_button {
  color: #333;
}

.el_btnWrap {
  margin-top: 20px;
}

.el_btn {
  display: block;
  max-width: 480px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-radius: 80px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  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;
  background-image: -webkit-gradient(linear, left top, right top, from(#601885), to(#920883));
  background-image: linear-gradient(90deg, #601885, #920883);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el_btn .inner {
  padding-left: 50px;
  position: relative;
}
.el_btn .inner::before {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(../../assets/img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__arrow {
  position: relative;
}
.el_btn__arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.el_btn__back {
  background-image: none;
  background-color: #969299;
  max-width: 320px;
  height: 60px;
  font-size: 1.25rem;
  margin-top: 30px;
}

.el_ham {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#601885), to(#920883));
  background-image: linear-gradient(90deg, #601885, #920883);
  cursor: pointer;
}
.el_ham span {
  position: absolute;
  height: 2px;
  left: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_ham span:first-of-type {
  top: 20px;
}
.el_ham span:nth-of-type(2) {
  top: 29px;
}
.el_ham span:nth-of-type(3) {
  bottom: 20px;
}
.el_ham.is_open span:first-of-type {
  top: 29px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  bottom: 29px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .el_btn:hover {
    opacity: 0.6;
  }
}
@media not all and (min-width: 992px) {
  .el_ham {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .el_btn {
    max-width: 320px;
    height: 60px;
    font-size: 1.25rem;
  }
  .el_btn .inner {
    padding-left: 35px;
  }
  .el_btn .inner::before {
    width: 24px;
    height: 18px;
  }
  .el_btn__arrow::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.el_head {
  text-align: center;
  margin-bottom: 60px;
}
.el_head p {
  margin-top: 20px;
}

.el_h2 {
  font-size: 3.375rem;
  line-height: 1.2;
  color: #601885;
}

.el_label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.el_label .large {
  font-size: 2.5rem;
  color: #601885;
}

.el_slash {
  text-align: center;
  margin-bottom: 20px;
}
.el_slash .inner {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 50px;
  position: relative;
}
.el_slash .inner::before, .el_slash .inner::after {
  content: "";
  width: 26px;
  height: 40px;
  background-image: url(../../assets/img/icon_slash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.el_slash .inner::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media not all and (min-width: 768px) {
  .el_head {
    text-align: center;
    margin-bottom: 30px;
  }
  .el_h2 {
    font-size: 2.5rem;
  }
  .el_label {
    font-size: 1.5rem;
  }
  .el_label .large {
    font-size: 2rem;
  }
  .el_slash {
    margin-bottom: 15px;
  }
  .el_slash .inner {
    font-size: 1.25rem;
    padding: 0 25px;
  }
  .el_slash .inner::before, .el_slash .inner::after {
    content: "";
    width: 18px;
    height: 26px;
  }
}
.el_noteWrap {
  margin-top: 5px;
}

.el_noteWrap__right {
  text-align: right;
}

.el_note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.75rem;
}

.el_link {
  color: #601885;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .el_link:hover {
    text-decoration: none;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffec00));
  background: linear-gradient(transparent 75%, #ffec00 75%);
}

.hp_required {
  width: 40px;
  margin-left: 10px;
  color: #fff;
  background-color: #e00000;
  line-height: 1;
  padding: 4px;
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
  .hp_brpc {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
}
.un_agreeBtn {
  text-align: center;
  margin: 30px 0 0;
}
.un_agreeBtn:hover {
  color: #601885;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.un_agreeBtn label,
.un_agreeBtn input,
.un_agreeBtn span {
  cursor: pointer;
}
.un_agreeBtn input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.un_agreeBtn label {
  position: relative;
}
.un_agreeBtn input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #969299;
}
.un_agreeBtn input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
  border-right: 3px solid #601885;
  border-bottom: 3px solid #601885;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.un_agreeBtn input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.un_checkboxTxt {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.un_formCaution {
  color: #ED1C24;
  font-weight: 500;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */