abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input,
option,
select,
table,
textarea {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.attachment-post-thumbnail,
.entry-content img,
.post-content img,
.wp-block-image img,
.wp-post-image,
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
img[src$=".svg"] {
  height: auto;
}
.wp-caption,
figure {
  max-width: 100%;
}
.wp-caption img {
  display: block;
}
.wp-caption .wp-caption-text,
figcaption {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.6rem;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery,
.wp-block-gallery {
  margin: 0;
}
.gallery .gallery-item,
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery figure {
  min-width: 0;
}
.gallery img,
.wp-block-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.card__thumb,
.list__thumb,
.post-thumbnail {
  overflow: hidden;
}
.card__thumb img,
.list__thumb img,
.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.is-flex > :where(img, figure),
.is-grid > :where(img, figure),
.wp-block-columns,
.wp-block-gallery {
  min-width: 0;
}
.u-aspect-1x1 {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.u-aspect-4x3 {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.u-aspect-16x9 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.u-aspect-16x9 > img,
.u-aspect-1x1 > img,
.u-aspect-4x3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
img[loading="lazy"] {
  contain: paint;
}
.u-bg-cover {
  background-size: cover;
  background-position: 50% 50%;
}
.u-bg-contain {
  background-size: contain;
  background-position: 50% 50%;
}
.entry-content,
.post-content {
  line-height: 1.6;
  color: inherit;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 1rem;
}
.entry-content p,
.post-content p {
  margin: 1rem 0;
}
.entry-content a,
.post-content a {
  text-decoration: underline;
}
.entry-content a:hover,
.post-content a:hover {
  text-decoration: none;
}
.entry-content ol,
.entry-content ul,
.post-content ol,
.post-content ul {
  margin: 1rem 0 1rem 2rem;
  padding: 0;
}
.entry-content li,
.post-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.entry-content table,
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.entry-content td,
.entry-content th,
.post-content td,
.post-content th {
  border: 1px solid #ddd;
  padding: 0.8rem 1.2rem;
  text-align: left;
}
.entry-content th,
.post-content th {
  background: #f5f5f5;
  font-weight: 600;
}
.entry-content blockquote,
.post-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ccc;
  background: #fafafa;
  font-style: italic;
}
.entry-content figcaption,
.post-content figcaption {
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
.entry-content pre,
.post-content pre {
  background: #f7f7f7;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 4px;
}
.entry-content code,
.post-content code {
  background: #f0f0f0;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}
:root {
  --spacing-xl: 7rem;
}
@media (max-width: 768px) {
  :root {
    --spacing-xl: 3rem;
  }
}
.form-meta {
  max-width: 835.24px;
  margin: 69px auto 0;
  background: #f7f8f8;
  padding: 48px 50px 134px;
}
.form-item2 {
  width: 388.17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-item3 {
  width: 336.17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .form-meta {
    padding: 48px 50px 80px;
  }
  .form-item2 {
    width: 67%;
  }
}
.form-item1 {
  max-width: 503.17px;
  width: 74%;
}
::-webkit-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::-moz-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
:-ms-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::-ms-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-white {
  visibility: hidden;
}
.mwform-checkbox-field-text {
  margin-left: 4px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.wpcf7-checkbox input {
  width: 24.1px;
  height: 24.1px;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  :root {
    --spacing-xl: 2rem;
  }
  .wpcf7-checkbox input {
    width: 20.1px;
    height: 20.1px;
  }
}
.form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 19px;
  width: 100%;
}
.form-list:nth-child(3) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-list.form-message1 {
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .form-list.form-message1 {
    margin: 0;
  }
}
.form-list.form-message1 .form-item:first-child {
  margin-top: 13px;
}
.form-input.year {
  width: 102.71px;
}
.form-input.date {
  width: 55.64px;
}
.form-item:first-child {
  width: 194.36px;
  margin-right: 38px;
}
.form-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 26px auto 29px;
}
.form-info {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-right: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .form-info {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 516px) {
  .form-info {
    font-size: 1.5rem;
  }
}
.form-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-red {
  margin-right: 15px;
  font-size: 0.8rem;
  background: #e60013;
  border-radius: 5px;
  color: #fff;
  width: 24.8px;
  height: 20.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-list .form-item:nth-child(2) {
  display: block;
  width: 71%;
}
#form-mess .form-input {
  padding: 10px 20px;
  width: 560.75px;
  height: 233.35px;
}
#form-mess {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#form-mess .form-item:first-child {
  margin-top: 13px;
}
.form-blue {
  background-color: #005aab !important;
}
.form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    Noto Sans JP,
    sans-serif;
  padding: 0 20px;
  height: 51.69px;
  width: 100%;
  border: 1px solid #231916;
  line-height: 2;
  max-width: 324.35px;
  background-color: #fff;
  border-radius: 5px;
}
.form-list.choice {
  margin: 55px auto 31px;
}
@media only screen and (max-width: 767px) {
  .form-list.choice {
    margin: 20px auto;
  }
}
.form-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    Noto Sans JP,
    sans-serif;
  padding: 10px 20px;
  height: 286.45px;
  width: 100%;
  border: 1px solid;
  font-size: 1.5rem;
  line-height: 2;
  border-radius: 5px;
}
.form-note {
  font-size: 1.6rem;
  margin: 113px 0 76px;
  line-height: 2.7;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-meta .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
}
.contact-main2__text {
  margin: 24px 0 70px;
  text-align: center;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .contact-main2__text {
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 516px) {
  .form-meta .wpcf7-list-item {
    width: 175px;
  }
  .form-meta .wpcf7-list-item:nth-child(2) {
    width: 56px;
  }
  .contact-main2__text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.contact-main2__text a {
  color: #008aa3;
}
.contact-main2__text.sp {
  display: none;
}
.contact-main2__text .error {
  bottom: -17px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.contact-main2__meta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}
.p-contact .p-contact__btn__back {
  display: none;
}
.p-contact__btn__back span {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 2rem;
  position: absolute;
  left: 26px;
  color: #fff;
  top: 9px;
}
.contact-main2__link {
  position: relative;
}
.contact-main2__link .wpcf7-spinner {
  display: none;
}
.form-item2 .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-main2__link input {
  font-weight: 700;
  cursor: pointer;
  border: none;
  position: relative;
  width: 236.6px;
  color: #fff;
  height: 63.9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 1px;
  background: #008aa3;
  border-radius: 32px;
}
@media only screen and (max-width: 1024px) {
  .contact-main2__link input {
    letter-spacing: 3px;
  }
}
.contact-main2__text .mwform-checkbox-field-text {
  display: none;
}
.contact-main2__link span {
  top: 9px;
  right: 35px;
  font-size: 2rem;
  position: absolute;
  color: #fff;
}
.contact-main2__link:hover span {
  cursor: pointer;
  right: 25px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.p-contact__btn__back {
  position: relative;
}
.p-contact__btn__back input {
  cursor: pointer;
  color: #fff;
  background-color: #595857;
  border: 0;
  height: 49px;
  width: 150px;
}
.form-meta .wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-item2,
  .form-list .form-item:nth-child(2) {
    width: 100%;
  }
  .form-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-item:first-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-info {
    margin-right: 12px;
  }
  .contact-main2__link input {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
  .contact-main2__meta {
    max-width: 465px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 516px) {
  .contact-main2__link img {
    right: 20px;
  }
  .contact-main2__meta {
    max-width: 288px;
  }
  .contact-main2__link span,
  .p-contact__btn__back span {
    display: none;
  }
  .p-contact__btn__back input {
    width: 50px;
    font-size: 1.4rem;
  }
  .contact-main2__button {
    width: 100%;
  }
  .contact-main2__text.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-input {
    width: 100%;
  }
  .contact-main2__link input {
    margin: 0 auto;
    height: 50.17px;
    width: 190px;
  }
  .wpcf7-checkbox.form-choice {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-item4 {
  width: 68%;
  max-width: 518px;
  margin-left: 4px;
}
.wpcf7-checkbox.form-choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 0;
}
.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 0;
}
.contact-main2__text .wpcf7-list-item-label {
  display: none;
}
.contact-main2__text .wpcf7-not-valid-tip {
  bottom: -30px;
  position: absolute;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-form-control-wrap {
  position: unset !important;
}
.contact-main2__text .wpcf7-checkbox input {
  width: 18.3px;
  height: 18.3px;
  margin-right: 10px;
}
.form-item4 .wpcf7-list-item {
  margin: 0 0 16px;
  text-wrap-mode: nowrap;
}
.wpcf7-list-item-label {
  font-size: 1.4rem;
  margin-left: 7px;
}
@media only screen and (max-width: 516px) {
  .form-item4 .wpcf7-list-item {
    width: 100%;
  }
  .wpcf7-list-item-label {
    letter-spacing: 1px;
    margin-left: 5px;
  }
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-item4 {
    margin-left: 0;
    width: 100%;
  }
  .form-item1 {
    width: 100%;
  }
  .form-meta {
    margin: 40px auto 45px;
    max-width: 448.24px;
  }
}
@media only screen and (max-width: 516px) {
  .form-meta {
    margin: 35px auto 45px;
    padding: 48px 20px 70px;
  }
  .form-item1 {
    max-width: 100%;
  }
}
.contact-main2__link img {
  position: absolute;
  width: 26.13px;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contact-main2__button {
    margin-top: 0;
  }
}
.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 1px;
  border: 2px solid #222;
}
.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 5.5px;
  left: 4.5px;
  visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:before {
  background: 0 0;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  background: #222;
  visibility: visible;
}
.form-red.white {
  visibility: hidden;
}
.form-item3 .wpcf7-not-valid-tip {
  position: absolute;
  left: 20px;
}
@media only screen and (max-width: 1024px) {
  .c-header__recruit {
    width: 130.72px;
  }
}
@media only screen and (max-width: 767px) {
  .form-info {
    width: auto;
  }
}
@media only screen and (max-width: 516px) {
  .contact-main2__button {
    margin-top: 40px;
  }
  .contact-main2__text {
    margin-bottom: 0;
  }
  .contact-main2__text .wpcf7-list-item {
    width: auto;
  }
  .c-header__recruit {
    width: 115.72px;
    right: 5px;
  }
  .form-input.year {
    width: 90.71px;
  }
  .form-input.date {
    width: 50px;
    padding: 0 10px;
  }
}
.p-news__single__list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 150px auto 0;
  position: relative;
}
.c-span__prev {
  position: absolute;
  left: 0;
}
.c-span__next {
  position: absolute;
  right: 0;
}
.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
  color: #595857;
  text-decoration: none;
  width: 57.3px;
  height: 57.3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 7px;
  line-height: 4.376;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 50%;
  font-weight: 700;
  font-size: 3rem;
}
.pages {
  display: none !important;
}
.p-delivery__pagination {
  margin: 135px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
  color: #fff;
  background: #595857;
}
.nextpostslink,
.previouspostslink {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    margin: 5px;
    font-size: 2.5rem;
    width: 47.5px;
    height: 47.5px;
  }
  .p-delivery__pagination {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .p-delivery__pagination {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    font-size: 2.2rem;
    width: 40.5px;
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 516px) {
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    font-size: 2rem;
  }
}
.c-detail__main {
  color: #0084cf;
  max-width: 1080px;
  margin: 88px auto;
  z-index: 2;
  position: relative;
  background: #fff;
}
.c-detail__top {
  font-size: 1.5rem;
}
.c-detail__title {
  font-size: 3.5rem;
  line-height: 1.9;
  border-bottom: 1px solid;
  margin: -13px 0 38px;
}
@media only screen and (max-width: 1024px) {
  .c-detail__title {
    font-size: 3rem;
    line-height: 1.75;
    margin: -5px 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail__title {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 516px) {
  .c-detail__title {
    font-size: 2rem;
  }
}
.c-detail__content {
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-detail__content img {
  height: auto;
  margin: 30px auto;
}
.c-detail__pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 150px auto 0;
  max-width: 1050px;
  color: #000;
}
.contact-main2__white {
  font-size: 1.6rem;
}
.contact-main2__white p {
  text-align: center;
  font-size: 1.2rem;
}
.contact-main2__white a {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  line-height: 1.75;
  font-size: 1.5rem;
  color: #231916;
}
main {
  padding-top: 88.73px;
}
@media only screen and (max-width: 1024px) {
  .c-detail__pagenavi {
    margin: 80px auto 0;
  }
  main {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail__pagenavi {
    margin: 60px auto 0;
  }
  main {
    padding-top: 74px;
  }
}
table,
td,
th,
tr {
  border-collapse: separate;
  border-spacing: 0 7px;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.is-menu-open {
  overflow: hidden;
}
body,
html {
  overscroll-behavior-x: none;
}
.concept-lead-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.concept-lead-section {
  background: #f8f8f8;
}
.concept-message-box {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.concept-message-text {
  padding: 82px 0 88px;
  text-align: center;
}
.concept-message-text p {
  margin: 0;
  font-weight: 400;
  color: #111;
  font-size: 1.8rem;
  line-height: 2.389;
}
.concept-pink-image {
  position: absolute;
  top: -208px;
  left: 83px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .concept-message-text p {
    font-size: 1.7rem;
  }
  .concept-pink-image {
    scale: 0.8;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .concept-message-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .concept-message-text {
    padding: 82px 0 20px;
  }
  .concept-message-text p {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .concept-pink-image {
    scale: 0.7;
  }
}
@media only screen and (max-width: 516px) {
  .concept-message-text p {
    text-align: left;
  }
}
.concept-pink-image img {
  display: block;
  width: 205px;
  height: auto;
  margin-top: 51px;
  margin-left: 33px;
  margin-bottom: -50px;
}
.concept-pink-text {
  height: 221.5px;
  width: 221.5px;
  z-index: 4;
  background: #ff3700;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 39px;
}
.concept-pink-text p:first-child {
  font-size: 2.6rem;
  line-height: 1.347;
  margin-bottom: 19px;
}
.concept-pink-text p:last-child {
  font-size: 1.6rem;
  line-height: 1.5;
}
.concept-man-image {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: 33%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .concept-man-image {
    right: unset;
    left: -60px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 516px) {
  .concept-pink-image {
    scale: 0.6;
    top: -165px;
  }
  .concept-man-image {
    max-width: 220px;
  }
}
.concept-man-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top {
  --_dev: 0;
}
.price-section {
  overflow: hidden;
  padding: 0 0 89px;
}
.price-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.price-title {
  padding-top: 57px;
  font-weight: 200;
  font-size: 5.5rem;
  letter-spacing: 11px;
  color: #423e3d;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .price-title {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .concept-man-image {
    position: unset;
    width: 100%;
  }
  .price-title {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 516px) {
  .price-title {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}
.price-lead {
  margin: 53px 0 57px;
  font-size: 2.5rem;
  line-height: 1.53;
  letter-spacing: 0.03px;
}
@media only screen and (max-width: 1024px) {
  .price-lead {
    font-size: 2.2rem;
  }
  .price-box-list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .price-lead {
    font-size: 2rem;
    margin: 20px 0 57px;
  }
}
.price-box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .price-box-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.price-box {
  position: relative;
  width: 283px;
  height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-box--green {
  background: #8ccdb9;
}
.price-box--purple {
  background: #a47abd;
}
.price-box--pink {
  background: #e94768;
}
.price-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .price-content {
    scale: 0.9;
  }
}
@media only screen and (max-width: 516px) {
  .price-lead {
    font-size: 1.8rem;
  }
  .price-box {
    width: 240px;
    height: 66px;
  }
  .price-content {
    scale: 0.7;
  }
}
.price-times {
  margin-right: 16px;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.53;
  letter-spacing: 0.03px;
}
.price-number {
  font-size: 4.4rem;
  line-height: 1.523;
  letter-spacing: 0.04px;
  font-family: bahnschrift, sans-serif;
  font-weight: 200;
}
.price-yen {
  margin-left: 5px;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.53;
  letter-spacing: 0.03px;
}
.price-badge {
  position: absolute;
  top: -36px;
  left: -32px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.417;
  background: #f4d7d0;
}
.price-box--purple .price-badge {
  left: -16px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.price-box--pink .price-badge {
  left: -20px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.price-note {
  margin: 24px 0 101px;
  font-size: 1.4rem;
  line-height: 1.541;
  letter-spacing: 0.01px;
}
.price-slider {
  width: 100%;
  overflow: hidden;
}
.price-slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: 34s linear infinite priceSlide;
  animation: 34s linear infinite priceSlide;
  will-change: transform;
}
.price-slider-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding-right: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .price-slider-group {
    gap: 30px;
  }
}
.price-slide {
  width: 285.7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 516px) {
  .price-slider-group {
    gap: 20px;
    padding-right: 20px;
  }
  .price-slide {
    width: 215.7px;
  }
}
.price-slide.is-offset {
  margin-top: 30px;
}
.price-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes priceSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--price-slide-distance));
    transform: translateX(var(--price-slide-distance));
  }
}
@keyframes priceSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--price-slide-distance));
    transform: translateX(var(--price-slide-distance));
  }
}
.service-section {
  padding: 2px 0 153px;
  overflow: hidden;
  background: #a4a4a5;
}
@media only screen and (max-width: 767px) {
  .price-note {
    margin: 24px 0 71px;
  }
  .service-section {
    padding: 2px 0 100px;
  }
}
.service-section .price-title {
  color: #fff;
}
.service-inner {
  margin: 0 auto;
  padding: 0 20px;
}
.service-title {
  margin: 0 0 132px;
  text-align: center;
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 82px auto 0;
}
@media only screen and (max-width: 767px) {
  .service-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin: 35px auto 0;
  }
}
.service-card {
  background: #fff;
  border-radius: 8px;
}
.service-card__body {
  padding: 22px 27px 30px;
}
.service-card__title {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1.333;
  letter-spacing: 5.4px;
  color: #423e3d;
}
@media only screen and (max-width: 1024px) {
  .service-card__title {
    font-size: 2.4rem;
    letter-spacing: 1.4px;
  }
}
@media only screen and (max-width: 516px) {
  .service-list {
    max-width: 400px;
  }
  .service-card__body {
    padding: 22px 20px 30px;
  }
  .service-card__title {
    font-size: 2rem;
    letter-spacing: 1.4px;
  }
}
.service-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
@media only screen and (max-width: 1024px) {
  .service-card__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.service-card__text p {
  margin: 0;
  font-weight: 400;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.929;
}
.service-card__image {
  margin: 7px auto;
  min-width: 175.6px;
  overflow: hidden;
  border-radius: 7px;
  aspect-ratio: 1/1;
}
.service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-card__button-wrap {
  margin-top: 23px;
  text-align: center;
}
.service-card__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  padding: 0 28px;
  border-radius: 999px;
  background: #3c3938;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1.6rem;
  line-height: 1.5;
}
.service-card__button:hover {
  opacity: 0.75;
}
.grow-section {
  background: #fff;
  padding: 0;
  overflow: hidden;
  color: #333;
}
.grow-inner {
  max-width: 1100px;
  margin: 61px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .grow-inner {
    margin: 61px auto -40px;
    max-width: 500px;
  }
}
.grow-main {
  display: grid;
  grid-template-columns: 52% 48%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.grow-left {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 516px) {
  .grow-inner {
    max-width: 332px;
    margin: 61px auto -160px;
  }
  .grow-left {
    max-width: 332px;
  }
}
.grow-logo {
  position: absolute;
  top: 0;
  left: 78px;
  text-align: center;
  color: #333;
  z-index: 2;
  width: 297px;
}
@media only screen and (max-width: 1024px) {
  .grow-logo {
    left: 30px;
    width: 237px;
  }
}
@media only screen and (max-width: 767px) {
  .grow-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .grow-logo {
    position: unset;
    margin: 0 auto;
    width: 200px;
  }
}
.grow-logo__sub {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.32em;
  font-weight: 400;
}
.grow-logo__main {
  margin: 0;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.26em;
  font-weight: 300;
}
.grow-before-after {
  position: absolute;
  top: 144px;
  left: 71px;
  width: 505px;
}
@media only screen and (max-width: 767px) {
  .grow-before-after {
    position: unset;
    margin: 20px 0 0 12px;
    padding-left: 58px;
  }
}
@media only screen and (max-width: 516px) {
  .grow-before-after {
    padding-left: 0;
    margin: -20px 0 -100px -56px;
    scale: 0.8;
  }
}
.grow-before-after img {
  display: block;
  width: 100%;
  height: auto;
  scale: 1.22;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
@media only screen and (max-width: 1024px) {
  .grow-before-after {
    left: -60px;
  }
  .grow-before-after img {
    scale: 0.9;
  }
  .grow-right {
    margin-left: -80px;
    scale: 0.8;
    width: 500px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}
.grow-right {
  position: relative;
  padding-top: 20px;
  padding-left: 31px;
}
@media only screen and (max-width: 1124px) {
  .grow-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .grow-right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 516px) {
  .grow-before-after img {
    scale: 0.8;
  }
  .grow-right {
    width: 509px;
    scale: 0.65;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding-left: 30px;
  }
}
.grow-chat {
  width: 184px;
  margin: 0 0 21px -15px;
}
@media only screen and (max-width: 516px) {
  .grow-chat {
    margin: 0 0 21px;
  }
}
.grow-chat img {
  display: block;
  width: 100%;
  height: auto;
}
.grow-catch {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 3.7rem;
  line-height: 1.476;
  letter-spacing: 7.4px;
  color: #423e3d;
}
.grow-catch span {
  display: block;
  font-weight: 700;
  font-size: 4.1rem;
}
.grow-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grow-check-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
  line-height: 1.4;
  color: #333;
  font-size: 2.4rem;
  letter-spacing: 4.8px;
}
@media only screen and (max-width: 516px) {
  .grow-catch {
    letter-spacing: 3.4px;
  }
  .grow-check-list li {
    letter-spacing: 2.4px;
  }
}
.grow-check-list li:last-child {
  margin-bottom: 0;
}
.grow-check-list img {
  width: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 92px 0 0;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .grow-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.grow-text-area {
  width: 48.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .grow-text-area {
    width: 100%;
  }
}
.grow-copy {
  margin: 0 0 31px;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.437;
  letter-spacing: 7px;
  color: #423e3d;
  width: 82.5%;
}
@media only screen and (max-width: 1024px) {
  .grow-content {
    padding: 0;
  }
  .grow-copy {
    width: 95%;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .grow-copy {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 516px) {
  .grow-copy {
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
}
.grow-text {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
  width: 82.5%;
}
@media only screen and (max-width: 1024px) {
  .grow-text {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .grow-text {
    width: 100%;
    padding: 0 20px;
  }
}
.grow-image-area {
  position: relative;
  margin-right: 7.5%;
  width: 28.5%;
}
@media only screen and (max-width: 1024px) {
  .grow-image-area {
    margin-right: 3.5%;
    width: 32.5%;
  }
}
@media only screen and (max-width: 767px) {
  .grow-image-area {
    width: 100%;
    max-width: 300px;
    margin: 70px auto;
    scale: 0.8;
  }
}
@media only screen and (max-width: 516px) {
  .grow-image-area {
    margin: -30px auto;
    scale: 0.5;
  }
}
.grow-circle {
  position: absolute;
  top: -91px;
  left: -112px;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  z-index: 1;
  background: #f8f2ea;
}
.grow-main-image {
  z-index: 2;
  position: relative;
}
.grow-main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.grow-wide-image {
  margin-top: 54px;
}
.grow-wide-image img {
  display: block;
  width: 100%;
  height: auto;
}
.news-section {
  background: #f7f7f7;
  padding: 0 20px 89px;
}
.news-section .price-title {
  text-align: left;
}
.news-inner {
  max-width: 1085px;
  margin: 0 auto;
}
.news-inner.news {
  margin: 170px auto;
  max-width: 1125px;
  padding: 0 20px;
}
.news-head {
  margin-bottom: 49px;
}
.news-title {
  margin: 0 0 16px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 300;
  color: #4a3d3a;
}
.news-sub {
  margin-top: -9px;
  font-size: 1.8rem;
  letter-spacing: 3.6px;
  color: #4e3b3e;
}
@media only screen and (max-width: 1024px) {
  .news-inner.news {
    margin: 120px auto;
  }
  .news-sub {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .news-inner.news {
    margin: 100px auto;
  }
  .news-sub {
    letter-spacing: 1.6px;
    font-size: 1.6rem;
  }
}
.news-list {
  border-top: 1px dashed #d5d5d5;
}
.news-item {
  display: grid;
  grid-template-columns: 70px 98px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-height: 69px;
  border-bottom: 1px dashed #9fa0a0;
  color: #3d3331;
  text-decoration: none;
  padding-left: 9px;
}
@media only screen and (max-width: 516px) {
  .news-item {
    padding: 10px;
  }
  .news-text {
    grid-column: 1/-1;
  }
}
.news-date {
  font-size: 1.4rem;
  color: #333434;
}
.news-cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background: #6f6f6f;
  border-radius: 11px;
}
.news-text {
  font-size: 1.6rem;
  color: #333434;
}
.news-more {
  margin-top: 8px;
  text-align: right;
}
.news-more a {
  color: #3d3331;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.case-section {
  padding: 44px 20px 70px;
}
@media only screen and (max-width: 1024px) {
  .case-section {
    padding: 0 20px;
  }
}
.case-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.case-inner .price-title {
  text-align: left;
}
.case-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 76px;
}
.case-title {
  margin: 0 0 14px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.28em;
  font-weight: 300;
  color: rgba(110, 86, 80, 0.55);
}
.case-sub {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: rgba(110, 86, 80, 0.65);
}
.case-copy {
  position: relative;
  margin: 0 6px -2px 0;
  padding: 0 4px;
  font-weight: 700;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 1.02px;
  text-align: center;
}
@media only screen and (max-width: 516px) {
  .case-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-copy {
    font-size: 1.6rem;
    width: 92%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin: 20px auto -30px;
  }
}
.case-copy::after,
.case-copy::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 1px;
  height: 43px;
  background: #231916;
}
.case-copy::before {
  left: 0;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}
.case-copy::after {
  right: 0;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 55px;
}
@media only screen and (max-width: 1024px) {
  .case-list {
    gap: 40px 30px;
  }
}
.case-card {
  display: block;
  color: #2a211f;
  text-decoration: none;
}
.case-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 7px;
}
.case-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition:
    transform 0.35s,
    -webkit-transform 0.35s;
}
.case-card:hover .case-card__image img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.case-card__title {
  margin: 2px 0 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
  color: #251916;
}
@media only screen and (max-width: 767px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-card__title {
    font-size: 1.6rem;
  }
}
.case-more {
  margin-top: 91px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .case-more {
    margin-top: 61px;
  }
}
.case-more a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 236px;
  height: 71px;
  border-radius: 999px;
  background: #3d3a39;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1.7rem;
  color: #fbfbfc;
}
@media only screen and (max-width: 767px) {
  .case-more {
    margin-top: 41px;
  }
  .case-more a {
    min-width: 195px;
    height: 56px;
  }
}
.case-more a:hover {
  opacity: 0.75;
}
.instagram-section {
  padding: 0;
}
.instagram-inner {
  max-width: 1140px;
  margin: 69px auto 93px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .instagram-inner {
    margin: 20px auto 63px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-inner {
    margin: 20px auto 45px;
  }
}
@media only screen and (max-width: 516px) {
  .case-list {
    gap: 30px 15px;
  }
  .case-card__title {
    font-size: 1.5rem;
  }
  .instagram-inner {
    margin: 0 auto 35px;
  }
}
.instagram-inner .price-title {
  text-align: left;
}
.instagram-title {
  margin: 0;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.24em;
  font-weight: 300;
  color: rgba(110, 86, 80, 0.7);
}
.instagram-sub {
  margin: 18px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: rgba(110, 86, 80, 0.7);
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  gap: 5px;
}
.instagram-item {
  display: block;
  aspect-ratio: 1/1;
  background: #f7f7f7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.instagram-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instagram-item img[src*="instagram.png"] {
  opacity: 0;
}
.contact-section {
  padding: 80px 20px 48px;
  background: #ccc0ad;
}
.contact-section.page {
  margin-top: 233px;
}
@media only screen and (max-width: 1024px) {
  .contact-section.page {
    margin-top: 153px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .contact-section.page {
    margin-top: 113px;
  }
}
.contact-inner {
  max-width: 992.33px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .contact-section {
    padding: 30px 20px;
  }
  .contact-inner {
    scale: 0.8;
  }
}
@media only screen and (max-width: 516px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-inner {
    scale: 0.7;
    width: 399px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
.contact-left {
  text-align: center;
  color: #fff;
  width: 46%;
}
@media only screen and (max-width: 1024px) {
  .contact-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 453px;
  }
  .contact-left {
    width: 100%;
  }
}
.contact-balloon {
  position: relative;
  padding: 35px 24px 43px;
  color: #333;
  background: #fff;
  border-radius: 30px;
}
.contact-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 23px 16px 0;
  border-color: #fff transparent transparent;
}
.contact-balloon__small {
  margin: 0 0 16px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.3rem;
  color: #423e3d;
}
.contact-balloon__large {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 4.1rem;
  color: #423e3d;
}
@media only screen and (max-width: 516px) {
  .contact-balloon__large {
    font-size: 3.1rem;
  }
}
.contact-message {
  margin: 37px 0 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 2.1rem;
  color: #fff;
}
.contact-logo p {
  margin: 0 0 8px;
  font-size: 1rem;
  letter-spacing: 0.22em;
}
.contact-logo img {
  display: block;
  width: 235px;
  margin: 0 auto;
}
.contact-box {
  padding: 42px 35px 22px;
  text-align: center;
  color: #333;
  width: 44%;
  background: #fbfbfc;
  border-radius: 12px;
}
@media only screen and (max-width: 1024px) {
  .contact-box {
    width: 100%;
  }
}
@media only screen and (max-width: 516px) {
  .contact-message {
    letter-spacing: 0;
    font-size: 2rem;
  }
  .contact-box {
    padding: 42px 0 22px;
  }
}
.contact-box__title {
  margin: 0 0 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.8rem;
  color: #423e3d;
}
.contact-box__sub {
  margin: 0 0 23px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.765;
  position: relative;
  display: inline-block;
}
.contact-box__sub:before {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: -13px;
}
.contact-box__sub:after {
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  right: -9px;
}
.contact-box__sub::after,
.contact-box__sub::before {
  content: "";
  position: absolute;
  top: 6px;
  width: 1px;
  height: 21px;
  background: #231916;
}
.contact-tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  color: #333;
  text-decoration: none;
}
.contact-tel img {
  width: 24px;
  margin-top: 7px;
}
.contact-tel span {
  line-height: 1;
  font-weight: 700;
  font-size: 3.6rem;
}
.contact-time {
  margin: -1px 0 16px;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  color: #423e3d;
}
.contact-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.contact-mail-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 236px;
  height: 71px;
  border-radius: 999px;
  background: #3b3837;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.7rem;
  color: #fbfbfc;
}
.contact-line-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-line-button img {
  display: block;
}
.map-section {
  background: #fff;
}
.map-image {
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.map-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.map-address {
  padding: 97px 20px 98px;
  text-align: center;
  color: #3d3331;
}
@media only screen and (max-width: 767px) {
  .map-address {
    padding: 77px 20px;
  }
}
@media only screen and (max-width: 516px) {
  .map-image {
    height: 275px;
  }
  .map-address {
    padding: 57px 20px;
  }
}
.map-address p {
  margin: 0;
  font-size: 1.8rem;
}
.footer {
  position: relative;
  color: #fff;
  padding: 78px 0 1px;
  background: #423e3d;
  @media only screen and (max-width: 767px) {
    padding: 78px 0 64.67px;
  }
}
.page-top {
  position: absolute;
  top: -28px;
  right: 31px;
  width: 46.6px;
  height: 46.6px;
  border-radius: 50%;
  background: #3c3938;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2.8rem;
  line-height: 1;
}
.footer-copy {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 516px) {
  .footer {
    padding: 58px 0 0;
  }
  .page-top {
    right: 21px;
  }
  .footer-copy {
    font-size: 1.6rem;
  }
  .footer-nav__item span {
    display: none;
  }
}
.footer-nav {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border-top: 1px solid #000;
  padding: 3px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #423e3d;
  @media only screen and (max-width: 767px) {
    display: grid;
  }
}
.footer-nav__item {
  min-height: 53.2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.footer-nav__item:first-child {
  font-family: acumin-variable, sans-serif;
  font-variation-settings:
    "wght" 100,
    "wdth" 90,
    "slnt" 0;
  font-size: 3.3rem;
  line-height: 1.483;
  letter-spacing: 3.3px;
  font-weight: 100;
  border-left: none;
}
.footer-nav__item:first-child img {
  width: 23.5px;
  margin-right: -10px;
}
.footer-nav__item img {
  width: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-nav__line img {
  width: 58px;
  height: auto;
}
.sub-header__nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 20px;
}
@media only screen and (max-width: 516px) {
  .contact-background {
    max-width: 280px;
    margin: -50px auto;
  }
}
.service-content {
  margin: 161px 0 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-nav__item:first-child {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .sub-header__nav-wrap {
    display: block;
  }
  .service-content {
    margin: 131px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__item,
  .map-address p {
    font-size: 1.6rem;
  }
  .footer-nav__item:first-child {
    font-size: 2rem;
  }
  .service-content {
    margin: 100px 0 0;
  }
}
.service-content .service-card {
  border: 1px solid;
  border-radius: 9px;
}
.service-detail__title {
  background: #575555;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  @media only screen and (max-width: 1024px) {
    font-size: 2.5rem;
  }
  @media only screen and (max-width: 767px) {
    font-size: 2.3rem;
  }
  @media only screen and (max-width: 516px) {
    font-size: 2rem;
  }
}
.service-detail__content {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 1140px;
  margin: 91px auto 185px;
  padding: 0 20px;
  @media only screen and (max-width: 1024px) {
    margin: 91px auto 135px;
  }
  @media only screen and (max-width: 767px) {
    margin: 91px auto 100px;
  }
}
.service-detail__content h1,
.service-detail__content h2,
.service-detail__content h3 {
  font-size: 3rem;
  min-height: 57.3px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  @media only screen and (max-width: 1024px) {
    font-size: 2.5rem;
  }
  @media only screen and (max-width: 767px) {
    font-size: 2.3rem;
  }
  @media only screen and (max-width: 516px) {
    font-size: 2rem;
    min-height: auto;
  }
}
.service-detail__content h1 {
  background: #565454;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-left: 19px;
  @media only screen and (max-width: 516px) {
    min-height: 60px;
  }
}
.service-detail__content h2 {
  border-bottom: 5px solid #565454;
  border-left: 5px solid #565454;
  color: #565454;
  padding-left: 8px;
}
.service-detail__content h3 {
  border-bottom: 2px dashed #565454;
  color: #565454;
}
.service-detail__content img {
  height: auto;
  margin: 30px 0;
}
.case-sections {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.case-titles {
  font-size: 3rem;
  color: #fff;
  padding: 12px 18px;
  background: #565454;
  font-weight: 700;
  margin-bottom: 27px;
  @media only screen and (max-width: 1024px) {
    font-size: 2.5rem;
  }
  @media only screen and (max-width: 767px) {
    font-size: 2.3rem;
  }
  @media only screen and (max-width: 516px) {
    font-size: 2rem;
  }
}
.case-slide {
  margin: 0 -28px;
}
.case-slide .case-card {
  margin: 0 28px;
}
.case-slide .slick-prev {
  left: -13px;
  background: url(../../../assets/images/arrow_left.png) center center/contain
    no-repeat;
  height: 52.6px;
  width: 15.1px;
}
.case-slide .slick-prev:before {
  display: none;
}
.case-slide .slick-next {
  right: -13px;
  background: url(../../../assets/images/arrow_right.png) center center/contain
    no-repeat;
  height: 52.6px;
  width: 15.1px;
}
.case-slide .slick-next:before {
  display: none;
}
.slick-hero-pc {
  display: block;
}
.slick-hero-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .slick-hero-pc {
    display: none;
  }
  .slick-hero-sp {
    display: block;
  }
}
.sub-header {
  width: 100%;
  background: #fff;
  color: #111;
  position: fixed;
  z-index: 20;
}

.sub-header__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sub-header__inner {
  height: 88.73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.sub-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  text-decoration: none;
}
.sub-header__logo img {
  display: block;
  max-width: 157px;
  height: auto;
}
.sub-header__copy {
  font-size: 1.3rem;
  margin-left: 17px;
  margin-bottom: -6px;
}
.sub-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 36px;
}
@media only screen and (max-width: 1200px) {
  .sub-header__logo {
    padding-left: 20px;
  }
}
.sub-header__nav a {
  height: 100%;
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  -webkit-transition:
    background 0.3s,
    color 0.3s;
  transition:
    background 0.3s,
    color 0.3s;
  font-size: 1.5rem;
  white-space: nowrap;
}
.sub-header__nav a.is-active,
.sub-header__nav a:hover {
  color: #fff;
  background: #ccc0ad;
}
.sub-header__tel {
  text-align: right;
  line-height: 1.3;
  padding-right: 24px;
  min-width: 231px;
}
@media only screen and (max-width: 1124px) {
  .sub-header__tel {
    display: none;
  }
}
.sub-header__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #111;
  text-decoration: none;
  gap: 4px;
}
.sub-header__tel img {
  width: 21px;
  height: 21px;
}
.sub-header__tel span {
  line-height: 1;
  font-weight: 400;
  font-size: 2.6rem;
  white-space: nowrap;
}
.sub-header__tel p {
  margin: 6px 0 0;
  font-size: 1.2rem;
}
.sub-header__menu-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.is-sub-menu-open {
    overflow: hidden;
  }
  .sub-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
  }
  .sub-header__inner {
    height: 100%;
    padding: 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sub-header__logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-header__logo {
    padding-left: 0;
  }
  .sub-header__logo img {
    max-width: 150px;
  }
  .sub-header__copy {
    margin: 0 0 0 18px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .sub-header__menu-btn {
    position: relative;
    z-index: 10001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #9f9f9f;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .sub-header__menu-btn span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    -webkit-transition:
      opacity 0.25s,
      -webkit-transform 0.35s;
    transition:
      transform 0.35s,
      opacity 0.25s,
      -webkit-transform 0.35s;
  }
  .sub-header.is-menu-open .sub-header__menu-btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .sub-header.is-menu-open .sub-header__menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .sub-header.is-menu-open .sub-header__menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .sub-header__nav-wrap {
    position: fixed;
    inset: 82px 0 0 0;
    width: 100%;
    height: calc(100vh - 82px);
    background:
      -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.88)),
        to(rgba(255, 255, 255, 0.88))
      ),
      url(../images/index/price_01.jpg) center/cover no-repeat;
    background:
      -webkit-linear-gradient(
        rgba(255, 255, 255, 0.88),
        rgba(255, 255, 255, 0.88)
      ),
      url(../images/index/price_01.jpg) center/cover no-repeat;
    background:
      linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
      url(../images/index/price_01.jpg) center/cover no-repeat;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
    -webkit-transition:
      opacity 0.4s,
      visibility 0.4s,
      -webkit-transform 0.4s;
    transition:
      opacity 0.4s,
      visibility 0.4s,
      transform 0.4s,
      -webkit-transform 0.4s;
    overflow-y: auto;
  }
  .sub-header.is-menu-open .sub-header__nav-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .sub-header__nav-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
  }
  .sub-header__nav {
    padding: 0;
    display: block;
    height: auto;
    margin: 0;
  }
  .sub-header__nav a {
    position: relative;
    min-height: 64px;
    height: auto;
    padding: 0 54px 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #111;
    background: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-transition:
      opacity 0.42s,
      background 0.3s,
      color 0.3s,
      -webkit-transform 0.42s;
    transition:
      opacity 0.42s,
      transform 0.42s,
      background 0.3s,
      color 0.3s,
      -webkit-transform 0.42s;
  }
  .sub-header__nav a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .sub-header__nav a::after {
    content: "";
    position: absolute;
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sub-header__nav a.is-active,
  .sub-header__nav a:hover {
    background: #a4a4a5;
    color: #fff;
  }
  .sub-header.is-menu-open .sub-header__nav a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sub-header.is-menu-open .sub-header__nav a:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
  .sub-header.is-menu-open .sub-header__nav a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .sub-header.is-menu-open .sub-header__nav a:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .sub-header.is-menu-open .sub-header__nav a:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .sub-header.is-menu-open .sub-header__nav a:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .sub-header__tel {
    padding: 28px 22px;
    text-align: left;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: auto;
  }
  .sub-header__tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
  }
  .sub-header__tel img {
    width: 24px;
    height: 24px;
  }
  .sub-header__tel span {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
  .sub-header__tel p {
    margin: 8px 0 0;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .sub-header {
    height: 74px;
  }
  .sub-header__inner {
    padding: 0 18px;
  }
  .sub-header__logo img {
    max-width: 145px;
  }
  .sub-header__copy {
    display: none;
  }
  .sub-header__menu-btn {
    width: 52px;
    height: 52px;
  }
  .sub-header__nav-wrap {
    inset: 74px 0 0 0;
    height: calc(100vh - 74px);
  }
  .sub-header__nav a {
    min-height: 60px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .sub-header__tel {
    width: calc(100% - 40px);
    margin: 28px auto 0;
    padding: 24px 20px;
    text-align: center;
  }
  .sub-header__tel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sub-header__tel span {
    font-size: 2.5rem;
  }
  .side-contact {
    display: none;
  }
}
.slick-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.side-contact {
  position: fixed;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100px;
  padding: 40px 0 24px;
  z-index: 30;
  text-align: center;
  background: #ff3700;
  border-radius: 13px 0 0 16px;
}
@media only screen and (max-width: 1024px) {
  .side-contact {
    scale: 0.9;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    width: 90px;
  }
}
.side-contact a {
  text-decoration: none;
}
.side-contact__trial {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 26px;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
  font-size: 1.8rem;
}
.side-contact__mail {
  width: 54px;
  height: 179px;
  border-radius: 999px;
  background: #fff;
  color: #4a4a4a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  margin: 0 auto 33px;
}
.side-contact__mail img {
  width: 20px;
  margin-top: 31px;
}
.side-contact__mail span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
}
.side-contact__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.sub-mv {
  height: 202px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ccc0ad;
}
.sub-mv h1 {
  margin: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 170px;
  }
  .sub-mv h1 {
    font-size: 3rem;
  }
}
.gym-page {
  background: #fff;
}
.gym-about {
  padding: 164px 20px 0;
}
.gym-about__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 47% 47%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 63px;
}
@media only screen and (max-width: 1024px) {
  .gym-about {
    padding: 124px 20px 0;
  }
  .gym-about__inner {
    gap: 40px;
    grid-template-columns: 52% 47%;
  }
}
@media only screen and (max-width: 767px) {
  .gym-about {
    padding: 100px 20px 0;
  }
  .gym-about__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 60px;
  }
}
.gym-about__text-area {
  padding-bottom: 48px;
}
.gym-about__title {
  margin: -5px 0 38px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .gym-about__title {
    margin: -5px 0 18px;
  }
}
@media only screen and (max-width: 516px) {
  .sub-mv h1 {
    font-size: 2.6rem;
  }
  .gym-about__text-area {
    padding-bottom: 38px;
  }
  .gym-about__title {
    font-size: 2rem;
  }
}
.gym-about__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.267;
}
.gym-about__image {
  width: 100%;
}
.gym-about__image img {
  display: block;
  width: 100%;
  height: auto;
}
.trainer-section {
  padding: 0 0 53px;
  overflow: hidden;
}
.trainer-inner {
  width: 100%;
  margin: 21px auto;
  max-width: 1140px;
  padding: 0 20px;
}
.trainer-name-area {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .trainer-name-area {
    margin-bottom: 30px;
  }
}
.trainer-en {
  margin: 0;
  line-height: 1;
  font-weight: 300;
  font-size: 8rem;
  letter-spacing: 15px;
  color: #e2e3e3;
}
@media only screen and (max-width: 1024px) {
  .trainer-en {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .trainer-en {
    font-size: 3.5rem;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 516px) {
  .trainer-en {
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
}
.trainer-ja {
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 4.2px;
}
@media only screen and (max-width: 516px) {
  .trainer-ja {
    font-size: 1.9rem;
    letter-spacing: 2.2px;
  }
}
.trainer-content {
  max-width: 1110px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 41.5% 1fr;
  gap: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.trainer-slider {
  position: relative;
  background: #d9dddd;
  overflow: hidden;
}
.trainer-slider__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-animation: 18s ease-in-out infinite trainerSlide;
  animation: 18s ease-in-out infinite trainerSlide;
}
.trainer-slider__item {
  min-width: 100%;
  height: 100%;
}
.trainer-slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trainer-slider__item img:not([src]),
.trainer-slider__item img[src=""] {
  display: none;
}
.trainer-slider__text {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 1em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.28em;
  color: #111;
  z-index: 2;
  pointer-events: none;
}
@-webkit-keyframes trainerSlide {
  0%,
  100%,
  28% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33%,
  61% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  66%,
  94% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes trainerSlide {
  0%,
  100%,
  28% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33%,
  61% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  66%,
  94% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.trainer-profile__block {
  margin-bottom: 45px;
}
.trainer-profile__block:last-child {
  margin-bottom: 0;
}
.trainer-profile__block h3 {
  margin: 0 0 11px;
  padding-bottom: 7px;
  border-bottom: 1px solid #231916;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 4.2px;
}
@media only screen and (max-width: 767px) {
  .trainer-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .trainer-profile__block h3 {
    font-size: 1.8rem;
  }
}
.trainer-profile__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trainer-profile__block li {
  font-size: 1.6rem;
  letter-spacing: 3.2px;
}
.shop-info-section {
  padding: 114px 20px 142px;
  background: #f8f8f8;
  border-radius: 7px;
  max-width: 1100px;
  margin: 0 auto;
}
.shop-info-inner {
  max-width: 823px;
  margin: 0 auto;
}
.shop-info-title {
  margin: 0 0 105px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 5.6px;
  color: #5a5858;
}
@media only screen and (max-width: 1024px) {
  .trainer-content {
    gap: 40px;
  }
  .shop-info-section {
    padding: 114px 20px 124px;
  }
  .shop-info-title {
    margin: 0 0 75px;
    font-size: 2.5rem;
  }
}
.shop-info-table {
  width: 100%;
}
.shop-info-table dl {
  display: grid;
  grid-template-columns: 260px 1fr;
  margin: 0;
  min-height: 73px;
  border-top: 1px solid #d5d6d6;
}
@media only screen and (max-width: 767px) {
  .shop-info-section {
    padding: 90px 20px 110px;
  }
  .shop-info-title {
    font-size: 2.2rem;
    margin: 0 0 50px;
  }
  .shop-info-table dl {
    grid-template-columns: 120px 1fr;
  }
}
.shop-info-table dl:last-child {
  border-bottom: 1px solid #d5d6d6;
}
.shop-info-table dl:last-child dt::before {
  width: 100%;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  background: #5a5858;
  height: 2px;
}
@media only screen and (max-width: 516px) {
  .shop-info-table dl {
    grid-template-columns: repeat(1, 1fr);
    padding: 12px 0;
    border-top: 1px solid #5a5858;
  }
  .shop-info-table dl:last-child {
    border-bottom: 1px solid #5a5858;
  }
  .shop-info-table dl:last-child dt::before {
    display: none;
  }
}
.shop-info-table dd,
.shop-info-table dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #5a5858;
}
.shop-info-table dt {
  padding-left: 16px;
  font-weight: 400;
  position: relative;
}
.shop-info-table dt::after {
  width: 100%;
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: #5a5858;
  height: 2px;
}
@media only screen and (max-width: 516px) {
  .shop-info-table dt {
    padding-left: 10px;
  }
  .shop-info-table dt::after {
    display: none;
  }
}
.shop-info-table dd {
  padding-left: 32px;
  font-weight: 400;
}
.contact-mv {
  width: 100%;
  height: 310px;
  background: #a8acad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-mv h1 {
  margin: 0;
  font-size: 6.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
.contact-lead-section {
  padding: 158px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .contact-lead-section {
    padding: 128px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-lead-section {
    padding: 100px 20px 0;
  }
}
.contact-lead-inner {
  max-width: 970px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-lead-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.contact-lead-note {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: rgba(80, 45, 40, 0.75);
}
.faq-mv {
  max-width: 1180px;
  height: 170px;
  margin: 0 auto;
  background: #a8acad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq-mv h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
.faq-section {
  padding: 158px 0 0;
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 128px 0 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 516px) {
  .faq-section {
    padding: 100px 0 0;
  }
}
.faq-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-group {
  margin-bottom: 124px;
}
@media only screen and (max-width: 767px) {
  .faq-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 516px) {
  .shop-info-table dd {
    padding-left: 10px;
  }
  .faq-group {
    margin-bottom: 90px;
  }
}
.faq-group:last-child {
  margin-bottom: 0;
}
.faq-group__title {
  margin: 0 0 35px;
  padding: 5px 18px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  background: #595857;
}
@media only screen and (max-width: 1024px) {
  .faq-group__title {
    font-size: 2.5rem;
  }
  .faq-icon--q {
    scale: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .faq-group__title {
    font-size: 2.2rem;
  }
}
.faq-item {
  padding: 0 0 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid #717171;
}
@media only screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 26px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-answer,
.faq-question {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 516px) {
  .faq-group__title {
    font-size: 2rem;
  }
  .faq-answer,
  .faq-question {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq-question {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .faq-question {
    margin-bottom: 15px;
  }
}
.faq-answer {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.faq-icon {
  width: 54.78px;
  height: 54.78px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  margin-left: 3px;
}
@media only screen and (max-width: 516px) {
  .faq-icon {
    margin: 0 auto;
  }
}
.faq-icon--q {
  background: #e95d7c;
}
.faq-icon--a {
  width: 36.74px;
  height: 36.74px;
  font-size: 2rem;
  background: #595857;
  margin-left: 11px;
}
@media only screen and (max-width: 516px) and (max-width: 516px) {
  .faq-icon--a {
    margin: 0 auto;
  }
}
.faq-question p {
  margin: 0;
  font-weight: 700;
  font-size: 2.4rem;
  color: #e95d7c;
}
@media only screen and (max-width: 1024px) {
  .faq-question p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-question p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 516px) {
  .faq-question p {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.faq-answer p {
  margin: 2px 0 0;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 516px) {
  .faq-answer p {
    margin: 7px 0 0;
    font-size: 1.6rem;
  }
}
.privacy-page {
  color: #2a1d1a;
  min-height: 100vh;
}
.privacy-mv {
  max-width: 1180px;
  height: 180px;
  margin: 0 auto;
  background: #a8acad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.privacy-mv h1 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
.privacy-section {
  padding: 159px 0 0;
}
@media only screen and (max-width: 1024px) {
  .privacy-section {
    padding: 129px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-section {
    padding: 100px 0 0;
  }
}
.privacy-inner {
  max-width: 959px;
  margin: 0 auto;
  padding: 0 20px;
}
.privacy-inner p {
  margin: 0 0 28px;
  font-size: 1.6rem;
}
.privacy-inner h2 {
  font-size: 1.6rem;
}
/*# sourceMappingURL=styles.min.css.map */

.concept-message-text {
  .pc {
    @media only screen and (max-width: 516px) {
      display: none;
    }
  }
  .sp {
    display: none;
    @media only screen and (max-width: 516px) {
      display: block;
    }
  }
}
.subpage {
  overflow: hidden;
}
