@charset "UTF-8";
/*--- reset ---*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: normal;
  tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: none;
  box-shadow: none;
  outline-offset: 0;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --font-biz: "BIZ UDPGothic", sans-serif;
  --font-m: "M PLUS Rounded 1c", sans-serif;
  --c-black: #333;
  --c-green: #4DAF0C;
  --c-yellow: #FFBB00;
  --c-red: #EB4B19;
  --c-beige: #FFFBEE;
  --c-lite-brown: #ECD9C4;
  --c-bg-beige: #FBF1D3;
  --c-blue: #1488C4;
}

html {
  font-size: 2.5641025641vw;
}

body {
  font-family: var(--font-biz);
  color: var(--c-black);
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--c-bg-beige) url(img/bg_body@2x.png) no-repeat center top;
  background-repeat: no-repeat;
  background-size: max(100%, 550px) auto;
  background-attachment: fixed;
}

:where(.m-rotate) {
  display: inline-block;
}

.w100 {
  width: 100%;
  height: auto;
}

.wbr {
  display: inline-block;
}

.c-green {
  color: var(--c-green);
}

.c-red {
  color: var(--c-red);
}

.c-blue {
  color: var(--c-blue);
}

.wrapper {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.header {
  padding: 3.2rem 2rem;
}
.header-ttl {
  margin-bottom: 2.4rem;
}

.tgt-students {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px dashed var(--c-red);
  border-radius: 8px;
  box-shadow: 2px 4px 0 var(--c-lite-brown);
}
.tgt-students__lbl {
  flex: 0 0 auto;
  padding: 6px 12px;
  margin: -2px -2px 0;
  font-family: var(--font-m);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: var(--c-red);
  border-radius: 8px 8px 0 0;
}
.tgt-students__body {
  flex: 0 1 auto;
  align-self: center;
  padding: 8px 12px;
}
.tgt-students-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.tgt-students-list__item {
  font-weight: 700;
  line-height: 1.4;
}
.tgt-students-list__item:not(:nth-last-of-type(1)):after {
  content: "/";
}

.main {
  padding-inline: 2rem;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 4px 12px rgba(93, 70, 18, 0.16);
}

.intro {
  padding-top: 2.6rem;
  margin-bottom: 4rem;
}
.intro-ttl {
  position: relative;
  font-family: var(--font-m);
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
}
.intro-ttl__catch {
  padding: 2px 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  background-color: var(--c-bg-beige);
  border-radius: 8px;
}
.intro-ttl__main {
  display: block;
  margin-top: 1rem;
  font-size: 1.7647em;
  line-height: 1.3333;
}
.intro-ttl__yellow-marker {
  background: linear-gradient(to bottom, transparent 70%, var(--c-yellow) 70%, var(--c-yellow) 100%);
}
.intro-bg {
  margin: 0 -2rem;
}
.intro-body {
  padding: 2.4rem 2rem;
  margin-inline: -2rem;
  font-family: var(--font-m);
  font-weight: 700;
  text-align: center;
  background: url(img/bg_intro-dott.svg) no-repeat center bottom, linear-gradient(to bottom, #E1BF99 4%, #ECD9C4 96%);
  background-size: contain, auto;
  border-radius: 0 0 24px 24px;
}
.intro-body-catch {
  padding-block: 1rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 8px;
}
.intro-body-catch__main {
  margin-bottom: 0.4rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.intro-body-catch__sub {
  padding-inline: 0.8rem;
  font-family: var(--font-biz);
  color: #899aa5;
  font-size: 1.2rem;
}
.intro-body-catch .c-red {
  font-size: 1.4em;
}
.intro-body-catch .c-red.is-sml {
  font-size: 0.7em;
}
.intro-body__lead {
  font-size: 3.2rem;
  line-height: 1.25;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}

.info-sec {
  padding: 0 1.6rem 3.2rem;
  margin-top: 3.2rem;
  background-color: var(--c-beige);
  border-radius: 8px;
}
.info-sec-ttl {
  padding-block: 1.2rem 1rem;
  margin: 0 -1.6rem 2rem;
  font-family: var(--font-m);
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
  border: 2px solid var(--c-green);
  border-radius: 8px;
}
.info-sec-ttl .c-green,
.info-sec-ttl .c-red {
  font-size: 1.4em;
}
.info-sec-ttl .is-sml {
  display: inline-block;
  font-size: 1em;
}
.info-sec__lead {
  line-height: 2;
}
.info-sec__lead:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .info-sec__lead:before {
    margin-top: 0;
  }
}

.info__ttl {
  width: fit-content;
  padding: 0.4rem 1.2rem;
  margin-block: 2.4rem 1.2rem;
  font-family: var(--font-m);
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--c-lite-brown);
  border-radius: 4px;
}
.info__lead--lg {
  font-size: 1.6rem;
}
.info__lead em {
  font-weight: 700;
  font-style: normal;
}
.info__bd-block {
  padding: 8px 8px 6px;
  margin-top: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--c-black);
}
.info-accept {
  margin-top: 1.2rem;
}
.info-accept__item {
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
  padding: 1.6rem 1.6rem 1.2rem;
  background-color: #fff;
  border-radius: 8px;
}
.info-accept__item:not(:nth-last-of-type(1)) {
  margin-bottom: 0.8rem;
}
.info-accept__year {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
}
.info-accept__day {
  flex: 0 1 auto;
}
.info-accept-day-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

.usage {
  margin-top: 5.6rem;
}
.usage__ttl {
  position: relative;
  padding-block: 1.2rem;
  margin-bottom: 4rem;
  font-family: var(--font-m);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--c-green);
  border-radius: 8px;
}
.usage__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 0.4rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 1.6rem;
  background-color: var(--c-green);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.usage-sec:not(:nth-last-of-type(1)) {
  margin-bottom: 4.8rem;
}
.usage-sec-ttl {
  margin-bottom: 1.4rem;
  border-top: 1px solid #CECECE;
}
.usage-sec-ttl__lbl {
  display: inline-block;
  padding: 1.2rem 0.8rem 0;
  margin-top: -1px;
  font-family: var(--font-m);
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 4px solid var(--c-green);
}
.usage-sec__lead {
  line-height: 2;
}
.usage-sec__lead:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .usage-sec__lead:before {
    margin-top: 0;
  }
}

.pc-line {
  display: none;
  margin-top: 2.4rem;
}

.usage-line {
  margin-top: 2.8rem;
}
.usage-line__item {
  position: relative;
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  column-gap: 1.2rem;
}
.usage-line__item:before {
  content: counter(num);
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 1.6rem);
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--c-red);
  border-radius: 50% 50% 4px 50%;
}
.usage-line__item:not(:nth-last-of-type(1)) {
  margin-bottom: 2.8rem;
}
.usage-line__item--pc {
  display: none;
}
.usage-line-fig {
  flex: 0 0 auto;
  width: 50%;
  min-height: 8.4rem;
  border: 2px solid var(--c-red);
  border-radius: 8px;
  overflow: hidden;
}
.usage-line-fig--btn {
  display: grid;
  place-items: center;
  padding-inline: 0.8rem;
}
.usage-line__txt {
  flex: 0 1 auto;
  align-self: center;
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
.usage-line__attention {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-top: 1.6rem;
  color: #899aa5;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8333;
}
.usage-line__attention:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  width: 100%;
  height: 5.6rem;
  background-color: var(--c-green);
  border-radius: 8px;
}
.line-btn__icon {
  flex: 0 0 auto;
  width: 3rem;
}
.line-btn__lbl {
  flex: 0 1 auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.chat-icon-inline {
  display: inline;
  width: 2.4rem;
  height: auto;
  margin-inline: 0.2rem;
  vertical-align: -0.6rem;
}

.attention {
  padding: 2.4rem 1.6rem 3.2rem;
  margin-block: 5.6rem 3.2rem;
  background: var(--c-green) radial-gradient(circle, rgba(255, 255, 255, 0.2) 2.5px, transparent 2.5px);
  background-size: 12px 12px;
  border-radius: 24px;
}
.attention-ttl {
  width: fit-content;
  padding: 8px 16px;
  margin: 0 auto 1.6rem;
  font-family: var(--font-m);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background-color: var(--c-green);
  border: 1px solid #fff;
  border-radius: 4px;
}
.attention-list__item {
  position: relative;
  padding: 0.8rem 1.6rem 0.8rem 2.8rem;
  font-weight: 700;
  line-height: 1.7143;
  background-color: #fff;
  border-radius: 8px;
}
.attention-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.3rem solid var(--c-red);
  border-radius: 50%;
}
.attention-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 0.8rem;
}

.free-tel {
  margin-top: 1.6rem;
  background-color: #fff;
  border: 2px solid var(--c-yellow);
  border-radius: 8px;
  overflow: hidden;
}
.free-tel__anch {
  display: block;
}

.outro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 2rem 1.4rem;
  margin-inline: -2rem;
  background: url(img/bg_outro.png) repeat-x left bottom/min(102.5641%, 800px) auto;
}
.outro__lead {
  flex: 0 1 auto;
  font-family: var(--font-m);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545;
}
.outro__lead br {
  display: none;
}
.outro__orn {
  flex: 0 0 auto;
  width: 5.6rem;
}

.footer {
  background-color: var(--c-black);
}

.scroll-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 100%;
  height: 6.4rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.scroll-top:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4yNDIiIGhlaWdodD0iMTAuNjIxIiB2aWV3Qm94PSIwIDAgMTguMjQyIDEwLjYyMSI+PHBhdGggZD0iTTIzLDIwLjVsLTctNy03LDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Ljg3OSAtMTIpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+) no-repeat center/contain;
  transition: translate 0.3s cubic-bezier(0, 0, 0, 1);
}
.scroll-top__lbl {
  color: #fff;
}
@media (any-hover: hover) {
  .scroll-top:hover:before {
    translate: 0 -8px;
  }
}

.side-orn {
  display: none;
  position: fixed;
}

.web-chat {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 10;
}
.web-chat-btn {
  display: block;
  width: 64px;
  height: 64px;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    background: var(--c-bg-beige) url(img/bg_body.png) no-repeat center top;
    background-size: max(100%, 1366px) auto;
    background-attachment: fixed;
  }
  :where(.m-rotate) {
    rotate: 0.01deg;
  }
  .header {
    padding: 48px clamp(24px, 5.128205128%, 40px);
  }
  .header-ttl {
    margin-bottom: 48px;
  }
  .tgt-students {
    flex-direction: row;
    column-gap: 24px;
    border-radius: 16px;
    align-items: center;
    padding: 18px 24px 16px;
  }
  .tgt-students__lbl {
    padding: 6px 12px;
    margin: 0;
    font-size: 2rem;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-radius: 4px;
  }
  .tgt-students__body {
    padding: 0;
  }
  .tgt-students-list {
    justify-content: flex-start;
  }
  .main {
    padding-inline: clamp(24px, 5.128205128%, 40px);
    border-radius: 32px 32px 0 0;
  }
  .intro {
    padding-top: 48px;
    margin-bottom: 56px;
  }
  .intro-ttl {
    font-size: 2.8rem;
  }
  .intro-ttl__main {
    margin-top: 20px;
    font-size: 2em;
    line-height: 1.1428571429;
  }
  .intro-bg {
    margin: -15px clamp(-40px, -5.5555556%, -24px) 0;
  }
  .intro-body {
    padding: 16px clamp(24px, 5.128205128%, 40px) 32px;
    margin-inline: clamp(-40px, -5.5555556%, -24px);
    background-size: 530px auto, auto;
    background-repeat: repeat-x;
    border-radius: 0 0 32px 32px;
  }
  .intro-body-catch {
    padding-block: 12px 16px;
    font-size: 2.8rem;
    border-radius: 16px;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 32px;
  }
  .intro-body-catch .c-red {
    font-size: 1.142857em;
  }
  .intro-body-catch .c-red.is-sml {
    font-size: 0.7143em;
  }
  .intro-body-catch__sub {
    padding-inline: 0;
    font-size: 1.4rem;
  }
  .intro-body__lead {
    font-size: 4.8rem;
  }
  .info-sec {
    padding: 0 24px 32px;
    margin-top: 40px;
    border-radius: 16px;
  }
  .info-sec-ttl {
    padding-block: 12px 10px;
    margin: 0 -24px 24px;
    font-size: 2.4rem;
    border-radius: 16px;
  }
  .info-sec-ttl .c-green,
  .info-sec-ttl .c-red {
    font-size: 1.33333em;
  }
  .info-sec-ttl .is-sml {
    font-size: 1em;
  }
  .info__ttl {
    margin-block: 0 12px;
    font-size: 2rem;
    border-radius: 8px;
    margin-inline: auto;
  }
  .info__lead {
    font-size: 1.8rem;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .info__lead--lg {
    font-size: 2rem;
  }
  .info__bd-block {
    margin-top: 24px;
  }
  .info-accept {
    margin-top: 16px;
  }
  .info-accept__item {
    column-gap: 32px;
    padding: 16px 16px 12px 32px;
  }
  .info-accept__year {
    font-size: 1.8rem;
  }
  .info-accept-day-list {
    columns: 2 auto;
    column-gap: 8px;
    margin-bottom: -2px;
  }
  .info-det {
    columns: 2;
    column-gap: 24px;
    column-rule: solid 1px var(--c-lite-brown);
    margin-top: 24px;
  }
  .info-det__item--full {
    column-span: all;
    margin-bottom: 32px;
  }
  .usage {
    margin-top: 80px;
  }
  .usage__ttl {
    margin-bottom: 48px;
    font-size: 3.2rem;
  }
  .usage__ttl:after {
    top: calc(100% - 1px);
  }
  .usage-sec:not(:nth-last-of-type(1)) {
    margin-bottom: 70px;
  }
  .usage-sec-ttl {
    margin-bottom: 18px;
  }
  .usage-sec-ttl__lbl {
    font-size: 2.8rem;
  }
  .pc-line {
    display: block;
    text-align: center;
  }
  .pc-line-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    height: 48px;
    padding-inline: 24px;
    background-color: var(--c-green);
    border-radius: 8px;
    transition: background-color 0.2s;
  }
  .pc-line-btn__icon {
    flex: 0 0 auto;
    width: 30px;
  }
  .pc-line-btn__lbl {
    flex: 0 1 auto;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .pc-line-btn:hover {
    background-color: color-mix(in srgb, var(--c-green) 80%, black);
  }
}
@media screen and (min-width: 768px) {
  .usage-line {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .usage-line__item {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "fig fig" "number txt";
    gap: 12px 16px;
  }
  .usage-line__item:before {
    position: static;
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
    border-radius: 50%;
    grid-area: number;
    margin-left: 8px;
  }
  .usage-line__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
  .usage-line__item--pc {
    display: grid;
  }
  .usage-line__item--sp {
    display: none;
  }
  .usage-line-fig {
    width: 100%;
    min-height: unset;
    grid-area: fig;
  }
  .usage-line__txt {
    align-self: unset;
    margin-top: 0;
    grid-area: txt;
    font-size: 1.8rem;
    line-height: 1.66667;
  }
  .usage-line__txt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.66667) * 0.5em);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .usage-line__txt:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .usage-line__attention {
    margin-top: 32px;
    font-size: 1.4rem;
  }
  .attention {
    padding: 32px 40px 40px;
    margin-block: 88px 56px;
    border-radius: 32px;
  }
  .attention-ttl {
    font-size: 2.4rem;
  }
  .attention-list__item {
    padding: 12px 16px 10px 40px;
  }
  .attention-list__item:before {
    top: 17px;
    left: 16px;
    width: 14px;
    height: 14px;
  }
  .free-tel {
    pointer-events: none;
  }
  .outro {
    padding-bottom: 36px;
    margin-inline: clamp(-40px, -5.5555556%, -24px);
    padding-inline: clamp(24px, 5.555556%, 40px);
    justify-content: center;
    column-gap: 12px;
  }
  .outro__lead {
    font-size: 3.2rem;
  }
  .outro__lead br {
    display: inline;
  }
  .outro__orn {
    width: 83px;
  }
  .scroll-top__lbl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .web-chat {
    right: 24px;
  }
  .web-chat-btn {
    width: 204px;
    filter: drop-shadow(2px 4px 8px rgba(138, 105, 16, 0.2));
    transition: opacity 0.2s;
  }
  .web-chat-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .side-orn {
    display: block;
    width: 170px;
    height: 266px;
    top: calc(50% - 133px);
    left: calc((100% - 800px) / 2 / 2 - 85px);
    filter: drop-shadow(3px 6px 6px rgba(138, 105, 16, 0.16));
    animation: updown 6s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  }
  @keyframes updown {
    0% {
      translate: 0 -16px;
    }
    100% {
      translate: 0 16px;
    }
  }
}/*# sourceMappingURL=style.css.map */