@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 3.5rem;
}
.wpcf7-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
body {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  overflow-x: hidden;
}

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

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 80.3125rem;
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 71.25rem;
}

.l-main {
  padding-top: 3.5rem;
}
.c-aside {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem 21.25rem 1.5rem;
  width: 30%;
}

.c-aside-title {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-left: 1.25rem;
  position: relative;
}
.c-aside-title:before {
  -webkit-transform: translateY(-50%);
  background-color: #363636;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.c-aside-cat {
  border-bottom: dotted 0.0625rem #363636;
  display: block;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
}

.c-aside-cat:hover {
  background-color: #f4f1e8;
}

.c-bg {
  display: block;
  padding-block: 6.5625rem;
}

.c-breadcrumb {
  margin-inline: auto;
  padding-block: 0.625rem 11.5625rem;
}

.c-breadcrumb-min {
  padding-block: 0.625rem 9.6875rem;
}

.c-breadcrumb-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.c-breadcrumb-item {
  align-items: center;
  color: #363636;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.c-breadcrumb-item a {
  transition: opacity 0.2s ease;
}

.c-breadcrumb-item::after {
  color: #363636;
  content: ">";
  margin-left: 1.25rem;
}

.c-breadcrumb-item:last-child::after {
  content: none;
}

.c-btn {
  background-color: #505050;
  border: solid 0.0625rem #505050;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-inline: auto;
  position: relative;
  transition: all 0.3s ease-in;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn:hover {
  background-color: #ffffff;
  border: solid 0.0625rem #b9986e;
  color: #b9986e;
}

.c-btn-link {
  display: block;
  padding: 1.5625rem 0rem;
  text-align: center;
}
.c-btn-submit input[type=submit] {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  letter-spacing: inherit;
  padding: 1.5625rem 0rem;
  text-align: center;
  width: 100%;
}

.c-btn-view {
  background-color: #ffffff;
  border: solid 0.0625rem #505050;
  border-radius: 0.375rem;
  margin-inline: auto;
  max-width: 14.1875rem;
  transition: background-color 0.3s ease;
  width: 100%;
}

.c-btn-view-link {
  color: #505050;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-block: 1.25rem;
  position: relative;
  text-align: center;
  transition: color 0.3s ease;
}
.c-btn-view-link:after {
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url(../img/top/arrow_black.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #505050;
  content: "";
  height: 0.625rem;
  mask-image: url(../img/top/arrow_black.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: -1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 4.625rem;
}

.c-btn-view-left {
  margin-left: 0;
  margin-right: auto;
}

.c-btn-submit {
  max-width: 18.75rem;
  width: 100%;
}

.c-imgZoom {
  overflow: hidden;
  position: relative;
}
#loading {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.c-loading-img {
  max-width: 39.3125rem;
  width: 100%;
}

.c-lower {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 17.5rem 3.125rem;
}

.c-lower-titles {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-lower-title {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 3.9375rem;
  font-weight: 200;
  letter-spacing: 0.06em;
}

.c-lower-title-white {
  color: #ffffff;
}

.c-lower-title-sub {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-left: auto;
  padding-left: 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-lower-title-sub::before {
  -webkit-transform: translateY(-50%);
  background-color: #363636;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.c-lower-title-sub-white {
  color: #ffffff;
}

.c-lower-title-sub-white::before {
  background-color: #ffffff;
}

.c-lower-bg {
  background-color: #f4f1e8;
}

.c-lower-btm {
  padding-block: 2rem;
}

.c-lower-btm-img {
  position: relative;
}

.c-lower-btm-item {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-lower-btm-title {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.7), 0 0 12px rgba(255, 255, 255, 0.45), 0 0 18px rgba(255, 255, 255, 0.25);
}

.c-lower-btm-btn {
  border: solid 0.15625rem #505050;
  border-radius: 2.25rem;
  margin-inline: auto;
  max-width: 26.125rem;
  width: 100%;
}

.c-lower-btm-link {
  color: #505050;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0em;
  padding-block: 1.25rem;
  text-align: center;
}

.c-news-item {
  margin-bottom: 1.25rem;
}

.c-news-link {
  border-bottom: solid 0.0625rem #d9d9d9;
  flex-wrap: wrap;
  gap: 1.5625rem;
  padding-block: 1.4375rem;
  padding-inline: 1.25rem;
  transition: background-color 0.3s ease;
}
.c-news-link:last-of-type {
  margin-bottom: 0rem;
}

.c-news-link:hover {
  background-color: #f4f1e8;
}

.c-news-wrap {
  gap: 1.5625rem;
}

.c-news-day {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.c-news-cat {
  background-color: #b9986e;
  border-radius: 0.625rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0.15625rem 0.8125rem;
}
.c-news-text {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.c-title {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.c-title-sub {
  color: #363636;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title-sub::before {
  -webkit-transform: translateY(-50%);
  background-color: #505050;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.c-title-02 {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 200;
  letter-spacing: 0.06em;
}

.c-title-sub02 {
  color: #363636;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title-sub02::before {
  -webkit-transform: translateY(-50%);
  background-color: #505050;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.c-title-line {
  background-color: #f8f7f5;
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 3.125rem;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  position: relative;
}
.c-title-line:before {
  -webkit-transform: translateY(-50%);
  background-color: #363636;
  content: "";
  height: 1.5rem;
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-accessTop {
  background-image: url(../img/access/top_bg.png);
}

.p-accessMain {
  padding-block: 5.5rem;
}

.p-accessMain__block {
  gap: 11.25rem;
  padding-bottom: 4.375rem;
  position: relative;
}
.p-accessMain__block::after {
  background-color: #f8f7f5;
  bottom: 0rem;
  content: "";
  height: 32.0625rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-accessMain__img {
  width: 50%;
}

.p-accessMain__group {
  width: 27.34375%;
}

.p-accessMain__address {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  margin-bottom: 1.875rem;
}

.p-accessMain__sales {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  margin-bottom: 5rem;
}

.p-accessMain__item {
  margin-bottom: 3.125rem;
}
.p-accessMain__item:last-of-type {
  margin-bottom: 0;
}

.p-accessMain__flex {
  align-items: center;
  border-bottom: solid 0.019375rem #b9986e;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  padding-inline: 0.625rem;
}

.p-accessMain__texts {
  padding-left: 3.4375rem;
}

.p-accessMain__map {
  height: 0;
  margin-bottom: 0.9375rem;
  padding-top: 25.3%;
  position: relative;
  width: 100%;
}
.p-accessMain__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-accessMain__map--btn {
  border: solid 0.0625rem #b9986e;
  border-radius: 2rem;
  margin-left: auto;
  max-width: 16.25rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 100%;
}

.p-accessMain__map--btn:hover {
  background-color: #b9986e;
  border-color: #ffffff;
}

.p-accessMain__map--link {
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  padding-block: 1.25rem;
  transition: color 0.3s ease;
}

.p-accessMain__map--icon {
  -webkit-mask-image: url("../img/access/map.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #b9986e;
  height: 1.4375rem;
  mask-image: url("../img/access/map.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease;
  width: 1rem;
}

.p-accessMain__map--btn:hover .p-accessMain__map--icon {
  background-color: #ffffff;
}

.p-accessMain__map--text {
  color: #b9986e;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0em;
  transition: color 0.3s ease;
}

.p-accessMain__map--btn:hover .p-accessMain__map--text {
  color: #ffffff;
}

.p-topArticle__block {
  margin-bottom: 5.625rem;
}

.p-newsMain__flex {
  align-items: flex-start;
  gap: 1.875rem;
}

.p-newsMain__aside {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem 21.25rem 1.5rem;
  width: 30%;
}

.p-newsMain__aside--title {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-left: 1.25rem;
  position: relative;
}
.p-newsMain__aside--title:before {
  -webkit-transform: translateY(-50%);
  background-color: #363636;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-newsMain__aside--cat {
  border-bottom: dotted 0.0625rem #363636;
  display: block;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
}

.p-newsMain__aside--cat:hover {
  background-color: #f4f1e8;
}

.p-topArticle__group {
  background-color: #ffffff;
  padding: 1.875rem 7.5rem 3.125rem 7.5rem;
  width: 100%;
}

.p-topArticle__title {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1.5625rem;
}

.p-topArticle__flex {
  align-items: center;
  gap: 1.0625rem;
  margin-bottom: 2.1875rem;
}

.p-topArticle__time {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-topArticle__cat {
  background-color: #b9986e;
  border-radius: 0.625rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0.3125rem 0.625rem;
}

.p-topArticle__img {
  margin-bottom: 2.5rem;
}

.p-topArticle__text {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.p-companyTop {
  background-image: url(../img/company/top_bg.png);
}

.p-companyMain {
  padding-block: 5.5rem;
}

.p-companyMain__box {
  background-color: #ffffff;
  padding: 3rem 4.5rem;
}

.p-companyMain__table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-companyMain--row {
  border-bottom: 0.0625rem solid #d9d9d9;
}

.p-companyMain--head {
  background-color: #f8f7f5;
  color: #363636;
  font-size: 1rem;
  font-weight: 300;
  padding: 1.375rem 2.5625rem;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}

.p-companyMain--data {
  color: #363636;
  font-size: 1rem;
  font-weight: 300;
  padding: 1.375rem 0rem 1.375rem 6.9375rem;
  vertical-align: middle;
}

.p-conceptTop {
  background-image: url(../img/concept/top_bg.png);
}

.p-conceptMain {
  margin-bottom: 11.875rem;
  padding-block: 3.4375rem;
}

.p-conceptMain__inner {
  position: relative;
}

.p-conceptMain__note {
  bottom: -16.5625rem;
  content: "";
  left: 0;
  position: absolute;
  z-index: 2;
}

.p-conceptMain__flex {
  justify-content: space-between;
  position: relative;
}

.p-conceptMain__group {
  max-width: 32.5rem;
  width: 100%;
}

.p-conceptMain__title {
  color: #505050;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4.0625rem;
}

.p-conceptMain__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.9375;
}

.p-conceptMain__img {
  max-width: 42.1875rem;
  position: absolute;
  right: 0;
  top: -5.625rem;
  width: 100%;
}

.p-conceptGreeting {
  margin-bottom: 6.25rem;
}

.p-conceptGreeting__bg {
  background-color: #f8f7f5;
  padding-block: 3.4375rem;
}

.p-conceptGreeting__titles {
  margin-bottom: 1.875rem;
  text-align: right;
}

.p-conceptGreeting__sub {
  margin-left: auto;
}

.p-conceptGreeting__flex {
  align-items: center;
  justify-content: space-between;
}

.p-conceptGreeting__img {
  margin-bottom: 1rem;
  max-width: 34.6875rem;
  width: 100%;
}

.p-conceptGreeting__name {
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.2916666667;
  text-align: center;
}
.p-conceptGreeting__name span {
  font-size: 1rem;
}

.p-conceptGreeting__texts {
  max-width: 42.8125rem;
  width: 100%;
}

.p-conceptGreeting__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.9375;
  margin-bottom: 2rem;
}
.p-conceptGreeting__text:last-of-type {
  margin-bottom: 0;
}

.p-contactTop {
  background-image: url(../img/contact/top_bg.png);
}

.p-contactMain {
  padding-block: 5.5rem;
}

.p-contactMain__box {
  background-color: #ffffff;
  padding: 3.4375rem 13.125rem;
}

.p-contactMain__title {
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-contactMain__lead {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 3.4375rem;
}
.p-contactMain__lead a {
  transition: color 0.3s ease;
}
.p-contactMain__lead a:hover {
  color: #b9986e;
  text-decoration: underline;
}

.p-contactMain__item {
  margin-bottom: 1.875rem;
}
.p-contactMain__item:last-of-type {
  margin-bottom: 0;
}

.p-contactMain__label {
  align-items: center;
  align-self: flex-start;
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  gap: 0.9375rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
}

.p-contactMain__req {
  border: solid 0.0625rem #d54222;
  border-radius: 0.4375rem;
  color: #d54222;
  font-size: 0.625rem;
  font-weight: 300;
  padding: 0.1875rem 0.5rem;
}

.p-contactMain__field {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background: #f8f7f5;
  border: 0.0625rem solid #d9d9d9;
  font-size: 1rem;
  font-weight: 300;
  height: 2.5rem;
  letter-spacing: 0.06em;
  padding: 0.9375rem 1.875rem;
  transition: border-color 0.2s ease;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #d9d9d9;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #b9986e;
}

textarea {
  min-height: 18.75rem;
  resize: vertical;
}

.p-contactMain__checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.625rem;
}
.p-contactMain__checkbox input {
  display: none;
}

.p-contactMain__checkbox-icon {
  background-color: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 0.9375rem;
  position: relative;
  width: 0.9375rem;
}

input:checked + .p-contactMain__checkbox-icon {
  background-color: #b9986e;
  border-color: #ffffff;
}

input:checked + .p-contactMain__checkbox-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid #ffffff;
  border-left: 0.1rem solid #ffffff;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.5rem;
}

.p-contactMain__checkbox-label {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
}
.p-contactMain__checkbox-label .wpcf7-list-item {
  margin: 0;
}
.p-contactMain__checkbox-label .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.625rem;
}
.p-contactMain__checkbox-label input {
  display: none;
}
.p-contactMain__checkbox-label .wpcf7-list-item-label {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  position: relative;
}
.p-contactMain__checkbox-label .wpcf7-list-item-label::before {
  background-color: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  box-sizing: border-box;
  content: "";
  flex-shrink: 0;
  height: 0.9375rem;
  width: 0.9375rem;
}
.p-contactMain__checkbox-label input:checked + .wpcf7-list-item-label::before {
  background-color: #b9986e;
  border-color: #ffffff;
}
.p-contactMain__checkbox-label input:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid #ffffff;
  border-left: 0.1rem solid #ffffff;
  content: "";
  height: 0.25rem;
  left: 0.46875rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.5rem;
}

.p-contactMain__privacy {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 4.0625rem;
}

.p-contactMain__link {
  transition: color 0.3s ease;
}
.p-contactMain__link:hover {
  color: #b9986e;
  text-decoration: underline;
}

.p-faqTop {
  background-image: url(../img/faq/top_bg.png);
}

.p-faqMain {
  padding: 5.5rem 5rem;
}

.p-faqMain__box {
  background-color: #ffffff;
  padding: 4.0625rem 4.375rem;
}

.p-faqMain__item {
  background-color: #ffffff;
  border-bottom: dashed 0.0625rem #d9d9d9;
  padding-top: 2rem;
}
.p-faqMain__item:last-of-type {
  margin-bottom: 0;
}

.p-faqMain__flex {
  align-items: center;
  cursor: pointer;
  gap: 1.875rem;
  padding-bottom: 1.25rem;
  padding-inline: 1.25rem;
}

.p-faqMain__question {
  width: 1.9375rem;
}

.p-faqMain__questionText {
  flex: 1;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
}

.p-faqMain__flex.is-open .p-faqMain__questionText {
  color: #dcc191;
}

.p-faqMain__line {
  height: 1.875rem;
  position: relative;
  width: 1.875rem;
}
.p-faqMain__line:before, .p-faqMain__line::after {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-faqMain__line:before {
  border-top: solid 0.1875rem #363636;
  left: 50%;
  top: 50%;
  width: 1.25rem;
}
.p-faqMain__line::after {
  border-right: solid 0.1875rem #363636;
  height: 1.25rem;
  left: 50%;
  top: 50%;
}

.p-faqMain__line.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-faqMain__line.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-faqMain__ans {
  display: none;
  margin-top: 2rem;
}

.p-faqMain__ans--open {
  display: block;
}

.p-faqMain__ans--flex {
  align-items: center;
  background-color: #f4f1e8;
  gap: 1.25rem;
  padding-block: 1.5625rem;
  padding-inline: 1.25rem;
}

.p-faqMain__block:last-of-type .p-faqMain__ans--flex {
  align-items: flex-start;
}

.p-faqMain__ans--word {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
}

.p-faqMain__ans--text {
  flex: 1;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  max-width: 53.125rem;
  width: 100%;
}

.p-faqMain__ans--items {
  gap: 5rem;
  margin-top: 0.75rem;
}

.p-faqMain__ans--item-lead {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-faqMain__ans--item-list {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-faqMain__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.p-faqMain__ans--notes {
  margin-top: 0.5rem;
}

.p-faqMain__ans--note {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-footer {
  background-color: #615d56;
  padding-block: 2rem 0.3125rem;
}

.p-footer__logo {
  display: block;
  margin-bottom: 1.25rem;
  max-width: 21.625rem;
  width: 100%;
}

.p-footer__flex {
  justify-content: space-between;
  margin-bottom: 5.625rem;
}

.p-footer__company {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 0.9375rem;
}

.p-footer__address {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 0.9375rem;
}

.p-footer__tel {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-footer__lists {
  flex-wrap: wrap;
  gap: 2.5rem 3.375rem;
  max-width: 35.3125rem;
  width: 100%;
}

.p-footer__list {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-footer__btm {
  border-top: solid 0.0625rem #ffffff;
  justify-content: space-between;
  padding-block: 0.5rem;
}

.p-footer__privacy {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__use {
  color: #d9d9d9;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-footer__small {
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-header {
  background-color: #ffffff;
  height: 3.5rem;
  position: fixed;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 999;
}

.p-header.changeColor {
  background-color: #b9986e;
}

.p-header__inner {
  height: inherit;
}

.p-header__flex {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.p-header__logo {
  max-width: 11.1875rem;
  width: 100%;
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__lists {
  align-items: center;
  display: flex;
  gap: 2.9375rem;
}

.p-header__list {
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
}

.p-header__link {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.2;
  width: 100%;
}

.p-header__list:nth-child(4) .p-header__link {
  display: flex;
  justify-content: space-between;
}

.p-header__list:nth-child(4) .p-header__link span {
  height: 0.875rem;
  position: relative;
  width: 0.875rem;
}

.p-header__list:nth-child(4) .p-header__link span::before {
  -webkit-transform: translateY(-50%);
  background-color: #9d9d9d;
  height: 0.875rem;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
}

.p-header__list:nth-child(4) .p-header__link span::after {
  -webkit-transform: translateY(-50%);
  background-color: #9d9d9d;
  height: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}

/* 初期状態（閉じ） */

/* ＋（縦線） */
.p-header__list:nth-child(4) .p-header__link span::before {
  opacity: 1;
  transition: opacity 0.2s;
}

/* −（縦線を消す） */
.p-header__list:nth-child(4).is-open .p-header__link span::before {
  opacity: 0;
}

.p-header__drop {
  background-color: #ffffff;
  left: 51%;
  opacity: 0;
  position: absolute;
  top: 2.8125rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ← 親から指定する */
.p-header__list:hover .p-header__drop {
  opacity: 1;
  visibility: visible;
}

.p-header__drop--title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: left;
}

.p-header__drop--lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-header__drop--list {
  padding: 0.625rem 1.875rem;
}

.p-header__drop--imgs {
  position: relative;
}

.p-header__drop--img {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.p-header__drop--img img {
  -o-object-fit: cover;
  aspect-ratio: 180/120;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 1;
}

.p-header__drop--text {
  color: #363636;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0em;
  text-align: left;
}

.p-header__drop--list:hover {
  background-color: #f4f1e8;
}

.p-header__contact {
  border: solid 1px #363636;
  border-radius: 6.25rem;
  color: #363636;
  padding: 0.625rem 1.875rem;
}

.p-header__menu {
  display: none;
}

.p-header__calendar {
  background-color: #b9986e;
  display: flex;
  flex-direction: column;
  height: 3.5rem;
  width: 3.5rem;
}

.p-header__calendar.is-hidden {
  display: none;
}

.p-header__calendar--icon {
  margin: auto;
  max-width: 2.5rem;
  padding-left: 0.3125rem;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.625rem;
}

.p-header__hamburger--line:after {
  top: 0.625rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active::before {
  -webkit-transform: rotate(-45deg);
  background-color: #b9986e;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active::after {
  -webkit-transform: rotate(45deg);
  background-color: #b9986e;
  top: 0;
  transform: rotate(45deg);
}

.p-newsTop {
  background-image: url(../img/news/top_bg.png);
}

.p-newsBreadcrumb {
  background-color: #f4f1e8;
}

.p-newsMain {
  background-color: #f4f1e8;
  padding-bottom: 5rem;
}

.p-newsMain__flex {
  align-items: flex-start;
  gap: 1.875rem;
}

.p-newsMain__group {
  background-color: #ffffff;
  padding: 1.875rem 7.5rem 3.125rem 7.5rem;
  width: 100%;
}

.p-priceTop {
  background-image: url(../img/price/top_bg.png);
}

.p-priceMain {
  padding-bottom: 6.875rem;
}

.p-priceMain__wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative;
}

.p-priceMain__table {
  background-color: #fdfdfd;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
  table-layout: fixed;
  width: 100%;
}
.p-priceMain__table:last-of-type {
  margin-bottom: 0;
}

.p-priceMain__table__row {
  border-bottom: 0.0625rem solid #d9d9d9;
  border-left: 0.0625rem solid #d9d9d9;
  border-right: 0.0625rem solid #d9d9d9;
}
.p-priceMain__table__row:first-child {
  background-color: #9d9d9d;
  border-top: 0.0625rem solid #d9d9d9;
}

.p-priceMain__table__head {
  border-right: 0.0625rem solid #d9d9d9;
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0em;
  padding: 2.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
  width: 33.3%;
}

.p-priceMain__table__data01,
.p-priceMain__table__data02 {
  border-right: 0.0625rem solid #d9d9d9;
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0em;
  padding: 2.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
  width: 33.3%;
}
.p-priceMain__table__data01:last-child,
.p-priceMain__table__data02:last-child {
  border-right: none;
}

.p-privacyTop {
  background-image: url(../img/privacy/top_bg.png);
}

.p-privacyMain {
  padding: 5.5rem 5rem;
}

.p-privacyMain__box {
  background-color: #ffffff;
  padding: 4.0625rem 4.375rem;
}

.p-privacyMain__texts {
  margin-bottom: 2rem;
}

.p-privacyMain__text {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-privacyMain__list {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-studioTop {
  background-image: url(../img/studio/top_bg.png);
}

.p-studioMain {
  padding-bottom: 5rem;
}

.p-studioMain__title {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-studioContent {
  background-color: #f4f1e8;
  padding-block: 9.375rem;
}

.p-studioContent__item {
  margin-bottom: 7.5rem;
}
.p-studioContent__item:last-of-type {
  margin-bottom: 0;
}

.p-studioContent__flex {
  align-items: center;
  display: grid;
  gap: 11.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-studioContent__title {
  color: #505050;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 0.9375rem;
}

.p-studioContent__checks {
  align-items: center;
  border-bottom: solid 0.0625rem #d9d9d9;
  gap: 0.75rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.p-studioContent__check {
  max-width: 1rem;
  width: 100%;
}

.p-studioContent__lead {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-studioContent__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 1.5625rem;
}

.p-topMv {
  background-image: url(../img/top/mv_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 22.5rem 25rem;
  position: relative;
}
.p-topMv:after {
  background-image: url(../img/top/mv_main.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 80.2%;
  max-width: 76.5rem;
  position: absolute;
  right: -3.75rem;
  top: -1.875rem;
  width: 100%;
}

.p-topMv__inner {
  position: relative;
  z-index: 3;
}
.p-topMv__inner:after {
  background-image: url(../img/top/white_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 76.25rem;
  left: -15.625rem;
  max-width: 90.625rem;
  position: absolute;
  top: -23.75rem;
  width: 100%;
  z-index: -1;
}

.p-topMv__sub {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0em;
}

.p-topMv__title {
  font-family: "Poppins", sans-serif;
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: 0em;
}

.p-topNews {
  margin-top: -23.125rem;
  position: relative;
  z-index: 3;
}

.p-topNews__box {
  background-color: #ffffff;
  box-shadow: -3px 6px 9px rgba(84, 84, 84, 0.26);
  padding: 3.125rem 3.5625rem 3.125rem 6.875rem;
}

.p-topNews__flex {
  align-items: center;
  gap: 11.5625rem;
}

.p-topNews__group {
  max-width: 80rem;
  width: 100%;
}

.p-topNews__btn {
  background-color: #b9986e;
  border-radius: 1.375rem;
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-inline: 1.25rem;
  padding-block: 0.625rem;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-topNews__btn:after {
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url(../img/top/btn_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #ffffff;
  content: "";
  height: 0.6875rem;
  mask-image: url(../img/top/btn_arrow.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 5.125rem;
}

.p-topConcept {
  margin-top: -12.5rem;
  position: relative;
}

.p-topConcept__top {
  content: "";
  max-width: 49.4375rem;
  position: absolute;
  right: 10rem;
  top: 14.375rem;
  width: 100%;
}

.p-topConcept__flex {
  gap: 3.125rem;
  justify-content: space-between;
}

.p-topConcept__img01 {
  margin-bottom: 1.5625rem;
}

.p-topConcept__titles {
  margin-bottom: 4.0625rem;
  text-align: right;
}

.p-topConcept__sub {
  margin-left: auto;
}

.p-topConcept__main {
  color: #505050;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 6.5625rem;
}

.p-topConcept__text {
  color: #505050;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 3;
  margin-bottom: 5.9375rem;
}

.p-topConcept__btn {
  position: relative;
  z-index: 10;
}

.p-topConcept__btm {
  bottom: 1.25rem;
  content: "";
  position: absolute;
  right: 6.25rem;
  width: 47.5%;
}

.p-topStudio {
  background-image: url(../img/top/studio_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 9.375rem 6.25rem;
  position: relative;
}

.p-topStudio__top {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.p-topStudio__titles {
  margin-bottom: 6.875rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.p-topStudio__sub {
  margin-left: auto;
}

.p-topStudio__img {
  margin-bottom: 6.875rem;
  position: relative;
  z-index: 4;
}

.p-topStudio__items {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-topStudio__item {
  box-shadow: -1px 1px 6px rgba(84, 84, 84, 0.2);
  position: relative;
}

.p-topStudio__box {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.p-topStudio__group {
  bottom: 1.25rem;
  content: "";
  left: 1.875rem;
  position: absolute;
  width: 85%;
}

.p-topStudio__flex {
  align-items: center;
  justify-content: space-between;
}

.p-topStudio__min {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-topStudio__big {
  color: #505050;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-topAccess {
  background-image: url(../img/top/access_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3.125rem;
}

.p-topAccess__titles {
  margin-left: auto;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topAccess__sub {
  margin-left: auto;
}

.p-topFaq {
  background-image: url(../img/top/faq_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3.125rem;
}

.p-topFaq__titles {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topCompany {
  background-image: url(../img/top/company_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12.5rem;
}

.p-topCompany__titles {
  margin-left: auto;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topCompany__sub {
  margin-left: auto;
}

.p-topContact {
  margin-bottom: 8.125rem;
  position: relative;
}
.p-topContact:after {
  -webkit-transform: translateX(-50%);
  background-color: #d9d9d9;
  content: "";
  height: 3.25rem;
  left: 50%;
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
  width: 0.1875rem;
}

.p-topContact__inner {
  padding-inline: 0 !important;
}

.p-topContact__box {
  background-color: #f8f7f5;
  padding: 1.5rem 5.1875rem;
}

.p-topContact__img {
  position: relative;
}

.p-topContact__item {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-topContact__title {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 5.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-topContact__btn {
  border: solid 0.15625rem #505050;
  border-radius: 2.25rem;
  margin-inline: auto;
  max-width: 26.125rem;
  width: 100%;
}

.p-topContact__link {
  color: #505050;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-block: 1.25rem;
  text-align: center;
}

.p-useTop {
  background-image: url(../img/use/top_bg.png);
}

.p-useMain {
  padding-block: 3.75rem 2.8125rem;
}

.p-useMain__imtes {
  margin-inline: auto;
  max-width: 59.0625rem;
  width: 100%;
}

.p-useMain__item {
  background-color: #ffffff;
  margin-bottom: 3.75rem;
  max-height: 14.6875rem;
  padding-left: 7.5rem;
  position: relative;
}
.p-useMain__item:last-of-type {
  margin-bottom: 0;
}

.p-useMain__circles {
  content: "";
  left: -2.8125rem;
  position: absolute;
  top: -0.9375rem;
}

.p-useMain__circle {
  background-color: #ffffff;
  border: solid 0.25rem #f4f1e8;
  border-radius: 6.25rem;
  display: flex;
  flex-direction: column;
  height: 5.75rem;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 5.4375rem;
}
.p-useMain__circle:before, .p-useMain__circle:after {
  content: "";
  position: absolute;
}
.p-useMain__circle:before {
  -webkit-transform: translateX(-50%);
  background-color: #877e68;
  height: 12.5rem;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0.0625rem;
}
.p-useMain__circle:after {
  -webkit-transform: translateX(-50%);
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.5rem solid #877e68;
  height: 0;
  left: 50%;
  top: calc(100% + 10.625rem);
  transform: translateX(-50%);
  width: 0;
}

.p-useMain__item:last-child .p-useMain__circle::before {
  height: 9.6875rem;
}
.p-useMain__item:last-child .p-useMain__circle::after {
  display: none;
}

.p-useMain__steps {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
}

.p-useMain__step {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.06em;
}

.p-useMain__num {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 2.125rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  margin-top: -0.625rem;
}

.p-useMain__flex {
  align-items: center;
  gap: 1.875rem;
  justify-content: flex-end;
}

.p-useMain__group {
  max-width: 27.8125rem;
  width: 100%;
}

.p-useMain__title {
  color: #505050;
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

.p-useMain__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.p-useMain__text--link {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
}
.p-useMain__text--link a {
  transition: color 0.3s ease;
}
.p-useMain__text--link a:hover {
  color: #b9986e;
  text-decoration: underline;
}

.p-useMain__btn {
  background-color: #434242;
  border-radius: 0.75rem;
  margin-top: 1.25rem;
  max-width: 25rem;
  width: 100%;
}

.p-useMain__link {
  align-items: center;
  gap: 1.875rem;
  justify-content: center;
  padding-block: 0.625rem;
}

.p-useMain__link--text {
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: 0em;
}

.p-useMain__link--img {
  max-width: 2.5rem;
  width: 100%;
}

.p-useMain__img img {
  -o-object-fit: cover;
  aspect-ratio: 350/225;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-useOption {
  margin-block: 4.0625rem 2.1875rem;
}

.p-useOption__flex {
  gap: 1.5rem;
}

.swiper-slide {
  width: auto;
}

.p-useOption__img {
  margin-bottom: 0.9375rem;
}

.p-useOption__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-useNote {
  margin-bottom: 5.3125rem;
}

.p-useNote__text {
  color: #505050;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

/* 共通 */
.js-fadeLeft,
.js-fadeRight,
.js-fadeUp {
  opacity: 0;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 左から */
.js-fadeLeft {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

/* 右から */
.js-fadeRight {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

/* 下から上へ（fadeUp） */
.js-fadeUp {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

/* 表示状態 */
.js-fadeLeft.is-inview,
.js-fadeRight.is-inview,
.js-fadeUp.is-inview {
  -webkit-transform: translate(0);
  opacity: 1;
  transform: translate(0);
}

.u-flex {
  display: flex;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.p-topNews__btn:hover {
  background-color: #f1e6cd;
  color: #b9986e;
}

.p-topNews__btn:hover::after {
  background-color: #b9986e;
}

.c-btn-view:hover {
  background-color: #434242;
}

.c-btn-view:hover .c-btn-view-link {
  color: #ffffff;
}
.c-btn-view:hover .c-btn-view-link::after {
  background-color: #ffffff;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .c-imgZoom:hover .p-topStudio__box {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-aside {
    padding: 1.25rem;
    width: 100%;
  }
  .c-aside-cat {
    padding: 0.9375rem;
  }
  .c-bg {
    padding-block: 1.5625rem 4.0625rem;
  }
  .c-breadcrumb {
    padding-block: 0.625rem 5.625rem;
  }
  .c-breadcrumb-min {
    padding-block: 0.625rem 4.375rem;
  }
  .c-btn {
    font-size: 1rem;
  }
  .c-btn-link {
    padding: 0.9375rem 0rem;
  }
  .c-btn-submit input[type=submit] {
    padding: 0.9375rem 0rem;
  }
  .c-btn-view {
    max-width: 11.25rem;
  }
  .c-btn-view-link {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
  .c-btn-view-link:after {
    width: 3.4375rem;
  }
  .c-loading-img {
    max-width: 1.875rem;
  }
  .c-lower {
    padding-block: 6.25rem 1.25rem;
  }
  .c-lower-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .c-lower-btm {
    padding-block: 1.25rem;
  }
  .c-lower-btm-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .c-lower-btm-btn {
    border-radius: 0.75rem;
    max-width: 15.375rem;
  }
  .c-lower-btm-link {
    font-size: 0.875rem;
    padding-block: 0.15625rem;
  }
  .c-news-link {
    flex-direction: column;
    gap: 0.3125rem;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-news-day {
    font-size: 1rem;
  }
  .c-title {
    font-size: 1.5rem;
  }
  .c-title-02 {
    font-size: 1.5rem;
  }
  .c-title-sub02 {
    font-size: 1.125rem;
  }
  .c-title-line {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  }
  .c-title-line:before {
    left: 0.625rem;
  }
  .p-accessMain {
    padding-block: 2.5rem;
  }
  .p-accessMain__block {
    flex-direction: column;
    gap: 3.125rem;
    padding-bottom: 2.5rem;
  }
  .p-accessMain__block::after {
    bottom: 0rem;
    height: 25rem;
  }
  .p-accessMain__img {
    width: 100%;
  }
  .p-accessMain__group {
    width: 100%;
  }
  .p-accessMain__address {
    margin-bottom: 0.9375rem;
  }
  .p-accessMain__sales {
    margin-bottom: 2.5rem;
  }
  .p-accessMain__item {
    margin-bottom: 1.5625rem;
  }
  .p-accessMain__flex {
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-accessMain__texts {
    padding-left: 2.5rem;
  }
  .p-accessMain__map {
    padding-top: 50%;
  }
  .p-accessMain__map--link {
    padding-block: 0.625rem;
  }
  .p-accessMain__map--text {
    font-size: 1rem;
  }
  .p-topArticle__block {
    margin-bottom: 2.8125rem;
  }
  .p-newsMain__flex {
    flex-direction: column;
  }
  .p-newsMain__aside {
    padding: 1.25rem;
    width: 100%;
  }
  .p-newsMain__aside--cat {
    padding: 0.9375rem;
  }
  .p-topArticle__group {
    padding: 1.25rem;
  }
  .p-topArticle__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .p-topArticle__flex {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .p-topArticle__cat {
    padding: 0.15625rem 0.3125rem;
  }
  .p-topArticle__img {
    margin-bottom: 1.25rem;
  }
  .p-companyMain__box {
    padding: 1.5625rem 1.875rem;
  }
  .p-companyMain--row {
    display: block;
  }
  .p-companyMain--head {
    display: block;
    padding: 0.9375rem;
    width: 100%;
  }
  .p-companyMain--data {
    display: block;
    padding: 0.9375rem;
    width: 100%;
  }
  .p-conceptMain {
    margin-bottom: 5rem;
    padding-block: 1.875rem;
  }
  .p-conceptMain__note {
    bottom: -9%;
  }
  .p-conceptMain__flex {
    flex-direction: column;
    gap: 3.125rem;
  }
  .p-conceptMain__title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .p-conceptMain__img {
    position: static;
  }
  .p-conceptGreeting {
    margin-bottom: 3.125rem;
  }
  .p-conceptGreeting__bg {
    padding-block: 1.875rem;
  }
  .p-conceptGreeting__flex {
    flex-direction: column;
    gap: 3.125rem;
  }
  .p-conceptGreeting__name {
    font-size: 1.125rem;
  }
  .p-conceptGreeting__name span {
    font-size: 0.875rem;
  }
  .p-contactMain {
    padding-block: 2.5rem;
  }
  .p-contactMain__box {
    padding: 1.25rem;
  }
  .p-contactMain__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .p-contactMain__lead {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
  .p-contactMain__item {
    margin-bottom: 0.9375rem;
  }
  .p-contactMain__label {
    gap: 0.46875rem;
  }
  .p-contactMain__req {
    padding: 0.125rem 0.25rem;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 0.875rem;
    height: 1.875rem;
    padding: 0.625rem 1.25rem;
  }
  .p-contactMain__checkbox {
    gap: 0.3125rem;
  }
  .p-contactMain__checkbox-label {
    font-size: 0.875rem;
  }
  .p-contactMain__checkbox-label .wpcf7-list-item label {
    gap: 0.3125rem;
  }
  .p-contactMain__checkbox-label .wpcf7-list-item-label {
    gap: 0.3125rem;
  }
  .p-contactMain__privacy {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
  .p-faqMain {
    padding: 1.5rem 0rem;
  }
  .p-faqMain__box {
    padding: 1.5625rem 1.875rem;
  }
  .p-faqMain__item {
    padding: 0rem;
  }
  .p-faqMain__flex {
    gap: 0.625rem;
    padding-bottom: 0.625rem;
    padding-inline: 0.625rem;
  }
  .p-faqMain__ans {
    margin-top: 0.9375rem;
  }
  .p-faqMain__ans--flex {
    align-items: flex-start;
    gap: 0.625rem;
  }
  .p-faqMain__ans--word {
    font-size: 1.25rem;
    margin-top: -0.3125rem;
  }
  .p-faqMain__ans--items {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-footer__logo {
    margin-bottom: 1.5625rem;
  }
  .p-footer__flex {
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .p-footer__company {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .p-footer__address {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .p-footer__tel {
    font-size: 0.75rem;
  }
  .p-footer__lists {
    flex-direction: column;
    gap: 1.5625rem;
    height: 9.375rem;
  }
  .p-footer__list {
    font-size: 0.75rem;
  }
  .p-footer__btm {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .p-footer__privacy {
    margin-inline: auto;
  }
  .p-footer__use {
    font-size: 0.75rem;
  }
  .p-header__inner {
    padding-right: 0;
  }
  .p-header__nav {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    height: auto;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 3.5rem;
    transition: none;
    visibility: hidden;
    width: 100%;
    z-index: 900;
  }
  .p-header__lists {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding: 0rem 2.0625rem;
  }
  .p-header__list {
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-header__link {
    border-bottom: solid 0.0625rem #d9d9d9;
    font-size: 0.9375rem;
    padding: 1.5625rem 1.25rem;
    position: relative;
    transition: all 0.3s ease;
  }
  .p-header__link:after {
    -webkit-transform: translateY(-50%);
    background-image: url(../img/common/header_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.875rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
  }
  .p-header__list:nth-child(4) .p-header__link::before,
  .p-header__list:nth-child(4) .p-header__link::after {
    background-image: none;
    display: none;
  }
  .p-header__list:nth-child(4) .p-header__link span::before,
  .p-header__list:nth-child(4) .p-header__link span::after {
    background-image: none;
    content: "";
    position: absolute;
  }
  .p-header__link:hover {
    background-color: #f4f1e8;
  }
  .p-header__list:nth-child(4) .p-header__drop {
    display: none;
  }
  .p-header__drop {
    background: transparent;
    opacity: 0;
    position: static;
    visibility: hidden;
    width: 100%;
  }
  .p-header__list.is-open .p-header__drop {
    opacity: 1;
    visibility: visible;
  }
  .p-header__drop--list {
    border-bottom: 0.0625rem solid #d9d9d9;
    padding: 0;
  }
  .p-header__drop--group {
    display: block;
    padding: 0.625rem 1.875rem 0.625rem 3.125rem;
    position: relative;
  }
  .p-header__drop--group:after {
    -webkit-transform: translateY(-50%);
    background-image: url(../img/common/header_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.875rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
  }
  .p-header__menu {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .p-header__hamburger {
    background-color: #ffffff;
    border: solid 0.125rem #b9986e;
    cursor: pointer;
    display: inline-block;
    height: 3.5rem;
    outline: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 3.5rem;
    z-index: 1000;
  }
  .p-header__hamburger--line {
    background-color: #b9986e;
    bottom: 0;
    height: 0.1875rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0rem;
    transition: inherit;
    width: 2.125rem;
  }
  .p-header__hamburger--line:before,
  .p-header__hamburger--line:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: inherit;
    width: 100%;
  }
  .p-newsMain {
    padding-bottom: 0rem;
  }
  .p-newsMain__flex {
    flex-direction: column;
  }
  .p-newsMain__group {
    padding: 1.25rem;
  }
  .p-priceMain {
    padding-bottom: 0rem;
  }
  .p-priceMain__tableWrap {
    overflow-x: auto;
    position: relative;
  }
  .p-priceMain__table {
    min-width: 56.25rem;
    width: 100%;
  }
  .p-priceMain__table__head {
    font-size: 1.25rem;
    padding: 1.25rem;
  }
  .p-priceMain__table__data01,
  .p-priceMain__table__data02 {
    font-size: 1.25rem;
    padding: 1.25rem;
  }
  .p-privacyMain {
    padding: 1.5rem 0rem;
  }
  .p-privacyMain__box {
    padding: 1.5625rem 1.875rem;
  }
  .p-privacyMain__texts {
    margin-bottom: 1.5rem;
  }
  .p-studioMain {
    padding-bottom: 0rem;
  }
  .p-studioMain__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-studioContent {
    padding-block: 4.6875rem;
  }
  .p-studioContent__item {
    margin-bottom: 3.75rem;
  }
  .p-studioContent__flex {
    gap: 5.625rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-studioContent__item:nth-child(even) .p-studioContent__flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-studioContent__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .p-studioContent__checks {
    gap: 0.5rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .p-studioContent__check {
    max-width: 0.75rem;
  }
  .p-studioContent__text {
    margin-bottom: 1.25rem;
  }
  .p-topMv {
    background-image: url(../img/top/mv_back_sp.png);
    padding-block: 2.5rem 15.625rem;
  }
  .p-topMv:after {
    background-image: url(../img/top/mv_main_sp.png);
    height: 68%;
    right: -3.125rem;
    top: 1.875rem;
  }
  .p-topMv__inner:after {
    background-image: url(../img/top/white_bg_sp.png);
    height: 32.25rem;
    left: -2.1875rem;
    max-width: 27.0625rem;
    top: -6.25rem;
    width: 100%;
  }
  .p-topMv__sub {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
  .p-topMv__title {
    font-size: 3rem;
    line-height: 0.875;
  }
  .p-topNews {
    margin-top: -11.25rem;
  }
  .p-topNews__box {
    padding: 1.5rem 0.875rem;
  }
  .p-topNews__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5625rem;
  }
  .p-topNews__btn {
    font-size: 1rem;
    margin-inline: 0;
  }
  .p-topNews__btn:after {
    height: 0.5rem;
    right: 0.625rem;
    width: 3.75rem;
  }
  .p-topConcept {
    margin-top: -21.875rem;
    padding-bottom: 2.5rem;
  }
  .p-topConcept__top {
    left: 1.25rem;
    max-width: 15.25rem;
    top: 23.125rem;
  }
  .p-topConcept__inner {
    margin-top: 3.125rem;
  }
  .p-topConcept__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-topConcept__imgs {
    margin-top: -1.25rem;
  }
  .p-topConcept__img01 {
    margin-bottom: 0.625rem;
    max-width: 14.6875rem;
    width: 100%;
  }
  .p-topConcept__img02 {
    margin-left: 10.625rem;
    max-width: 10.9375rem;
    width: 100%;
  }
  .p-topConcept__titles {
    margin-bottom: 0rem;
  }
  .p-topConcept__main {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 8.125rem;
  }
  .p-topConcept__text {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.25rem;
  }
  .p-topConcept__btm {
    bottom: 13.75rem;
    left: 4.375rem;
    max-width: 18.5rem;
    width: 100%;
  }
  .p-topStudio {
    background-image: none;
    padding-block: 5rem 6.25rem;
  }
  .p-topStudio:after {
    background-image: url(../img/top/studio_bg_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 29.1%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-topStudio__titles {
    margin-bottom: 3.125rem;
  }
  .p-topStudio__sub {
    margin-left: 0;
  }
  .p-topStudio__img {
    margin-bottom: 3.125rem;
  }
  .p-topStudio__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-topStudio__big {
    font-size: 1.5rem;
  }
  .p-topAccess {
    background-image: url(../img/top/access_bg_sp.png);
    margin-bottom: 1.875rem;
  }
  .p-topFaq {
    background-image: url(../img/top/faq_bg_sp.png);
    margin-bottom: 1.875rem;
  }
  .p-topFaq__titles {
    text-align: right;
  }
  .p-topFaq__titles {
    margin-left: auto;
  }
  .p-topCompany {
    background-image: url(../img/top/company_bg_sp.png);
    margin-bottom: 12.5rem;
  }
  .p-topContact {
    margin-bottom: 0.9375rem;
  }
  .p-topContact:after {
    top: -7.5rem;
  }
  .p-topContact__box {
    padding: 0.625rem 1.25rem;
  }
  .p-topContact__title {
    font-size: 2.25rem;
  }
  .p-topContact__btn {
    border-radius: 0.75rem;
    max-width: 15.375rem;
  }
  .p-topContact__link {
    font-size: 0.875rem;
    padding-block: 0.3125rem;
  }
  .p-useMain {
    padding-block: 5rem 1.5625rem;
  }
  .p-useMain__item {
    margin-bottom: 4.375rem;
    max-height: 100%;
    padding: 1.25rem;
  }
  .p-useMain__circles {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -3.125rem;
    transform: translateX(-50%);
  }
  .p-useMain__circle {
    height: 4.5rem;
    width: 4.5rem;
  }
  .p-useMain__circle:before, .p-useMain__circle:after {
    position: static;
  }
  .p-useMain__circle:before {
    display: none;
  }
  .p-useMain__circle:after {
    display: none;
  }
  .p-useMain__step {
    font-size: 0.875rem;
  }
  .p-useMain__num {
    font-size: 1.5rem;
    margin-top: -0.3125rem;
  }
  .p-useMain__flex {
    flex-direction: column;
  }
  .p-useMain__title {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-useMain__link {
    gap: 0.625rem;
    padding-block: 0.9375rem;
  }
  .p-useMain__link--text {
    font-size: 1rem;
  }
  .p-useMain__link--img {
    max-width: 1.875rem;
  }
  .p-useOption {
    margin-block: 2.1875rem 0.9375rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
/* Contact Form 7 の fieldset の枠を消す */

/* CF7 エラーメッセージ位置修正 */
.wpcf7-not-valid-tip {
  position: static !important;
  display: block;
  margin-top: 6px;
  color: #dc3232;
  font-size: 13px;
}

/* wrapをブロック化（flex対策） */
.wpcf7-form-control-wrap {
  display: block;
}
/* 全体入力エラーメッセージを削除 */
.wpcf7 .screen-reader-response {
  display: none;
}