@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: inherit;
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-pc {
  display: none;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-text-center {
  text-align: center;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #3b3b3b;
  font-size: 16pxpx;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type="button"]:not([disabled]),
input[type="submit"]:not([disabled]),
input[type="reset"]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

body {
  background-color: #fafafa;
}
body.is-menu {
  overflow: hidden;
}

.ly_header {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 39px;
}

.bl_footerBanner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  position: fixed;
  bottom: 30px;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  gap: 20px;
}
.bl_footerBanner a {
  display: block;
  max-width: 230px;
}
.bl_footerBanner a img {
  display: block;
  width: 100%;
}

.headerLogo {
  -webkit-transition: all 0.3s;
  width: 143px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.headerLogo img {
  display: block;
  width: 100%;
}
.headerLogo.is-active {
  opacity: 1;
  pointer-events: auto;
}

.bl_menuSwitch {
  z-index: 110;
  position: fixed;
  top: 30px;
  right: 43px;
  aspect-ratio: 1;
  width: 84px;
  padding-top: 24px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  color: #faf32e;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
}
.bl_menuSwitch.is-active span {
  width: 0;
}
.bl_menuSwitch.is-active span::before,
.bl_menuSwitch.is-active span::after {
  width: 35px;
}
.bl_menuSwitch.is-active span::before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(30deg);
}
.bl_menuSwitch.is-active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.bl_menuSwitch::before {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  border-radius: 50%;
  content: "";
}
.bl_menuSwitch > span {
  display: block;
  position: relative;
  width: 35px;
  height: 20px;
  margin: 0 auto;
  padding: 1px;
}
.bl_menuSwitch > span span,
.bl_menuSwitch > span::before,
.bl_menuSwitch > span::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2.5px;
  transform: translate(-50%, -50%);
  background-color: #faf32e;
  content: "";
  transition: all 0.3s;
}
.bl_menuSwitch > span::before {
  margin-top: -11px;
}
.bl_menuSwitch > span::after {
  margin-top: 11px;
}

.bl_kv {
  position: relative;
  aspect-ratio: 2880/2026;
  background-size: cover;
}

.bl_kv_time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 119px;
  background-color: #f1fe39;
}
.bl_kv_time img {
  display: block;
  max-width: 80%;
  margin: -12px auto 0;
}

.bl_lineBtn {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: min(15vw, 200px);
  left: 50%;
  width: min(504px, 35vw);
  transform: translate(-50%, 0);
}
.bl_lineBtn img {
  width: 100%;
}

.bl_nayami {
  padding: 87px 20px 65px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#def2f0),
    to(#e7e7e7)
  );
  background: linear-gradient(180deg, #def2f0 0%, #e7e7e7 100%);
  background-color: #fff;
  text-align: center;
}
.bl_nayami img {
  max-width: 100%;
}

.bl_section02 {
  position: relative;
  aspect-ratio: 2880/2046;
  padding: 150px 0 70px;
  background-image: url("../img/section02_back_pc.png");
  background-size: 100% auto;
}
.bl_section02::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 40px 60px 0px 60px;
  border-style: solid;
  border-color: #ff638b transparent transparent transparent;
  content: "";
}

.bl_section02_heading {
  -webkit-transition: all 0.6s;
  display: block;
  max-width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s;
}
.bl_section02_heading.is-scrollIn {
  opacity: 1;
}

.bl_loopSlider {
  margin-top: 40px;
}
.bl_loopSlider .splide__slide {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  width: 274px;
  height: 330px;
  overflow: hidden;
  border: 9px solid #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.bl_loopSlider .splide__slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_section03 {
  position: relative;
  padding: 20px 30px 10vw;
  background-color: #f3ff48;
}
.bl_section03 img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bl_section03::after {
  -webkit-transform: translateY(-100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 2880/232;
  width: 100%;
  transform: translateY(-100%);
  background-image: url("../img/bounstop_pc.png");
  background-size: 100% auto;
  content: "";
}
.bl_section03 a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.bl_section03_body {
  margin-bottom: 40px;
}

.bl_section03_line {
  margin-bottom: 80px;
}

.bl_section03_heading {
  display: block;
  max-width: 100%;
  margin: 0 auto 40px;
}

.bl_section04 {
  position: relative;
  padding: 20px min(30px, 2.7906976744vw) 90px;
  background-color: #3fceff;
}
.bl_section04 img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bl_section04::after {
  -webkit-transform: translateY(-99%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 2312/188;
  width: 100%;
  transform: translateY(-99%);
  background-image: url("../img/original_header_pc.png");
  background-size: 100% auto;
  content: "";
}

.bl_section04_body {
  margin-top: 60px;
}

.bl_section04_body {
  position: relative;
  max-width: 1001px;
  margin-right: auto;
  margin-left: auto;
}
.bl_section04_body img {
  display: block;
}

.reason_heading {
  position: absolute;
  position: absolute;
  padding-left: min(50px, 4.6511627907vw);
  color: #fff;
  font-weight: bold;
  font-size: min(32px, 2.976744186vw);
  line-height: 1.3;
  counter-increment: reason;
}
.reason_heading::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: counter(reason) ".";
  color: #fff;
  font-size: min(40px, 3.7209302326vw);
}
.reason_heading span {
  display: block;
  font-size: min(20px, 1.8604651163vw);
}
.reason_heading__01 {
  top: min(165px, 15.3488372093vw);
  left: min(495px, 46.0465116279vw);
}
.reason_heading__02 {
  top: min(618px, 57.488372093vw);
  left: min(30px, 2.7906976744vw);
}
.reason_heading__03 {
  top: min(1060px, 98.6046511628vw);
  left: min(495px, 46.0465116279vw);
}
.reason_heading__04 {
  top: min(1490px, 138.6046511628vw);
  left: min(30px, 2.7906976744vw);
}

.reason_txt {
  position: absolute;
  width: min(470px, 43.7209302326vw);
  font-size: min(16px, 1.488372093vw);
  line-height: 1.56;
}
.reason_txt mark {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 255, 72, 0)),
    color-stop(30%, rgba(243, 255, 72, 0)),
    color-stop(31%, rgb(243, 255, 72)),
    color-stop(99%, rgb(243, 255, 72)),
    to(rgb(243, 255, 72))
  );
  background: linear-gradient(
    to bottom,
    rgba(243, 255, 72, 0) 0%,
    rgba(243, 255, 72, 0) 30%,
    rgb(243, 255, 72) 31%,
    rgb(243, 255, 72) 99%,
    rgb(243, 255, 72) 100%
  );
  font-weight: bold;
}
.reason_txt p {
  margin-bottom: min(20px, 1.8604651163vw);
}
.reason_txt__01 {
  top: min(255px, 23.7209302326vw);
  left: min(495px, 46.0465116279vw);
}
.reason_txt__02 {
  top: min(705px, 65.5813953488vw);
  left: min(30px, 2.7906976744vw);
}
.reason_txt__03 {
  top: min(1145px, 106.511627907vw);
  left: min(495px, 46.0465116279vw);
}
.reason_txt__04 {
  top: min(1582px, 147.1627906977vw);
  left: min(30px, 2.7906976744vw);
}

.bl_section05 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../img/voce_back_pc.png");
  background-position: center 0;
  background-size: cover;
}

.bl_heading01 {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1.6;
  text-align: center;
}

.bl_heading02 {
  margin-bottom: 56px;
  font-weight: bold;
  font-size: 3.4375rem;
  line-height: 1.2;
  text-align: center;
}

.bl_text01 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.bl_voiceCard {
  position: relative;
  width: 300px;
  padding-top: 35px;
  border-bottom: 3px solid #00beff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+45,1+50,1+100 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(45%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgb(255, 255, 255)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bl_voiceCard_shirt {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  letter-spacing: -0.15em;
  text-align: center;
}
.bl_voiceCard_shirt span {
  -webkit-transform: translate(-52%, -50%) rotate(-15deg);
  -webkit-transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%) rotate(-15deg);
  transform-origin: center;
  font-weight: bold;
  font-size: 0.75rem;
}

.bl_voiceCard_img img {
  display: block;
  width: 100%;
}

.bl_voiceCard_data {
  background-color: #fff;
}

.bl_voiceCard_text {
  min-height: 170px;
  padding: 19px 30px 10px;
  border-bottom: 1px dotted #00beff;
  font-size: 0.875rem;
  line-height: 1.53;
}

.bl_voiceCard_data_bottom {
  min-height: 100px;
  padding-top: 8px;
  padding-bottom: 10px;
  text-align: center;
}

.bl_voiceCard_city {
  color: #00beff;
  font-size: 0.75rem;
}

.bl_voiceCard_name {
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.42;
}
.bl_voiceCard_name::after {
  margin-left: 4px;
  content: "様";
  font-size: 0.875rem;
}

.splide-loopSlider2 {
  margin-top: 50px;
}
.splide-loopSlider2 .splide__arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  border-radius: 0;
  background-color: transparent;
}
.splide-loopSlider2 .splide__arrow svg {
  display: none;
}
.splide-loopSlider2 .splide__arrow.splide__arrow--next {
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 50%;
  margin-right: -180px;
  transform: translateY(-50%) rotate(45deg);
}
.splide-loopSlider2 .splide__arrow.splide__arrow--prev {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  left: 50%;
  margin-left: -180px;
  transform: translateY(-50%) rotate(-135deg);
}
.splide-loopSlider2 .splide__pagination {
  position: static;
  margin-top: 42px;
}
.splide-loopSlider2 .splide__pagination .splide__pagination__page {
  width: 60px;
  height: 3px;
  border-radius: 0;
}
.splide-loopSlider2 .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #0399cc;
}

.bl_section06 {
  padding: 80px 0px 0;
  background-image: url("../img/cta_back_pc.png");
  background-size: cover;
  text-align: center;
}

.bl_section06_heading {
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1.2;
}
.bl_section06_heading span {
  display: block;
  font-size: 2.1875rem;
}

.bl_btnUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  gap: 63px 100px;
}

.bl_section06_banner {
  margin-top: 100px;
}
.bl_section06_banner img {
  display: block;
  width: 100%;
}

.bl_section07 {
  padding: 0 30px 80px;
  padding-top: 33vw;
  background-image: url("../img/price_list_header_pc.png");
  background-size: 100% auto;
  background-color: #e2f6ea;
}

.bl_priceInner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.bl_priceList {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 11%;
}
.bl_priceList img {
  max-width: 100%;
}

.bl_printCardBody {
  margin-top: 45px;
  padding: 25px 25px 30px;
  background-color: #bdebdc;
}

.bl_printCard {
  width: 267px;
}

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

.bl_printCard_imgWrapper {
  margin-bottom: 15px;
}
.bl_printCard_imgWrapper img {
  -webkit-box-shadow: 5px 5px 0px 0px rgb(255, 255, 255);
  display: block;
  width: 100%;
  box-shadow: 5px 5px 0px 0px rgb(255, 255, 255);
}

.bl_printCardBody_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 2.5px 38px;
  background-color: #00c483;
  color: #fff;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3;
  text-align: center;
  text-align: center;
}

.bl_printCard_heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
.bl_printCard_heading br {
  display: none;
}

.bl_printCard_txt {
  font-size: 1.125rem;
  line-height: 1.6;
}

.bl_section08 {
  padding: 120px 30px;
  background-image: url("../img/line_back_pc.png");
  background-size: cover;
}

.bl_section08_heading {
  text-align: center;
}
.bl_section08_heading img {
  max-width: 100%;
}

.bl_stepUnit {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.bl_stepItem {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 190, 255, 0.25);
  position: relative;
  margin-top: 90px;
  padding: 60px 30px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 190, 255, 0.25);
  text-align: center;
  counter-increment: step;
}
.bl_stepItem img {
  max-width: 100%;
}

.bl_stepItem_number {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  left: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #00a4dd;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.bl_stepItem_number::after {
  display: block;
  content: counter(step);
  font-weight: bold;
  font-size: 1.875rem;
}

.bl_stepItem_heading {
  margin-bottom: 25px;
  color: #00a7e0;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
}

.bl_stepItem_btn img {
  display: block;
  margin: 30px auto 0;
}

.bl_stepItem_body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.bl_stepItem_body__01 {
  -webkit-transform: translateX(10px);
  max-width: 626px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  gap: 41px;
  transform: translateX(10px);
}

.bl_stepItem_body__01 .bl_stepItem_body_heading {
  margin-top: 10px;
}

.bl_stepItem_body__01 .bl_stepItem_body_blueBack {
  width: 350px;
  margin-right: -12px;
}

.acd-ck {
  display: none;
}
.acd-label {
  padding: 9.5px 15px;
  box-sizing: border-box;
  background: #ff638b;
  color: #fff;
  font-size: 1.13rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0px;
  width: 100%;
  line-height: 1.2;
}
.acd-label::after {
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #ffc7d5;
  transition: all 0.3s;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.3em;
  background: #ffe7ed;
}
.acd-content p {
  margin: 0;
  padding: 2px 20px;
  word-break: break-all;
}
.acd-content p span {
  color: #ff638b;
}
.acd-ck:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 15px 0;
  visibility: visible;
  /*display: flex;*/
  align-items: center;
  word-break: break-all;
}

.acd-ck:checked + .acd-label::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  .acd-label {
    width: 100%;
    font-size: 1.25rem;
  }
  .acd-content {
    width: 100%;
  }
  .acd-ck:checked + .acd-label + .acd-content {
    padding: 10px 0;
  }
}

.bl_stepItem_body__02 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
}
.bl_stepItem_body__02 .bl_stepItem_body_img {
  width: 249px;
}
.bl_stepItem_body.bl_stepItem_body__03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
}
.bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_img {
  width: 249px;
}
.bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_blueBack {
  padding: 21.5px 17px;
}
.bl_stepItem_body__04 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
}
.bl_stepItem_body__04 .bl_stepItem_body_img {
  width: 249px;
}
.bl_stepItem_body__04 .bl_stepItem_body_blueBack {
  padding: 21.5px 17px;
}
.bl_stepItem_body.bl_stepItem_body__05 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
}
.bl_stepItem_body.bl_stepItem_body__05 .bl_stepItem_body_heading {
  margin-top: 0;
}
.bl_stepItem_body .bl_stepItem_body_blueBack {
  padding: 8px 17px;
  background-color: #e6f9fb;
}
.bl_stepItem_body .bl_stepItem_body_list {
  font-size: 0.9375rem;
  line-height: 1.6;
  list-style: none;
}
.bl_stepItem_body .bl_stepItem_body_list li {
  position: relative;
  padding-left: 19px;
  counter-increment: line;
}
.bl_stepItem_body .bl_stepItem_body_list li span {
  font-size: 0.875rem;
}
.bl_stepItem_body .bl_stepItem_body_list li::before {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 15px;
  transform: translateY(-50%);
  border: 1px solid #00a4dd;
  border-radius: 50%;
  content: counter(line);
  color: #00a4dd;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
}

.bl_stepItem_small {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.bl_stepItem_body_blueBack_heading {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

.bl_stepItem_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.bl_stepItem_body_balloonList {
  line-height: 1.18;
}
.bl_stepItem_body_balloonList li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.bl_stepItem_body_balloonList li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("../img/step/step_ballon.svg");
  background-size: contain;
  content: "";
  color: #00a4dd;
}
.bl_stepItem_body_balloonList li:last-child {
  font-size: 0.875rem;
}
.bl_stepItem_body_balloonList li:last-child:last-child::before {
  display: none;
}

.bl_stepItem_body_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bl_stepItem_body_heading {
  margin: 24px 0 24px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.38;
}

.bl_section09 {
  padding: 4.6vw 30px 80px;
  background-image: url("../img/poplular_back_pc.png");
  background-size: 100% auto;
  background-color: #ffe7ed;
}

.bl_section09_heading {
  font-size: 2.3125rem;
  text-align: center;
}

.bl_section09_txt {
  margin-top: 25px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.bl_section09_txt br {
  display: none;
}

.bl_tabBtnUnit {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 438px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  gap: 22px;
}
.bl_tabBtnUnit a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 46px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  color: #fff;
  color: #ff638b;
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_tabBtnUnit a.is-active {
  background-color: #ff638b;
  color: #fff;
}

.bl_tabBody_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  justify-content: center;
  max-width: 760px;
  margin: 25px auto 0;
  padding: 30px 20px;
  gap: 20px;
  background-color: #fff5f8;
}
.bl_tabBody_item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_tabBody_card {
  width: 170px;
  text-align: center;
}

.bl_tabBody_card_imgWrapper img {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.bl_tabBody_card_pickUp {
  position: relative;
  padding: 8px 0;
  background-color: #ffb4c7;
  color: #000;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.bl_tabBody_card_number {
  font-size: 0.75rem;
}

.bl_tabBody_card_name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  margin-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.07;
}

.bl_tabBody_card_price {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
}
.bl_tabBody_card_price span {
  font-size: 0.75rem;
}

.bl_tabBody_card_bottom {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 121px;
  padding-bottom: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #000;
}
.bl_section10 {
  padding: 100px 30px 120px;
  background-image: url("../img/item_back_pc.png");
  background-size: cover;
  background-color: #ffe7ed;
  text-align: center;
}
.bl_section10 img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bl_section10_heading {
  margin-bottom: 50px;
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
}

.bl_section10 {
  padding: 100px 30px 120px;
  background-image: url("../img/item_back_pc.png");
  background-size: cover;
  background-color: #ffe7ed;
  text-align: center;
}

.bl_section12 {
  padding: 6.5vw 30px 120px;
  background-image: url("../img/faq_back_pc.png");
  background-size: 100% auto;
  background-color: #fafafa;
}

.bl_section12_heading {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
}

.bl_faqList {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 1.6;
}
.bl_faqList a {
  color: #ff1baf;
}
.bl_faqList dt {
  position: relative;
  padding: 12px 60px;
  border-bottom: 1px solid #d9e2e6;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
}
.bl_faqList dt::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  left: 20px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 30px;
  border-radius: 50%;
  background-color: #000;
  content: "Q";
  color: #f3ff48;
  font-size: 1.125rem;
}
.bl_faqList dt::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  aspect-ratio: 1;
  width: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.bl_faqList dt.is-active + dd {
  display: block;
}
.bl_faqList dd {
  display: none;
  padding: 17.5px 40px;
  border-bottom: 1px solid #d9e2e6;
  background-color: #f5fffe;
  font-size: 0.9375rem;
}

.bl_section13 {
  padding: 37.5vw 30px 40px;
  background-image: url("../img/company_back_pc.png");
  background-size: 100% auto;
  background-color: #e2f6ea;
}

.bl_section13_heading {
  margin-bottom: 55px;
  color: #000;
  font-size: 2.8125rem;
  text-align: center;
}

.bl_companyData {
  max-width: 760px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}
.bl_companyData > div {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #bae9d9;
}
.bl_companyData dt {
  margin-bottom: 2px;
  color: #00c483;
  font-size: 1.125rem;
}
.bl_companyData dd {
  font-size: 1.25rem;
}
.bl_companyData dd div:not(:last-child) {
  margin-bottom: 10px;
}
.bl_gmap {
  display: block;
  width: 100%;
  height: 552px;
  border: none;
}

.bl_copy {
  display: block;
  padding: 11px 0;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

.bl_section11 {
  padding: 8.8vw 30px 100px;
  background-image: url("../img/contact_back_pc.png");
  background-size: 100% auto;
  background-color: #21c6ff;
}

#mail_form {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  background-color: #fff;
}

.mail_form_inner {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
}
.mail_form_inner dl {
  margin-bottom: 32px;
}
.mail_form_inner dt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.125rem;
}
.mail_form_inner i {
  margin-left: 20px;
  padding: 1.5px 10px;
  background-color: #ff638b;
  color: #fff;
  font-size: 1rem;
}
.mail_form_inner [type="text"],
.mail_form_inner [type="email"],
.mail_form_inner [type="tel"],
.mail_form_inner [type="date"] {
  width: 100%;
  padding: 10px 25px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #f2f2f2;
}
.bl_radioUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
}
.bl_radioUnit input {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.mail_form_inner [type="date"] {
  width: 380px;
  max-width: 100%;
}
.mail_form_inner textarea {
  width: 100%;
  padding: 10px 25px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #f2f2f2;
}
.mail_form_inner .error_blank,
.mail_form_inner .error_format {
  display: block;
  color: #e74291;
}
.mail_form_inner .bl_privacy {
  margin-bottom: 50px;
}
.mail_form_inner .bl_privacy dt {
  display: none;
}
.mail_form_inner .bl_privacy dd {
  font-weight: bold;
  text-align: center;
}
.mail_form_inner .bl_privacy dd [type="checkbox"] {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.bl_formSmall {
  display: block;
  color: #6a6a6a;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
}

#form_submit_button {
  display: block;
  aspect-ratio: 403/78;
  width: 403px;
  margin: 0 auto;
  background-image: url("../img/send_btn.svg");
  background-size: contain;
  text-indent: -9999px;
}

.bl_section11_heading {
  margin-bottom: 70px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}
.bl_section11_heading br {
  display: none;
}

.bl_privacyBox {
  height: 144px;
  padding: 4px 20px 10px;
  overflow: auto;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 0.875rem;
}
.bl_privacyBox div {
  margin-bottom: 20px;
}
.bl_thanksMessageBox {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 98px 120px 123px;
  background-color: #fff;
}

.bl_thanksMessage01 {
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.4;
  text-align: center;
}
.bl_thanksMessage01 br {
  display: none;
}

.bl_thanksMessage02 {
  margin-top: 40px;
}
.bl_thanksMessage02 a {
  color: #ff638b;
}

.bl_thanksMessageSet {
  min-height: 380px;
  margin-bottom: 20px;
}

.bl_thanksMessageBoxBtn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background: #727171;
  background-color: 727171;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  color: #fff;
  font-weight: bold;
  font-size: 1.5625rem;
}

.is-menu .bl_sideMenu,
.is-menu .bl_blueLayout {
  right: 0;
}

.bl_sideMenu {
  -webkit-transition: all 0.3s;
  z-index: 99;
  position: fixed;
  top: 0;
  right: -100%;
  width: 432px;
  height: 100%;
  padding: 110px 30px 50px;
  overflow: auto;
  background-color: #01b3f0;
  transition: all 0.3s;
}

.bl_sideMenu_inner {
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.4375rem;
}
.bl_sideMenu_inner img {
  max-width: 100%;
}

.bl_sideMenu_list a {
  display: block;
  position: relative;
  padding: 12.5px 50px 8.5px 10px;
  border-bottom: 1px solid currentColor;
  color: #fff;
}
.bl_sideMenu_list a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  vertical-align: middle;
}

.bl_sideMenu_list {
  margin-bottom: 65px;
}

.bl_blueLayout {
  -webkit-transition: all 0.3s 0.1s;
  z-index: 98;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 134, 168, 0.9);
  transition: all 0.3s 0.1s;
}

.bl_footerBtn {
  -webkit-transition: all 0.3s;
  position: fixed;
  right: 77px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.bl_footerBtn.is-active {
  opacity: 1;
}
.bl_section03_btn__print {
  margin-top: 80px;
  margin-bottom: 60px;
}

.bl_jireiList {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 914px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 1.6;
}
.bl_jireiList > div {
  margin-bottom: 40px;
}
#jirei {
  background-color: #ecf7f7;
  overflow: hidden;
  background-repeat: repeat;
  background-size: 1440px auto;
  background-image: url("../img/example/bg_pattern.png");
}
.jirei_kv {
  max-width: 90%;
  display: block;
  margin: 120px auto 30px;
}
.jirei_bottom {
  max-width: 90%;
  display: block;
  margin: 60px auto 100px;
}
@media only screen and (max-width: 768px) {
  .bl_jireiList {
    margin-top: 4vw;
  }
  .jirei_kv {
    max-width: 90%;
    display: block;
    margin: 80px auto 0px;
  }
  .jirei_bottom {
    margin: 60px auto 100px;
  }
}

.bl_jireiList dt {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  background-color: #00beff;
  padding: 12px 50px 12px 22px;
  position: relative;
}
.bl_jireiListHeading {
  color: #000;
}
.bl_jireiListNumber {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  aspect-ratio: 1;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #fff;
  background-color: #000;
}

.bl_jireiList dt::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  aspect-ratio: 1;
  width: 12px;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.bl_jireiList dt.is-active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.bl_jireiList dt.is-active + dd {
  display: block;
}
.bl_jireiList dd {
  display: none;
  padding: 26px 50px 50px 50px;
  background-color: #fff;
}

.bl_jireiList_message {
  background-image: url("../img/arrow.svg");
  background-position: left 15px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_jireiList_message {
    font-size: 4vw;
  }
}
.bl_exampleUnit {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.bl_exampleItem_heading {
  text-align: left;
  font-weight: bold;
  font-size: min(23px, 2vw);
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}

.bl_exampleItem_heading__01 {
  background-image: url("../img/cloud.svg");
  background-position: left center;
  padding-left: 35px;
  background-size: auto 78%;
  color: #00a7ea;
}
.bl_exampleItem_heading__02 {
  color: #e74291;
  padding-left: 25px;
}
.bl_exampleItem_heading__02::after {
  display: block;
  content: "";
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_exampleItem_imgWrapper {
  margin-bottom: 8px;
}
.bl_exampleItem_imgWrapper img {
  display: block;
}
.bl_exampleItem {
  flex: 1;
  text-align: center;
}
.bl_exampleItem img {
  width: 100%;
}
.bl_exampleItem_txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.bl_jireiList_logo_txt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.bl_jireiList_logowrapper {
  text-align: center;
  margin-bottom: 20px;
}
.bl_jireiList_logowrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_exampleUnit {
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
  }
  .bl_exampleItem_txt {
    font-size: min(3vw, 18px);
  }

  .bl_jireiList dt {
    line-height: 1.4;
  }
  .bl_jireiList dd {
    padding: 25px 20px 40px;
  }
  .bl_jireiListTxt {
    display: block;
    margin-top: 5px;
    font-size: 4vw;
  }
  .bl_jireiListHeading {
    font-size: 18px;
  }
  .bl_jireiListNumber {
    font-size: 18px;
  }
  .bl_exampleItem_heading {
    font-size: min(4.6vw, 23px);
  }
  .bl_exampleItem_heading__01 {
    background-size: auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_section03_btn__print {
    margin: 40px 0 30px;
    max-width: 100%;
  }
  a:has(.bl_section03_btn__print) {
    padding: 0 24px;
    display: block;
  }

  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .ly_header {
    padding-left: 20px;
    pointer-events: none;
  }
  .bl_footerBanner {
    -webkit-transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    justify-content: space-between;
    transition: all 0.3s;
  }
  .bl_footerBanner a {
    max-width: 100%;
  }
  .bl_footerBanner a:first-child {
    width: 63%;
  }
  .bl_footerBanner a:last-child {
    width: 34.4%;
  }
  .bl_footerBanner.is-active {
    opacity: 1;
  }
  .headerLogo {
    width: 100px;
  }
  .bl_menuSwitch > span::before {
    margin-top: -8px;
  }
  .bl_menuSwitch > span::after {
    margin-top: 8px;
  }
  .bl_menuSwitch {
    top: 20px;
    right: 10px;
    width: 60px;
    padding-top: 11px;
  }
  .bl_menuSwitch > span {
    width: 27px;
  }
  .bl_kv {
    aspect-ratio: 500/880;
    background-size: 100% auto;
  }
  .bl_kv_time {
    height: 119px;
  }
  .bl_kv_time img {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 464px;
    max-width: 90%;
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
  .bl_lineBtn {
    bottom: min(38.5vw, 168px);
    width: 400px;
    max-width: 90%;
  }
  .bl_nayami {
    padding: 50px 20px 0px 0;
  }
  .bl_section02 {
    aspect-ratio: 1000/1562;
    padding-top: 50px;
    background-image: url("../img/section02_back_sp.png");
  }
  .bl_section02::after {
    border-width: 25px 40px 0px 40px;
  }
  .bl_loopSlider {
    margin-top: 20px;
  }
  .bl_loopSlider .splide__slide {
    width: 220px;
    height: 260px;
  }
  .bl_section03 {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .bl_section03::after {
    -webkit-transform: translateY(-99%);
    aspect-ratio: 1000/233;
    transform: translateY(-99%);
    background-image: url("../img/bounstop_sp.png");
  }
  .bl_section03_body {
    margin-bottom: 25px;
  }
  .bl_section03_line {
    margin-bottom: 60px;
  }
  .bl_section03_heading {
    max-width: calc(100% + 50px) !important;
    margin-right: -25px !important;
    margin-bottom: 15px;
    margin-left: -25px !important;
  }
  .bl_section03_btn {
    width: 399px;
  }
  .bl_section04 {
    padding: 20px 2vw 90px;
  }
  .bl_section04::after {
    aspect-ratio: 824/178;
    background-image: url("../img/original_header_sp.png");
  }
  .bl_section04_body {
    margin-top: 30px;
  }
  .bl_section04_heading {
    width: 327px;
    margin-top: -15px;
  }
  .reason_heading {
    padding-left: 8.4vw;
  }
  .reason_heading::before {
    font-size: 8vw;
  }
  .reason_heading {
    font-size: 6.4vw;
  }
  .reason_heading span {
    font-size: 3.4vw;
  }
  .reason_heading__01 {
    top: 21.6vw;
    left: 31vw;
  }
  .reason_heading__02 {
    top: 98vw;
    left: 8vw;
  }
  .reason_heading__03 {
    top: 189vw;
    left: 16vw;
  }
  .reason_heading__04 {
    top: 263.8vw;
    left: 8vw;
  }
  .reason_txt {
    width: 57.6vw;
    font-size: 3.2vw;
  }
  .reason_txt__01 {
    top: 37.9166666667vw;
    left: 31.25vw;
  }
  .reason_txt__02 {
    top: 115.625vw;
    left: 8.3333333333vw;
    width: 64.5833333333vw;
  }
  .reason_txt__03 {
    top: 206.25vw;
    left: 16.6666666667vw;
    width: 72.9166666667vw;
  }
  .reason_txt__04 {
    top: 278.3333333333vw;
    left: 7.5vw;
    width: 64.5833333333vw;
  }
  .bl_section05 {
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("../img/voce_back_sp.png");
  }
  .bl_heading01 {
    margin-bottom: 30px;
  }
  .bl_heading02 {
    margin-bottom: 30px;
    font-size: 2.8125rem;
  }
  .bl_voiceCard {
    width: 230px;
  }
  .bl_voiceCard_shirt img {
    width: 88px;
    height: 69px;
  }
  .bl_voiceCard_shirt span {
    font-size: 0.6875rem;
  }
  .bl_voiceCard_text {
    padding: 19px 15px 10px;
  }
  .bl_voiceCard_data_bottom {
    min-height: 82px;
  }
  .splide-loopSlider2 {
    margin-top: 20px;
  }
  .splide-loopSlider2 .splide__arrow.splide__arrow--next {
    margin-right: -140px;
  }
  .splide-loopSlider2 .splide__arrow.splide__arrow--prev {
    margin-left: -140px;
  }
  .splide-loopSlider2 .splide__pagination {
    margin-top: 22px;
  }
  .bl_section06 {
    background-image: url("../img/cta_back_sp.png");
  }
  .bl_section06_heading {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.875rem;
  }
  .bl_section06_heading span {
    font-size: 1.75rem;
  }
  .bl_btnUnit {
    gap: 40px;
  }
  .bl_btnUnit img {
    width: 100%;
  }
  .bl_section06_banner {
    margin-top: 50px;
  }
  .bl_section07 {
    padding-top: 63vw;
    padding-bottom: 0;
    background-image: url("../img/price_list_header_sp.png");
  }
  .bl_priceList {
    gap: 20px 11%;
  }
  .bl_priceList img:last-child {
    margin-top: 30px;
  }
  .bl_printCardBody {
    margin-right: -30px;
    margin-left: -30px;
  }
  .bl_printCard {
    width: calc(50% - 25px);
  }
  .bl_printCard_unit {
    gap: 30px;
  }
  .bl_printCard_imgWrapper img {
    -webkit-box-shadow: 4px 4px 0px 0px rgb(255, 255, 255);
    box-shadow: 4px 4px 0px 0px rgb(255, 255, 255);
  }
  .bl_printCardBody_heading {
    width: calc(100% + 50px);
    margin-right: -25px;
    margin-bottom: 25px;
    margin-left: -25px;
  }
  .bl_printCard_heading {
    font-size: 1.125rem;
  }
  .bl_printCard_heading br {
    display: block;
  }
  .bl_printCard_txt {
    font-size: 0.875rem;
  }
  .bl_section08 {
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("../img/line_back_sp.png");
  }
  .bl_section08_heading {
    margin-bottom: 80px;
  }
  .bl_section08_heading img {
    width: 100%;
    max-width: 441px;
  }
  .bl_stepItem {
    margin-top: 50px;
    padding: 60px 20px 35px;
  }
  .bl_stepItem_heading {
    font-size: 1.25rem;
  }
  .bl_stepItem_body__01 {
    margin-bottom: 40px;
    gap: 0px;
  }
  .bl_stepItem_body__01 .bl_stepItem_body_blueBack {
    width: 100%;
    margin-right: 0;
  }
  .bl_stepItem_body .bl_stepItem_body_list {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .bl_stepItem_body .bl_stepItem_body_list li span {
    font-size: 1rem;
  }
  .bl_stepItem_body .bl_stepItem_body_list li::before {
    width: 16px;
    font-size: 0.8125rem;
  }
  .bl_stepItem_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_stepItem_body__01 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .bl_stepItem_body__01 .bl_stepItem_body_img {
    display: block;
    width: 314px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .bl_stepItem_body__02 {
    gap: 20px;
  }
  .bl_stepItem_body__02 .bl_stepItem_body_img {
    display: block;
    width: 340px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_stepItem_body.bl_stepItem_body__03 {
    gap: 25px;
  }
  .bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_img {
    display: block;
    width: 318px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_blueBack {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 21.5px 17px;
    gap: 10px 32px;
  }
  .bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_blueBack_heading,
  .bl_stepItem_body.bl_stepItem_body__03 .bl_stepItem_body_heading {
    margin-bottom: 0;
  }
  .bl_stepItem_body__04 {
    gap: 5px;
  }
  .bl_stepItem_body__04 .bl_stepItem_body_img {
    display: block;
    width: 315px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_stepItem_body__04 .bl_stepItem_body_blueBack_heading {
    margin-bottom: 0;
  }
  .bl_stepItem_body.bl_stepItem_body__05 {
    gap: 25px;
  }
  .bl_stepItem_body.bl_stepItem_body__05 .bl_stepItem_body_img {
    display: block;
    width: 250px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_stepItem_body.bl_stepItem_body__05 .bl_stepItem_body_blueBack_heading {
    margin-bottom: 0;
  }
  .bl_stepItem_body.bl_stepItem_body__05 .bl_stepItem_body_img02 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .bl_stepItem_body_heading {
    margin: 10px 0 24px;
    font-size: 1.25rem;
  }
  .bl_section09 {
    padding-top: 14vw;
    padding-bottom: 0;
    background-image: url("../img/poplular_back_sp.png");
  }
  .bl_section09_heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .bl_section09_txt {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .bl_section09_txt br {
    display: block;
  }
  .bl_tabBtnUnit {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .bl_tabBtnUnit a {
    -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
    width: calc(50% - 11px);
    box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  }
  .bl_tabBody_item {
    margin: 27px -30px 0;
    padding: 30px min(28px, 5.6vw);
    gap: 10px;
  }
  .bl_tabBody_item#tab1 .bl_tabBody_card_pickUp,
  .bl_tabBody_item#tab2 .bl_tabBody_card_pickUp,
  .bl_tabBody_item#tab3 .bl_tabBody_card_pickUp,
  .bl_tabBody_item#tab4 .bl_tabBody_card_pickUp,
  .bl_tabBody_item#tab5 .bl_tabBody_card_pickUp,
  .bl_tabBody_item#tab6 .bl_tabBody_card_pickUp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
  }
  .bl_tabBody_card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .bl_tabBody_card_pickUp {
    font-size: min(14px, 2.8vw);
    line-height: 1.14;
  }
  .bl_tabBody_card_number {
    font-size: min(12px, 2.4vw);
  }
  .bl_tabBody_card_name {
    font-size: min(14px, 2.8vw);
  }
  .bl_tabBody_card_price {
    font-size: min(20px, 4vw);
  }
  .bl_tabBody_card_price span {
    font-size: min(11px, 2.2vw);
  }
  .bl_tabBody_card_bottom {
    min-height: min(136px, 27.2vw);
    padding-top: 8px;
    padding-right: min(5px, 1vw);
    padding-bottom: 12px;
    padding-left: min(5px, 1vw);
    line-height: 1.4;
  }
  .bl_section10 {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    background-image: url("../img/item_back_sp.png");
  }
  .bl_section10_heading {
    margin-bottom: 30px;
    font-size: 2.1875rem;
  }
  .bl_section10 {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    background-image: url("../img/item_back_sp.png");
  }
  .bl_section12 {
    padding-top: 14vw;
    padding-bottom: 80px;
    background-image: url("../img/faq_back_sp.png");
  }
  .bl_faqList {
    margin-top: 30px;
  }
  .bl_faqList dd {
    padding-left: 23px;
  }
  .bl_section13 {
    padding-top: 61vw;
    padding-bottom: 25px;
    background-image: url("../img/company_back_sp.png");
  }
  .bl_companyData_indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .bl_gmap {
    height: 360px;
  }
  .bl_section11 {
    padding-top: 14vw;
    padding-bottom: 25px;
    background-image: url("../img/contact_back_sp.png");
  }
  #mail_form {
    padding: 40px 22px 50px;
  }
  .mail_form_inner dl {
    margin-bottom: 20px;
  }
  [type="date"].empty::-webkit-date-and-time-value {
    background-image: url("../img/date_back.svg");
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  [type="date"]::-webkit-date-and-time-value {
    height: 35px;
    padding: 10px 25px;
    border-radius: 5px;
    text-align: left !important;
  }
  label:has([name="response[]"]) {
    font-size: 0.75rem;
  }
  .bl_radioUnit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #form_submit_button {
    width: 400px;
    max-width: 100%;
  }
  .bl_section11_heading {
    display: block;
    margin-bottom: 30px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  .bl_section11_heading br {
    display: block;
  }
  .bl_privacyBox {
    font-size: 0.9375rem;
  }
  .bl_section11.bl_section11__thanks {
    padding-top: 150px;
    padding-bottom: 105px;
    background-position: 0 80px;
  }
  .bl_thanksMessageBox {
    padding: 50px 28px;
  }
  .bl_thanksMessage01 {
    text-align: left;
  }
  .bl_thanksMessage01 br {
    display: block;
  }
  .bl_thanksMessage02 {
    margin-top: 30px;
    font-size: 1.125rem;
  }
  .bl_thanksMessageSet {
    min-height: 410px;
  }
  .bl_thanksMessageBoxBtn {
    max-width: 100%;
  }
  .bl_sideMenu {
    width: calc(100% - 68px);
    padding-top: 94px;
  }
  .bl_sideMenu_inner {
    font-size: 1.25rem;
  }
  .bl_sideMenu_list a {
    padding: 4px 35px 4px 10px;
  }
  .bl_sideMenu_list {
    margin-bottom: 35px;
  }
  .bl_footerBtn {
    display: block;
    right: 10px;
    bottom: min(105px, 21vw);
  }
  .bl_footerBtn img {
    width: 45px;
    height: 45px;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

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