@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #5D5D5D;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}
body.noscroll {
  overflow: hidden;
}
body .header-and-main--syonan {
  color: #333333;
}

main {
  margin-top: 151.2px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 16.6538461538vw;
  }
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header-and-main--syonan {
  background-color: #FBF5ED;
}
.header-and-main--syonan main {
  margin-top: 124.67px;
}
@media screen and (max-width: 1280px) {
  .header-and-main--syonan main {
    margin-top: 119.38px;
  }
}
@media screen and (max-width: 1024px) {
  .header-and-main--syonan main {
    margin-top: 16.4820512821vw;
  }
}
.header-and-main--syonan a {
  transition: all 0.4s;
}
.header-and-main--syonan a:hover {
  opacity: 0.6;
}

.p-mochimono {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono {
    padding-bottom: 25.641025641vw;
  }
}
.p-mochimono__notice {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__notice {
    margin-bottom: 7.6923076923vw;
  }
}
.p-mochimono .c-syonan-section__item {
  padding-right: 0;
}
.p-mochimono__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__title {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-mochimono__time {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__time {
    flex-direction: column;
    gap: 1.2820512821vw;
    margin-top: 2.5641025641vw;
  }
}
.p-mochimono__time dl {
  border-radius: 5px;
  border: 1px solid #F98FA3;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__time dl {
    font-size: 4.1025641026vw;
    border-radius: 1.2820512821vw;
    border: 0.2564102564vw solid #F98FA3;
  }
}
.p-mochimono__time dl dt {
  background-color: #F98FA3;
  color: #FFFFFF;
  padding: 8px 19px 9px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__time dl dt {
    width: 17.9487179487vw;
    padding: 2.0512820513vw 0 2.3076923077vw;
    text-align: center;
  }
}
.p-mochimono__time dl dd {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__time dl dd {
    padding: 0;
    text-align: center;
    width: calc(100% - 17.9487179487vw);
  }
}
.p-mochimono__downloads {
  max-width: 609px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__downloads {
    max-width: none;
    margin-top: 3.8461538462vw;
    gap: 3.8461538462vw;
  }
}
.p-mochimono__download-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-item {
    flex-direction: column;
    gap: 1.2820512821vw;
  }
}
.p-mochimono__download-name {
  font-size: 14px;
  color: #63ACC3;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-name {
    font-size: 3.5897435897vw;
    text-align: center;
  }
}
.p-mochimono__download-buttons {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-buttons {
    justify-content: center;
  }
}
.p-mochimono__download-buttons a {
  background-color: #63ACC3;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 7px 2px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-buttons a {
    flex: 1;
    font-size: 3.0769230769vw;
    padding: 1.5384615385vw 1.7948717949vw 1.5384615385vw;
  }
}
.p-mochimono__download-buttons a span {
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-buttons a span {
    padding-left: 3.0769230769vw;
  }
}
.p-mochimono__download-buttons a span::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.51094C4.425 6.51094 4.35468 6.49931 4.28906 6.47606C4.22343 6.45281 4.1625 6.41288 4.10625 6.35625L2.08125 4.33125C1.96875 4.21875 1.91475 4.0875 1.91925 3.9375C1.92375 3.7875 1.97775 3.65625 2.08125 3.54375C2.19375 3.43125 2.32744 3.37275 2.48231 3.36825C2.63719 3.36375 2.77068 3.41756 2.88281 3.52969L3.9375 4.58438V0.562502C3.9375 0.403127 3.9915 0.269627 4.0995 0.162002C4.2075 0.054377 4.341 0.000376939 4.5 1.93965e-06C4.659 -0.00037306 4.79268 0.053627 4.90106 0.162002C5.00943 0.270377 5.06325 0.403877 5.0625 0.562502V4.58438L6.11718 3.52969C6.22968 3.41719 6.36337 3.36319 6.51824 3.36769C6.67312 3.37219 6.80662 3.43088 6.91874 3.54375C7.02187 3.65625 7.07587 3.7875 7.08074 3.9375C7.08562 4.0875 7.03162 4.21875 6.91874 4.33125L4.89375 6.35625C4.8375 6.4125 4.77656 6.45244 4.71093 6.47606C4.64531 6.49969 4.575 6.51131 4.5 6.51094ZM1.125 9C0.815624 9 0.550874 8.88994 0.33075 8.66981C0.110625 8.44969 0.000375 8.18475 0 7.875V6.75C0 6.59062 0.054 6.45712 0.162 6.3495C0.27 6.24187 0.4035 6.18788 0.5625 6.1875C0.721499 6.18713 0.855187 6.24113 0.963562 6.3495C1.07194 6.45787 1.12575 6.59137 1.125 6.75V7.875H7.87499V6.75C7.87499 6.59062 7.92899 6.45712 8.03699 6.3495C8.14499 6.24187 8.27849 6.18788 8.43749 6.1875C8.59649 6.18713 8.73018 6.24113 8.83855 6.3495C8.94693 6.45787 9.00074 6.59137 8.99999 6.75V7.875C8.99999 8.18437 8.88993 8.44931 8.66981 8.66981C8.44968 8.89031 8.18474 9.00037 7.87499 9H1.125Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__download-buttons a span::before {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}
.p-mochimono__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps {
    gap: 7.6923076923vw;
  }
}
.p-mochimono__steps-nav {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-nav {
    gap: 6.1538461538vw;
    row-gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
    flex-wrap: wrap;
  }
}
.p-mochimono__steps-item {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item {
    flex: unset;
    width: 21.7948717949vw;
    font-size: 3.5897435897vw;
    border-radius: 2.5641025641vw;
    border: 0.2564102564vw solid #333333;
  }
}
.p-mochimono__steps-item:not(:last-of-type)::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29385 14.364C5.10636 14.1765 5.00103 13.9222 5.00103 13.657C5.00103 13.3918 5.10636 13.1375 5.29385 12.95L10.2439 7.99998L5.29385 3.04998C5.11742 2.86046 5.02138 2.60989 5.02594 2.351C5.0305 2.09211 5.1353 1.84508 5.31829 1.66189C5.50128 1.47869 5.74819 1.37362 6.00708 1.36878C6.26596 1.36393 6.51664 1.4597 6.70635 1.63592L12.3642 7.29217C12.5517 7.4797 12.657 7.73402 12.657 7.9992C12.657 8.26438 12.5517 8.5187 12.3642 8.70623L6.70791 14.364C6.52038 14.5515 6.26606 14.6569 6.00088 14.6569C5.7357 14.6569 5.48138 14.5515 5.29385 14.364Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item:not(:last-of-type)::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: -5.8974358974vw;
  }
}
.p-mochimono__steps-item:first-of-type .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22661)'%3E%3Cpath d='M10.2332 34.455H25.3255C25.5426 33.822 25.8177 33.2152 26.1564 32.6459H10.2332L10.2332 34.455Z' fill='%23333333'/%3E%3Cpath d='M29.1462 25.316H10.2319V27.1233H29.1462V25.316Z' fill='%23333333'/%3E%3Cpath d='M29.1462 17.9873H10.2319V19.7951H29.1462V17.9873Z' fill='%23333333'/%3E%3Cpath d='M29.1462 10.6591H20.2312V12.4663H29.1462V10.6591Z' fill='%23333333'/%3E%3Cpath d='M6.80044 40.2339C5.86713 40.2339 5.11276 39.4798 5.11276 38.5465V14.5751H15.4301C16.5678 14.5751 17.4948 13.648 17.4948 12.5038V2.16747H32.5809C33.5076 2.16747 34.2682 2.92148 34.2682 3.85479V27.7562C34.4152 27.7431 34.5559 27.7431 34.703 27.7431C35.2976 27.7431 35.8728 27.7944 36.4353 27.8967V3.85479C36.4353 1.72608 34.703 0 32.5809 0H16.9386C15.8137 0 14.7331 0.441387 13.9406 1.24049L4.18569 10.9949C3.38659 11.7878 2.94556 12.8684 2.94556 13.9933V38.5465C2.94556 40.6752 4.67164 42.4006 6.80035 42.4006H26.0093C25.6385 41.7233 25.3445 40.9948 25.14 40.2339H6.80044ZM15.5705 2.67873V11.3464C15.5705 12.2803 15.2063 12.6443 14.2665 12.6443H5.59871L15.5705 2.67873Z' fill='%23333333'/%3E%3Cpath d='M34.7031 30.2976C30.6432 30.2976 27.3518 33.5888 27.3518 37.6489C27.3518 41.7091 30.6431 45 34.7031 45C38.7629 45 42.0542 41.709 42.0542 37.6489C42.0543 33.5887 38.7629 30.2976 34.7031 30.2976ZM39.4524 35.2505L35.5277 40.0098C35.2793 40.3231 34.9122 40.5197 34.5139 40.5535C34.1153 40.5871 33.7205 40.4549 33.4231 40.187L31.0385 38.0439C30.859 37.8828 30.7513 37.6576 30.7391 37.4166C30.7266 37.1763 30.8109 36.9403 30.9726 36.7618L31.2934 36.4079C31.4558 36.2293 31.6824 36.1226 31.9236 36.1113C32.1649 36.1007 32.4005 36.1862 32.5781 36.3498L34.5698 38.182L38.6109 34.449C38.8382 34.2499 39.1791 34.2561 39.3976 34.4658C39.6162 34.6736 39.6397 35.0151 39.4524 35.2505Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22661'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.p-mochimono__steps-item:nth-of-type(2) .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22675)'%3E%3Cpath d='M42.5125 2.96969L42.0319 2.48901C38.7167 -0.828857 33.3403 -0.828857 30.0238 2.48901L14.4013 18.1116C13.2367 19.2761 12.4237 20.7428 12.0543 22.3468L11.2138 25.9833C10.8444 27.5873 10.03 29.054 8.86546 30.2186L4.29375 34.7916L3.19801 35.8875L1.22592 37.8595C-0.408315 39.4938 -0.408315 42.1415 1.22592 43.7757C2.86016 45.4072 5.50918 45.4072 7.1421 43.7757L9.11419 41.8036L10.2101 40.7077L14.7818 36.1347C15.9464 34.9701 17.4144 34.1571 19.0184 33.7863L22.6549 32.9487C24.2589 32.5778 25.7269 31.7649 26.8902 30.6003L42.5127 14.9777C45.8291 11.6599 45.8291 6.28483 42.5125 2.96969ZM41.0528 13.5166L25.4302 29.1391C24.5389 30.0317 23.4183 30.6525 22.1892 30.9354L18.5542 31.7731C16.5711 32.2318 14.7612 33.2343 13.322 34.6735L9.11419 38.8813L6.12038 35.8875L10.3267 31.6797C11.7673 30.2405 12.7698 28.4305 13.2271 26.4475L14.0662 22.811C14.3505 21.5833 14.9698 20.4626 15.8625 19.57L31.4851 3.9502C33.99 1.44259 38.0659 1.44259 40.5722 3.9502L41.0529 4.42814C43.5577 6.93575 43.5577 11.0117 41.0528 13.5166Z' fill='%23333333'/%3E%3Cpath d='M31.2378 10.3552C30.8176 9.93499 30.1364 9.93499 29.7175 10.3552L20.1745 19.8969C19.7543 20.3171 19.7543 20.9982 20.1745 21.4185L23.5817 24.827C24.0019 25.2472 24.6831 25.2472 25.1033 24.827L34.645 15.2853C35.0652 14.8651 35.0652 14.184 34.645 13.7637L31.2378 10.3552Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22675'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.p-mochimono__steps-item:nth-of-type(3) .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22685)'%3E%3Cpath d='M29.7672 8.5C30.2726 8.50012 30.6826 8.90991 30.6826 9.4154V14.819H44.0846C44.5901 14.819 44.9998 15.229 45 15.7344V44.0403C45 44.5458 44.5902 44.9557 44.0846 44.9557H0.9154C0.409838 44.9557 0 44.5458 0 44.0403V15.7344C0.00016006 15.229 0.409937 14.819 0.9154 14.819H14.3174V9.4154C14.3174 8.90992 14.7274 8.50013 15.2328 8.5H29.7672ZM16.1482 15.7344C16.1482 16.24 15.7384 16.6498 15.2328 16.6498H1.8308V43.1249H43.1692V16.6498H29.7672C29.2616 16.6498 28.8518 16.24 28.8518 15.7344V10.3308H16.1482V15.7344Z' fill='%23333333'/%3E%3Cpath d='M26.4138 15.9589H23.8512V13.3953H21.1505V15.9589H18.5879V18.6606H21.1505V21.2242H23.8512V18.6606H26.4138V15.9589Z' fill='%23333333'/%3E%3Cpath d='M30.1288 32.2213C30.6344 32.2213 31.0442 32.6312 31.0442 33.1367V44.1215C31.0442 44.6271 30.6344 45.0369 30.1288 45.0369H14.8722C14.3666 45.0369 13.9568 44.6271 13.9568 44.1215V33.1367C13.9568 32.6312 14.3666 32.2213 14.8722 32.2213H30.1288ZM15.7876 43.2061H29.2134V34.0521H15.7876V43.2061Z' fill='%23333333'/%3E%3Cpath d='M30.1288 28.5601C30.6344 28.5601 31.0442 28.9699 31.0442 29.4755V33.1371C31.0442 33.6426 30.6344 34.0525 30.1288 34.0525H14.8722C14.3666 34.0525 13.9568 33.6426 13.9568 33.1371V29.4755C13.9568 28.9699 14.3666 28.5601 14.8722 28.5601H30.1288ZM15.7876 32.2217H29.2134V30.3909H15.7876V32.2217Z' fill='%23333333'/%3E%3Cpath d='M21.2795 42.901V33.1367C21.2795 32.6312 21.6894 32.2213 22.1949 32.2213C22.7005 32.2213 23.1103 32.6312 23.1103 33.1367V42.901C23.1103 43.4065 22.7005 43.8164 22.1949 43.8164C21.6894 43.8164 21.2795 43.4065 21.2795 42.901Z' fill='%23333333'/%3E%3Cpath d='M39.5148 29.4093C40.0202 29.4094 40.4302 29.8192 40.4302 30.3247V35.13C40.4301 35.6353 40.0201 36.0452 39.5148 36.0454H34.7113C34.2058 36.0454 33.796 35.6354 33.7959 35.13V30.3247C33.7959 29.8191 34.2057 29.4093 34.7113 29.4093H39.5148ZM35.6267 34.2146H38.5994V31.2401H35.6267V34.2146Z' fill='%23333333'/%3E%3Cpath d='M39.5148 20.0378C40.0202 20.038 40.4302 20.4478 40.4302 20.9532V25.7585C40.4301 26.2639 40.0201 26.6738 39.5148 26.6739H34.7113C34.2058 26.6739 33.796 26.264 33.7959 25.7585V20.9532C33.7959 20.4477 34.2057 20.0378 34.7113 20.0378H39.5148ZM35.6267 24.8431H38.5994V21.8686H35.6267V24.8431Z' fill='%23333333'/%3E%3Cpath d='M10.284 29.4093C10.7895 29.4094 11.1994 29.8192 11.1994 30.3247V35.13C11.1993 35.6353 10.7894 36.0452 10.284 36.0454H5.48059C4.97509 36.0454 4.56529 35.6354 4.56519 35.13V30.3247C4.56519 29.8191 4.97502 29.4093 5.48059 29.4093H10.284ZM6.39598 34.2146H9.36865V31.2401H6.39598V34.2146Z' fill='%23333333'/%3E%3Cpath d='M10.284 20.0378C10.7895 20.038 11.1994 20.4478 11.1994 20.9532V25.7585C11.1993 26.2639 10.7894 26.6738 10.284 26.6739H5.48059C4.97509 26.6739 4.56529 26.264 4.56519 25.7585V20.9532C4.56519 20.4477 4.97502 20.0378 5.48059 20.0378H10.284ZM6.39598 24.8431H9.36865V21.8686H6.39598V24.8431Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22685'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item:nth-of-type(4) {
    margin-left: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item:nth-of-type(4)::before {
    content: "";
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29385 14.364C5.10636 14.1765 5.00103 13.9222 5.00103 13.657C5.00103 13.3918 5.10636 13.1375 5.29385 12.95L10.2439 7.99998L5.29385 3.04998C5.11742 2.86046 5.02138 2.60989 5.02594 2.351C5.0305 2.09211 5.1353 1.84508 5.31829 1.66189C5.50128 1.47869 5.74819 1.37362 6.00708 1.36878C6.26596 1.36393 6.51664 1.4597 6.70635 1.63592L12.3642 7.29217C12.5517 7.4797 12.657 7.73402 12.657 7.9992C12.657 8.26438 12.5517 8.5187 12.3642 8.70623L6.70791 14.364C6.52038 14.5515 6.26606 14.6569 6.00088 14.6569C5.7357 14.6569 5.48138 14.5515 5.29385 14.364Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5.8974358974vw;
  }
}
.p-mochimono__steps-item:nth-of-type(4) .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 3.75H15C14.0054 3.75 13.0516 4.14509 12.3483 4.84835C11.6451 5.55161 11.25 6.50544 11.25 7.5V37.5C11.25 38.4946 11.6451 39.4484 12.3483 40.1516C13.0516 40.8549 14.0054 41.25 15 41.25H30C30.9946 41.25 31.9484 40.8549 32.6516 40.1516C33.3549 39.4484 33.75 38.4946 33.75 37.5V7.5C33.75 6.50544 33.3549 5.55161 32.6516 4.84835C31.9484 4.14509 30.9946 3.75 30 3.75ZM24.375 39.375H20.625V37.5H24.375V39.375ZM30 35.625H15V9.375H30V35.625Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.p-mochimono__steps-item:nth-of-type(5) .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0493 0.110306C22.3747 -0.0614727 22.7768 -0.032484 23.0769 0.196326L44.6232 16.6225C44.8606 16.8036 44.9999 17.0851 45 17.3836V44.0426C45 44.5713 44.5713 45 44.0426 45H0.957447C0.428664 45 0 44.5713 0 44.0426V17.3836C7.38316e-05 17.0851 0.139401 16.8036 0.376808 16.6225L21.9156 0.196326L22.0493 0.110306ZM1.91489 17.8567V43.0851H43.0851V17.8577L22.4963 2.16078L1.91489 17.8567Z' fill='%23333333'/%3E%3Cpath d='M26.1963 18.1504V25.0967H33.3838V30.3086H26.1963V37.249H20.8047V30.3086H13.6289V25.0967H20.8047V18.1504H26.1963Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.p-mochimono__steps-item:nth-of-type(6) .p-riyou__steps-item-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='46' viewBox='0 0 45 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2312 0.25C29.6697 0.250013 34.0896 4.72806 34.0896 10.2256V15.9922H41.6677C42.3919 15.9922 43.0896 16.2988 43.5789 16.832L43.74 17.0088L43.7292 17.0186C44.1171 17.5278 44.3043 18.1671 44.2498 18.8086L42.1863 42.7324C42.0423 44.3938 40.6742 45.6512 39.0046 45.6514H5.99585C4.32625 45.6514 2.95723 44.396 2.81323 42.7324L0.750732 18.8086C0.689327 18.0869 0.934215 17.3654 1.42358 16.832C1.91276 16.2989 2.60975 15.9923 3.33374 15.9922H10.9109V10.2256C10.9109 4.72805 15.3307 0.25 20.7693 0.25H24.2312ZM4.59546 42.5781L4.61401 42.7129C4.73521 43.378 5.30559 43.8623 5.99585 43.8623H39.0046C39.7411 43.8621 40.3418 43.3106 40.4041 42.5781L40.7498 38.5762H4.25073L4.59546 42.5781ZM34.0916 36.7871H40.905L42.4695 18.6553L42.4724 18.6162C42.4811 18.4029 42.4084 18.2018 42.2625 18.043C42.1077 17.8745 41.8991 17.7822 41.6697 17.7822H34.0916V36.7871ZM20.7712 2.03809C16.3245 2.03809 12.7009 5.70771 12.7009 10.2256V36.7852H16.5671V10.2256C16.5671 7.88561 18.4506 5.97949 20.7712 5.97949H24.2332C26.5538 5.97949 28.4373 7.88561 28.4373 10.2256V36.7852H32.3035V10.2256C32.3035 5.70771 28.6799 2.03809 24.2332 2.03809H20.7712ZM18.3552 36.7852H26.6472V17.7803H18.3552V36.7852ZM3.33374 17.7803C3.10446 17.7803 2.89564 17.8727 2.74097 18.041C2.58646 18.2093 2.51326 18.4259 2.53296 18.6533L4.09644 36.7852H10.9128V17.7803H3.33374ZM20.7712 7.76758C19.4425 7.76758 18.3552 8.86713 18.3552 10.2256V15.9922H26.6492V10.2256C26.6492 8.86725 25.56 7.76758 24.2332 7.76758H20.7712Z' fill='%23333333' stroke='%23333333' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.p-mochimono__steps-item-inner {
  padding-top: 100%;
  height: 0;
  position: relative;
}
.p-mochimono__steps-item-inner::before {
  content: "";
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item-inner::before {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    top: 1.7948717949vw;
  }
}
.p-mochimono__steps-item-inner span {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__steps-item-inner span {
    bottom: 1.7948717949vw;
  }
}
.p-mochimono__step:not(:last-of-type) .p-riyou__step-content::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  left: 20px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step:not(:last-of-type) .p-riyou__step-content::before {
    content: none;
  }
}
.p-mochimono__step:first-of-type .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22661)'%3E%3Cpath d='M10.2332 34.455H25.3255C25.5426 33.822 25.8177 33.2152 26.1564 32.6459H10.2332L10.2332 34.455Z' fill='%23333333'/%3E%3Cpath d='M29.1462 25.316H10.2319V27.1233H29.1462V25.316Z' fill='%23333333'/%3E%3Cpath d='M29.1462 17.9873H10.2319V19.7951H29.1462V17.9873Z' fill='%23333333'/%3E%3Cpath d='M29.1462 10.6591H20.2312V12.4663H29.1462V10.6591Z' fill='%23333333'/%3E%3Cpath d='M6.80044 40.2339C5.86713 40.2339 5.11276 39.4798 5.11276 38.5465V14.5751H15.4301C16.5678 14.5751 17.4948 13.648 17.4948 12.5038V2.16747H32.5809C33.5076 2.16747 34.2682 2.92148 34.2682 3.85479V27.7562C34.4152 27.7431 34.5559 27.7431 34.703 27.7431C35.2976 27.7431 35.8728 27.7944 36.4353 27.8967V3.85479C36.4353 1.72608 34.703 0 32.5809 0H16.9386C15.8137 0 14.7331 0.441387 13.9406 1.24049L4.18569 10.9949C3.38659 11.7878 2.94556 12.8684 2.94556 13.9933V38.5465C2.94556 40.6752 4.67164 42.4006 6.80035 42.4006H26.0093C25.6385 41.7233 25.3445 40.9948 25.14 40.2339H6.80044ZM15.5705 2.67873V11.3464C15.5705 12.2803 15.2063 12.6443 14.2665 12.6443H5.59871L15.5705 2.67873Z' fill='%23333333'/%3E%3Cpath d='M34.7031 30.2976C30.6432 30.2976 27.3518 33.5888 27.3518 37.6489C27.3518 41.7091 30.6431 45 34.7031 45C38.7629 45 42.0542 41.709 42.0542 37.6489C42.0543 33.5887 38.7629 30.2976 34.7031 30.2976ZM39.4524 35.2505L35.5277 40.0098C35.2793 40.3231 34.9122 40.5197 34.5139 40.5535C34.1153 40.5871 33.7205 40.4549 33.4231 40.187L31.0385 38.0439C30.859 37.8828 30.7513 37.6576 30.7391 37.4166C30.7266 37.1763 30.8109 36.9403 30.9726 36.7618L31.2934 36.4079C31.4558 36.2293 31.6824 36.1226 31.9236 36.1113C32.1649 36.1007 32.4005 36.1862 32.5781 36.3498L34.5698 38.182L38.6109 34.449C38.8382 34.2499 39.1791 34.2561 39.3976 34.4658C39.6162 34.6736 39.6397 35.0151 39.4524 35.2505Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22661'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.p-mochimono__step:nth-of-type(2) .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22675)'%3E%3Cpath d='M42.5125 2.96969L42.0319 2.48901C38.7167 -0.828857 33.3403 -0.828857 30.0238 2.48901L14.4013 18.1116C13.2367 19.2761 12.4237 20.7428 12.0543 22.3468L11.2138 25.9833C10.8444 27.5873 10.03 29.054 8.86546 30.2186L4.29375 34.7916L3.19801 35.8875L1.22592 37.8595C-0.408315 39.4938 -0.408315 42.1415 1.22592 43.7757C2.86016 45.4072 5.50918 45.4072 7.1421 43.7757L9.11419 41.8036L10.2101 40.7077L14.7818 36.1347C15.9464 34.9701 17.4144 34.1571 19.0184 33.7863L22.6549 32.9487C24.2589 32.5778 25.7269 31.7649 26.8902 30.6003L42.5127 14.9777C45.8291 11.6599 45.8291 6.28483 42.5125 2.96969ZM41.0528 13.5166L25.4302 29.1391C24.5389 30.0317 23.4183 30.6525 22.1892 30.9354L18.5542 31.7731C16.5711 32.2318 14.7612 33.2343 13.322 34.6735L9.11419 38.8813L6.12038 35.8875L10.3267 31.6797C11.7673 30.2405 12.7698 28.4305 13.2271 26.4475L14.0662 22.811C14.3505 21.5833 14.9698 20.4626 15.8625 19.57L31.4851 3.9502C33.99 1.44259 38.0659 1.44259 40.5722 3.9502L41.0529 4.42814C43.5577 6.93575 43.5577 11.0117 41.0528 13.5166Z' fill='%23333333'/%3E%3Cpath d='M31.2378 10.3552C30.8176 9.93499 30.1364 9.93499 29.7175 10.3552L20.1745 19.8969C19.7543 20.3171 19.7543 20.9982 20.1745 21.4185L23.5817 24.827C24.0019 25.2472 24.6831 25.2472 25.1033 24.827L34.645 15.2853C35.0652 14.8651 35.0652 14.184 34.645 13.7637L31.2378 10.3552Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22675'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.p-mochimono__step:nth-of-type(3) .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_22685)'%3E%3Cpath d='M29.7672 8.5C30.2726 8.50012 30.6826 8.90991 30.6826 9.4154V14.819H44.0846C44.5901 14.819 44.9998 15.229 45 15.7344V44.0403C45 44.5458 44.5902 44.9557 44.0846 44.9557H0.9154C0.409838 44.9557 0 44.5458 0 44.0403V15.7344C0.00016006 15.229 0.409937 14.819 0.9154 14.819H14.3174V9.4154C14.3174 8.90992 14.7274 8.50013 15.2328 8.5H29.7672ZM16.1482 15.7344C16.1482 16.24 15.7384 16.6498 15.2328 16.6498H1.8308V43.1249H43.1692V16.6498H29.7672C29.2616 16.6498 28.8518 16.24 28.8518 15.7344V10.3308H16.1482V15.7344Z' fill='%23333333'/%3E%3Cpath d='M26.4138 15.9589H23.8512V13.3953H21.1505V15.9589H18.5879V18.6606H21.1505V21.2242H23.8512V18.6606H26.4138V15.9589Z' fill='%23333333'/%3E%3Cpath d='M30.1288 32.2213C30.6344 32.2213 31.0442 32.6312 31.0442 33.1367V44.1215C31.0442 44.6271 30.6344 45.0369 30.1288 45.0369H14.8722C14.3666 45.0369 13.9568 44.6271 13.9568 44.1215V33.1367C13.9568 32.6312 14.3666 32.2213 14.8722 32.2213H30.1288ZM15.7876 43.2061H29.2134V34.0521H15.7876V43.2061Z' fill='%23333333'/%3E%3Cpath d='M30.1288 28.5601C30.6344 28.5601 31.0442 28.9699 31.0442 29.4755V33.1371C31.0442 33.6426 30.6344 34.0525 30.1288 34.0525H14.8722C14.3666 34.0525 13.9568 33.6426 13.9568 33.1371V29.4755C13.9568 28.9699 14.3666 28.5601 14.8722 28.5601H30.1288ZM15.7876 32.2217H29.2134V30.3909H15.7876V32.2217Z' fill='%23333333'/%3E%3Cpath d='M21.2795 42.901V33.1367C21.2795 32.6312 21.6894 32.2213 22.1949 32.2213C22.7005 32.2213 23.1103 32.6312 23.1103 33.1367V42.901C23.1103 43.4065 22.7005 43.8164 22.1949 43.8164C21.6894 43.8164 21.2795 43.4065 21.2795 42.901Z' fill='%23333333'/%3E%3Cpath d='M39.5148 29.4093C40.0202 29.4094 40.4302 29.8192 40.4302 30.3247V35.13C40.4301 35.6353 40.0201 36.0452 39.5148 36.0454H34.7113C34.2058 36.0454 33.796 35.6354 33.7959 35.13V30.3247C33.7959 29.8191 34.2057 29.4093 34.7113 29.4093H39.5148ZM35.6267 34.2146H38.5994V31.2401H35.6267V34.2146Z' fill='%23333333'/%3E%3Cpath d='M39.5148 20.0378C40.0202 20.038 40.4302 20.4478 40.4302 20.9532V25.7585C40.4301 26.2639 40.0201 26.6738 39.5148 26.6739H34.7113C34.2058 26.6739 33.796 26.264 33.7959 25.7585V20.9532C33.7959 20.4477 34.2057 20.0378 34.7113 20.0378H39.5148ZM35.6267 24.8431H38.5994V21.8686H35.6267V24.8431Z' fill='%23333333'/%3E%3Cpath d='M10.284 29.4093C10.7895 29.4094 11.1994 29.8192 11.1994 30.3247V35.13C11.1993 35.6353 10.7894 36.0452 10.284 36.0454H5.48059C4.97509 36.0454 4.56529 35.6354 4.56519 35.13V30.3247C4.56519 29.8191 4.97502 29.4093 5.48059 29.4093H10.284ZM6.39598 34.2146H9.36865V31.2401H6.39598V34.2146Z' fill='%23333333'/%3E%3Cpath d='M10.284 20.0378C10.7895 20.038 11.1994 20.4478 11.1994 20.9532V25.7585C11.1993 26.2639 10.7894 26.6738 10.284 26.6739H5.48059C4.97509 26.6739 4.56529 26.264 4.56519 25.7585V20.9532C4.56519 20.4477 4.97502 20.0378 5.48059 20.0378H10.284ZM6.39598 24.8431H9.36865V21.8686H6.39598V24.8431Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_22685'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.p-mochimono__step:nth-of-type(4) .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 3.75H15C14.0054 3.75 13.0516 4.14509 12.3483 4.84835C11.6451 5.55161 11.25 6.50544 11.25 7.5V37.5C11.25 38.4946 11.6451 39.4484 12.3483 40.1516C13.0516 40.8549 14.0054 41.25 15 41.25H30C30.9946 41.25 31.9484 40.8549 32.6516 40.1516C33.3549 39.4484 33.75 38.4946 33.75 37.5V7.5C33.75 6.50544 33.3549 5.55161 32.6516 4.84835C31.9484 4.14509 30.9946 3.75 30 3.75ZM24.375 39.375H20.625V37.5H24.375V39.375ZM30 35.625H15V9.375H30V35.625Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.p-mochimono__step:nth-of-type(5) .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0493 0.110306C22.3747 -0.0614727 22.7768 -0.032484 23.0769 0.196326L44.6232 16.6225C44.8606 16.8036 44.9999 17.0851 45 17.3836V44.0426C45 44.5713 44.5713 45 44.0426 45H0.957447C0.428664 45 0 44.5713 0 44.0426V17.3836C7.38316e-05 17.0851 0.139401 16.8036 0.376808 16.6225L21.9156 0.196326L22.0493 0.110306ZM1.91489 17.8567V43.0851H43.0851V17.8577L22.4963 2.16078L1.91489 17.8567Z' fill='%23333333'/%3E%3Cpath d='M26.1963 18.1504V25.0967H33.3838V30.3086H26.1963V37.249H20.8047V30.3086H13.6289V25.0967H20.8047V18.1504H26.1963Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.p-mochimono__step:nth-of-type(6) .p-riyou__step-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='46' viewBox='0 0 45 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2312 0.25C29.6697 0.250013 34.0896 4.72806 34.0896 10.2256V15.9922H41.6677C42.3919 15.9922 43.0896 16.2988 43.5789 16.832L43.74 17.0088L43.7292 17.0186C44.1171 17.5278 44.3043 18.1671 44.2498 18.8086L42.1863 42.7324C42.0423 44.3938 40.6742 45.6512 39.0046 45.6514H5.99585C4.32625 45.6514 2.95723 44.396 2.81323 42.7324L0.750732 18.8086C0.689327 18.0869 0.934215 17.3654 1.42358 16.832C1.91276 16.2989 2.60975 15.9923 3.33374 15.9922H10.9109V10.2256C10.9109 4.72805 15.3307 0.25 20.7693 0.25H24.2312ZM4.59546 42.5781L4.61401 42.7129C4.73521 43.378 5.30559 43.8623 5.99585 43.8623H39.0046C39.7411 43.8621 40.3418 43.3106 40.4041 42.5781L40.7498 38.5762H4.25073L4.59546 42.5781ZM34.0916 36.7871H40.905L42.4695 18.6553L42.4724 18.6162C42.4811 18.4029 42.4084 18.2018 42.2625 18.043C42.1077 17.8745 41.8991 17.7822 41.6697 17.7822H34.0916V36.7871ZM20.7712 2.03809C16.3245 2.03809 12.7009 5.70771 12.7009 10.2256V36.7852H16.5671V10.2256C16.5671 7.88561 18.4506 5.97949 20.7712 5.97949H24.2332C26.5538 5.97949 28.4373 7.88561 28.4373 10.2256V36.7852H32.3035V10.2256C32.3035 5.70771 28.6799 2.03809 24.2332 2.03809H20.7712ZM18.3552 36.7852H26.6472V17.7803H18.3552V36.7852ZM3.33374 17.7803C3.10446 17.7803 2.89564 17.8727 2.74097 18.041C2.58646 18.2093 2.51326 18.4259 2.53296 18.6533L4.09644 36.7852H10.9128V17.7803H3.33374ZM20.7712 7.76758C19.4425 7.76758 18.3552 8.86713 18.3552 10.2256V15.9922H26.6492V10.2256C26.6492 8.86725 25.56 7.76758 24.2332 7.76758H20.7712Z' fill='%23333333' stroke='%23333333' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.p-mochimono__step-label {
  color: #63ACC3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-label {
    font-size: 3.0769230769vw;
    margin-bottom: 0.7692307692vw;
    margin-left: 1.2820512821vw;
  }
}
.p-mochimono__step-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 48px;
  position: relative;
  line-height: 1.4;
  padding: 7px 0 7px 48px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-title {
    font-size: 4.6153846154vw;
    padding-left: 12.3076923077vw;
    padding: 1.7948717949vw 0 1.7948717949vw 12.3076923077vw;
  }
}
.p-mochimono__step-title::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #333333;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-title::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    border-radius: 2.5641025641vw;
    border: 0.2564102564vw solid #333333;
    background-size: 6.1538461538vw 6.1538461538vw;
  }
}
.p-mochimono__step-content {
  padding-left: 42px;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-content {
    padding-left: 0;
    margin-top: 3.8461538462vw;
  }
}
.p-mochimono__step-list li {
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-list li {
    font-size: 4.1025641026vw;
    padding-left: 3.8461538462vw;
  }
}
.p-mochimono__step-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-list li:not(:last-of-type) {
    margin-bottom: 3.8461538462vw;
  }
}
.p-mochimono__step-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #63ACC3;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-list li::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: 2.0512820513vw;
  }
}
.p-mochimono__step-box {
  margin-top: 15px;
  background-color: #FBF5ED;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-box {
    margin-top: 3.8461538462vw;
    padding: 2.5641025641vw 1.7948717949vw;
    border-radius: 2.5641025641vw;
  }
}
.p-mochimono__step-box-list li {
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-box-list li {
    font-size: 4.1025641026vw;
    padding-left: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-box-list li:not(:last-of-type) {
    margin-bottom: 6.4102564103vw;
  }
}
.p-mochimono__step-box-list li::before {
  content: "・";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-box-list li::before {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-box p {
    font-size: 4.1025641026vw;
  }
}
.p-mochimono__step-list li a, .p-mochimono__step-box p a {
  color: #63ACC3;
  position: relative;
}
.p-mochimono__step-list li a::before, .p-mochimono__step-box p a::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #63ACC3;
  position: absolute;
  bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .p-mochimono__step-list li a::before, .p-mochimono__step-box p a::before {
    height: 0.1282051282vw;
    bottom: 0.2564102564vw;
  }
}/*# sourceMappingURL=mochimono.css.map */