*, :before, :after {
  box-sizing: border-box
}
:where(:root) {
  overflow-wrap: anywhere;
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1
}
:where(body) {
  min-block-size: 100dvb;
  margin: unset
}
:where(h1, h2, h3, h4, h5, h6) {
  margin-block: unset;
  text-wrap: pretty
}
:where(search) {
  display: block
}
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset
}
:where(blockquote, figure) {
  margin-inline: unset
}
:where(p:lang(en)) {
  text-wrap: pretty
}
:where(address:lang(ja)) {
  font-style: unset
}
:where(ul, ol, menu) {
  padding-inline-start: unset;
  list-style-type: ""
}
:where(dt) {
  font-weight: bolder
}
:where(dd) {
  margin-inline-start: unset
}
:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace
}
:where(em:lang(ja)) {
  font-weight: bolder
}
:where(:is(i, cite, em, dfn, var):lang(ja)) {
  font-style: unset
}
:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: unset;
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-variant-ligatures: none
}
:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted
}
:where(time) {
  text-autospace: no-autospace
}
@media (forced-colors:active) {
  :where(mark) {
    color: highlighttext;
    background-color: highlight
  }
}
@media print {
  :where(mark) {
    border-style: dotted;
    border-width: 1px
  }
}
:where(a:any-link) {
  color: unset;
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
  text-decoration-thickness: from-font
}
:where(img, svg, picture, video, canvas, model, audio, iframe, embed, object) {
  vertical-align: bottom;
  block-size: auto;
  max-inline-size: 100%
}
:where(iframe) {
  border: unset
}
:where(table) {
  border-collapse: collapse
}
:where(caption, th) {
  text-align: unset
}
:where(caption) {
  text-wrap: pretty
}
:where(button, input, select, textarea) {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  text-align: unset;
  color: unset;
  font: unset;
  letter-spacing: unset
}
::file-selector-button {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  text-align: unset;
  color: unset;
  font: unset;
  letter-spacing: unset
}
:where(input:is([type=radio i], [type=checkbox i])) {
  margin: unset
}
:where(input[type=file i]) {
  border: unset
}
:where(input[type=search i]) {
  -webkit-appearance: textfield
}
@supports (-webkit-touch-callout:none) {
  :where(input[type=search i]) {
    background-color: canvas
  }
}
:where(input:is([type=tel i], [type=url i], [type=email i], [type=number i]):not(:placeholder-shown)) {
  direction: ltr
}
:where(textarea) {
  margin-block: unset;
  resize: block
}
:where(input:not([type=button i], [type=submit i], [type=reset i]), textarea, [contenteditable]) {
  text-autospace: no-autospace
}
:where(button, input:is([type=button i], [type=submit i], [type=reset i])) {
  background-color: unset
}
::file-selector-button {
  background-color: unset
}
:where(button, input:is([type=button i], [type=submit i], [type=reset i]), [role=tab i], [role=button i], [role=option i]) {
  touch-action: manipulation
}
::file-selector-button {
  touch-action: manipulation
}
:where(button:enabled, label[for], select:enabled, input:is([type=button i], [type=submit i], [type=reset i], [type=radio i], [type=checkbox i]):enabled, [role=tab i], [role=button i], [role=option i]) {
  cursor: pointer
}
:where(:enabled)::file-selector-button {
  cursor: pointer
}
:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset
}
:where(legend) {
  padding-inline: unset
}
:where(progress) {
  vertical-align: unset
}
::placeholder {
  opacity: unset
}
:where(summary) {
  cursor: pointer;
  list-style-type: ""
}
:where(summary)::-webkit-details-marker {
  display: none
}
:where(dialog, [popover]) {
  padding: unset;
  border: unset;
  overscroll-behavior-block: contain
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important
}
:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset
}
:where(dialog)::backdrop {
  background-color: oklch(0% 0 0/.3)
}
:where([popover]) {
  margin: unset
}
:where(:focus-visible) {
  outline-offset: 3px
}
[tabindex="-1"]:focus {
  outline: none !important
}
:where(:disabled, [aria-disabled=true i]) {
  cursor: default
}
[hidden]:not([hidden=until-found i]) {
  display: none !important
}
a {
  cursor: pointer
}
a:hover {
  opacity: .8;
  transition: all .3s
}
img {
  aspect-ratio: auto;
  width: auto;
  height: auto
}
input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  appearance: button;
  border: none;
  border-radius: 10px
}
input[type=submit]::-webkit-search-decoration {
  display: none
}
input[type=button]::-webkit-search-decoration {
  display: none
}
input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px
}
html {
  scroll-behavior: smooth;
  overflow-x: clip
}
body {
  word-break: break-all;
  font-family: Zen Maru Gothic, sans-serif;
  position: relative;
  overflow-x: clip
}
@media screen and (width<=767px) {
  html {
    font-size: 2.13333vw
  }
  p {
    font-size: 1rem
  }
}
@media screen and (width>=768px) {
  html {
    font-size: 1.11111vw
  }
  p {
    font-size: 1rem
  }
}
@media screen and (width>=1441px) {
  html, p {
    font-size: 1rem
  }
}
.amatic {
  font-family: Amatic SC, sans-serif
}
.manrope {
  font-family: Manrope, sans-serif
}
.inner {
  width: 62.5rem;
  margin-inline: auto;
  position: relative
}
@media screen and (width<=767px) {
  .inner {
    margin-top: 3px;
    width: 43.125rem
  }
}
.header {
  background: #fff;
  padding-block: .625rem
}
.header .inner {
  justify-content: space-between;
  align-items: center;
  display: flex
}
@media screen and (width<=767px) {
  .header .inner {
    width: 100%;
    padding-inline: .625rem
  }
}
.header .logo {
  width: 18.3125rem;
  display: block
}
@media screen and (width<=767px) {
  .header .logo {
    width: 20.625rem
  }
}
.header__right {
  align-items: center;
  gap: 1.25rem;
  display: flex
}
@media screen and (width<=767px) {
  .header__right {
    gap: .625rem
  }
}
.header__badge {
  width: 11.25rem;
  display: block
}
@media screen and (width<=767px) {
  .header__badge {
    width: 16.625rem
  }
}
.header__tel {
  width: 21.25rem;
  display: block
}
@media screen and (width>=768px) {
  .header__tel {
    pointer-events: none
  }
}
@media screen and (width<=767px) {
  .header__tel {
    width: 6.875rem
  }
}
.footer {
  background: #93b8c7;
  padding-block: 2.625rem
}
@media screen and (width<=767px) {
  .footer {
    padding-block: 3.75rem
  }
}
.footer__copy {
  text-align: center
}
.footer__copy small {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem
}
@media screen and (width<=767px) {
  .footer__copy small {
    font-size: 0.8rem
  }
}
.kv {
  background: url(../images/kv_bg.webp) top/cover no-repeat;
  margin-block-end: -3.125rem;
  padding-block: 2.5rem;
  overflow: hidden
}
@media screen and (width<=767px) {
  .kv {
    background-image: url(../images/kv_bg-sp.webp);
    padding-block: 4.5rem
  }
}
@media screen and (width<=767px) {
  .kv .inner {
    width: 100%
  }
}
.kv__head {
  margin-inline: auto 2.5rem
}
@media screen and (width<=767px) {
  .kv__head {
    flex-direction: row-reverse;
    align-items: start;
    gap: 1.875rem;
    display: flex
  }
}
.kv__area {
  color: #fff;
  letter-spacing: .1em;
  background: #97a8c5;
  border-radius: .375rem;
  width: fit-content;
  padding-block: .625rem;
  padding-inline: 2rem;
  font-size: 1.875rem;
  font-weight: 500
}
@media screen and (width<=767px) {
  .kv__area {
    writing-mode: vertical-rl;
    padding-inline: 1.5625rem
  }
}
.kv__heading {
  width: 28.75rem;
  margin-block-start: 1.625rem;
  display: block
}
@media screen and (width<=767px) {
  .kv__heading {
    width: 14.3125rem;
    margin-block-start: 0
  }
}
.kv__list {
  width: 34.375rem;
  margin-block-start: 1.25rem;
  margin-inline-start: -1.875rem;
  display: block
}
@media screen and (width<=767px) {
  .kv__list {
    width: 25rem;
    margin-block-start: -10rem;
    margin-inline: 1.0625rem auto
  }
}
.kv__human {
  width: 28.75rem;
  display: block;
  position: absolute;
  top: 11.875rem;
  right: -3.125rem
}
@media screen and (width<=767px) {
  .kv__human {
    width: 26.875rem;
    top: auto;
    bottom: -12.5rem;
    right: -2.5rem
  }
}
.kv__human img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 25rem
}
.cta {
  z-index: 5;
  background: url(../images/cta_bg.webp) top/cover no-repeat;
  padding-block: 1.25rem 3.75rem;
  position: relative
}
@media screen and (width<=767px) {
  .cta {
    background-image: url(../images/cta_bg-sp.webp);
    padding-block: 1.875rem 6.25rem
  }
}
.cta__head {
  justify-content: end;
  align-items: end;
  display: flex
}
.cta__heading {
  color: #fff;
  letter-spacing: .05em;
  margin-inline-end: 2.5rem;
  font-size: 2.25rem
}
@media screen and (width<=767px) {
  .cta__heading {
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap
  }
}
.cta__heading .large {
  font-size: 3rem
}
.cta__heading .medium {
  font-size: 2.375rem
}
.cta__heading .accent {
  color: #eedeb6
}
.cta__heading-ribon {
  width: 2.375rem;
  margin-inline-end: .3125rem;
  display: block
}
.cta__heading-map {
  width: 4.75rem;
  display: block
}
.cta__pet {
  width: 22.125rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  left: -3.75rem
}
@media screen and (width<=767px) {
  .cta__pet {
    top: -4.375rem;
    left: -4.375rem
  }
}
.cta__lead {
  width: 42.5rem;
  margin-block-start: 3.375rem;
  margin-inline: auto 0;
  display: block
}
@media screen and (width<=767px) {
  .cta__lead {
    width: 23.75rem;
    margin-block-start: 2.1875rem
  }
}
.cta__tel {
  width: 42.5rem;
  margin-block-start: 1.125rem;
  margin-inline: auto 0;
  display: block
}
@media screen and (width>=768px) {
  .cta__tel {
    pointer-events: none
  }
}
@media screen and (width<=767px) {
  .cta__tel {
    width: 41.875rem;
    margin-block-start: 1.875rem
  }
}
.cta__time {
  background: #def6ff;
  align-items: center;
  gap: 2.3125rem;
  margin-block-start: 3.75rem;
  padding-block: .5rem;
  display: flex;
  position: relative
}
@media screen and (width<=767px) {
  .cta__time {
    gap: 1.25rem;
    margin-block-start: 2.25rem;
    padding-block: 1.875rem;
    padding-inline: 1.875rem
  }
}
.cta__time-band {
  width: 14.375rem;
  margin-inline-start: -.625rem;
  display: block
}
.cta__time-text {
  align-items: center;
  gap: 1.4375rem;
  display: flex
}
.cta__time-text figure {
  width: 1.625rem;
  display: block
}
@media screen and (width<=767px) {
  .cta__time-text figure {
    width: 2.5rem
  }
}
.cta__time-text p {
  color: #506992;
  font-size: 1.125rem
}
@media screen and (width<=767px) {
  .cta__time-text p {
    font-size: 1.5rem;
    line-height: 1.3
  }
}
.cta__time-text p .large {
  font-size: 1.375rem;
  display: inline-block
}
@media screen and (width>=768px) {
  .cta__time-text p .large {
    margin-inline-end: 1em
  }
}
@media screen and (width<=767px) {
  .cta__time-text p .large {
    font-size: 2.5rem;
    display: block
  }
}
.cta__time-human {
  width: 7.8125rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0
}
@media screen and (width<=767px) {
  .cta__time-human {
    width: 10.125rem
  }
}
.support {
  background: url(../images/support_bg.webp) top/cover no-repeat;
  padding-block: 0 6.25rem
}
@media screen and (width<=767px) {
  .support {
    background-image: url(../images/support_bg-sp.webp);
    padding-block: 11.25rem 7.5rem
  }
}
.support__heading {
  width: 54.375rem;
  margin-inline-start: -7.5rem;
  display: block
}
@media screen and (width<=767px) {
  .support__heading {
    width: 43.75rem;
    margin-inline: auto
  }
}
@media screen and (width>=768px) {
  .support__list {
    grid-template-columns: repeat(2, 31.25rem);
    gap: 2.5rem 2.0625rem;
    display: grid
  }
}
@media screen and (width<=767px) {
  .support__list {
    margin-block-start: 1.625rem
  }
}
.support__item {
  align-items: start;
  width: 30.3125rem;
  display: flex;
  position: relative
}
@media screen and (width<=767px) {
  .support__item {
    width: 100%
  }
}
@media screen and (width<=767px) {
  .support__item:not(:first-child) {
    margin-block-start: 3.125rem
  }
}
@media screen and (width<=767px) {
  .support__item:nth-child(2n) {
    flex-direction: row-reverse
  }
}
@media screen and (width<=767px) {
  .support__item:nth-child(2n) .support__item-heading {
    padding-inline-start: 2.5rem
  }
}
@media screen and (width<=767px) {
  .support__item:nth-child(2n) .support__item-text {
    margin-inline: 2.5rem auto
  }
}
@media screen and (width<=767px) {
  .support__item:nth-child(2n) .support__item-img {
    margin-inline: -4.0625rem 0
  }
}
.support__item .support__item-heading {
  color: #fff;
  background: url(../images/support_heading_bg.webp) top/cover no-repeat;
  place-content: center;
  width: 18.25rem;
  height: 3.875rem;
  margin-block-start: .875rem;
  margin-inline: auto 0;
  padding-inline-start: 4.75rem;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .support__item .support__item-heading {
    background-image: url(../images/support_heading_bg-sp.webp);
    width: 26.875rem;
    margin-block-start: 1.875rem;
    padding-inline-start: 5.125rem;
    font-size: 2.375rem
  }
}
.support__item .support__item-text {
  color: #506992;
  white-space: nowrap;
  width: 12.8125rem;
  margin-block-start: 1.25rem;
  margin-inline: auto .625rem;
  font-size: 1.125rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .support__item .support__item-text {
    width: 20.625rem;
    margin-inline: auto 1.25rem;
    font-size: 1.75rem
  }
}
.support__item--ribon {
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  display: flex
}
@media screen and (width<=767px) {
  .support__item--ribon {
    gap: 3.125rem;
    margin-block-start: 3.5rem
  }
}
.support__item--ribon:before, .support__item--ribon:after {
  content: "";
  width: 23.75rem;
  height: 1.9375rem;
  display: block
}
@media screen and (width<=767px) {
  .support__item--ribon:before, .support__item--ribon:after {
    width: 31.25rem;
    height: 2.5rem
  }
}
.support__item--ribon:before {
  background: url(../images/support_ribon_head.webp) top/cover no-repeat
}
.support__item--ribon:after {
  background: url(../images/support_ribon_foot.webp) top/cover no-repeat
}
.support__item--ribon .support__item-heading {
  text-align: center;
  color: #506992;
  white-space: nowrap;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .support__item--ribon .support__item-heading {
    font-size: 2.5rem
  }
}
.support__item-img {
  z-index: 2;
  width: 15.625rem;
  margin-inline-end: -4.0625rem;
  display: block;
  position: relative
}
@media screen and (width<=767px) {
  .support__item-img {
    width: 18.75rem
  }
}
.guide {
  background: url(../images/guide_bg.webp) top/cover no-repeat;
  padding-block: 6.25rem 8.125rem;
  position: relative
}
@media screen and (width>=768px) {
  .guide {
    min-width: 125rem;
    left: 50%;
    transform: translate(-50%)
  }
}
@media screen and (width<=767px) {
  .guide {
    background-image: url(../images/guide_bg-sp.webp);
    margin-block-start: -4.375rem;
    padding-block: 12.125rem 7.5rem
  }
}
.guide-plan__heading {
  width: 36.5625rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .guide-plan__heading {
    width: 27.5rem
  }
}
.guide-plan__list {
  margin-block-start: 4.375rem
}
@media screen and (width>=768px) {
  .guide-plan__list {
    grid-template-columns: repeat(3, 20rem);
    gap: 1.25rem;
    display: grid
  }
}
@media screen and (width<=767px) {
  .guide-plan__list {
    margin-block-start: 5.3125rem
  }
}
.guide-plan__item {
  background: url(../images/guide-plan_item_bg.webp) top/cover no-repeat;
  height: 31.75rem;
  padding-block-start: 4.25rem;
  position: relative
}
@media screen and (width<=767px) {
  .guide-plan__item {
    background-image: url(../images/guide-plan_item_bg-sp.webp);
    background-size: 100% 100%;
    grid-template-columns: 16.25rem 1fr;
    grid-template-areas: "img text""price price";
    align-items: center;
    gap: 1.875rem;
    width: 41.875rem;
    height: auto;
    margin-inline: auto;
    padding-block: 5.625rem 3.4375rem;
    padding-inline: 2.5rem;
    display: grid
  }
}
@media screen and (width<=767px) {
  .guide-plan__item:not(:first-child) {
    margin-block-start: 3.75rem
  }
}
.guide-plan__item:first-child .guide-plan__item-price {
  width: 11.125rem
}
@media screen and (width<=767px) {
  .guide-plan__item:first-child .guide-plan__item-price {
    width: 21rem
  }
}
.guide-plan__item:nth-child(2) .guide-plan__item-price {
  width: 12.4375rem
}
@media screen and (width<=767px) {
  .guide-plan__item:nth-child(2) .guide-plan__item-price {
    width: 22.625rem
  }
}
.guide-plan__item:nth-child(3) .guide-plan__item-price {
  width: 12.4375rem
}
@media screen and (width<=767px) {
  .guide-plan__item:nth-child(3) .guide-plan__item-price {
    width: 22.4375rem
  }
}
.guide-plan__item-heading {
  clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
  text-align: center;
  color: #fff;
  background: #506992;
  border-radius: .3125rem;
  width: 17.625rem;
  padding-block: 1rem;
  font-size: 1.75rem;
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  transform: translate(-50%)
}
@media screen and (width<=767px) {
  .guide-plan__item-heading {
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
    width: 26.875rem;
    padding-block: 1rem;
    font-size: 2.5rem
  }
}
.guide-plan__item-img {
  width: 16.25rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .guide-plan__item-img {
    grid-area: img
  }
}
.guide-plan__item-text {
  color: #506992;
  margin-block-start: 1.5625rem;
  padding-inline: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .guide-plan__item-text {
    grid-area: text;
    margin-block-start: 0;
    padding-inline: 0;
    font-size: 1.75rem
  }
}
.guide-plan__item-price {
  display: block
}
@media screen and (width>=768px) {
  .guide-plan__item-price {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%)
  }
}
@media screen and (width<=767px) {
  .guide-plan__item-price {
    z-index: 1;
    grid-area: price;
    margin-inline: auto;
    padding-block: 1.25rem .75rem;
    position: relative
  }
}
@media screen and (width>=768px) {
  .guide-plan__item-price:before {
    display: none
  }
}
.guide-plan__item-price:before {
  content: "";
  z-index: -1;
  background: #fff4de;
  width: 36.875rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%)
}
.guide-flow {
  margin-block-start: 6.25rem
}
@media screen and (width<=767px) {
  .guide-flow {
    margin-block-start: 8.75rem
  }
}
.guide-flow__heading {
  width: 23.125rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .guide-flow__heading {
    width: 26.25rem
  }
}
.guide-flow__list {
  margin-block-start: 2.9375rem
}
@media screen and (width<=767px) {
  .guide-flow__list {
    margin-block-start: 3.25rem
  }
}
.guide-flow__item {
  filter: drop-shadow(0 0 20px #c8e6f0cc);
  position: relative
}
.guide-flow__item:not(:first-child) {
  margin-block-start: 2.375rem
}
.guide-flow__item-img {
  z-index: 2;
  width: 13.625rem;
  position: absolute;
  top: -.6875rem;
  left: 1.125rem
}
@media screen and (width<=767px) {
  .guide-flow__item-img {
    width: 15.625rem;
    top: auto;
    bottom: 2.375rem;
    left: -2.375rem
  }
}
.guide-flow__item-head {
  background: linear-gradient(90deg, #d8c28f 0%, #fff4de 30%, #f4e3b9 65%, #d9c596 80%, #f4e3b9 100%);
  border-start-start-radius: 3.125rem;
  border-start-end-radius: .375rem;
  padding-block: 1.875rem;
  padding-inline-start: 15.5rem;
  position: relative
}
@media screen and (width<=767px) {
  .guide-flow__item-head {
    padding-block: 2.1875rem;
    padding-inline: 2.6875rem
  }
}
.guide-flow__item-head:before {
  content: "";
  background: linear-gradient(-90deg, #d8c28f 0%, #fff4de 30%, #f4e3b9 65%, #d9c596 80%, #f4e3b9 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: .3125rem;
  left: 0
}
.guide-flow__item-heading {
  color: #506992;
  align-items: center;
  gap: 1.5625rem;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex
}
@media screen and (width<=767px) {
  .guide-flow__item-heading {
    gap: 4.375rem;
    line-height: 1.25
  }
}
.guide-flow__item-heading > span:last-child {
  white-space: nowrap
}
.guide-flow__item-heading .num {
  color: #9c834b;
  font-size: 1.875rem
}
@media screen and (width<=767px) {
  .guide-flow__item-heading .num {
    font-size: 3.125rem
  }
}
.guide-flow__item-heading .large {
  font-size: 2.5rem
}
@media screen and (width<=767px) {
  .guide-flow__item-heading .large {
    font-size: 3.125rem
  }
}
.guide-flow__item-body {
  background: #fff;
  border-end-end-radius: 3.125rem;
  border-end-start-radius: .375rem;
  min-height: 9.8125rem;
  padding-block-start: 2rem;
  padding-inline-start: 21.875rem
}
@media screen and (width<=767px) {
  .guide-flow__item-body {
    min-height: 22.3125rem;
    padding-block-start: 2.6875rem;
    padding-inline: 15rem 1.875rem
  }
}
.guide-flow__item-body p {
  color: #506992;
  font-size: 1.25rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .guide-flow__item-body p {
    font-size: 1.875rem
  }
}
.flow {
  background: url(../images/flow_bg.webp) top/cover no-repeat
}
@media screen and (width<=767px) {
  .flow {
    background-image: url(../images/flow_bg-sp.webp);
    position: relative
  }
}
@media screen and (width<=767px) {
  .flow .inner {
    width: 100%
  }
}
@media screen and (width<=767px) {
  .flow__heading {
    width: 46.875rem;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%)
  }
}
.flow__list {
  z-index: 2;
  position: relative
}
@media screen and (width>=768px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem 2.5rem;
    display: grid
  }
}
.flow__item {
  background: #fff;
  border-radius: 4.375rem 1.25rem 1.25rem;
  grid-template-columns: 12.8125rem 1fr;
  grid-template-areas: "heading heading""img text";
  gap: 1.875rem 1.5625rem;
  padding-block: 2.1875rem;
  padding-inline: 2.1875rem 1.5625rem;
  display: grid
}
@media screen and (width<=767px) {
  .flow__item {
    align-items: center;
    gap: 1.875rem 1.25rem
  }
}
@media screen and (width<=767px) {
  .flow__item:not(:first-child) {
    margin-block-start: 1.875rem
  }
}
@media screen and (width>=768px) {
  .flow__item:nth-child(3), .flow__item:nth-child(4) {
    border-start-start-radius: 1.25rem;
    border-start-end-radius: 4.375rem
  }
}
@media screen and (width<=767px) {
  .flow__item:nth-child(odd) {
    border-radius: 4.375rem 0 0 1.25rem;
    grid-template-columns: 1fr 14.25rem;
    grid-template-areas: "heading img""text img";
    margin-inline-start: 2.9375rem;
    padding-block: 2.5rem;
    padding-inline: 2.3125rem 1.5rem
  }
}
@media screen and (width<=767px) {
  .flow__item:nth-child(2n) {
    border-radius: 0 4.375rem 1.25rem 0;
    grid-template-columns: 14.25rem 1fr;
    grid-template-areas: "img heading""img text";
    margin-inline-end: 2.9375rem;
    padding-block: 2.5rem;
    padding-inline: 1.5rem 2.3125rem
  }
}
.flow__item .flow__item-heading {
  text-align: center;
  color: #506992;
  grid-area: heading;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .flow__item .flow__item-heading {
    text-align: left;
    font-size: 2.125rem
  }
}
.flow__item .flow__item-img {
  grid-area: img
}
.flow__item .flow__item-text {
  color: #506992;
  grid-area: text;
  font-size: 1.125rem;
  line-height: 1.6
}
@media screen and (width<=767px) {
  .flow__item .flow__item-text {
    font-size: 1.75rem
  }
}
.flow__item--last {
  background: #ffeabe;
  border-radius: 1.25rem;
  padding-block: 2.125rem;
  padding-inline: 2.125rem
}
@media screen and (width<=767px) {
  .flow__item--last {
    width: 41.875rem;
    margin-block-start: 3.75rem;
    margin-inline: auto;
    padding-block: 1.5625rem 2.5rem;
    padding-inline: 2.5rem
  }
}
.flow__item--last .flow__item-head {
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  display: flex
}
.flow__item--last .flow__item-icon {
  width: 2.1875rem;
  display: block
}
@media screen and (width<=767px) {
  .flow__item--last .flow__item-icon {
    width: 3rem
  }
}
.flow__item--last .flow__item-heading {
  color: #506992;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .flow__item--last .flow__item-heading {
    font-size: 2.125rem
  }
}
.flow__item--last .flow__item-text {
  text-align: center;
  color: #506992;
  border-block-start: .3125rem dotted #fff;
  margin-block-start: 1.5rem;
  padding-block-start: 3rem;
  font-size: 1.125rem;
  line-height: 1.6
}
@media screen and (width<=767px) {
  .flow__item--last .flow__item-text {
    margin-block-start: 1.25rem;
    padding-block-start: 1.875rem;
    font-size: 1.75rem
  }
}
.flow__body-visual {
  width: 78.5625rem;
  display: block;
  position: relative
}
@media screen and (width>=768px) {
  .flow__body-visual {
    margin-block-start: -7.5rem;
    left: 55%;
    transform: translate(-50%)
  }
}
@media screen and (width<=767px) {
  .flow__body-visual {
    width: 100%
  }
}
@media screen and (width>=768px) {
  .flow__body-visual-front {
    display: none
  }
}
@media screen and (width<=767px) {
  .flow__body-visual-front {
    z-index: 2;
    width: 37.5rem;
    display: block;
    position: absolute;
    bottom: 3.75rem;
    left: 0
  }
}
.kind {
  clip-path: shape(from 0 11.0625rem, curve to 100% 11.0625rem with 50% -11.0625rem, line to 100% 100%, line to 0 100%, close);
  background: #fff4de;
  margin-block: -11.25rem -3.125rem;
  padding-block: 5.3125rem 6.25rem;
  position: relative
}
@media screen and (width>=768px) {
  .kind {
    min-width: 125rem;
    left: 50%;
    transform: translate(-50%)
  }
}
@media screen and (width<=767px) {
  .kind {
    clip-path: shape(from 0 5rem, curve to 100% 5rem with 50% -5rem, line to 100% 100%, line to 0 100%, close);
    margin-block-start: -11.25rem;
    padding-block: 8.75rem 10.375rem
  }
}
.kind__heading {
  width: 41.875rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .kind__heading {
    width: 40rem
  }
}
.kind__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-block-start: 3.125rem;
  display: grid
}
@media screen and (width<=767px) {
  .kind__list {
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 2.5rem;
    position: relative
  }
}
@media screen and (width>=768px) {
  .kind__list:after {
    display: none
  }
}
.kind__list:after {
  content: "";
  background: url(../images/kind_list_deco.webp) 0 0/cover no-repeat;
  width: 20.9375rem;
  height: 15.625rem;
  position: absolute;
  bottom: -1.875rem;
  right: -2.5rem
}
.kind__item {
  background: #fff;
  border-radius: .625rem;
  overflow: clip
}
@media screen and (width<=767px) {
  .kind__item {
    border-radius: 1.25rem
  }
}
.kind__item:first-child .kind__item-icon {
  width: 5rem
}
@media screen and (width<=767px) {
  .kind__item:first-child .kind__item-icon {
    width: 5.875rem
  }
}
.kind__item:nth-child(2) .kind__item-icon {
  width: 5rem
}
@media screen and (width<=767px) {
  .kind__item:nth-child(2) .kind__item-icon {
    width: 5.625rem
  }
}
.kind__item:nth-child(3) .kind__item-icon {
  width: 4.8125rem
}
@media screen and (width<=767px) {
  .kind__item:nth-child(3) .kind__item-icon {
    width: 5.3125rem
  }
}
.kind__item:nth-child(4) .kind__item-icon {
  width: 4.375rem
}
@media screen and (width<=767px) {
  .kind__item:nth-child(4) .kind__item-icon {
    width: 4.8125rem
  }
}
.kind__item:nth-child(5) .kind__item-icon {
  width: 5.1875rem
}
@media screen and (width<=767px) {
  .kind__item:nth-child(5) .kind__item-icon {
    width: 5.6875rem
  }
}
.kind__item-head {
  background: url(../images/kind_item_head_bg.webp) bottom/cover no-repeat;
  place-content: center;
  height: 9.375rem
}
@media screen and (width<=767px) {
  .kind__item-head {
    height: 11.25rem
  }
}
.kind__item-icon {
  margin-inline: auto;
  display: block
}
.kind__item-heading {
  text-align: center;
  color: #fff;
  margin-block-start: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .kind__item-heading {
    margin-block-start: 1rem;
    font-size: 2.125rem
  }
}
.kind__item-body {
  height: 7.5rem;
  padding-block-start: 1.125rem;
  padding-inline: 1.25rem
}
@media screen and (width<=767px) {
  .kind__item-body {
    height: 11.25rem;
    padding-block-start: 1.25rem;
    padding-inline: 1.875rem
  }
}
.kind__item-text {
  color: #506992;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .kind__item-text {
    font-size: 1.75rem
  }
}
.kind__foot {
  grid-template: "img heading""img text"/24.0625rem 1fr;
  justify-content: center;
  align-items: center;
  gap: 2.625rem;
  margin-block-start: 3rem;
  display: grid
}
@media screen and (width<=767px) {
  .kind__foot {
    grid-template-areas: "heading heading""img img""text text";
    gap: 2.375rem;
    margin-block-start: 7.5rem
  }
}
.kind__foot-img {
  grid-area: img
}
.kind__foot-heading {
  color: #506992;
  grid-area: heading;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5
}
@media screen and (width>=768px) {
  .kind__foot-heading {
    align-self: end
  }
}
@media screen and (width<=767px) {
  .kind__foot-heading {
    text-align: center;
    font-size: 3.125rem
  }
}
.kind__foot-heading .large {
  font-size: 3.75rem
}
@media screen and (width<=767px) {
  .kind__foot-heading .large {
    font-size: 4.375rem
  }
}
.kind__foot-text {
  color: #506992;
  grid-area: text;
  font-size: 1.5rem;
  line-height: 1.5
}
@media screen and (width>=768px) {
  .kind__foot-text {
    align-self: start
  }
}
@media screen and (width<=767px) {
  .kind__foot-text {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.8
  }
}
.plan {
  background: #e3f5fb;
  padding-block: 6.25rem
}
@media screen and (width<=767px) {
  .plan {
    padding-block: 10rem
  }
}
.plan__item {
  background: #fff;
  border: .25rem solid #dac798;
  border-radius: 1.25rem;
  margin-block-start: 5.625rem;
  padding-block: 4.8125rem 2.5rem;
  padding-inline: 2.5rem;
  position: relative
}
@media screen and (width<=767px) {
  .plan__item:first-child {
    margin-block-start: 5rem
  }
}
@media screen and (width<=767px) {
  .plan__item {
    margin-block-start: 5rem;
    padding-block: 4.8125rem 4.375rem
  }
}
.plan__item-heading {
  clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
  text-align: center;
  color: #fff;
  background: #506992;
  border-radius: .3125rem;
  width: 31.875rem;
  padding-block: .75rem;
  font-size: 2.5rem;
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  transform: translate(-50%)
}
@media screen and (width<=767px) {
  .plan__item-heading {
    width: 26.875rem
  }
}
.plan__item-head {
  grid-template-columns: 21.875rem 1fr;
  grid-template-areas: "img text""img price";
  gap: 1.875rem;
  display: grid
}
@media screen and (width<=767px) {
  .plan__item-head {
    grid-template-columns: 16.25rem 1fr;
    grid-template-areas: "img text""price price";
    align-items: center
  }
}
.plan__item-head-img {
  grid-area: img
}
.plan__item-head-text {
  color: #506992;
  grid-area: text;
  font-size: 1.5rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .plan__item-head-text {
    font-size: 1.75rem
  }
}
.plan__item-head-price {
  grid-area: price;
  margin-block-start: auto
}
.plan__flow {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 3.125rem;
  margin-block-start: 2.5rem;
  display: grid
}
@media screen and (width<=767px) {
  .plan__flow {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem
  }
}
.plan__flow-item {
  gap: 1.5625rem;
  display: flex
}
.plan__flow-img {
  flex-shrink: 0;
  width: 12.5rem;
  display: block
}
.plan__flow-wrap {
  width: 13.375rem
}
@media screen and (width<=767px) {
  .plan__flow-wrap {
    width: 100%
  }
}
.plan__flow-heading {
  color: #506992;
  font-size: 1.625rem
}
@media screen and (width<=767px) {
  .plan__flow-heading {
    font-size: 2rem
  }
}
.plan__flow-text {
  color: #506992;
  border-block-start: .25rem solid #dac798;
  margin-block-start: .625rem;
  padding-block-start: .9375rem;
  font-size: 1.125rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .plan__flow-text {
    font-size: 1.75rem
  }
}
.achievements {
  background: url(../images/achievements_bg.webp) top/cover no-repeat;
  padding-block: 5rem 0
}
@media screen and (width<=767px) {
  .achievements {
    background-image: url(../images/achievements_bg-sp.webp)
  }
}
@media screen and (width<=767px) {
  .achievements .inner {
    width: 100%
  }
}
.achievements__heading {
  width: 44.6875rem;
  display: block
}
@media screen and (width<=767px) {
  .achievements__heading {
    width: 43.125rem;
    margin-inline: 1.0625rem auto
  }
}
.achievemnts__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-block-start: 2.75rem;
  display: grid
}
@media screen and (width<=767px) {
  .achievemnts__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    width: 40.625rem;
    margin-block-start: 3.375rem;
    margin-inline: auto
  }
}
.achievements__item {
  background: #fff;
  border-radius: 4.375rem 1.25rem;
  height: 23.875rem;
  padding-block-start: 3.125rem;
  padding-inline: .9375rem
}
@media screen and (width<=767px) {
  .achievements__item {
    height: auto;
    padding-block: 2.5rem 1.875rem;
    padding-inline: 1.875rem
  }
}
.achievements__item-text {
  color: #506992;
  margin-block-start: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.6
}
@media screen and (width<=767px) {
  .achievements__item-text {
    font-size: 1.75rem
  }
}
.achievements__foot {
  margin-block-start: 1.875rem;
  display: block
}
@media screen and (width<=767px) {
  .achievements__foot {
    width: 45.1875rem;
    margin-inline: auto 0
  }
}
.achievements__foot img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 15rem
}
@media screen and (width<=767px) {
  .achievements__foot img {
    height: 22.5rem
  }
}
.comparison {
  clip-path: shape(from 0 0, curve to 100% 0 with 50% 5rem, line to 100% 100%, line to 0 100%, close);
  background: #ffb56e;
  margin-block: -2.5rem -3.125rem;
  padding-block: 9.375rem 12.5rem
}
@media screen and (width<=767px) {
  .comparison .inner {
    width: 100%
  }
}
@media screen and (width<=767px) {
  .comparison__table-wrap .simplebar-content-wrapper {
    overflow-y: clip !important
  }
  .comparison__table-wrap .simplebar-track.simplebar-vertical {
    display: none
  }
  .comparison__table-wrap .simplebar-track.simplebar-horizontal {
    background: #fff;
    border-radius: .375rem;
    width: 41.875rem;
    height: .875rem;
    margin-inline: auto;
    bottom: -2.5rem
  }
  .comparison__table-wrap .simplebar-scrollbar:before {
    opacity: 1;
    background: #506992;
    border-radius: .375rem;
    height: .875rem;
    inset: 0
  }
}
@media screen and (width<=767px) {
  .comparison__table {
    width: 58.125rem;
    max-inline-size: none;
    padding-inline: 1.125rem;
    display: block
  }
}
.comparison__service {
  margin-block-start: 3.125rem;
  display: block
}
@media screen and (width<=767px) {
  .comparison__service {
    width: 41.875rem;
    margin-block-start: 10rem;
    margin-inline: auto
  }
}
.attention {
  background: url(../images/attention_bg.webp) top/cover no-repeat;
  padding-block: 6.875rem 3.125rem
}
@media screen and (width<=767px) {
  .attention {
    background-image: url(../images/attention_bg-sp.webp);
    padding-block: 3.75rem 6.5625rem
  }
}
.attention__heading {
  width: 57.6875rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .attention__heading {
    width: 35.375rem
  }
}
.attention__text {
  text-align: center;
  color: #fff;
  margin-block-start: 2em;
  font-size: 1.375rem;
  line-height: 1.8
}
@media screen and (width<=767px) {
  .attention__text {
    font-size: 1.875rem
  }
}
@media screen and (width<=767px) {
  .attention__text:not(:first-of-type) {
    margin-block-start: 3.9375rem
  }
}
.attention__text .band {
  color: #3b4d69;
  font-size: 1.75rem;
  font-weight: 700;
  display: block
}
@media screen and (width>=768px) {
  .attention__text .band {
    background: #fff837;
    width: fit-content;
    margin-block-start: .625rem;
    margin-inline: auto
  }
}
@media screen and (width<=767px) {
  .attention__text .band {
    font-size: 2.5rem
  }
}
@media screen and (width<=767px) {
  .attention__text .band:nth-of-type(2) {
    margin-block-start: 1.875rem
  }
}
@media screen and (width<=767px) {
  .attention__text .band--sp {
    background: #fff837;
    width: fit-content;
    margin-block-start: .625rem;
    margin-inline: auto;
    padding-inline: 1.5rem;
    line-height: 1.25;
    display: block
  }
}
.benefits {
  background: url(../images/benefits_bg.webp) top/cover no-repeat;
  margin-block-end: -3.125rem;
  padding-block: 6.25rem
}
@media screen and (width<=767px) {
  .benefits {
    background: #ffeae5
  }
}
@media screen and (width<=767px) {
  .benefits .inner {
    width: 100%
  }
}
.benefits__service {
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem;
  display: grid
}
@media screen and (width<=767px) {
  .benefits__service {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
    width: 43.125rem;
    margin-inline: auto
  }
}
.benefits__service-item {
  grid-template-columns: 13.125rem 1fr;
  gap: 1.25rem;
  display: grid
}
@media screen and (width<=767px) {
  .benefits__service-item {
    align-items: center;
    gap: 2.5rem;
    display: flex
  }
}
.benefits__service-item:nth-child(2n) {
  flex-direction: row-reverse
}
@media screen and (width<=767px) {
  .benefits__service-img {
    flex-shrink: 0;
    width: 15.625rem;
    display: block
  }
}
.benefits__service-heading {
  color: #506992;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3
}
@media screen and (width<=767px) {
  .benefits__service-heading {
    font-size: 2.5rem
  }
}
.benefits__service-text {
  color: #506992;
  margin-block-start: .625rem;
  font-size: 1.125rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .benefits__service-text {
    margin-block-start: 1.875rem;
    font-size: 1.75rem
  }
}
.benefits__body {
  margin-block-start: 4.6875rem;
  display: block
}
@media screen and (width<=767px) {
  .benefits__body {
    margin-block-start: 4.0625rem
  }
}
.benefits__need {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem 1.9375rem;
  margin-block-start: 2.5rem;
  display: grid
}
@media screen and (width<=767px) {
  .benefits__need {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.625rem;
    margin-block-start: 4.0625rem
  }
}
.benefits__need-item {
  background: url(../images/benefits_need_item_bg.webp) top/cover no-repeat;
  border-radius: .625rem;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  gap: 1.25rem;
  padding-block: 1.4375rem;
  padding-inline: 1.25rem;
  display: grid
}
@media screen and (width<=767px) {
  .benefits__need-item {
    gap: 1.875rem;
    padding-block: 2.3125rem;
    padding-inline: 2.5rem;
    display: flex
  }
}
@media screen and (width<=767px) {
  .benefits__need-item:nth-child(odd) {
    background-image: url(../images/benefits_need_item_bg-sp.webp);
    background-position: 0 0;
    border-radius: 4.375rem 0 0 1.25rem;
    margin-inline-start: 2.75rem
  }
}
@media screen and (width<=767px) {
  .benefits__need-item:nth-child(2n) {
    background-image: url(../images/benefits_need_item_bg_even-sp.webp);
    background-position: 100% 0;
    border-radius: 0 4.375rem 1.25rem 0;
    flex-direction: row-reverse;
    margin-inline-end: 2.75rem
  }
}
@media screen and (width<=767px) {
  .benefits__need-img {
    flex-shrink: 0;
    width: 12.5rem
  }
}
.benefits__need-text {
  color: #506992;
  font-size: 1.5rem;
  line-height: 1.6
}
@media screen and (width<=767px) {
  .benefits__need-text {
    margin-inline-end: auto;
    font-size: 2.375rem
  }
}
.benefits__need-text .bold {
  z-index: 1;
  font-weight: 700;
  position: relative
}
.benefits__need-text .bold:after {
  content: "";
  z-index: -1;
  background-color: #ffeae5;
  border-radius: 100vmax;
  width: 110%;
  height: .625rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}
@media screen and (width<=767px) {
  .benefits__need-text .bold:after {
    height: 1rem
  }
}
.passed {
  background: url(../images/passed_bg.webp) top/cover no-repeat;
  padding-block: 7.5rem 4.6875rem
}
@media screen and (width<=767px) {
  .passed {
    background-image: url(../images/passed_bg-sp.webp)
  }
}
.passed__heading {
  text-align: center;
  color: #506992;
  font-size: 3.125rem
}
.passed__heading-border {
  width: 37.5rem;
  margin-block-start: 1.875rem;
  margin-inline: auto;
  display: block
}
@media screen and (width>=768px) {
  .passed__list {
    grid-template-columns: repeat(2, 31.25rem);
    gap: 2.5rem 2.0625rem;
    margin-block-start: 3.75rem;
    display: grid
  }
}
@media screen and (width<=767px) {
  .passed__list {
    margin-block-start: 1.625rem
  }
}
.passed__item {
  align-items: start;
  width: 30.3125rem;
  display: flex;
  position: relative
}
@media screen and (width<=767px) {
  .passed__item {
    width: 100%
  }
}
@media screen and (width<=767px) {
  .passed__item:not(:first-child) {
    margin-block-start: 3.125rem
  }
}
@media screen and (width<=767px) {
  .passed__item:nth-child(2n) {
    flex-direction: row-reverse
  }
}
@media screen and (width<=767px) {
  .passed__item:nth-child(2n) .passed__item-heading {
    padding-inline-start: 2.5rem
  }
}
@media screen and (width<=767px) {
  .passed__item:nth-child(2n) .passed__item-text {
    margin-inline: 2.5rem auto
  }
}
@media screen and (width<=767px) {
  .passed__item:nth-child(2n) .passed__item-img {
    margin-inline: -2.5rem 0
  }
}
.passed__item .passed__item-heading {
  color: #fff;
  background: url(../images/passed_heading_bg.webp) top/cover no-repeat;
  place-content: center;
  width: 18.25rem;
  height: 3.875rem;
  margin-block-start: .875rem;
  margin-inline: auto 0;
  padding-inline-start: 4.75rem;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .passed__item .passed__item-heading {
    background-image: url(../images/passed_heading_bg-sp.webp);
    width: 26.875rem;
    margin-block-start: 1.875rem;
    padding-inline-start: 5rem;
    font-size: 2.375rem
  }
}
.passed__item .passed__item-text {
  color: #506992;
  width: 12.8125rem;
  margin-block-start: 1.25rem;
  margin-inline: auto .625rem;
  font-size: 1.125rem;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .passed__item .passed__item-text {
    width: 20.625rem;
    margin-inline: 5rem auto;
    font-size: 1.75rem
  }
}
.passed__item-img {
  z-index: 2;
  width: 15.625rem;
  margin-inline-end: -4.0625rem;
  display: block;
  position: relative
}
@media screen and (width<=767px) {
  .passed__item-img {
    width: 18.75rem;
    margin-inline-end: -2.5rem
  }
}
.faq {
  background: #fff4de;
  padding-block-start: 6.25rem
}
@media screen and (width<=767px) {
  .faq {
    padding-block-start: 7.5rem
  }
}
.faq__heading {
  text-align: center;
  color: #506992;
  font-size: 3.125rem
}
.faq__heading-border {
  width: 37.5rem;
  margin-block-start: 1.875rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .faq__heading-border {
    margin-block-start: 1.25rem
  }
}
.faq__wrap {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 1.25rem;
  margin-block-start: 3.375rem;
  display: grid
}
@media screen and (width<=767px) {
  .faq__wrap {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1.75rem;
    margin-block-start: 4.375rem
  }
}
.faq__wrap .faq__item {
  background: #fff;
  border-radius: .625rem;
  padding-block: 1.875rem;
  padding-inline: 1.875rem
}
@media screen and (width<=767px) {
  .faq__wrap .faq__item {
    padding-block: 2.5rem;
    padding-inline: 2.5rem
  }
}
@media screen and (width>=768px) {
  :is(.faq__wrap .faq__item: nth-child(5), .faq__wrap .faq__item:nth-child(6)) .answer__text {
    min-height: 4lh
  }
}
.faq__wrap summary {
  align-items: center;
  gap: 2.1875rem;
  display: flex;
  position: relative
}
@media screen and (width<=767px) {
  .faq__wrap summary {
    gap: 1.75rem
  }
}
.faq__wrap summary:after {
  content: "";
  --thickness: 2px;
  background: url(../images/icon_faq_arrow.webp) 50%/cover no-repeat;
  width: 2.125rem;
  height: 2.125rem;
  transition: transform .5s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)rotate(180deg)
}
@media screen and (width<=767px) {
  .faq__wrap summary:after {
    background-image: url(../images/icon_faq_arrow-sp.webp);
    width: 2.5rem;
    height: 2.5rem
  }
}
.faq__wrap details[open] summary:after {
  transform: translateY(-50%)rotate(0)
}
.faq__wrap .question__icon {
  width: 2.375rem;
  display: block
}
@media screen and (width<=767px) {
  .faq__wrap .question__icon {
    width: 2.6875rem
  }
}
.faq__wrap .question__text {
  color: #506992;
  letter-spacing: .05em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}
@media screen and (width<=767px) {
  .faq__wrap .question__text {
    padding-block-start: 0;
    font-size: 2.25rem
  }
}
.faq__wrap .answer {
  overflow: hidden
}
.faq__wrap .answer__inner {
  border-block-start: .25rem dotted #5487d9;
  margin-block-start: 1.25rem;
  padding-block-start: 1.25rem;
  padding-inline: 1.875rem
}
@media screen and (width<=767px) {
  .faq__wrap .answer__inner {
    gap: 1.75rem;
    margin-block-start: 1.875rem;
    padding-block-start: 1.875rem;
    padding-inline: .8125rem 0
  }
}
.faq__wrap .answer__text {
  color: #506992;
  font-size: 1.125rem;
  line-height: 1.6
}
@media screen and (width>=768px) {
  .faq__wrap .answer__text {
    min-height: 3lh
  }
}
@media screen and (width<=767px) {
  .faq__wrap .answer__text {
    font-size: 1.75rem
  }
}
.pay {
  background: #fff4de;
  margin-block-end: -3.125rem;
  padding-block-start: 6.25rem
}
@media screen and (width<=767px) {
  .pay {
    padding-block-start: 7.5rem
  }
}
.pay__heading {
  text-align: center;
  color: #506992;
  font-size: 3.125rem
}
.pay__heading-border {
  width: 37.5rem;
  margin-block-start: 1.875rem;
  margin-inline: auto;
  display: block
}
.pay__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-block-start: 3.375rem;
  display: grid
}
@media screen and (width<=767px) {
  .pay__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem 1.25rem;
    display: flex
  }
}
.pay__item {
  background: #ffeabe;
  border-radius: .375rem;
  place-content: center
}
@media screen and (width>=768px) {
  .pay__item {
    height: 17.1875rem
  }
}
@media screen and (width<=767px) {
  .pay__item {
    padding-block: 1.875rem
  }
}
@media screen and (width<=767px) {
  .pay__item:first-child, .pay__item:nth-child(2) {
    width: 20rem
  }
}
:is(.pay__item:first-child, .pay__item:nth-child(2)) .pay__item-text {
  width: 15rem;
  margin-inline: auto
}
@media screen and (width<=767px) {
  .pay__item:nth-child(3) {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
    width: 100%;
    display: flex
  }
}
@media screen and (width<=767px) {
  .pay__item:nth-child(3) .pay__item-icon {
    margin-inline: 0
  }
}
@media screen and (width<=767px) {
  .pay__item:nth-child(3) .pay__item-heading {
    align-items: center;
    margin-block-start: 0;
    display: flex
  }
}
@media screen and (width<=767px) {
  .pay__item:nth-child(3) .pay__item-text {
    text-align: center;
    margin-block-start: 0
  }
}
.pay__item-icon {
  width: 3rem;
  margin-inline: auto;
  display: block
}
.pay__item-heading {
  text-align: center;
  color: #506992;
  margin-block-start: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .pay__item-heading {
    margin-block-start: 1.875rem;
    font-size: 2.125rem
  }
}
.pay__item-text {
  text-align: center;
  color: #506992;
  min-height: 3lh;
  margin-block-start: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.8
}
@media screen and (width<=767px) {
  .pay__item-text {
    text-align: left;
    min-height: auto;
    margin-block-start: 2.125rem;
    font-size: 1.75rem
  }
}
.pay__card {
  background: #fff;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 1.25rem;
  padding-block: 1.4375rem;
  padding-inline: 3.75rem 2.8125rem;
  display: flex
}
@media screen and (width<=767px) {
  .pay__card {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
    margin-block-start: 3.75rem;
    padding-block: 2.875rem 2.625rem
  }
}
.pay__card-heading {
  color: #506992;
  font-size: 1.5rem;
  font-weight: 700
}
@media screen and (width<=767px) {
  .pay__card-heading {
    font-size: 2.125rem
  }
}
.pay__card-list {
  align-items: center;
  gap: 1.6875rem;
  display: flex
}
@media screen and (width<=767px) {
  .pay__card-list {
    gap: 1.25rem
  }
}
.pay__card-item:first-child {
  width: 5.1875rem
}
@media screen and (width<=767px) {
  .pay__card-item:first-child {
    width: 6.875rem
  }
}
.pay__card-item:nth-child(2) {
  width: 4.375rem
}
@media screen and (width<=767px) {
  .pay__card-item:nth-child(2) {
    width: 5.8125rem
  }
}
.pay__card-item:nth-child(3) {
  width: 4.125rem
}
@media screen and (width<=767px) {
  .pay__card-item:nth-child(3) {
    width: 5.4375rem
  }
}
.pay__card-item:nth-child(4) {
  width: 3.375rem
}
@media screen and (width<=767px) {
  .pay__card-item:nth-child(4) {
    width: 4.4375rem
  }
}
.pay__card-item:nth-child(5) {
  width: 4.5rem
}
@media screen and (width<=767px) {
  .pay__card-item:nth-child(5) {
    width: 6rem
  }
}
.pay__card-item:nth-child(6) {
  width: 3.375rem
}
@media screen and (width<=767px) {
  .pay__card-item:nth-child(6) {
    width: 4.5rem
  }
}
.pay__discount {
  width: 46.875rem;
  margin-block-start: 3.5rem;
  margin-inline: auto;
  display: block
}
@media screen and (width<=767px) {
  .pay__discount {
    width: 44.125rem;
    margin-block-start: 2.5rem;
    margin-inline: auto 0
  }
}
.pay__discount img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 20rem
}
@media screen and (width<=767px) {
  .pay__discount img {
    height: 25rem
  }
}
@media screen and (width>=768px) {
  .fixed {
    display: none
  }
}
.fixed {
  z-index: 100;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0
}
.u-visually__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden
}
@media screen and (width<=767px) {
  .u-pc__only {
    display: none
  }
}
@media screen and (width>=768px) {
  .u-sp__only {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .footer--bg {
    background-color: #93B8C7;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1rem;
  }
  .footer__copy {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .footer--bg {
    background-color: #93B8C7;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.6rem;
  }
  .footer__copy {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) {
  .footer--bg {
    background-color: #93B8C7;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
  }
  .footer__copy {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}
.footer__inner ul li {
  float: left;
  margin: 10px;
}
.footer__inner ul li a {
  color: #fff;
}
.c-table01 {
  margin: 40px auto;
  overflow: hidden;
  border-radius: 3px
}
.c-table01 tr {
  border-bottom: 1px solid #333;
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
  background: var(--mh--color--secondary-100);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
}
@media(min-width: 768px) {
  .c-table01 {
    border-radius: 20px
  }
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px
  }
}
.margin40 {
  margin: 40px auto;
}
.h2 {
  font-size: 19px;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .copyfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
@media only screen and (min-width: 740px) {
  .sp {
    display: none;
  }
}
