@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

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

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

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

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

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

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

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

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

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

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

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

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

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

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

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

.site__container {
  overflow: hidden;
  position: relative;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

pre {
  overflow: scroll;
  line-height: 1.2;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 767px) {
  body {
    font-size: 3.8461538462vw;
    line-height: 1.5;
  }
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .m-cleaning {
    overflow: hidden;
  }
  .header {
    background: #F6F5E8;
  }
  .header .inner {
    padding: 6.1538461538vw 9.2307692308vw;
  }
  .mv {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    background: #F6F5E8;
  }
  .mv__text {
    grid-area: text;
    max-width: 596px;
    margin: 0 0 0 auto;
    padding: 10.2564102564vw 7.6923076923vw;
  }
  .mv__text .jp {
    font-size: 4.6153846154vw;
    line-height: 10.7692307692vw;
    margin-bottom: 10.7692307692vw;
  }
  .mv__text .en {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
  .mv__photo {
    grid-area: image;
    width: 100vw;
    height: 100vw;
  }
  section {
    padding: 20.5128205128vw 7.6923076923vw;
  }
  section h2 {
    text-align: center;
    margin-bottom: 10.2564102564vw;
  }
  section h2 .jp {
    font-size: 6.1538461538vw;
    line-height: 7.6923076923vw;
    margin-bottom: 2.0512820513vw;
    font-weight: 400;
    display: block;
  }
  section h2 .en {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    font-weight: 500;
    display: block;
  }
  .service p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.5897435897vw;
  }
  .service .jp {
    margin-bottom: 2.0512820513vw;
  }
  .service__price {
    margin: 10.2564102564vw 0 0 0;
  }
  .service__price h3 {
    color: #4C4642;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding-bottom: 4.1025641026vw;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 4.6153846154vw;
    font-weight: 500;
  }
  .service__price ol {
    list-style: decimal;
    margin-left: 1.3em;
    margin-bottom: 4.1025641026vw;
  }
  .service__price ul.note {
    margin-bottom: 4.1025641026vw;
  }
  .service__price ul.note li {
    padding-left: 1.5em;
    position: relative;
  }
  .service__price ul.note li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .service__price li {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
  .term-of-use .jp {
    margin-bottom: 2.0512820513vw;
  }
  .term-of-use p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.5897435897vw;
  }
  .term-of-use ul {
    list-style: disc;
    margin-left: 1.3em;
    margin-bottom: 4.1025641026vw;
  }
  .term-of-use li {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
  .area {
    padding-bottom: 0;
  }
  .area__text h3 {
    color: #4C4642;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding-bottom: 4.1025641026vw;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 4.6153846154vw;
    font-weight: 500;
  }
  .area__text ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10.2564102564vw;
  }
  .area__text ul li {
    margin-bottom: 2.0512820513vw;
  }
  .area__text p {
    font-size: 3.5897435897vw;
  }
  .area__photo {
    margin-top: 20.5128205128vw;
  }
  .area__photo figure {
    width: 100vw;
    height: 74.358974359vw;
    transform: translateX(-7.6923076923vw);
  }
  .cv__text p {
    font-size: 3.5897435897vw;
  }
  .cv__text--btn {
    margin: 10.2564102564vw 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "qr" "button";
    gap: 10.2564102564vw;
    align-items: center;
  }
  .cv__text--btn a {
    grid-area: button;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    width: 71.7948717949vw;
    height: 16.4102564103vw;
    font-size: 3.5897435897vw;
    font-weight: 500;
    text-decoration: none;
    color: #4C4642;
    margin: auto;
  }
  .cv__text--btn figure {
    grid-area: qr;
    width: 30.7692307692vw;
    height: 30.7692307692vw;
    margin: auto;
  }
  .cv__photo {
    margin-top: 20.5128205128vw;
  }
  .cv__photo figure {
    width: 100vw;
    height: 74.358974359vw;
    transform: translateX(-7.6923076923vw);
  }
  .company {
    background: #F6F5E8;
    padding: 10.2564102564vw 7.6923076923vw;
  }
  .company h2 {
    margin-bottom: 10.2564102564vw;
  }
  .company th {
    text-align: left;
    font-weight: 400;
    padding-right: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
  .company td {
    font-size: 3.5897435897vw;
  }
  .contact-form {
    margin-bottom: 20.5128205128vw;
  }
  .contact-form .c-form__item {
    margin-bottom: 6.1538461538vw;
    color: #4C4642;
  }
  .contact-form .c-form__item dt {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
    height: 5.1282051282vw;
  }
  .contact-form .c-form__item .required {
    color: #E60012;
    font-size: 60%;
  }
  .contact-form .c-form__item .en {
    font-size: 3.0769230769vw;
    margin-left: 4.1025641026vw;
    color: #666666;
  }
  .contact-form .c-form__item p {
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
  .contact-form .c-form__item input {
    border: 1px solid #D8D5D0;
    border-radius: 1.2820512821vw;
    padding: 2.0512820513vw;
    background: #ffffff;
    width: 100%;
  }
  .contact-form .c-form__item input[type=date] {
    width: auto;
  }
  .contact-form .c-form__item select {
    border: 1px solid #D8D5D0;
    border-radius: 1.2820512821vw;
    padding: 2.0512820513vw;
    background: #ffffff;
    width: 100%;
  }
  .contact-form .c-form__item textarea {
    border: 1px solid #D8D5D0;
    border-radius: 1.2820512821vw;
    padding: 2.0512820513vw;
    background: #ffffff;
    width: 100%;
  }
  .contact-form .c-btn input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    width: 71.7948717949vw;
    height: 16.4102564103vw;
    font-size: 3.5897435897vw;
    font-weight: 500;
    text-decoration: none;
    color: #4C4642;
    background: #ffffff;
    cursor: pointer;
    margin: 0 auto;
  }
  .contact-form .c-btn input[type=submit]:hover {
    background: #4C4642;
    color: #fff;
  }
  .footer {
    background: #252525;
    padding: 2.0512820513vw;
  }
  .footer .inner {
    color: #ffffff;
    text-align: center;
  }
  .footer .inner span {
    display: block;
    font-size: 3.0769230769vw;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .m-cleaning {
    overflow: hidden;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .header .inner {
    max-width: 1366px;
    margin: auto;
    padding: 45px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .header .inner {
    padding: 45px 20px 0;
  }
}
@media (min-width: 768px) {
  .mv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #F6F5E8;
  }
  .mv__text {
    max-width: 596px;
    margin: 0 0 0 auto;
    padding: 134px 32px 45px 80px;
  }
  .mv__text .jp {
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 1.75em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mv__text .jp {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .mv__text .en {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mv__text .en {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .mv__photo {
    width: 667px;
    height: 667px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__photo {
    width: auto;
  }
}
@media (min-width: 768px) {
  section {
    padding: 160px 20px 80px 20px;
  }
  section .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  section h2 {
    text-align: center;
    margin-bottom: 80px;
  }
  section h2 .jp {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 400;
    display: block;
  }
  section h2 .en {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
  }
  .service .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px;
  }
  .service p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .service__price {
    margin: 40px 0 0 0;
  }
  .service__price h3 {
    color: #4C4642;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 18px;
    font-weight: 500;
  }
  .service__price ol {
    list-style: decimal;
    margin-left: 1.3em;
    margin-bottom: 16px;
  }
  .service__price ul.note {
    margin-bottom: 16px;
  }
  .service__price ul.note li {
    padding-left: 1.5em;
    position: relative;
  }
  .service__price ul.note li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .service__price li {
    font-size: 14px;
    line-height: 21px;
  }
  .term-of-use .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px;
  }
  .term-of-use p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .term-of-use ul {
    list-style: disc;
    margin-left: 1.3em;
    margin-bottom: 16px;
  }
  .term-of-use li {
    font-size: 14px;
    line-height: 21px;
  }
  .area .inner {
    max-width: 1183px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "photo text";
    gap: 0 64px;
    align-items: center;
    transform: translateX(-100px);
  }
  .area__text {
    grid-area: text;
  }
  .area__text--box {
    width: 480px;
    margin: 0 auto;
  }
  .area__text h3 {
    color: #4C4642;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 18px;
    font-weight: 500;
  }
  .area__text ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 40px;
  }
  .area__text p {
    font-size: 14px;
  }
  .area__photo {
    grid-area: photo;
  }
  .area__photo figure {
    max-width: 585px;
    height: 456px;
  }
  .cv {
    padding-bottom: 160px;
  }
  .cv .inner {
    max-width: 1183px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px;
    align-items: center;
    transform: translateX(100px);
  }
  .cv__text--box {
    max-width: 480px;
    margin: 0 auto;
  }
  .cv__text p {
    font-size: 14px;
  }
  .cv__text--btn {
    margin: 80px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 80px;
    align-items: center;
  }
  .cv__text--btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    width: 280px;
    height: 64px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #4C4642;
  }
  .cv__text--btn a:hover {
    background: #4C4642;
    color: #fff;
  }
  .cv__text--btn figure {
    width: 120px;
    height: 120px;
  }
  .cv__photo figure {
    width: 585px;
    height: 456px;
  }
  .company {
    background: #F6F5E8;
    padding: 160px 0;
  }
  .company .inner {
    max-width: 352px;
  }
  .company h2 {
    margin-bottom: 40px;
  }
  .company th {
    text-align: left;
    font-weight: 400;
    padding-right: 40px;
  }
  .contact-form {
    margin-bottom: 160px;
  }
  .contact-form.confirm dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .contact-form.confirm dl dt {
    text-align: right;
  }
  .contact-form .inner {
    max-width: 656px;
  }
  .contact-form .c-form__item {
    margin-bottom: 24px;
    color: #4C4642;
  }
  .contact-form .c-form__item dt {
    font-size: 14px;
    margin-bottom: 8px;
    height: 20px;
  }
  .contact-form .c-form__item .required {
    color: #E60012;
    font-size: 60%;
  }
  .contact-form .c-form__item .en {
    font-size: 12px;
    margin-left: 16px;
    color: #666666;
  }
  .contact-form .c-form__item p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .contact-form .c-form__item input {
    border: 1px solid #D8D5D0;
    border-radius: 5px;
    padding: 8px;
    background: #ffffff;
    width: 100%;
  }
  .contact-form .c-form__item input[type=date] {
    width: auto;
  }
  .contact-form .c-form__item select {
    border: 1px solid #D8D5D0;
    border-radius: 5px;
    padding: 8px;
    background: #ffffff;
  }
  .contact-form .c-form__item textarea {
    border: 1px solid #D8D5D0;
    border-radius: 5px;
    padding: 8px;
    background: #ffffff;
    width: 100%;
  }
  .contact-form .c-form dl {
    margin-bottom: 30px;
  }
  .contact-form .u-ta-c {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-form .c-btn input[type=submit],
  .contact-form .c-btn input[type=button] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    width: 280px;
    height: 64px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #4C4642;
    background: #ffffff;
    cursor: pointer;
    margin: 0 auto;
  }
  .contact-form .c-btn input[type=submit]:hover,
  .contact-form .c-btn input[type=button]:hover {
    background: #4C4642;
    color: #fff;
  }
  .contact-form .c-btn--black input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    width: 280px;
    height: 64px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    background: #4C4642;
    cursor: pointer;
    margin: 30px auto 0 auto;
  }
  .contact-form .c-btn--black input[type=submit]:hover {
    background: #ffffff;
    color: #4C4642;
  }
  .footer {
    background: #252525;
    padding: 8px;
  }
  .footer .inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
  }
  .l-main {
    margin-bottom: 160px;
    text-align: center;
  }
}
/* ========================================================== */
/* ボタン */
/* ========================================================== */
/* ========================================================== */
/* アニメーション */
/* ========================================================== *//*# sourceMappingURL=style.css.map */