@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio, select, textarea):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

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

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:root {
  font: 16px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  color: #523010;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

:where(img) {
  height: auto;
}

:where(li, figure, h1, h2, h3, h4, h5, h6) img {
  display: block;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  --if-screen-effect__duration: 0.8s;
  --if-screen-effect__distance: 30px;
}

:where(a:visited) {
  color: inherit;
}

:where(a:not([class])) {
  color: inherit;
}

:where(label) {
  cursor: pointer;
}

:where(input:where([type=radio], [type=checkbox])) {
  margin: auto 0.2em auto auto;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}

:where(input[type=radio]) {
  border-radius: 50%;
}

:where(label) {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
:where(label):not([class]) {
  padding-right: 1.5em;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

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

:where(.font-mincho) {
  font-family: "Zen Old Mincho", serif;
}

:root {
  --max-width: min(750px, 100vw);
  color: #6D4C37;
  font-weight: 300;
  font-family: "Noto Sans JP", san-serif;
  scroll-behavior: smooth;
}

.c-switch-hover {
  display: block;
  position: relative;
}
.c-switch-hover .default, .c-switch-hover .hover {
  display: block;
}
.c-switch-hover .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s;
}
.c-switch-hover:hover .hover {
  opacity: 1;
}

:where(.c-title) {
  margin: auto;
  padding: 27px 5px;
  border-radius: 300px;
  width: 350px;
  max-width: 87.5vw;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 2.8px;
  text-indent: 2.8px;
  font-weight: 900;
  text-align: center;
  display: grid;
  place-items: center;
}
:where(.c-title).mod_pink-line {
  background: #F599A5;
  color: #fff;
  position: relative;
}
:where(.c-title).mod_pink-line::after {
  content: "";
  display: block;
  width: 300vw;
  height: 1px;
  background: #F599A5;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -100vw;
  margin: auto;
}

:where(.c-description28) {
  margin-block: var(--leading-trim);
  font-size: 17px;
  line-height: 1.6470588235;
  letter-spacing: 0.0252941176em;
  white-space: pre-line;
}

:where(.c-description26) {
  margin-block: var(--leading-trim);
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.0252941176em;
  white-space: pre-line;
}

body {
  margin: auto;
  max-width: 750px;
  width: 100%;
  position: relative;
}

.bl-main {
  overflow: clip;
}

.bl-header {
  margin: auto;
  padding-left: 10px;
  background: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  height: 50px;
  transform: translateY(-150%);
  transition: transform 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.bl-header__right {
  display: flex;
  align-items: center;
}
.bl-header__burger {
  width: 48px;
  padding: 0 10px;
  height: 50px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.bl-header__burger .inner {
  position: relative;
  height: 20px;
  width: 100%;
  display: block;
}
.bl-header__burger .line {
  width: 28px;
  height: 2px;
  background: #FF536A;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(0);
  transition: opacity 0.4s, transform 0.4s;
}
.bl-header__burger .l1 {
  transform: translateY(-10px);
}
.bl-header__burger .l3 {
  transform: translateY(10px);
}
.bl-top {
  position: relative;
}
.bl-top__title {
  width: 40.6666666667%;
  position: absolute;
  top: calc(18 / 750 * min(750px, 100vw));
  left: calc(24 / 750 * min(750px, 100vw));
  z-index: 5;
}
.bl-top__items {
  position: relative;
}
.bl-top__item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-top__item:nth-of-type(1) {
  position: relative;
}
.bl-top__catch {
  margin: calc(66 / 750 * min(750px, 100vw)) auto 0;
  width: calc(453 / 750 * min(750px, 100vw));
  display: block;
}
.bl-top__scroll {
  margin: calc(97 / 750 * min(750px, 100vw)) auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl-nayami {
  margin-top: calc(-27 / 750 * min(750px, 100vw));
  padding-top: calc(107 / 750 * min(750px, 100vw));
  background: url(../../images/lp-bihada/2nayami-bg@2x.png) no-repeat top center/100% auto;
}
.bl-nayami__title {
  margin: auto;
  padding: 12px 44px;
  border-radius: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-weight: 900;
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 2.7px;
  text-indent: 2.7px;
  text-align: center;
}
.bl-nayami__item img {
  margin: auto;
  display: block;
  width: calc(517 / 750 * min(750px, 100vw));
}
.bl-nayami__item.item1 {
  margin-top: calc(55 / 750 * min(750px, 100vw));
}
.bl-nayami__item.item2 {
  margin-top: calc(-12 / 750 * min(750px, 100vw));
}
.bl-nayami__item.item2 {
  margin-top: calc(3 / 750 * min(750px, 100vw));
}
.bl-nayami__important, .bl-nayami__tel {
  margin: auto;
  display: block;
  max-width: 78.5%;
}
.bl-nayami__important {
  margin-top: calc(24 / 750 * min(750px, 100vw));
}
.bl-nayami__tel {
  margin-top: calc(33 / 750 * min(750px, 100vw));
}
.bl-nayami__tel img {
  margin: auto;
  display: block;
}
.bl-thought {
  margin-top: calc(113 / 750 * min(750px, 100vw));
  color: #fff;
  aspect-ratio: 750/486;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl-thought__title {
  margin: 0 auto;
  border: solid 1px #fff;
}
.bl-thought__heading, .bl-thought__description {
  width: calc(600 / 750 * min(750px, 100vw));
}
.bl-thought__heading {
  margin: 37px auto 0;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 1.65px;
  text-indent: 1.65px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.bl-thought__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bl-thought__description {
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.45px;
  text-indent: 0.45px;
  font-weight: 300;
  white-space: pre-line;
}
.bl-thought .decoration {
  position: absolute;
}
.bl-thought .decoration.right {
  top: -70px;
  right: -24px;
}
.bl-thought .decoration.left {
  bottom: -99px;
  left: -25px;
  z-index: -2;
}
@media screen and (max-width: 750px) {
  .bl-thought {
    margin-inline: auto;
    aspect-ratio: 400/642;
    max-width: 400px;
  }
  .bl-thought__heading, .bl-thought__description {
    width: 320px;
  }
  .bl-thought .decoration.right {
    top: -57px;
    right: -26px;
  }
  .bl-thought .decoration.left {
    bottom: 34px;
    left: -81px;
    z-index: 0;
  }
}

.bl-example {
  margin-top: calc(83 / 750 * min(750px, 100vw));
}
.bl-example__title {
  margin-bottom: 33px;
}
.bl-example__item {
  position: relative;
  z-index: 0;
}
.bl-example__item:nth-of-type(n+2) {
  margin-top: 70px;
}
.bl-example__item::after {
  content: "";
  display: block;
  background: url(../../images/lp-bihada/4example-bg-odd.png) no-repeat top center/contain;
  width: 290px;
  height: 290px;
  position: absolute;
  z-index: -1;
  top: calc(218 / 750 * min(750px, 100vw));
  left: 0;
  right: 0;
  margin: auto;
}
.bl-example__image {
  margin: auto;
  display: block;
  width: calc(340 / 750 * min(750px, 100vw));
  min-width: 290px;
}
.bl-example__example-title {
  padding-top: 28px;
  text-align: center;
  color: #FF536A;
  font-weight: 500;
  margin-block: var(--leading-trim);
  font-size: 22px;
  line-height: 1.6818181818;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
.bl-example__description {
  margin: auto;
  padding-top: 22px;
  width: calc(600 / 750 * min(750px, 100vw));
  margin-block: var(--leading-trim);
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.0252941176em;
  font-weight: 300;
}
.bl-tel-me {
  margin-top: calc(102 / 750 * min(750px, 100vw));
  padding: calc(44 / 750 * min(750px, 100vw)) 0 calc(40 / 750 * min(750px, 100vw));
  background: #F599A5;
  aspect-ratio: 750/453;
  display: grid;
  place-items: center;
}
.bl-tel-me__title {
  margin: auto;
  max-width: 80%;
}
.bl-strong {
  padding: calc(65 / 750 * min(750px, 100vw)) 0 calc(70 / 750 * min(750px, 100vw));
  background: #EDEFEA url(../../images/lp-bihada/6strong-bg.png) no-repeat top center/100% auto;
}
.bl-strong__inner {
  margin: auto;
  width: 600px;
  max-width: 80%;
}
.bl-strong__title {
  margin-bottom: 5px;
  color: #FF536A;
  background: #fff;
}
.bl-strong__description {
  padding-top: 20px;
}
.bl-strong__section {
  margin-top: 40px;
}
.bl-strong__title2 {
  padding-left: 16px;
  border-radius: 10px 10px 0 0;
  height: 68px;
  background: #F599A5;
  display: flex;
  align-items: center;
}
.bl-strong__title2 .number {
  padding-bottom: 0.1em;
  color: #FFFF75;
  font-weight: 700;
  font-size: 50px;
}
.bl-strong__title2 .text {
  margin: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 2.03px;
}
@media screen and (max-width: 500px) {
  .bl-strong__title2 {
    padding-left: 10px;
    height: 44px;
  }
  .bl-strong__title2 .number {
    font-size: 32px;
  }
  .bl-strong__title2 .text {
    margin: auto 0 auto 8px;
    font-size: 18px;
    letter-spacing: 1.35px;
  }
}

.bl-specify {
  margin-top: calc(75 / 750 * min(750px, 100vw));
}
.bl-specify__content {
  margin: auto;
  width: 600px;
  max-width: 80%;
  position: relative;
  z-index: 0;
}
.bl-specify__bg-text {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -70px;
}
.bl-specify__items {
  margin-top: 27px;
}
.bl-specify__item:nth-of-type(n+2) {
  margin-top: 40px;
}
.bl-specify__title2 {
  padding-top: 17px;
  color: #FF536A;
  font-weight: 500;
  margin-block: var(--leading-trim);
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
  text-align: center;
  white-space: pre-line;
}
.bl-specify__description {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .bl-specify__content {
    max-width: 70.5%;
  }
}

.bl-menu {
  margin-top: 64px;
}
.bl-menu__description {
  margin: auto;
  padding: 30px 0;
  max-width: 80%;
  text-align: center;
  word-break: keep-all;
}
.bl-menu__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl-menu__item:nth-of-type(odd) {
  --color: #86BBE6;
}
.bl-menu__item:nth-of-type(even) {
  --color: #95D6EA;
}
@media screen and (max-width: 500px) {
  .bl-menu {
    margin-top: 81px;
  }
}

.bl-menu-detail {
  background: #EDEFEA;
}
.bl-menu-detail__title {
  padding: 0 25px 0 40px;
  height: 62px;
  background: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.4s, opacity 0.4s;
}
.bl-menu-detail__title .text {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.65px;
}
.bl-menu-detail__title .arrow {
  background: url(../../images/lp-bihada/99parts-arrow-down.png) no-repeat center center/contain;
  width: 20px;
  height: 11px;
  display: block;
  transform: rotate(0);
  transition: transform 0.4s;
}
.bl-menu-detail__content {
  margin: auto;
  padding: 30px 0 44px;
  width: 600px;
  max-width: 80%;
}
.bl-menu-detail__link, .bl-menu-detail__close {
  margin: 23px auto 0;
  padding: 0 12px 0 14px;
  width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
}
.bl-menu-detail__link .text, .bl-menu-detail__close .text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.35px;
  text-indent: 1.35px;
}
.bl-menu-detail__link {
  justify-content: center;
  background: #86BBE6;
}
.bl-menu-detail__close {
  justify-content: space-between;
  background: #F599A5;
}
.bl-menu-detail__close .arrow {
  background: url(../../images/lp-bihada/99parts-arrow-down.png) no-repeat center center/contain;
  width: 12px;
  height: 10px;
}
.bl-menu-detail[open] .bl-menu-detail__title {
  background: #F599A5;
}
.bl-menu-detail[open] .bl-menu-detail__title .arrow {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .bl-menu-detail__title:hover {
    opacity: 0.5;
  }
}
.bl-menu-detail__content h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-block: var(--leading-trim);
  font-size: 20px;
  line-height: 1.85;
  color: #FF536A;
}
.bl-menu-detail__content h3 + p {
  padding-top: 17px;
}
.bl-menu-detail__content p {
  padding-top: 24px;
  margin-block: var(--leading-trim);
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.0252941176em;
  white-space: pre-line;
}
.bl-menu-detail__content hr {
  margin: 33px 0 25px;
  border: 1px dashed #fff;
}

.bl-proposal {
  margin-top: calc(64 / 750 * min(750px, 100vw));
}
.bl-proposal strong {
  color: #FF536A;
}
.bl-proposal__title, .bl-proposal__description {
  margin: auto;
  max-width: 80%;
  word-break: keep-all;
  font-weight: 900;
  margin-block: var(--leading-trim);
  font-size: 22px;
  line-height: 1.3181818182;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
}
.bl-proposal__image {
  margin-top: 27px;
}
.bl-proposal__description {
  margin-top: 30px;
}
.bl-proposal__tel {
  margin: 20px auto 0;
  display: block;
  max-width: 80%;
}
.bl-proposal__tel img {
  margin: auto;
  display: block;
}
.bl-flow {
  margin-top: calc(69 / 750 * min(750px, 100vw));
  padding: 52px 0 70px;
  background: #F599A5;
  color: #fff;
  position: relative;
  z-index: 0;
}
.bl-flow__title {
  background: #fff;
  color: #FF536A;
}
.bl-flow__items {
  margin: 16px auto 0;
  width: 600px;
  max-width: 80%;
}
.bl-flow__item:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 14px;
  border-top: dashed 1px #fff;
}
.bl-flow .decoration {
  position: absolute;
  z-index: 1;
}
.bl-flow .decoration.right {
  top: -44px;
  right: -11px;
}
.bl-flow .decoration.left {
  bottom: -49px;
  left: -11px;
}
@media screen and (max-width: 500px) {
  .bl-flow .decorationr.right {
    top: -44px;
    right: -26px;
  }
  .bl-flow .decoration.left {
    bottom: -84px;
    left: -43px;
  }
}

.bl-flow-item {
  font-weight: 400;
}
.bl-flow-item__title {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.bl-flow-item__title .number {
  color: #F9C3CA;
  font-size: 62px;
}
.bl-flow-item__title .text {
  margin-left: 6px;
  color: #FFFF75;
  font-size: 25px;
}
.bl-flow-item__description {
  margin-top: 10px;
}
.bl-free-dial {
  margin-top: 12px;
}
.bl-free-dial__tel {
  display: flex;
  align-items: flex-end;
  font-size: 57px;
  font-size: calc(57 / 750 * min(750px, 100vw));
}
.bl-free-dial__tel .icon {
  height: 0.7543859649em;
  width: auto;
}
.bl-free-dial__tel .number {
  margin-left: calc(8 / 750 * min(750px, 100vw));
  font-weight: 900;
  letter-spacing: 1.43px;
}
.bl-free-dial__open {
  margin-top: calc(19 / 750 * min(750px, 100vw));
  margin-left: -0.5em;
  font-size: 21px;
  letter-spacing: 0.53px;
}
.bl-free-dial__mail {
  margin-left: 0;
}
@media screen and (max-width: 500px) {
  .bl-free-dial__open {
    font-size: 15px;
  }
}

.bl-faq {
  margin: 75px auto 0;
  padding: 20px 0 30px;
  background: #EDEFEA;
  width: 700px;
  max-width: 93.3333333333%;
}
.bl-faq .initial {
  border-radius: 3px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.bl-faq__title {
  background: #fff;
  color: #FF536A;
}
.bl-faq__list {
  margin: 25px auto 0;
  width: 646px;
  max-width: 92.2857142857%;
}
.bl-faq__question, .bl-faq__answer {
  display: flex;
  align-items: flex-start;
}
.bl-faq__question {
  font-weight: 700;
  font-size: 19px;
  line-height: 21px;
}
.bl-faq__question:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #fff;
}
.bl-faq__question .initial {
  background: #86BBE6;
}
.bl-faq__question .text {
  padding-left: 7px;
}
.bl-faq__answer {
  margin-top: 12px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.bl-faq__answer .initial {
  background: #F599A5;
}
.bl-faq__answer .text {
  margin-top: -3px;
  padding-left: 12px;
}
.bl-mirror {
  margin-top: 69px;
  background: #F599A5;
}
.bl-mirror .bl-tel-me {
  margin-top: 0;
}
.bl-footer {
  font-weight: 400;
}
.bl-footer__inner {
  margin: auto;
  width: 600px;
  max-width: 80%;
}
.bl-footer__logo {
  margin: calc(70 / 750 * min(750px, 100vw)) auto calc(39 / 750 * min(750px, 100vw));
  display: block;
}
.bl-footer__logo img {
  margin: auto;
  display: block;
  width: calc(306 / 750 * min(750px, 100vw));
}
.bl-footer__clinic-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px dashed #D7DDD2;
}
.bl-footer__clinic-item:nth-of-type(1) {
  --color: #F599A5;
}
.bl-footer__clinic-item:nth-of-type(2) {
  --color: #86BBE6;
}
.bl-footer__freedial-title {
  background: #FF536A;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  border-radius: 4px;
  display: grid;
  place-items: center;
}
.bl-footer__freedial-number {
  margin-top: 10px;
  font-size: calc(57 / 750 * min(750px, 100vw));
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bl-footer__freedial-number .icon {
  height: 0.7543859649em;
  width: auto;
}
.bl-footer__freedial-number .number {
  margin-left: 7px;
  color: #FF536A;
  font-weight: 900;
}
.bl-footer__open {
  margin-top: calc(16 / 750 * min(750px, 100vw));
  font-size: calc(21 / 750 * min(750px, 100vw));
  letter-spacing: 0.0252380952em;
  text-align: center;
}
.bl-footer-clinic__name {
  margin-bottom: 10px;
  border-radius: 4px;
  height: 30px;
  background: var(--color);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: grid;
  place-items: center;
}
.bl-footer-clinic__address {
  margin-block: var(--leading-trim);
  font-size: 14px;
  line-height: 1.2857142857;
  white-space: pre-line;
}
.bl-footer-clinic__tel {
  margin-top: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FF536A;
  font-weight: 700;
}
.bl-footer-clinic__tel .text {
  font-size: 15px;
  letter-spacing: 0.38px;
}
.bl-footer-clinic__tel .number {
  font-size: 22px;
  letter-spacing: 0.55px;
}
.bl-footer-clinic__list {
  margin-top: 5px;
  display: flex;
  font-size: 14px;
}
.bl-footer-clinic__list-data::before {
  content: "…";
  margin: 0 0.5em;
}
.bl-footer-clinic__note {
  padding-top: 6px;
  margin-block: var(--leading-trim);
  font-size: 12px;
  line-height: 1.3333333333;
  font-feature-settings: "palt";
}
.bl-footer-clinic__map {
  margin-top: 16px;
  border-radius: 10px;
  aspect-ratio: 600/318;
  width: 100%;
  height: auto;
}
.bl-footer-button {
  margin-top: 53px;
  background: #F599A5;
  color: #fff;
  height: 170px;
}
.bl-footer-button__link-items {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bl-footer-button__link-item .icon {
  margin-top: 2px;
  margin-left: 7px;
}
.bl-footer-button__link.mod_button {
  border-radius: 15px;
  background: #fff;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6D4C37;
}
.bl-footer-button__link.mod_button .text {
  font-size: 12px;
}
.bl-footer-button__privacy {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.bl-footer-button__copyright {
  margin-top: 35px;
  display: block;
  text-align: center;
  font-size: 10px;
}
.accessible-hidden {
  position: absolute;
  left: -200vw;
  top: -200vw;
}

.bl-header-screen {
  background: #fff;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.bl-header-screen__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl-header-screen__items {
  margin-top: 16px;
}
.bl-header-screen__link {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  line-height: 47px;
}
#menu-switch:checked + .bl-header .bl-header__burger .l1 {
  transform: rotate(405deg);
}
#menu-switch:checked + .bl-header .bl-header__burger .l2 {
  transform: rotate(360deg);
  opacity: 0;
}
#menu-switch:checked + .bl-header .bl-header__burger .l3 {
  transform: rotate(135deg);
}
#menu-switch:checked + .bl-header > .bl-header-screen {
  transform: translateY(0);
  opacity: 1;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

[id] {
  scroll-margin: 50px;
}

:root.no-js {
  padding-top: 50px;
}
:root.js.out-of-firstview .bl-header {
  transform: translateY(0);
}

.bl-fixed-contact {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: fixed;
  aspect-ratio: 1/1;
  width: calc(200 / 750 * min(750px, 100vw));
  min-width: 90px;
  left: 0;
  right: calc(-590 / 750 * min(750px, 100vw));
  bottom: calc(10 / 750 * min(750px, 100vw));
  margin: auto;
  z-index: 8;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .bl-fixed-contact {
    right: 0px;
    left: auto;
  }
}

:where(.c-contact-button) {
  margin-top: calc(25 / 750 * min(750px, 100vw));
  margin-inline: auto;
  display: block;
  width: calc(350 / 750 * min(750px, 100vw));
  min-width: 229px;
  transition: opacity 0.4s;
}
:where(.c-contact-button).mod_hover:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=page-lp-bihada.css.map */