@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Zen+Kaku+Gothic+New:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap");
@media (768px <= width) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (768px <= width) {
  .pc-only {
    display: revert;
  }
}

.page-repair {
  margin: 60px 0 0;
  padding: 75px 1.5rem;
  color: #fff;
  background-color: #0B0B0B;
}
@media (768px <= width) {
  .page-repair {
    margin: 60px 0 0;
    padding: 150px 40px;
  }
}
.page-repair .box--title {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
}
@media (768px <= width) {
  .page-repair .box--title {
    gap: 40px 0;
  }
}
.page-repair .box--title h1 {
  margin: 0 0 0 1px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 100%;
  font-feature-settings: "palt" 1;
}
@media (768px <= width) {
  .page-repair .box--title h1 {
    margin: 0 0 0 3px;
    font-size: 16px;
  }
}
.page-repair .box--title p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 100%;
}
@media (768px <= width) {
  .page-repair .box--title p {
    font-size: 64px;
  }
}
.page-repair .content-box {
  margin: 100px 0 0;
}
@media (768px <= width) {
  .page-repair .content-box {
    margin: 200px 0 0;
  }
}
.page-repair .content-box .head {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
}
@media (768px <= width) {
  .page-repair .content-box .head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.page-repair .content-box .head h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media (768px <= width) {
  .page-repair .content-box .head h2 {
    font-size: 32px;
  }
}
.page-repair .content-box .head p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
@media (768px <= width) {
  .page-repair .content-box .head p {
    font-size: 18px;
  }
}
.page-repair .content-box .head img {
  margin: 0 0 40px 0;
  width: 20%;
  display: block;
}
@media (768px <= width) {
  .page-repair .content-box .head img {
    margin: 0 0 0 0;
    width: 100%;
  }
}
.page-repair .box--catch {
  margin: 100px 0 0 0;
}
@media (768px <= width) {
  .page-repair .box--catch {
    margin: 300px 0 0;
  }
}
.page-repair .box--catch .caption {
  margin: 50px 0 0 0;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media (768px <= width) {
  .page-repair .box--catch .caption {
    margin: 300px 0 0 50%;
    width: 50%;
    font-size: 18px;
    line-height: 300%;
  }
}
.page-repair .box--catch .images {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
}
@media (768px <= width) {
  .page-repair .box--catch .images {
    margin: 150px 0 0;
    flex-direction: row;
  }
}
.page-repair .box--catch .images img {
  width: 100%;
  height: auto;
  display: block;
}
@media (768px <= width) {
  .page-repair .box--catch .images img {
    width: 50%;
  }
}
.page-repair .box--what-we-know .caption {
  margin: 50px 0 0 0;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media (768px <= width) {
  .page-repair .box--what-we-know .caption {
    width: 50%;
  }
}
.page-repair .box--what-we-know .content {
  margin: 100px 0 0;
}
@media (768px <= width) {
  .page-repair .box--what-we-know .content {
    margin: 100px 0 0;
  }
}
.page-repair .box--what-we-know .content .content--head {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--what-we-know .content .items--what-we-know {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (768px <= width) {
  .page-repair .box--what-we-know .content .items--what-we-know {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
  }
}
.page-repair .box--what-we-know .content .items--what-we-know .item {
  width: 100%;
}
@media (768px <= width) {
  .page-repair .box--what-we-know .content .items--what-we-know .item {
    width: 33.3333333333%;
  }
}
.page-repair .box--what-we-know .content .items--what-we-know .item .item--head {
  padding: 0 40px;
  height: 190px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.page-repair .box--what-we-know .content .items--what-we-know .item .item--head .item--title {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
.page-repair .box--what-we-know .content .items--what-we-know .item .item--head .item--title h4 {
  color: #252525;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--what-we-know .content .items--what-we-know .item .item--head .item--title p.en {
  margin: 0 0 0 3px;
  color: #252525;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  line-height: 100%;
}
.page-repair .box--what-we-know .content .items--what-we-know .item .item--head .item--price {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  width: 100%;
  color: #252525;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  border-top: 1px solid #d9d9d9;
}
.page-repair .box--process .content {
  margin: 50px 0 0 0;
  width: 100%;
}
@media (768px <= width) {
  .page-repair .box--process .content {
    margin: 100px 0 0 50%;
    width: 50%;
  }
}
.page-repair .box--process .content .items--process {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media (768px <= width) {
  .page-repair .box--process .content .items--process {
    gap: 75px 0;
  }
}
.page-repair .box--process .content .items--process .item {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.page-repair .box--process .content .items--process .item .item--head {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.page-repair .box--process .content .items--process .item .item--head span.number {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  display: block;
}
.page-repair .box--process .content .items--process .item .item--head .item--title {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.page-repair .box--process .content .items--process .item .item--head .item--title h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--process .content .items--process .item .item--head .item--title p.en {
  margin: 0 0 0 2px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
}
.page-repair .box--process .content .items--process .item .item--caption {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--centers .content {
  margin: 50px 0 0;
}
@media (768px <= width) {
  .page-repair .box--centers .content {
    margin: 100px 0 0;
  }
}
.page-repair .box--centers .content .items--centers {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (768px <= width) {
  .page-repair .box--centers .content .items--centers {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
  }
}
.page-repair .box--centers .content .items--centers .item {
  width: 100%;
}
@media (768px <= width) {
  .page-repair .box--centers .content .items--centers .item {
    width: 50%;
  }
}
.page-repair .box--centers .content .items--centers .item .item--head {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (768px <= width) {
  .page-repair .box--centers .content .items--centers .item .item--head {
    padding: 40px 40px;
  }
}
.page-repair .box--centers .content .items--centers .item .item--head .item--title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (768px <= width) {
  .page-repair .box--centers .content .items--centers .item .item--head .item--title {
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
  }
}
.page-repair .box--centers .content .items--centers .item .item--head .item--title h4 {
  color: #252525;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--centers .content .items--centers .item .item--head .item--title p.ja {
  color: #252525;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--centers .content .items--centers .item .item--head .item--caption {
  margin: 30px 0 0 0;
  color: #252525;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.page-repair .box--centers .content .items--centers .item .item--head .item--body {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  width: 100%;
  color: #252525;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  border-top: 1px solid #d9d9d9;
}
.page-repair .box--faq .content {
  margin: 50px 0 0 0;
  width: 100%;
}
@media (768px <= width) {
  .page-repair .box--faq .content {
    margin: 100px 0 0 50%;
    width: 50%;
  }
}
.page-repair .box--faq .content .items--faq {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media (768px <= width) {
  .page-repair .box--faq .content .items--faq {
    gap: 75px 0;
  }
}
.page-repair .box--faq .content .items--faq .item {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.page-repair .box--faq .content .items--faq .item .item--question {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  position: relative;
}
.page-repair .box--faq .content .items--faq .item .item--question::before {
  content: "Q.";
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (768px <= width) {
  .page-repair .box--faq .content .items--faq .item .item--question::before {
    font-size: 28px;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
  }
}
.page-repair .box--faq .content .items--faq .item .item--answer {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  position: relative;
}
.page-repair .box--faq .content .items--faq .item .item--answer::before {
  content: "A.";
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (768px <= width) {
  .page-repair .box--faq .content .items--faq .item .item--answer::before {
    font-size: 28px;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
  }
}
.page-repair .box--contact-us {
  padding: 30px 30px;
  width: 100%;
  background-image: url(/wp/wp-content/themes/unfudge/images/repair/bg-contact-us.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 0;
}
@media (768px <= width) {
  .page-repair .box--contact-us {
    padding: 0 150px;
    width: 100%;
    height: 270px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 0;
  }
}
.page-repair .box--contact-us h2 {
  margin: 0 0 0 -2px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
}
@media (768px <= width) {
  .page-repair .box--contact-us h2 {
    margin: 0 0 0 0;
    font-size: 28px;
  }
}
.page-repair .box--contact-us p {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (768px <= width) {
  .page-repair .box--contact-us p {
    font-size: 16px;
  }
}
.page-repair .box--contact-us p::after {
  content: "";
  width: 3px;
  height: 5px;
  background-image: url(/wp/wp-content/themes/unfudge/images/repair/allow-right.svg);
  background-size: cover;
  background-position: center center;
  display: block;
}
@media (768px <= width) {
  .page-repair .box--contact-us p::after {
    width: 6px;
    height: 10px;
  }
}/*# sourceMappingURL=repair.css.map */