@charset "UTF-8";
/* ========== Reset CSS ========== */
/* 全要素にbox-sizing設定 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 基本要素のリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平線（hr）のリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #312b2b;
  line-height: 1.8;
  background: #F8F8F8;
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
li {
  list-style: none;
}

a,
button,
input[type=submit],
input[type=button],
label,
[role=button] {
  cursor: pointer;
}

picture {
  display: block;
  max-width: 100%;
}

.section {
  padding-block: 5rem;
  position: relative;
}

.section__head {
  text-align: center;
  margin-bottom: 2rem;
}

.section__title {
  font-size: 3.6rem;
  font-weight: 500;
}

.section__title-big {
  font-family: "Times New Roman", serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #f9b600;
}

.header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  width: 100vw;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 5rem;
  }
}

.headerChange {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.headerChange .header__title {
  color: #312b2b;
}
.headerChange .header__link {
  color: #312b2b;
}
.headerChange .header__link::after {
  border-bottom: solid 2px #312b2b;
}

.header__left:hover .header__img {
  filter: grayscale(10%);
}

.header__inner {
  width: 130rem;
  max-width: 100%;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  height: inherit;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header__title-link {
  display: flex;
  align-items: center;
}

.header__title {
  color: #F8F8F8;
  font-size: 2.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .header__title {
    display: none;
  }
}

.header__logo {
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 5rem;
    height: 5rem;
  }
}

.header__img {
  width: 8rem;
  height: 8rem;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .header__img {
    width: 5rem;
    height: 5rem;
  }
}

.header__right {
  z-index: 200;
}

.header__lists {
  display: flex;
  text-align: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .header__lists {
    display: none;
  }
}

.header__link {
  color: #F8F8F8;
  position: relative;
}
.header__link::after {
  border-bottom: solid 2px #F8F8F8;
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 2px;
  transition: all 0.3s ease 0s;
  width: 0;
}
.header__link:hover::after {
  width: 100%;
}

.header__button-text {
  height: 1em;
  font-size: 2.2rem;
  line-height: 1em;
  color: #D5D5D5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header__button-text {
    font-size: 2rem;
  }
}

.header__button-text-inner {
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

.header__button-text-inner span {
  display: block;
}

.js-header__button-text.active {
  color: #F8F8F8;
}

.js-header__button-text-inner.active {
  top: -1em;
}

.header.headerChange .hamburger__line {
  background-color: #312b2b;
}
.header.headerChange .header__button-text {
  color: #312b2b;
}

.header.headerChange.is-drawer-open .header__button-text {
  color: #F8F8F8 !important;
}
.header.headerChange.is-drawer-open .hamburger__line {
  background-color: #F8F8F8 !important;
}

.hamburger {
  display: none;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
    gap: 1rem;
    align-items: center;
    border: none;
    z-index: 1000;
    cursor: pointer;
  }
}

.hamburger__button {
  position: relative;
  width: 4rem;
  height: 1.8rem;
}

.hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: #D5D5D5;
  transition: 0.2s all;
  transform: translateY(0) rotate(0);
}
.hamburger__line-top {
  top: 0;
}
.hamburger__line-middle {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line-bottom {
  bottom: 0;
}

.js-hamburger.active .hamburger__line {
  background-color: #F8F8F8;
}

.js-hamburger.active .hamburger__line-top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.js-hamburger.active .hamburger__line-middle {
  width: 0;
}

.js-hamburger.active .hamburger__line-bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.js-drawer {
  width: 100%;
  height: 100vh;
  background-color: #312b2b;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

.js-drawer.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.drawer__inner {
  width: 100%;
  height: 100%;
  padding-inline: 2rem;
}

.drawer__lists {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}

.drawer__list {
  text-align: left;
}

.drawer__link {
  font-size: 3rem;
  font-weight: bold;
  color: #F8F8F8;
  cursor: pointer;
}
.drawer__link:hover {
  opacity: 0.6;
}

.breadcrumb__wrapper {
  margin-block: 3rem;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.mainview-lower {
  width: 100%;
  height: 50vh;
}

.mainview-lower__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 50vh;
}

.mainview-lower__mv-title {
  font-size: 3rem;
  font-weight: bold;
  color: #F8F8F8;
  text-align: center;
}

.inner-stn {
  width: 100rem;
  max-width: 100%;
  margin: auto;
  padding-inline: 2rem;
  box-sizing: border-box;
}

.inner-wide {
  width: 130rem;
  max-width: 100%;
  margin: auto;
  padding-inline: 2rem;
  box-sizing: border-box;
}

.arrow-right {
  width: 4rem;
  height: 4rem;
  transition: all 0.3s ease 0s;
}

.card__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .card__lists {
    flex-direction: column;
  }
}
.card__lists:after {
  content: "";
  display: block;
  width: 32%;
}
.card__lists.is-empty {
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.card__list {
  box-shadow: 0 0 8px #D5D5D5;
  margin-bottom: 4rem;
}
.card__list:hover .card__img {
  filter: grayscale(10%);
}
@media screen and (max-width: 767px) {
  .card__list {
    width: 100%;
  }
}

.card__img-area {
  aspect-ratio: 4/3;
  margin-bottom: 1rem;
}

.card__img {
  aspect-ratio: 4/3;
  filter: grayscale(100%);
}

.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card__title {
  font-size: 2.5rem;
}

.card__text {
  font-size: 1.8rem;
  font-weight: 300;
}

.card__lists.is-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.card__list.is-empty {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
}

.button-area {
  text-align: center;
}

.button-bgleft {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #312b2b;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  border-radius: 8px;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
}

.button-bgleft__inner {
  position: relative;
  z-index: 3;
  color: #312b2b;
  font-size: 2rem;
}

.button-bgleft:hover .button-bgleft__inner {
  color: #F8F8F8;
}

.button-bgleft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #312b2b;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.button-bgleft:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.to-top {
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 9rem;
  right: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top__img:hover {
  opacity: 0.6;
}

.footer {
  padding-block: 5rem;
  text-align: center;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
}

.footer__privacy-policy {
  margin-bottom: 5rem;
}

.footer__link {
  font-size: 1.8rem;
}

.mainview {
  width: 100%;
  height: calc(100vh - 8rem);
  position: relative;
  background-color: #312b2b;
}

.mainview__inner {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 130rem;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainview__lead-big {
  font-size: 4rem;
  font-weight: 600;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .mainview__lead-big {
    font-size: min(6.7vw, 2.8rem);
  }
}

.mainview__lead-small {
  font-size: 2.4rem;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .mainview__lead-small {
    font-size: 1.8rem;
  }
}

.mainview__button-area {
  text-align: left;
}

.value__text {
  font-size: 2rem;
  line-height: 1.8;
}

.service {
  background-color: #EEEEEE;
}

.service__lead {
  font-weight: 1.8rem;
  margin-bottom: 5rem;
}

.service-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .service-lists {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}

.service-list {
  width: 31%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .service-list {
    width: 100%;
    margin-bottom: 0rem;
  }
}

.service-list__lead {
  font-size: 1.8rem;
  line-height: 1.5;
}

.service-list__body {
  width: 100%;
}

.service-list__head {
  margin-bottom: 1rem;
}

.service-list__title {
  font-size: min(2vw, 2.5rem);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-list__title {
    font-size: 2.3rem;
  }
}

.service-list__body {
  margin-bottom: 2rem;
}

.service-list__img-area {
  position: relative;
  width: 100%;
  padding-top: 66.1716171617%;
}

.service-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-info__lists {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .service-info__lists {
    flex-direction: column;
    align-items: center;
  }
}

.service-info__list {
  width: 40rem;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-info__list {
    margin-bottom: 2rem;
  }
}

.service-info__link {
  font-size: 2rem;
  line-height: 2em;
  display: block;
}

.service-info__lead {
  font-size: 2rem;
  margin-bottom: 5rem;
}

.performance {
  margin-bottom: 5rem;
}

.performance__lead-area {
  margin-bottom: 2rem;
}

.performance__lead {
  font-size: 2rem;
  text-align: center;
}

.performance__bottom {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.performance__bottom-text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .performance__bottom-text {
    text-align: left;
  }
}

.performance__button-area {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .performance__button-area {
    text-align: center;
  }
}

.performance-link {
  display: inline-block;
  position: relative;
}
.performance-link::after {
  border-bottom: solid 2px #312b2b;
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 2px;
  transition: all 0.3s ease 0s;
  width: 0;
}
.performance-link:hover::after {
  width: 100%;
}

.performance-link__text {
  color: #312b2b;
  font-size: 2rem;
}

.comment {
  background-color: #EEEEEE;
}

.comment__list {
  margin-bottom: 2rem;
}

.contact {
  background-color: #EEEEEE;
}

.contact__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact__text-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.contact__text {
  font-size: 2rem;
  text-align: left;
}

.contact__button-area {
  text-align: center;
}

.profile__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .profile__body {
    flex-direction: column;
  }
}

.profile__img-area {
  width: 49%;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile__img-area {
    width: 100%;
  }
}

.profile__img {
  border-radius: 8px;
}

.profile__text-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 49%;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .profile__text-area {
    width: 100%;
  }
}

.profile__text {
  line-height: 1.5;
}

.price__body {
  margin-bottom: 3rem;
}

.price-lists .price-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .price-lists .price-lists {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .price-lists {
    flex-direction: column;
  }
}

.price-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .price-list {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.price-list__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  background-color: #f9b600;
}

.price-list__title {
  font-size: 2.4rem;
  font-weight: 500;
}

.price-list__yen {
  font-size: 1.8rem;
}

.price-list__body {
  padding-block: 1rem;
  padding-inline: 1rem;
}

.price-list__items {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.price-caution__lists {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 3rem;
}

.flow-list {
  padding-top: 3rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-list {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    align-items: flex-start;
  }
}

.flow-list:not(:first-child) {
  border-top: 1px solid #312b2b;
}

.flow-list:last-child {
  border-bottom: 1px solid #312b2b;
}

.flow-list__left {
  width: 10rem;
}

.flow-list__num {
  position: relative;
  margin-right: 4rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: #312b2b;
  color: #F8F8F8;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .flow-list__num {
    margin-right: 8rem;
    margin-bottom: 3rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 3rem;
  }
}

.flow-list__title {
  width: 17rem;
  font-weight: bold;
  margin-right: 4.8rem;
  flex-basis: 21.8rem;
  color: #312b2b;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .flow-list__title {
    align-self: center;
    margin-right: 0;
    max-width: 23rem;
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
  }
}

.flow-list__right {
  width: 100%;
  text-align: left;
}

.flow-list__text {
  font-size: 1.8rem;
  font-weight: 300;
}

.flow-list__link {
  color: blue;
  text-decoration: underline;
}

.option-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .option-table {
    font-size: 1.8rem;
  }
}
.option-table thead {
  background-color: #f8f8f8;
}
.option-table th,
.option-table td {
  border: 1px solid #312b2b;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.option-table th.option-table__heading {
  background-color: #EEEEEE;
}
.option-table td.option-table__text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .option-table td.option-table__text {
    width: 100%;
    display: block;
  }
}
.option-table td.option-table__price {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .option-table td.option-table__price {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .option-table {
    display: block;
  }
  .option-table thead {
    display: none;
  }
  .option-table tbody {
    display: block;
  }
  .option-table tr.option-table__row {
    display: block;
    border-bottom: 1px solid #312b2b;
  }
  .option-table td {
    display: block;
    width: 100%;
    border: none;
  }
}

.option__exp {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.snow-monkey-form {
  margin-top: 5rem;
}

.smf-progress-tracker {
  margin-bottom: 3rem;
}

.smf-form {
  margin-bottom: 4rem;
}

.smf-form > .smf-item + .smf-item {
  margin-top: var(--wp--preset--spacing--30);
}

/* テキスt（1行） */
.smf-form .smf-text-control__control {
  width: 100%;
  padding-block: 2rem;
  padding-inline: 2rem;
  border: none;
  border-radius: 8px;
  background: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

/* テキストエリア */
.smf-form .smf-textarea-control__control {
  width: 100%;
  height: 150px;
  padding: 24px 20px;
  border: none;
  border-radius: 8px;
  background: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

/* セレクトボックス */
.smf-form .smf-select-control {
  display: block;
}

.smf-form .smf-select-control__control {
  display: block;
  width: 100%;
  padding: 24px 70px 24px 20px;
  border: none;
  border-radius: 8px;
  background: var(--wp--preset--color--custom-gray-more-light) url(../image/block/form/select-icon.svg) no-repeat center right 0/auto 100%;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}

/* ラジオボタン */
.smf-radio-buttons-control__control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .smf-radio-buttons-control__control {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

.smf-form .smf-radio-button-control {
  align-items: center;
  gap: 10px;
}

.smf-form .smf-radio-button-control__control {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #E8E8E8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.smf-form .smf-radio-button-control__control::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--custom-red);
  opacity: 0;
  transition: opacity 0.3s;
}

.smf-form .smf-radio-button-control__control:checked {
  background-color: #E8E8E8;
  border: none;
}

/* .smf-form .smf-radio-button-control__control:checked + .smf-radio-button-control__label {
	font-weight: 700;
} */
.smf-form .smf-radio-button-control__control:checked::before {
  opacity: 1;
}

/* チェックボックス */
.smf-form .smf-checkbox-control {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.smf-form .smf-checkbox-control__control {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.smf-form .smf-checkbox-control__control::before {
  content: "";
  position: absolute;
  top: 8.65px;
  left: 6.54px;
  width: 14.91px;
  height: 10.69px;
  background: url(../image/block/form/check-icon.svg) no-repeat center/contain;
  transform: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.smf-form .smf-checkbox-control__control:checked {
  background: #fff;
  border-color: #DCDCDC;
}

.smf-form .smf-checkbox-control__control:checked::before {
  opacity: 1;
}

.smf-item {
  display: grid;
  gap: 20px;
}

.smf-item__col--label {
  display: flex;
  align-items: center;
}

.smf-item__label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.smf-item__label__text {
  font-size: 2rem;
  font-weight: 400;
}

.smf-item:has([data-validations*=required]) .smf-item__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.smf-item:has([data-validations*=required]) .smf-item__label::after {
  content: "必須";
  font-size: 1.4rem;
  padding-block: 4px;
  padding-inline: 5px;
  background: #e63946;
  border-radius: 4px;
  color: #fff;
}

.privacy-policy__title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  text-align: center;
}

.privacy-policy__content {
  font-size: 1.6rem;
  color: #312b2b;
  margin-bottom: 12rem;
}

.privacy-policy__content h2 {
  color: #F8F8F8;
  background-color: #312b2b;
  font-size: 3.2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.8rem 1.2rem;
  width: 100%;
  border-radius: 8px;
}

.privacy-policy__content h3 {
  color: #312b2b;
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
.privacy-policy__content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #312b2b;
}

.privacy-policy__content p {
  margin-bottom: 1.6rem;
}

.privacy-policy__content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 1.6rem;
}

.privacy-policy__content ul li {
  list-style: disc;
  display: list-item;
}

.privacy-policy__content a {
  border-bottom: 1px solid #312b2b;
}

.page-404 {
  padding: 8rem 2rem;
  text-align: center;
  background-color: #fff;
  color: #333;
}

.page-404__content {
  max-width: 700px;
  margin: 0 auto;
}

.page-404__title {
  font-size: clamp(3rem, 6vw, 5rem);
  color: #e5a9af;
  font-weight: 700;
  margin-bottom: 2rem;
}

.page-404__text-big {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}

.page-404__text-small {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}

.page-404__btn-wrapper {
  margin-top: 2.5rem;
}

.page-404__btn-wrapper .btn {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  padding: 1.2rem 2.4rem;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-404__btn-wrapper .btn:hover {
  background-color: #ddd;
}
/*# sourceMappingURL=style.css.map */