@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  overflow-x: hidden;
}
@media print, screen and (min-width: 781px) {
  html {
    font-size: 16px;
    padding-top: 83px;
  }
}
@media print, screen and (max-width: 780px) {
  html {
    font-size: 4.1025641026vw;
    padding-top: 17.9487179487vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 781px) {
  .l-header {
    height: 83px;
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1070px) {
  .l-header {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 780px) {
  .l-header {
    height: 17.9487179487vw;
    padding-inline: 3.8461538462vw;
  }
}

.l-header_logo_anchor {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-header_logo_anchor:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 780px) {
  .l-header_logo_item {
    width: 47.4358974359vw;
  }
}

.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 1070px)  {
  .l-nav  {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.l-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .l-nav_list {
    gap: 35px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-nav_list {
    gap: 20px;
  }
}
@media print, screen and (max-width: 1070px) {
  .l-nav_list {
    display: none;
  }
}
.l-nav_list_item {
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .l-nav_list_item {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-nav_list_item {
    font-size: 14px;
  }
}
.l-nav_list_item_anchor {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-nav_list_item_anchor {
    height: 83px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (any-hover: hover) {
  .l-nav_list_item_anchor:hover {
    color: #1355D0;
  }
}

.l-nav_task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .l-nav_task {
    gap: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-nav_task {
    gap: 3.8461538462vw;
  }
}

.l-nav_task_tel {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .l-nav_task_tel {
    font-size: 26px;
    gap: 10px;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-nav_task_tel {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-nav_task_tel_icon {
    width: 10.2564102564vw;
    height: auto;
  }
}

@media print, screen and (max-width: 780px) {
  .l-nav_task_tel_number {
    display: none;
  }
}

.l-nav_task_contact {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-nav_task_contact {
    padding: 17px 40px;
    border-radius: 26px;
    font-size: 18px;
    background-color: #1355D0;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-nav_task_contact {
    font-size: 14px;
    padding: 17px 30px;
  }
}
.l-nav_task_contact:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 781px) {
  .l-nav_task_contact_icon {
    display: none;
  }
}
@media print, screen and (max-width: 780px) {
  .l-nav_task_contact_icon {
    width: 10.2564102564vw;
    height: auto;
  }
}

@media print, screen and (max-width: 780px) {
  .l-nav_task_contact_text {
    display: none;
  }
}

.l-footer {
  border-top: 10px solid #070EF3;
  background-color: #F6F6F6;
}
@media print, screen and (min-width: 781px) {
  .l-footer {
    padding: 120px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .l-footer {
    padding: 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer {
    padding: 12.8205128205vw 6.4102564103vw;
  }
}

@media print, screen and (min-width: 781px) {
  .l-footer_logo {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_logo {
    margin-bottom: 7.6923076923vw;
  }
}

.l-footer_logo_anchor {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-footer_logo_anchor:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 780px) {
  .l-footer_logo_image {
    width: 76.9230769231vw;
  }
}

.l-footer_catch {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 781px) {
  .l-footer_catch {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_catch {
    font-size: 4.358974359vw;
  }
}

.l-footer_company {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 781px) {
  .l-footer_company {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_company {
    font-size: 5.1282051282vw;
  }
}

.l-footer_address {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .l-footer_address {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_address {
    font-size: 4.358974359vw;
  }
}

.l-footer_contact {
  border-top: 1px dashed #3E7E8E;
  border-bottom: 1px dashed #3E7E8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .l-footer_contact {
    margin-block: 50px;
    padding-block: 20px;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .l-footer_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_contact {
    margin-block: 10.2564102564vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4102564103vw;
    padding-block: 7.6923076923vw;
  }
}

.l-footer_contact_tel {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 781px) {
  .l-footer_contact_tel {
    font-size: 26px;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_contact_tel {
    font-size: 6.6666666667vw;
  }
}

.l-footer_contact_fax {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media print, screen and (min-width: 781px) {
  .l-footer_contact_fax {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_contact_fax {
    font-size: 6.6666666667vw;
  }
}

.l-footer_contact_button {
  background-color: #1355D0;
  color: #fff;
  text-align: center;
  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;
  text-decoration: none;
  font-weight: 800;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-footer_contact_button {
    width: 188px;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_contact_button {
    width: 61.5384615385vw;
    height: 16.6666666667vw;
    border-radius: 7.9487179487vw;
    font-size: 5.1282051282vw;
  }
}
.l-footer_contact_button:hover {
  opacity: 0.8;
}

.l-footer_copy {
  line-height: 1.6;
  display: block;
}
@media print, screen and (min-width: 781px) {
  .l-footer_copy {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .l-footer_copy {
    text-align: center;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_copy {
    text-align: center;
    font-size: 3.5897435897vw;
  }
}

.index-mv {
  background-size: cover;
}
@media print, screen and (min-width: 781px) {
  .index-mv {
    padding-top: 80px;
    padding-bottom: 170px;
    background-image: url("../media/mv_bg.jpg");
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv {
    padding-top: 6.0606060606vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv {
    padding-bottom: 85px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv {
    padding-top: 40px;
    background-image: url("../media/mv_bg-sp.jpg");
  }
}

.index-mv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media print, screen and (min-width: 781px) {
  .index-mv_container {
    gap: 30px;
    padding-inline: 50px;
  }
}
@media print, screen and (max-width: 1000px) {
  .index-mv_container {
    -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;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_container {
    padding-inline: 5.1282051282vw;
    gap: 7.6923076923vw;
  }
}

.index-mv_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch {
    gap: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_catch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch {
    gap: 4.6153846154vw;
  }
}

.index-mv_catch_hook {
  font-weight: 800;
  background-color: #FFDA62;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch_hook {
    font-size: 30px;
    padding: 12px 30px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch_hook {
    font-size: 1.9696969697vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_catch_hook {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 26px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch_hook {
    padding: 3.8461538462vw;
    width: 100%;
    text-align: center;
    font-size: 6.6666666667vw;
    border-radius: 14.1025641026vw;
    line-height: 1.2;
  }
}

.index-mv_catch_label {
  font-weight: 900;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch_label {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch_label {
    font-size: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_catch_label {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch_label {
    font-size: 7.6923076923vw;
    text-align: center;
    line-height: 1.4;
  }
}

.index-mv_catch_impact {
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch_impact {
    font-size: 70px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch_impact {
    font-size: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_catch_impact {
    line-height: 1.3;
    font-size: 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch_impact {
    font-size: 12.8205128205vw;
    text-align: center;
    line-height: 1.2;
  }
}

.index-mv_catch_product {
  font-weight: 800;
  border-top: 1px dashed #3E7E8E;
  border-bottom: 1px dashed #3E7E8E;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch_product {
    font-size: 24px;
    padding: 15px 0 20px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch_product {
    font-size: 1.5151515152vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_catch_product {
    line-height: 1.3;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch_product {
    font-size: 5.641025641vw;
    text-align: center;
    line-height: 1.4;
    padding-block: 5.1282051282vw;
  }
}

.index-mv_catch_product_name {
  font-weight: 900;
}
@media print, screen and (min-width: 781px) {
  .index-mv_catch_product_name {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_catch_product_name {
    font-size: 1.8181818182vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_catch_product_name {
    font-size: 8.2051282051vw;
    display: block;
    margin-top: 1.2820512821vw;
  }
}

@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-mv_image {
    width: 21.2121212121vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-mv_image {
    width: 200px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_image {
    width: 35.8974358974vw;
  }
}

.index-ctamv {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .index-ctamv {
    padding: 30px 60px 110px 60px;
    border-radius: 30px;
    max-width: 1240px;
    width: calc(100% - 60px);
    margin-inline: auto;
    margin-top: -90px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-ctamv {
    padding: 2.2727272727vw 5.303030303vw 8.3333333333vw 5.303030303vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-ctamv {
    padding: 30px 20px 70px 20px;
  }
}
.index-cta_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.index-cta_content_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_badge {
    gap: 5px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_badge {
    margin-top: 3.7878787879vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_badge {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6.4102564103vw;
    padding-bottom: 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}

.index-cta_content_badge_item {
  color: #36418D;
  background-color: #FFDA62;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.25;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_badge_item {
    width: 156px;
    height: 156px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_badge_item {
    width: 11.8181818182vw;
    height: 11.8181818182vw;
    font-size: 1.3636363636vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_badge_item {
    width: 40vw;
    height: 40vw;
    font-size: 4.6153846154vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-cta_content_badge_number {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_badge_number {
    font-size: 3.0303030303vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_badge_number {
    font-size: 10.2564102564vw;
  }
}

.index-cta_content_package {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_package {
    margin-top: -10px;
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_package {
    width: 18.1818181818vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_package {
    position: absolute;
    right: 5.1282051282vw;
    top: 35.8974358974vw;
    width: 46.1538461538vw;
  }
}

.index-cta_content_info {
  width: 100%;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info {
    margin-top: 3.0303030303vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_content_info {
    width: 100%;
    margin-top: -30px;
  }
}
.index-cta_content_info_catch {
  font-weight: 800;
  color: #fff;
  background-color: #FF5C4D;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_catch {
    font-size: 30px;
    padding: 10px 0 12px;
    border-radius: 26px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_catch {
    font-size: 2.2727272727vw;
    padding: 0.7575757576vw 0 0.9090909091vw;
    border-radius: 1.9696969697vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_catch {
    padding: 5.1282051282vw;
    line-height: 1.4;
    font-size: 6.1538461538vw;
    padding-right: 41.0256410256vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_content_info_pricing {
    text-align: center;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing {
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    text-align: center;
    border-bottom: 2.0512820513vw solid #FF5C4D;
  }
}

@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_squaremeter {
    margin-top: -0.8rem;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_squaremeter {
    margin-top: -0.5rem;
  }
}
.index-cta_content_info_pricing_squaremeter_price {
  font-family: "Barlow", sans-serif;
  color: #FF5C4D;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_squaremeter_price {
    font-size: 184px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_squaremeter_price {
    font-size: 13.1818181818vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_squaremeter_price {
    font-size: 36.6666666667vw;
  }
}

.index-cta_content_info_pricing_squaremeter_unit {
  font-weight: 800;
  margin-left: 0.3rem;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_squaremeter_unit {
    font-size: 42px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_squaremeter_unit {
    font-size: 2.7272727273vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_squaremeter_unit {
    font-size: 10.7692307692vw;
  }
}

.index-cta_content_info_pricing_etc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_etc {
    width: 185px;
    margin-top: 25px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_etc {
    width: 14.0151515152vw;
    margin-top: 1.8939393939vw;
    margin-left: 1.5151515152vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.7948717949vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.2820512821vw;
  }
}

.index-cta_content_info_pricing_etc_item {
  background-color: #FBFAF3;
  border: 1px solid #D5D2BA;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_etc_item {
    border-radius: 5px;
    padding: 0.3rem 0;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_etc_item {
    padding: 0.3rem 0.6rem;
    border-radius: 1.2820512821vw;
  }
}

.index-cta_content_info_pricing_etc_arrow {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_etc_arrow {
    border-width: 14px 9px 0 9px;
    border-color: #FFDA62 transparent transparent transparent;
    margin: 7px auto;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_etc_arrow {
    border-width: 1.0606060606vw 0.6818181818vw 0 0.6818181818vw;
    margin: 0.5303030303vw auto;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_etc_arrow {
    border-width: 2.3076923077vw 0 2.3076923077vw 3.5897435897vw;
    border-color: transparent transparent transparent #FFDA62;
  }
}

.index-cta_content_info_pricing_quantity {
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_quantity {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_quantity {
    font-size: 3.0303030303vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_quantity {
    font-size: 9.7435897436vw;
  }
}

.index-cta_content_info_pricing_price {
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #FF5C4D;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_price {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_price {
    font-size: 3.0303030303vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_price {
    font-size: 9.7435897436vw;
  }
}

.index-cta_content_info_pricing_unit {
  font-weight: 700;
}
@media print, screen and (min-width: 781px) {
  .index-cta_content_info_pricing_unit {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_unit {
    font-size: 2.1212121212vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_content_info_pricing_unit {
    font-size: 5.641025641vw;
  }
}

.index-cta_content_info_pricing_excluding {
  font-weight: 500;
}
@media print, screen and (min-width: 1001px) and (max-width: 1320px) {
  .index-cta_content_info_pricing_excluding {
    font-size: 1.2121212121vw;
  }
}
.index-cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) and (max-width: 1140px) {
  .index-cta_btn {
    zoom: 0.8;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_btn {
    -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;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn {
    padding: 7.6923076923vw 3.8461538462vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-ctamv .index-cta_btn {
    margin-left: -70px;
    margin-right: -70px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-ctamv .index-cta_btn {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.index-cta_btn_sample {
  background-color: #36418D;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 781px) {
  .index-cta_btn_sample {
    border: 10px solid #fff;
    padding: 30px;
    border-radius: 102px;
    margin-top: -40px;
    width: 60%;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_btn_sample {
    margin-top: 30px;
    width: 80%;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn_sample {
    padding: 7.6923076923vw 7.6923076923vw 15.3846153846vw 7.6923076923vw;
    border-radius: 7.6923076923vw;
    border: 2.5641025641vw solid #fff;
  }
}
.index-cta_btn_sample:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.index-cta_btn_sample::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shine 3s ease-in-out infinite;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -184px;
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-cta_btn_contact {
  background-color: #1355D0;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 781px) {
  .index-cta_btn_contact {
    border: 10px solid #fff;
    padding: 30px;
    border-radius: 102px;
    -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
    margin-top: -40px;
    width: 40%;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-cta_btn_contact {
    margin-top: 30px;
    width: 60%;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn_contact {
    padding: 7.6923076923vw 7.6923076923vw 15.3846153846vw 7.6923076923vw;
    border-radius: 7.6923076923vw;
    border: 2.5641025641vw solid #fff;
  }
}
.index-cta_btn_contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.index-cta_btn_contact::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shine 3s ease-in-out infinite 0.5s;
  animation: shine 3s ease-in-out infinite 0.5s;
  position: absolute;
  top: -184px;
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-cta_btn_message {
  font-weight: 900;
  color: #FFDA62;
}
@media print, screen and (min-width: 781px) {
  .index-cta_btn_message {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn_message {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}

.index-cta_btn_maintext {
  font-weight: 900;
  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;
}
@media print, screen and (min-width: 781px) {
  .index-cta_btn_maintext {
    font-size: 36px;
    gap: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn_maintext {
    font-size: 7.1794871795vw;
    margin-bottom: 3.8461538462vw;
  }
}

@media print, screen and (max-width: 780px) {
  .index-cta_btn_arrow {
    position: absolute;
    bottom: 5.1282051282vw;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 3.5897435897vw;
  }
}

@media print, screen and (max-width: 780px) {
  .index-cta_btn_sample .index-cta_btn_arrow {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }
}

.index-cta_btn_subtext {
  font-weight: 800;
}
@media print, screen and (min-width: 781px) {
  .index-cta_btn_subtext {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-cta_btn_subtext {
    font-size: 4.6153846154vw;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(70) rotate(45deg);
    transform: scale(70) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(70) rotate(45deg);
    transform: scale(70) rotate(45deg);
    opacity: 0;
  }
}
.index-problem {
  background-color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-problem {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem {
    padding-top: 15.3846153846vw;
    padding-bottom: 7.6923076923vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-problem_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_container {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}

.index-problem_title {
  color: #fff;
  font-weight: 900;
  position: relative;
  text-align: center;
  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;
}
@media print, screen and (min-width: 781px) {
  .index-problem_title {
    gap: 60px;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_title {
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.index-problem_title::before, .index-problem_title::after {
  content: "";
  display: block;
  background-color: #FFDA62;
}
@media print, screen and (min-width: 781px) {
  .index-problem_title::before, .index-problem_title::after {
    margin-bottom: -15px;
    height: 130px;
    width: 4px;
    border-radius: 2px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_title::before, .index-problem_title::after {
    height: 17.9487179487vw;
    width: 1.0256410256vw;
    border-radius: 0.5128205128vw;
    margin-bottom: -10.2564102564vw;
  }
}
.index-problem_title::before {
  rotate: -20deg;
}
.index-problem_title::after {
  rotate: 20deg;
}

.index-problem_title_sub {
  line-height: 1.4;
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-problem_title_sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_title_sub {
    font-size: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}

.index-problem_title_main {
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-problem_title_main {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-problem_title_main {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_title_main {
    line-height: 1.4;
    font-size: 7.6923076923vw;
  }
}

.index-problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .index-problem_list {
    gap: 12px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5.1282051282vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.8461538462vw 5.1282051282vw;
  }
}

.index-problem_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .index-problem_list_item {
    border: 5px solid #FFDA62;
    aspect-ratio: 1/1;
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_list_item {
    width: 100%;
    gap: 3.8461538462vw;
    padding-left: 2.5641025641vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_list_item + .index-problem_list_item {
    border-top: 1.0256410256vw dotted #FFDA62;
    margin-top: 1.2820512821vw;
    padding-top: 1.2820512821vw;
  }
}

.index-problem_list_text {
  font-weight: 900;
  line-height: 1.4;
  color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-problem_list_text {
    font-size: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-problem_list_text {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_list_text {
    font-size: 6.1538461538vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-problem_list_image {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(12%, 25%);
    transform: translate(12%, 25%);
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-problem_list_image {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 780px) {
  .index-problem_list_image {
    width: 20.5128205128vw;
  }
}

.index-solution {
  position: relative;
  background-image: url("../media/solution_bg.jpg");
  background-size: cover;
}
@media print, screen and (min-width: 781px) {
  .index-solution {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution {
    padding-top: 25.641025641vw;
  }
}
.index-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #36418D transparent transparent transparent;
}
@media print, screen and (min-width: 781px) {
  .index-solution::before {
    border-width: 110px 50vw 0 50vw;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution::before {
    border-width: 12.8205128205vw 50vw 0 50vw;
  }
}

.index-solution_title {
  color: #000;
  font-weight: 900;
  position: relative;
  text-align: center;
  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;
}
@media print, screen and (min-width: 781px) {
  .index-solution_title {
    gap: 60px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-solution_title {
    gap: 35px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_title {
    gap: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}
.index-solution_title::before, .index-solution_title::after {
  content: "";
  display: block;
  background-color: #1355D0;
}
@media print, screen and (min-width: 781px) {
  .index-solution_title::before, .index-solution_title::after {
    margin-bottom: -15px;
    height: 130px;
    width: 4px;
    border-radius: 2px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_title::before, .index-solution_title::after {
    height: 17.9487179487vw;
    width: 1.0256410256vw;
    border-radius: 0.5128205128vw;
    margin-bottom: -10.2564102564vw;
  }
}
.index-solution_title::before {
  rotate: -20deg;
}
.index-solution_title::after {
  rotate: 20deg;
}

.index-solution_title_sub {
  line-height: 1.4;
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-solution_title_sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_title_sub {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}

.index-solution_title_main {
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-solution_title_main {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-solution_title_main {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_title_main {
    font-size: 7.6923076923vw;
    line-height: 1.4;
  }
}

.index-solution_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list {
    gap: 20px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1140px) {
  .index-solution_list {
    grid-template-columns: 1fr;
    width: 75%;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list {
    grid-template-columns: 1fr;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    gap: 3.8461538462vw;
  }
}

.index-solution_list_item {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_item {
    border: 5px solid #FFDA62;
    border-radius: 20px;
    padding: 45px 60px 0 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_item {
    border: 1.2820512821vw solid #FFDA62;
    border-radius: 5.1282051282vw;
    padding: 6.4102564103vw 6.4102564103vw 0 6.4102564103vw;
  }
}

.index-solution_list_item--last {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_item--last {
    gap: 40px;
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-solution_list_item--last {
    padding-bottom: 200px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_item--last {
    padding-bottom: 20.5128205128vw;
  }
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_item--last .index-solution_list_head {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_item--last .index-solution_list_head::before, .index-solution_list_item--last .index-solution_list_head::after {
    height: 30px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-solution_list_item--last .index-solution_list_image:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_item--last .index-solution_list_image:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 17.9487179487vw;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-solution_list_item--last .index-solution_list_image:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_item--last .index-solution_list_image:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 17.9487179487vw;
  }
}

.index-solution_list_head {
  display: grid;
  grid-template-areas: "index-solution_list_head__before index-solution_list_head_label index-solution_list_head__after" "index-solution_list_head__before index-solution_list_head_text index-solution_list_head__after";
  grid-template-columns: -webkit-min-content -webkit-max-content -webkit-min-content;
  grid-template-columns: min-content max-content min-content;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_head {
    row-gap: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.index-solution_list_head::before, .index-solution_list_head::after {
  content: "";
  display: block;
  background-color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_head::before, .index-solution_list_head::after {
    height: 140px;
    width: 4px;
    border-radius: 2px;
  }
}
.index-solution_list_head::before {
  rotate: -20deg;
  grid-area: index-solution_list_head__before;
}
.index-solution_list_head::after {
  rotate: 20deg;
  grid-area: index-solution_list_head__after;
}
.index-solution_list_head_label {
  color: #36418D;
  font-weight: 800;
  background-color: #FFDA62;
  display: inline-block;
  grid-area: index-solution_list_head_label;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_head_label {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 22px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_head_label {
    font-size: 4.6153846154vw;
    padding: 1.7948717949vw 5.1282051282vw 2.5641025641vw;
    border-radius: 5.641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-solution_list_head_label_num {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_head_label_num {
    font-size: 6.1538461538vw;
  }
}

.index-solution_list_head_text {
  font-weight: 900;
  line-height: 1.4;
  grid-area: index-solution_list_head_text;
}
@media print, screen and (min-width: 781px) {
  .index-solution_list_head_text {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_head_text {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8461538462vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-solution_list_image {
    margin-bottom: -5px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-solution_list_image {
    height: 23.0769230769vw;
    margin-bottom: -1.0256410256vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-container {
    padding-inline: 5.1282051282vw;
  }
}

.index-heading {
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .index-heading {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-heading {
    margin-bottom: 7.6923076923vw;
  }
}
.index-heading::after {
  display: block;
  content: "";
  background-color: #1355D0;
  margin-inline: auto;
}
@media print, screen and (min-width: 781px) {
  .index-heading::after {
    width: 60px;
    height: 6px;
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-heading::after {
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    margin-top: 5.1282051282vw;
  }
}

.index-heading_sub {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #1355D0;
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-heading_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-heading_sub {
    margin-bottom: 3.8461538462vw;
  }
}

.index-heading_main {
  color: #36418D;
  font-weight: 900;
}
@media print, screen and (min-width: 781px) {
  .index-heading_main {
    font-size: 44px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-heading_main {
    font-size: 7.6923076923vw;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-about {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about {
    padding-block: 15.3846153846vw;
  }
}

.index-about_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1000px) {
  .index-about_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column {
    gap: 7.6923076923vw;
  }
}

@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-about_column_content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.index-about_column_title {
  font-weight: 800;
  color: #36418D;
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-about_column_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column_title {
    font-size: 5.641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}

.index-about_column_body {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-about_column_body {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column_body {
    font-size: 4.358974359vw;
    margin-bottom: 7.6923076923vw;
  }
}

.index-about_column_grupopuma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .index-about_column_grupopuma {
    gap: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column_grupopuma {
    gap: 5.1282051282vw;
  }
}

.index-about_column_grupopuma_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.index-about_column_grupopuma_desc {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-about_column_grupopuma_desc {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column_grupopuma_desc {
    font-size: 3.8461538462vw;
  }
}

.index-about_column_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-about_column_image {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -100px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-about_column_image {
    margin-left: -8.9743589744vw;
    margin-bottom: -7.6923076923vw;
  }
}

.index-strengths {
  background-color: #FBFAF3;
}
@media print, screen and (min-width: 781px) {
  .index-strengths {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths {
    padding-block: 15.3846153846vw;
  }
}

.index-strengths_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point {
    gap: 30px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-strengths_point {
    gap: 50px;
  }
}
@media print, screen and (max-width: 1000px) {
  .index-strengths_point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point {
    gap: 10.2564102564vw;
  }
}

@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-strengths_point_item {
    max-width: 660px;
    margin-inline: auto;
  }
}
.index-strengths_point_image {
  overflow: hidden;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point_image {
    border-radius: 10px;
    -webkit-box-shadow: 20px 30px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 20px 30px 15px rgba(0, 0, 0, 0.1);
    margin-right: 60px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-strengths_point_image {
    max-width: 600px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point_image {
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 5.1282051282vw 7.6923076923vw 3.8461538462vw rgba(0, 0, 0, 0.1);
    box-shadow: 5.1282051282vw 7.6923076923vw 3.8461538462vw rgba(0, 0, 0, 0.1);
    margin-right: 15.3846153846vw;
  }
}

.index-strengths_point_body {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point_body {
    border-radius: 10px;
    margin-top: -40px;
    margin-left: 45px;
    -webkit-box-shadow: 20px 30px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 20px 30px 15px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point_body {
    border-radius: 2.5641025641vw;
    margin-top: -10.2564102564vw;
    margin-left: 11.5384615385vw;
    -webkit-box-shadow: 5.1282051282vw 7.6923076923vw 3.8461538462vw rgba(0, 0, 0, 0.1);
    box-shadow: 5.1282051282vw 7.6923076923vw 3.8461538462vw rgba(0, 0, 0, 0.1);
  }
}

.index-strengths_point_label {
  background-color: #1355D0;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-inline: auto;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point_label {
    border-radius: 0 0 10px 10px;
    padding: 10px 30px 12px;
    font-size: 18px;
    width: 126px;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point_label {
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    padding: 2.5641025641vw 7.6923076923vw 3.0769230769vw;
    font-size: 4.6153846154vw;
    width: 32.3076923077vw;
    margin-bottom: 5.1282051282vw;
  }
}

.index-strengths_point_label_number {
  margin-left: 0.3rem;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point_label_number {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point_label_number {
    font-size: 7.6923076923vw;
  }
}

.index-strengths_point_text {
  font-weight: 900;
  color: #36418D;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-strengths_point_text {
    font-size: 26px;
    padding-bottom: 45px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-strengths_point_text {
    font-size: 6.1538461538vw;
    padding-bottom: 7.6923076923vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-color {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color {
    padding-block: 15.3846153846vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-color_section {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_section {
    margin-bottom: 12.8205128205vw;
  }
}

.index-color_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 781px) {
  .index-color_heading {
    margin-bottom: 30px;
    row-gap: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.index-color_heading_main {
  font-weight: 700;
  color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-color_heading_main {
    font-size: 30px;
    margin-right: 1rem;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_heading_main {
    display: block;
    font-size: 6.1538461538vw;
    text-align: center;
    margin-bottom: 5.1282051282vw;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 780px) {
  .index-color_heading_lead {
    line-height: 1.6;
    margin-bottom: 5.1282051282vw;
  }
}

.index-color_variation {
  display: grid;
}
@media print, screen and (min-width: 781px) {
  .index-color_variation {
    gap: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_variation {
    gap: 7.6923076923vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-color_variation_image {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_variation_image {
    border-radius: 2.5641025641vw;
  }
}

.index-color_variation_title {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .index-color_variation_title {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_variation_title {
    font-size: 4.358974359vw;
    margin-top: 3.8461538462vw;
  }
}

.index-color_colortrend808 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) {
  .index-color_colortrend808 {
    gap: 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_colortrend808 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-color_colortrend808_subheading {
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .index-color_colortrend808_subheading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_colortrend808_subheading {
    font-size: 4.8717948718vw;
    margin-bottom: 3.8461538462vw;
  }
}

.index-color_colortrend808_body {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-color_colortrend808_body {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_colortrend808_body {
    font-size: 4.358974359vw;
    margin-bottom: 5.1282051282vw;
  }
}

.index-color_colortrend808_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-color_colortrend808_image {
    width: 147px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_colortrend808_image {
    width: 37.6923076923vw;
    margin-inline: auto;
  }
}

.index-step {
  border-top: 1px solid #B3B3B3;
}
@media print, screen and (min-width: 781px) {
  .index-step {
    padding-top: 35px;
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-step {
    padding-top: 7.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}

.index-step_button {
  background-color: transparent;
  border: 1px solid #B3B3B3;
  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;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-inline: auto;
}
@media print, screen and (min-width: 781px) {
  .index-step_button {
    height: 65px;
    gap: 20px;
    border-radius: 33px;
    font-size: 20px;
    padding-inline: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-step_button {
    height: 16.6666666667vw;
    gap: 5.1282051282vw;
    border-radius: 8.4615384615vw;
    font-size: 5.1282051282vw;
    padding-inline: 10.2564102564vw;
  }
}
@media (any-hover: hover) {
  .index-step_button:hover {
    color: #fff;
    background-color: #36418D;
  }
  .index-step_button:hover .index-step_button_icon::before, .index-step_button:hover .index-step_button_icon::after {
    background-color: #fff;
  }
}
.index-step_button.is-open .index-step_button_icon::after {
  opacity: 0;
}
.index-step_button_icon {
  position: relative;
}
.index-step_button_icon::before, .index-step_button_icon::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-step_button_icon::before {
    width: 15px;
    height: 2px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-step_button_icon::before {
    width: 3.8461538462vw;
    height: 0.5128205128vw;
  }
}
@media print, screen and (min-width: 781px) {
  .index-step_button_icon::after {
    width: 2px;
    height: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-step_button_icon::after {
    height: 3.8461538462vw;
    width: 0.5128205128vw;
  }
}

.index-finished {
  background-color: #353851;
}
@media print, screen and (min-width: 781px) {
  .index-finished {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-finished {
    padding-block: 15.3846153846vw;
  }
}
.index-finished .index-heading::after {
  background-color: #fff;
}
.index-finished .index-heading_sub, .index-finished .index-heading_main {
  color: #fff;
}

.index-finished_image {
  display: grid;
}
@media print, screen and (min-width: 781px) {
  .index-finished_image {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-finished_image {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 780px) {
  .index-finished_image {
    gap: 5.1282051282vw;
  }
}

.index-finished_image_item {
  overflow: hidden;
}
@media print, screen and (min-width: 781px) {
  .index-finished_image_item {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-finished_image_item {
    height: 51.2820512821vw;
    border-radius: 2.5641025641vw;
  }
}

.index-finished_body {
  line-height: 1.7;
  color: #fff;
}
@media print, screen and (min-width: 781px) {
  .index-finished_body {
    font-size: 18px;
    max-width: 900px;
    margin-inline: auto;
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-finished_body {
    margin-top: 5.1282051282vw;
    font-size: 4.358974359vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-ctamiddle {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-ctamiddle .index-cta {
    margin-left: -5.1282051282vw;
    margin-right: -5.1282051282vw;
  }
}

.index-lead {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-lead {
    font-size: 18px;
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-lead {
    margin-bottom: 5.1282051282vw;
    font-size: 4.358974359vw;
  }
}

.index-example {
  background-color: #FBFAF3;
}
@media print, screen and (min-width: 781px) {
  .index-example {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-example {
    padding-block: 15.3846153846vw;
  }
}

.index-example_list {
  display: grid;
}
@media print, screen and (min-width: 781px) {
  .index-example_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-example_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 780px) {
  .index-example_list {
    gap: 5.1282051282vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-example_list_image {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-example_list_image {
    border-radius: 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}

.index-example_list_desc {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-example_list_desc {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-example_list_desc {
    font-size: 4.358974359vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-instructions {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-instructions {
    padding-block: 15.3846153846vw;
  }
}

.index-instructions_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 781px) {
  .index-instructions_column {
    gap: 80px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-instructions_column {
    -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;
  }
}
@media print, screen and (max-width: 780px) {
  .index-instructions_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}

.index-instructions_column_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (max-width: 780px) {
  .index-instructions_column_image {
    width: 100%;
    text-align: center;
  }
}

.index-instructions_column_content {
  border-top: dashed 1px #3E7E8E;
  border-bottom: dashed 1px #3E7E8E;
}
@media print, screen and (min-width: 781px) {
  .index-instructions_column_wrap {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .index-instructions_column_wrap {
    padding: 6.4102564103vw 0;
  }
}
.index-instructions_column_wrap + .index-instructions_column_wrap {
  border-top: dashed 1px #3E7E8E;
}
.index-instructions_column_term {
  font-weight: 700;
  color: #36418D;
}
@media print, screen and (min-width: 781px) {
  .index-instructions_column_term {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-instructions_column_term {
    font-size: 5.641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}

.index-instructions_column_desc {
  line-height: 1.8;
}
@media print, screen and (min-width: 781px) {
  .index-instructions_column_desc {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-instructions_column_desc {
    font-size: 4.358974359vw;
  }
}

.index-qa {
  background-color: #FBFAF3;
}
@media print, screen and (min-width: 781px) {
  .index-qa {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa {
    padding-block: 15.3846153846vw;
  }
}

.index-qa_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box {
    gap: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box {
    gap: 3.8461538462vw;
  }
}

.index-qa_box_item {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_item {
    -webkit-box-shadow: 0 0.5128205128vw 2.5641025641vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5128205128vw 2.5641025641vw rgba(0, 0, 0, 0.1);
    border-radius: 2.5641025641vw;
  }
}

.index-qa_box_q {
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_q {
    padding-left: 140px;
    min-height: 90px;
    font-size: 22px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_q {
    padding-left: 16.6666666667vw;
    min-height: 20vw;
    font-size: 4.6153846154vw;
    padding-right: 12.8205128205vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
}
.index-qa_box_q:hover {
  opacity: 0.7;
}
.index-qa_box_q::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #36418D;
  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;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_q::before {
    font-size: 30px;
    border-radius: 0 10px 10px 0;
    width: 100px;
    height: 50px;
    top: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_q::before {
    font-size: 5.1282051282vw;
    border-radius: 0 2.5641025641vw 2.5641025641vw 0;
    width: 12.8205128205vw;
    height: 8.7179487179vw;
    top: 5.1282051282vw;
  }
}
.index-qa_box_q[aria-expanded=true] .index-qa_box_q_toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-qa_box_q_toggle {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_q_toggle {
    top: 32px;
    right: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_q_toggle {
    top: 7.1794871795vw;
    right: 5.1282051282vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}

.index-qa_box_a {
  position: relative;
  border-top: 1px solid #CFC980;
  line-height: 1.6;
  display: none;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_a {
    font-size: 18px;
    padding-left: 140px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_a {
    font-size: 4.358974359vw;
    padding-left: 15.3846153846vw;
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    padding-right: 3.8461538462vw;
  }
}
.index-qa_box_a::before {
  content: "A";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #1355D0;
  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;
  position: absolute;
}
@media print, screen and (min-width: 781px) {
  .index-qa_box_a::before {
    font-size: 34px;
    width: 100px;
    top: 40px;
    left: 0;
  }
}
@media print, screen and (max-width: 780px) {
  .index-qa_box_a::before {
    font-size: 5.1282051282vw;
    left: 5.1282051282vw;
  }
}

.index-flow {
  background-color: #EDF2FB;
}
@media print, screen and (min-width: 781px) {
  .index-flow {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow {
    padding-block: 15.3846153846vw;
  }
}

.index-flow_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step {
    gap: 38px;
    max-width: 900px;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step {
    gap: 11.5384615385vw;
  }
}

.index-flow_step_item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_item {
    -webkit-box-shadow: 0 0.5128205128vw 2.5641025641vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5128205128vw 2.5641025641vw rgba(0, 0, 0, 0.1);
    border-radius: 2.5641025641vw;
    padding: 6.4102564103vw;
    gap: 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index-flow_step_item + .index-flow_step_item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 6px));
  transform: translate(-50%, calc(-100% - 6px));
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F4BC02 transparent transparent transparent;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_item + .index-flow_step_item::before {
    border-width: 26px 15px 0 15px;
    top: 0;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_item + .index-flow_step_item::before {
    border-width: 6.6666666667vw 3.8461538462vw 0 3.8461538462vw;
    top: -1.2820512821vw;
  }
}

.index-flow_step_content {
  width: 100%;
}
.index-flow_step_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_heading {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_heading {
    gap: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}

.index-flow_step_heading_number {
  background-color: #1355D0;
  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;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_heading_number {
    border-radius: 10px;
    height: 54px;
    width: 54px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_heading_number {
    border-radius: 1.2820512821vw;
    height: 9.2307692308vw;
    width: 9.2307692308vw;
    font-size: 6.1538461538vw;
  }
}

.index-flow_step_heading_text {
  font-weight: 700;
  color: #36418D;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_heading_text {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_heading_text {
    font-size: 5.641025641vw;
  }
}

.index-flow_step_body {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_body {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_body {
    font-size: 4.358974359vw;
  }
}

.index-flow_step_image {
  overflow: hidden;
}
@media print, screen and (min-width: 781px) {
  .index-flow_step_image {
    width: 250px;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media print, screen and (max-width: 780px) {
  .index-flow_step_image {
    border-radius: 2.5641025641vw;
  }
}
.index-flow_step_image img {
  width: 100%;
}

.index-contact {
  background-color: #FBFAF3;
}
@media print, screen and (min-width: 781px) {
  .index-contact {
    border-top: 10px solid #FF5C4D;
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact {
    border-top: 2.5641025641vw solid #FF5C4D;
    padding-block: 12.8205128205vw;
  }
}
.index-contact .index-heading_main {
  color: #000;
}
.index-contact .index-heading::after {
  background-color: #FF5C4D;
}

@media print, screen and (min-width: 781px) {
  .index-contact_container {
    max-width: 900px;
    margin-inline: auto;
  }
}
.index-contact_head {
  background-color: #fff;
  border: 5px solid #FFDA62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .index-contact_head {
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_head {
    border-radius: 5.1282051282vw;
    -webkit-box-shadow: 0 2.5641025641vw 2.5641025641vw rgba(0, 0, 0, 0.15);
    box-shadow: 0 2.5641025641vw 2.5641025641vw rgba(0, 0, 0, 0.15);
    padding: 7.6923076923vw 7.6923076923vw 2.5641025641vw 7.6923076923vw;
    margin-bottom: 6.4102564103vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-contact_head_title {
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 781px) {
  .index-contact_head_title {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_head_title {
    margin-bottom: 2.5641025641vw;
  }
}

.index-contact_head_title_product {
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-contact_head_title_product {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_head_title_product {
    font-size: 5.1282051282vw;
    margin-bottom: 1.2820512821vw;
  }
}

.index-contact_head_title_comment {
  display: block;
  color: #FF5C4D;
}
@media print, screen and (min-width: 781px) {
  .index-contact_head_title_comment {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_head_title_comment {
    font-size: 7.6923076923vw;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 781px) {
  .index-contact_head_image {
    margin-bottom: -20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 280px;
  }
}
.index-contact_body {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-contact_body {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_body {
    font-size: 4.358974359vw;
    margin-bottom: 5.1282051282vw;
  }
}

.index-contact_reception {
  border-top: 1px dashed #3E7E8E;
  border-bottom: 1px dashed #3E7E8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .index-contact_reception {
    padding-block: 20px;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_reception {
    -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;
    padding-block: 3.8461538462vw;
    gap: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
  }
}

.index-contact_reception_tel {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 781px) {
  .index-contact_reception_tel {
    font-size: 26px;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_reception_tel {
    font-size: 7.6923076923vw;
  }
}

@media print, screen and (max-width: 780px) {
  .index-contact_reception_time {
    font-size: 3.5897435897vw;
  }
}

.index-contact_present {
  background-color: #FF5C4D;
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
@media print, screen and (min-width: 781px) {
  .index-contact_present {
    padding: 20px;
    border-radius: 60px;
    font-size: 24px;
    margin-bottom: 65px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_present {
    padding: 3.8461538462vw 5.1282051282vw;
    border-radius: 5.1282051282vw;
    font-size: 5.1282051282vw;
    margin-bottom: 16.6666666667vw;
  }
}
.index-contact_present::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FF5C4D transparent transparent transparent;
}
@media print, screen and (min-width: 781px) {
  .index-contact_present::after {
    border-width: 26px 15px 0 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_present::after {
    border-width: 3.8461538462vw 2.5641025641vw 0 2.5641025641vw;
    bottom: 0.5128205128vw;
  }
}

.mw_wp_form .error-message {
    display: none;
}

.mw_wp_form:has(.error) .error-message {
    display: block;
    color: #FF5C4D;
    margin-bottom: 2rem;
    border: 3px solid #FF5C4D;
    padding: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
@media print, screen and (max-width: 780px) {
  .mw_wp_form:has(.error) .error-message {
    margin-inline: 5.1282051282vw;
  }
}

.mw_wp_form .index-contact_form .error {
  color: #FF5C4D;
  margin-top: 0.5rem;
  font-weight: 500;
}
.mw_wp_form .index-contact_form .index-contact_checkpolicy .error {
  margin-top: 0;
}
@media print, screen and (min-width: 781px) {
  .mw_wp_form .index-contact_form .error {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 780px) {
  .mw_wp_form .index-contact_form .error {
  }
}

.mw_wp_form.mw_wp_form_confirm {

}
.mw_wp_form.mw_wp_form_confirm .index-contact_form_zipsearch,
.mw_wp_form.mw_wp_form_confirm .index-contact_form_validation,
.mw_wp_form.mw_wp_form_confirm .index-contact_form_required,
.mw_wp_form.mw_wp_form_confirm .index-contact_term,
.mw_wp_form.mw_wp_form_confirm .index-contact_present,
.mw_wp_form.mw_wp_form_confirm .index-contact_checkpolicy,
.mw_wp_form.mw_wp_form_confirm .index-contact_head,
.mw_wp_form.mw_wp_form_confirm .index-contact_body,
.mw_wp_form.mw_wp_form_confirm .index-contact_reception,
.mw_wp_form.mw_wp_form_confirm .index-contact_form_data_label {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm .index-contact_form_label {
  transform: translateY(0) !important;
}

@media print, screen and (min-width: 781px) {
  .mw_wp_form.mw_wp_form_confirm .index-contact_form_head {
    padding: 30px !important;
  }
}

.form-confirm-message {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .form-confirm-message {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media print, screen and (max-width: 780px) {
  .mw_wp_form.mw_wp_form_confirm .form-confirm-message {
    font-size: 4.358974359vw;
    margin-bottom: 8.1282051282vw;
  }
}

@media print, screen and (max-width: 780px) {
  .index-contact_form {
    margin-left: -5.1282051282vw;
    margin-right: -5.1282051282vw;
  }
}

.index-contact_form_table {
  width: 100%;
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_table {
    display: block;
  }
}

@media print, screen and (max-width: 780px) {
  .index-contact_form_tbody {
    display: block;
  }
}

@media print, screen and (max-width: 780px) {
  .index-contact_form_row {
    display: block;
  }
}

.index-contact_form_head {
  background-color: #FFF8E0;
  border-top: 2px solid #FF5C4D;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_head {
    padding: 35px 20px 30px;
    width: 280px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_head {
    display: block;
    padding: 3.8461538462vw 5.1282051282vw;
    font-size: 4.358974359vw;
    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;
  }
}

.index-contact_form_label {
  font-weight: 500;
  display: inline-block;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_label {
    font-size: 17px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.index-contact_form_required {
  background-color: #FF5C4D;
  color: #fff;
  border-radius: 5px;
  padding: 0.3rem 0.8rem 0.4rem;
  display: block;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_required {
    float: right;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_required {
    font-size: 3.8461538462vw;
  }
}

.index-contact_form_data {
  background-color: #fff;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_data {
    padding: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_data {
    display: block;
    padding: 5.1282051282vw;
  }
}

.index-contact_form_input,
.index-contact_form_textarea {
  border-radius: 3px;
  border: 1px solid #A6A6A6;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_input,
  .index-contact_form_textarea {
    font-size: 18px;
    padding: 0.4rem 0.4rem;
    width: 90%;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_input,
  .index-contact_form_textarea {
    padding: 0.4rem 0.4rem;
    font-size: 4.6153846154vw;
    width: 100%;
  }
}

.index-contact_form_select {
  border-radius: 3px;
  border: 1px solid #A6A6A6;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_select {
    font-size: 18px;
    padding: 0.4rem 0.4rem;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_select {
    padding: 0.4rem 0.4rem;
    font-size: 4.358974359vw;
  }
}

.index-contact_form_textarea {
  vertical-align: middle;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_textarea {
    height: 250px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_textarea {
    height: 64.1025641026vw;
  }
}

@media print, screen and (min-width: 781px) {
  .index-contact_form_input--small {
    width: 36%;
  }
}
.index-contact_form_zipsearch {
  border: 1px solid #A5A5A5;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 0.2rem 1rem;
  cursor: pointer;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_zipsearch {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_zipsearch {
    margin-top: 2.5641025641vw;
    font-size: 4.358974359vw;
  }
}
.index-contact_form_zipsearch:hover {
  background-color: #e7e7e7;
}

.index-contact_form_validation {
  display: inline-block;
  color: #4E4E4E;
}
@media print, screen and (min-width: 781px) {
  .index-contact_form_validation {
    margin-left: 5px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_form_validation {
    margin-top: 2.5641025641vw;
  }
}

.index-contact_form_data_label {
  display: block;
  margin-bottom: 0.5rem;
}
.index-contact_form_input + .index-contact_form_data_label {
  margin-top: 1rem;
}

.index-contact_form_select + .index-contact_form_data_label {
  margin-top: 1rem;
}

.index-contact_term {
  overflow-y: auto;
  line-height: 1.6;
  background-color: #FFF8E0;
  padding: 1.5rem;
}
@media print, screen and (min-width: 781px) {
  .index-contact_term {
    height: 150px;
    margin-top: 40px;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_term {
    height: 64.1025641026vw;
    margin: 10.2564102564vw 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}

.index-contact_term_title {
  font-weight: 700;
}

.index-contact_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .index-contact_btns {
    margin-top: 40px;
    gap: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_btns {
    padding-left: 6.4102564103vw;
    padding-right: 6.4102564103vw;
    margin-top: 7.6923076923vw;
    gap: 3.8461538462vw;
    flex-direction: column;
  }
}

.index-contact_submit {
  color: #fff;
  background-color: #1355D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
@media print, screen and (min-width: 781px) {
  .index-contact_submit {
    padding: 30px 60px;
    gap: 15px;
    font-size: 22px;
    border-radius: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_submit {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.4102564103vw 7.6923076923vw;
    gap: 3.8461538462vw;
    font-size: 5.1282051282vw;
    border-radius: 12.8205128205vw;
  }
}
.index-contact_submit:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 780px) {
  .index-contact_submit_icon {
    width: 6.4102564103vw;
  }
}

.index-contact_back {
  color: #fff;
  background-color: #36418D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
@media print, screen and (min-width: 781px) {
  .index-contact_back {
    padding: 30px 60px;
    gap: 15px;
    font-size: 22px;
    border-radius: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_back {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.4102564103vw 7.6923076923vw;
    gap: 3.8461538462vw;
    font-size: 5.1282051282vw;
    border-radius: 12.8205128205vw;
  }
}
.index-contact_back:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 780px) {
  .index-contact_back_icon {
    width: 6.4102564103vw;
  }
}

.index-contact_checkpolicy {
  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;
}
@media print, screen and (min-width: 781px) {
  .index-contact_checkpolicy {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 781px) {
  .index-contact_checkpolicy_input {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_checkpolicy_input {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.index-contact_checkpolicy .mwform-checkbox-field-text {
  display: none;
}

.index-contact_checkpolicy_text {
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .index-contact_checkpolicy_text {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-contact_checkpolicy_text {
    font-size: 4.6153846154vw;
    line-height: 1.6;
    padding-left: 3.8461538462vw;
  }
}

.mw_wp_form .index-contact_checkpolicy + .error {
  text-align: center;
  display: block;
  margin-top: 1rem;
}

.index-color_step {
  background-color: #FBFAF3;
  display: none;
}
@media print, screen and (min-width: 781px) {
  .index-color_step {
    margin-top: 80px;
    padding: 80px 100px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step {
    margin-top: 15.3846153846vw;
    padding: 12.8205128205vw 3.8461538462vw;
  }
}

.index-color_step_heading {
  font-weight: 700;
  color: #36418D;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_heading {
    font-size: 5.641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}

.index-color_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_list {
    gap: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_list {
    gap: 3.8461538462vw;
  }
}

.index-color_step_list_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_list_wrap {
    border-radius: 10px;
    min-height: 95px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_list_wrap {
    border-radius: 2.5641025641vw;
    gap: 3.8461538462vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.1282051282vw;
  }
}

.index-color_step_list_term {
  background-color: #36418D;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_list_term {
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_list_term {
    width: 100%;
    text-align: center;
    border-radius: 1.2820512821vw;
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw;
  }
}

.index-color_step_list_desc {
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_list_desc {
    padding: 20px 30px 20px 0;
    font-size: 17px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_list_desc {
    font-size: 4.358974359vw;
  }
}

.index-color_step_notice {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .index-color_step_notice {
    margin-top: 40px;
    font-size: 17px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-color_step_notice {
    margin-top: 5.1282051282vw;
  }
}

.index-color_step_notice_heading {
  font-weight: 800;
  color: #36418D;
}
.index-color_step_notice_text {
  font-weight: 500;
}
.thanks {
  background-color: #FBFAF3;
}
@media print, screen and (min-width: 781px) {
  .thanks {
    padding-block: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks {
    padding-block: 20.5128205128vw;
  }
}

@media print, screen and (min-width: 781px) {
  .thanks-container {
    max-width: 960px;
    margin-inline: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-container {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}

.thanks-heading {
  font-weight: 900;
  color: #36418D;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .thanks-heading {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-heading {
    margin-bottom: 7.6923076923vw;
    font-size: 7.6923076923vw;
  }
}
.thanks-heading::after {
  display: block;
  content: "";
  background-color: #1355D0;
  margin-inline: auto;
}
@media print, screen and (min-width: 781px) {
  .thanks-heading::after {
    width: 60px;
    height: 6px;
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-heading::after {
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    margin-top: 5.1282051282vw;
  }
}

@media print, screen and (min-width: 781px) {
  .thanks-image {
    width: 320px;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-image {
    width: 82.0512820513vw;
    margin: 0 auto 7.6923076923vw;
  }
}

.thanks-message {
  font-weight: 800;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .thanks-message {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-message {
    font-size: 5.641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}

.thanks-body {
  line-height: 1.8;
}
@media print, screen and (min-width: 781px) {
  .thanks-body {
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-body {
    font-size: 4.358974359vw;
  }
}

.thanks-subbody {
  border-top: 1px dashed #3E7E8E;
  line-height: 1.8;
}
@media print, screen and (min-width: 781px) {
  .thanks-subbody {
    margin-top: 40px;
    padding-top: 40px;
    font-size: 17px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-subbody {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
  }
}

.thanks-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .thanks-btn {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .thanks-btn {
    margin-top: 12.8205128205vw;
  }
}

.thanks-btn_anchor {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.thanks-btn_anchor:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.color-blue {
  color: #1355D0;
}

.color-red {
  color: #FF5C4D;
}

.color-navy {
  color: #36418D;
}

.color-yellow {
  color: #FFDA62;
}/*# sourceMappingURL=maps/main.css.map */
