@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

header {
  background: #fff;
  padding: 1rem;
}
@media screen and (min-width: 821px) {
  header {
    background: #fff;
    padding: 2rem 1rem;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner .logo {
  width: 40px;
  height: 60px;
  object-fit: contain;
}
@media screen and (min-width: 821px) {
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-inner .logo {
    width: 74px;
    height: 100px;
    object-fit: contain;
  }
}

.nav-wrap nav {
  display: none;
}
@media screen and (min-width: 821px) {
  .nav-wrap nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  .nav-wrap nav a {
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 0.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .nav-wrap nav a::before {
    content: "";
    display: inline-block;
    background: #E88F75;
    width: 15px;
    height: 15px;
    border-radius: 60px;
    margin: 0 1.8rem 0 0;
  }
  .nav-wrap nav a:hover {
    color: #E88F75;
  }
}

.contact-wrap {
  display: none;
}
@media screen and (min-width: 821px) {
  .contact-wrap {
    display: flex;
    align-items: center;
  }
  .contact-wrap .instagram-btn img {
    object-fit: contain;
    width: 40px;
    height: 40px;
  }
  .contact-wrap .tel-btn {
    font-family: "Montserrat";
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin: 0 3.5rem 0 2rem;
    border-left: 2px solid #A2A2A2;
    padding: 0 0 0 2rem;
  }
  .contact-wrap .contact-btn {
    font-size: 1.4rem;
    background: #E88F75;
    padding: 1rem 4rem;
    color: #fff;
    letter-spacing: 0.25rem;
    font-feature-settings: "palt";
    border-radius: 60px;
    display: flex;
    align-items: center;
  }
  .contact-wrap .contact-btn:before {
    content: "\e158";
    font-family: "Material Icons";
    font-size: 2rem;
    margin: 0 0.5rem 0 0;
  }
  .contact-wrap .contact-btn:hover {
    color: #000;
  }
}

.main-cta {
  background: none;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .main-cta {
    background: url("../img/cta-bg.webp") no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    padding: 0;
  }
}

.main-cta-inner {
  z-index: 2;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  width: 90%;
  border-radius: 1rem;
  padding: 3rem 0 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.main-cta-inner .micro-copy {
  font-size: 1.3rem;
  color: #E98F75;
  letter-spacing: 0.25rem;
  text-align: center;
  font-feature-settings: "palt";
}
.main-cta-inner h2 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  font-weight: 800;
  margin: 1rem 0 1rem 0;
}
.main-cta-inner a {
  font-size: 2rem;
  font-feature-settings: "palt";
  background: #1A73E8;
  width: 90%;
  margin: 2rem auto 2rem auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3rem;
  box-shadow: 0.4rem 0.4rem #0F448B;
  text-align: center;
  padding: 2.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-cta-inner a:before {
  content: "\e163";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.main-cta-inner a:hover {
  opacity: 0.8;
}
.main-cta-inner .min-link {
  width: 100%;
  display: block;
  box-shadow: none;
  font-size: 1.6rem;
  color: #1A73E8;
  text-align: center;
  padding: 2rem 1rem;
  background: #EBEBEB;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
}
.main-cta-inner .min-link:before {
  content: none;
}
@media screen and (min-width: 640px) {
  .main-cta-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -130px;
    background: #fff;
    width: 700px;
    border-radius: 1rem;
    padding: 5rem 0 0 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
  .main-cta-inner .micro-copy {
    color: #E98F75;
    letter-spacing: 0.25rem;
    text-align: center;
  }
  .main-cta-inner h2 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.3rem;
    font-weight: 800;
    margin: 1rem 0 2rem 0;
  }
  .main-cta-inner a {
    font-size: 2.8rem;
    background: #1A73E8;
    width: 90%;
    margin: 3rem auto 4rem auto;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3rem;
    box-shadow: 0.4rem 0.4rem #0F448B;
    text-align: center;
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-cta-inner a:before {
    content: "\e163";
    font-family: "Material Icons";
    font-size: 3rem;
    margin: 0 2rem 0 0;
  }
  .main-cta-inner a:hover {
    opacity: 0.8;
  }
  .main-cta-inner .min-link {
    width: 100%;
    display: block;
    box-shadow: none;
    font-size: 1.6rem;
    color: #1A73E8;
    text-align: center;
    padding: 2rem 1rem;
    background: #EBEBEB;
    border-radius: 0 0 1rem 1rem;
    margin: 0;
  }
  .main-cta-inner .min-link:before {
    content: none;
  }
}

.common-title p {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  background: #E88F75;
  padding: 2rem;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.common-title p::before {
  content: "\e834";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.common-title h2 {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(to top, #FBA307, #FDCB2E);
  padding: 3rem 1rem;
  border-bottom: 3px solid #000;
  position: relative;
}
.common-title h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .common-title p {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    font-weight: 700;
    background: #E88F75;
    padding: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common-title p::before {
    content: "\e834";
    font-family: "Material Icons";
    font-size: 4rem;
    margin: 0 1rem 0 0;
  }
  .common-title h2 {
    font-size: 3.2rem;
    letter-spacing: 0.25rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(to top, #FBA307, #FDCB2E);
    padding: 3rem 1rem;
    border-bottom: 3px solid #000;
    position: relative;
  }
  .common-title h2::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.common-sub-title {
  font-size: 1.8rem;
  background: #E88F75;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  border: 3px solid #000;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  position: absolute;
}
.common-sub-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .common-sub-title {
    font-size: 2.4rem;
    background: #E88F75;
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3rem;
    border: 3px solid #000;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    position: absolute;
  }
  .common-sub-title::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.common-inner-title {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  padding: 8rem 1rem 4rem 1rem;
  text-align: center;
}
.common-inner-title span {
  margin: 1.5rem 0 0 0;
  font-size: 2.8rem;
}
@media screen and (min-width: 640px) {
  .common-inner-title {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    padding: 9rem 0 6rem 0;
    text-align: center;
  }
  .common-inner-title span {
    margin: 1.5rem 0 0 0;
    font-size: 5.2rem;
  }
}

.common-mainvisual {
  background: url("../img/housecleaning-mv.webp") no-repeat;
  background-size: cover;
  background-position-x: -650px;
}
@media screen and (min-width: 640px) {
  .common-mainvisual {
    background: url("../img/housecleaning-mv.webp") no-repeat;
    background-size: cover;
    background-position-x: 0px;
  }
}

.common-mainvisual-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 8rem 2rem;
}
.common-mainvisual-inner h1 {
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  background: #E88F75;
  padding: 1rem;
  text-align: center;
  border: 2px solid #000;
  box-shadow: 0.5rem 0.5rem #000;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 640px) {
  .common-mainvisual-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 10rem 1rem;
  }
  .common-mainvisual-inner h1 {
    font-size: 3.6rem;
    color: #000;
    font-weight: bold;
    background: #E88F75;
    padding: 1rem;
    text-align: center;
    border: 2px solid #000;
    box-shadow: 0.5rem 0.5rem #000;
    letter-spacing: 0.35rem;
  }
}

.breadcrumbs {
  background: #E88F75;
}

.breacrumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
.breacrumbs-inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breacrumbs-inner ul .home:after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 1.2rem;
  margin: 0 1rem;
}
.breacrumbs-inner ul li {
  font-size: 1.3rem;
  color: #000;
}

.single-title {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
  margin: 4rem 0 3rem 0;
}
.single-title:after {
  content: "";
  display: block;
  background: #000;
  width: 50px;
  height: 3px;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .single-title {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
    margin: 4rem 0 3rem 0;
  }
  .single-title:after {
    content: "";
    display: block;
    background: #000;
    width: 50px;
    height: 3px;
    margin: 3rem auto 0 auto;
  }
}

.feature-box .prev-arrow {
  left: 10px;
  top: 60%;
  width: 40px;
  height: 40px;
}
.feature-box .prev-arrow::before {
  width: 15px;
  height: 15px;
}
.feature-box .next-arrow {
  right: 10px;
  top: 60%;
  width: 40px;
  height: 40px;
}
.feature-box .next-arrow::before {
  width: 15px;
  height: 15px;
}

.features-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 1rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .features-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 8rem 1rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

.features-item {
  width: 100%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  margin: 2rem 2rem 0 2rem;
}
.features-item h3 {
  background: #FEC72B;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.8rem 1rem;
  letter-spacing: 0.25rem;
  line-height: 3rem;
  font-weight: 800;
  border-bottom: 2px dotted #000;
}
.features-item img {
  padding: 1.5rem;
}
.features-item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  padding: 0 1.5rem;
}
.features-item button {
  font-size: 1.8rem;
  color: #fff;
  margin: 2rem 1.5rem;
  background: #5F4631;
  display: block;
  letter-spacing: 0.3rem;
  width: 88%;
  cursor: pointer;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: bold;
  box-shadow: 0.3rem 0.3rem #000;
}
@media screen and (min-width: 640px) {
  .features-item {
    width: 31%;
    background: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    margin: 0;
  }
  .features-item h3 {
    background: #FEC72B;
    font-size: 1.8rem;
    text-align: center;
    padding: 1.8rem 1rem;
    letter-spacing: 0.25rem;
    line-height: 3rem;
    font-weight: 800;
    border-bottom: 2px dotted #000;
  }
  .features-item img {
    padding: 1.5rem;
  }
  .features-item p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
  }
  .features-item button {
    font-size: 1.8rem;
    color: #fff;
    margin: 2rem 1.5rem;
    background: #5F4631;
    display: block;
    letter-spacing: 0.3rem;
    width: 88%;
    cursor: pointer;
    padding: 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: bold;
    box-shadow: 0.3rem 0.3rem #000;
  }
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 7% auto;
  padding: 2rem;
  border-radius: 1rem;
  width: 90%;
  overflow: auto;
  max-height: 80vh;
}
.modal-content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #FEC72B;
  padding: 2rem;
}
.modal-content img {
  width: 100%;
  margin: 2rem auto 2rem auto;
}
.modal-content p {
  letter-spacing: 0.25rem;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 6rem;
    border-radius: 1rem;
    width: 60%;
    overflow: auto;
    max-height: 80vh;
  }
  .modal-content h3 {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #FEC72B;
    padding: 2rem;
  }
  .modal-content img {
    width: 60%;
    margin: 4rem auto 3rem auto;
  }
  .modal-content p {
    letter-spacing: 0.25rem;
    line-height: 3rem;
  }
}

.close {
  position: fixed;
  top: 2%;
  right: 80%;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 28px;
  background: #000;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .close {
    position: fixed;
    top: 12%;
    right: 22%;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 28px;
    background: #000;
    font-weight: bold;
    cursor: pointer;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 60px;
  height: 60px;
  background: #5F4631;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.feature-box .prev-arrow {
  position: absolute;
  left: 10px;
  top: 70%;
  width: 40px;
  height: 40px;
  z-index: 3;
  transform: rotate(180deg);
  margin-right: 20px;
}

.feature-box .next-arrow {
  position: absolute;
  right: 10px;
  top: 70%;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.common-price {
  background: #E88F75;
}

.common-price-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding: 2rem 1rem;
  text-align: center;
  background: #FEC72B;
}
@media screen and (min-width: 640px) {
  .common-price-title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    padding: 2rem 1rem;
    text-align: center;
    background: #FEC72B;
  }
}

.common-price-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
}
@media screen and (min-width: 640px) {
  .common-price-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8rem 1rem;
    position: relative;
  }
}

.common-price-wrap {
  background: #fff;
  border: 4px solid #000;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem 2rem;
  position: relative;
}
.common-price-wrap h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.35rem;
  margin: 0 0 4rem 0;
  position: relative;
}
.common-price-wrap::after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 60%;
}
.common-price-wrap::before {
  position: absolute;
  bottom: 20px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 60%;
}
.common-price-wrap .point::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 60%;
}
.common-price-wrap .point::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 60%;
}
@media screen and (min-width: 640px) {
  .common-price-wrap {
    background: #fff;
    border: 4px solid #000;
    border-radius: 1rem;
    padding: 6.5rem;
    position: relative;
  }
  .common-price-wrap h2 {
    font-size: 3.4rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.35rem;
    margin: 0 0 10rem 0;
    position: relative;
  }
  .common-price-wrap::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 60%;
  }
  .common-price-wrap::before {
    position: absolute;
    bottom: 20px;
    left: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 60%;
  }
  .common-price-wrap .point::after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 60%;
  }
  .common-price-wrap .point::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    background: #fff;
    border-radius: 60%;
  }
}

.common-price-item {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 640px) {
  .common-price-item {
    margin: 0 0 9rem 0;
  }
}

.common-price-num {
  display: block;
  border-bottom: 0px solid #000;
}
.common-price-num h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin: 0 0 1.5rem 0;
  border-bottom: 2px solid #000;
  padding: 0 0 1.5rem 0;
}
.common-price-num h3 span {
  font-size: 1.6rem;
}
.common-price-num p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  margin: 1rem 0;
  text-align: center;
}
.common-price-num p span {
  display: block;
  font-size: 5.2rem;
  font-family: "Montserrat";
  color: #E75238;
  margin: 0.5rem 0;
}
@media screen and (min-width: 821px) {
  .common-price-num {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid #000;
  }
  .common-price-num h3 {
    text-align: left;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    margin: 0 0 2rem 0;
    border-bottom: 0px solid #000;
    padding: 0 0 0rem 0;
  }
  .common-price-num h3 span {
    font-size: 1.6rem;
  }
  .common-price-num p {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    margin: 0 0 0.8rem 0;
  }
  .common-price-num p span {
    display: inline-block;
    font-size: 8.2rem;
    font-family: "Montserrat";
    color: #E75238;
    margin: 0 1rem 0 3rem;
  }
}

.common-price-text {
  display: block;
  margin: 2rem 0 0 0;
}
.common-price-text h3 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 0.5rem;
}
.common-price-text p {
  display: block;
  max-width: auto;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin: 1.4rem 0 0 0;
}
.common-price-text p span {
  display: block;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 1rem 0 0 0;
}
.common-price-text ul {
  display: block;
  width: 100%;
  margin: 2rem 0 0 0;
}
.common-price-text ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 0 0 1rem 0;
}
.common-price-text ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 821px) {
  .common-price-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0 0 0;
  }
  .common-price-text h3 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    background: none;
    color: #000;
    padding: 0rem;
  }
  .common-price-text p {
    display: block;
    max-width: 570px;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin: 0;
  }
  .common-price-text ul {
    display: block;
    width: 570px;
    margin: 0;
  }
  .common-price-text ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin: 0 0 1rem 0;
  }
  .common-price-text ul li:last-child {
    margin: 0;
  }
}

.min-service {
  display: flex;
  align-items: center;
}
.min-service::before {
  flex: 0 0 auto;
  display: inline-block;
  content: "";
  width: 20px;
  height: 5px;
  background: #E88F75;
  margin: 0 3rem 0 0;
}

.min-service-text {
  font-size: 1.4rem;
}
.min-service-text b {
  display: none;
}
@media screen and (min-width: 640px) {
  .min-service-text {
    font-size: 1.6rem;
  }
  .min-service-text b {
    display: block;
  }
}
@media screen and (min-width: 821px) {
  .min-service-text {
    font-size: 1.8rem;
  }
  .min-service-text b {
    display: block;
  }
}

.important-text {
  margin: 2rem 0 0 0;
}
.important-text p {
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 3.4rem;
  margin: 0 0 1rem 0;
}
.important-text ul li {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  margin: 0 0 0.8rem 0;
}
.important-text ul li a {
  color: blue;
}
@media screen and (min-width: 821px) {
  .important-text {
    margin: 4rem 0 0 0;
  }
  .important-text p {
    font-weight: bold;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
    margin: 0 0 1rem 0;
  }
  .important-text ul li {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    margin: 0 0 0.8rem 0;
  }
  .important-text ul li a {
    color: blue;
  }
}

.common-service-sub-title {
  font-size: 2rem;
  background: #E88F75;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  border: 3px solid #000;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  position: absolute;
}
.common-service-sub-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .common-service-sub-title {
    font-size: 2.4rem;
    background: #E88F75;
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3rem;
    border: 3px solid #000;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    position: absolute;
  }
  .common-service-sub-title::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.housecleaning-summary {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .housecleaning-summary {
    padding: 6rem 0;
  }
}

.housecleaning-summary-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.housecleaning-summary-inner .logo {
  width: 84px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto;
}

.housecleaning-summary-item {
  margin: 3rem 0;
}
@media screen and (min-width: 640px) {
  .housecleaning-summary-item {
    margin: 7rem 0 4rem 0;
  }
}

.housecleaning-summary-text {
  background: #FFFBF1;
  padding: 2rem;
  margin: 3rem 0;
  display: block;
  --x-gradient: linear-gradient(90deg, #E98F75 0 20px, transparent 0 calc(100% - 20px), #E98F75 calc(100% - 20px));
  --y-gradient: linear-gradient(#E98F75 0 20px, transparent 0 calc(100% - 20px), #E98F75 calc(100% - 20px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #E88F75;
}
.housecleaning-summary-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .housecleaning-summary-text {
    background: #FFFBF1;
    padding: 3rem;
    margin: 3rem 0;
    display: block;
    --x-gradient: linear-gradient(90deg, #E98F75 0 20px, transparent 0 calc(100% - 20px), #E98F75 calc(100% - 20px));
    --y-gradient: linear-gradient(#E98F75 0 20px, transparent 0 calc(100% - 20px), #E98F75 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #E88F75;
  }
  .housecleaning-summary-text p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.25rem;
    text-align: center;
  }
}

.housecleaning-trouble {
  background: url("../img/trouble-bg.webp") no-repeat;
  background-size: cover;
  padding: 5rem 0 7rem 0;
}
@media screen and (min-width: 640px) {
  .housecleaning-trouble {
    background: url("../img/trouble-bg.webp") no-repeat;
    background-size: cover;
    padding: 10rem 0 12rem 0;
  }
}

.housecleaning-trouble-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
  color: #fff;
}
.housecleaning-trouble-inner h2 {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-align: center;
  padding: 2rem 1rem;
  border: 2px solid #fff;
  margin: 0 0 4rem 0;
}
.housecleaning-trouble-inner h2 span {
  font-size: 3.6rem;
  margin: 0 0.5rem 0 0;
}
.housecleaning-trouble-inner ul li {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  font-feature-settings: "palt";
  margin: 0 0 2rem 0;
  display: flex;
  align-items: flex-start;
}
.housecleaning-trouble-inner ul li:last-child {
  margin: 0;
}
.housecleaning-trouble-inner ul li::before {
  content: "\e834";
  font-family: "Material Icons";
  font-size: 2rem;
  margin: 0.3rem 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .housecleaning-trouble-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem;
    color: #fff;
  }
  .housecleaning-trouble-inner h2 {
    font-size: 3.1rem;
    letter-spacing: 0.3rem;
    text-align: center;
    padding: 2rem 1rem;
    border: 2px solid #fff;
    margin: 0 0 4rem 0;
  }
  .housecleaning-trouble-inner h2 span {
    font-size: 4rem;
    margin: 0 0.5rem 0 0;
  }
  .housecleaning-trouble-inner ul li {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    font-feature-settings: initial;
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
  }
  .housecleaning-trouble-inner ul li::before {
    content: "\e834";
    font-family: "Material Icons";
    font-size: 2.5rem;
    margin: 0 1rem 0 0;
  }
}

.service {
  position: relative;
}

.housecleaning-case {
  padding: 4rem 0;
  background: #FFD2A0;
}
@media screen and (min-width: 640px) {
  .housecleaning-case {
    padding: 8rem 0;
    background: #FFD2A0;
  }
}

.housecleaning-case-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.housecleaning-case-inner h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 640px) {
  .housecleaning-case-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 4rem 0;
    letter-spacing: 0.25rem;
  }
}
.housecleaning-case-inner h2 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 280px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.housecleaning-case-inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}
.housecleaning-case-inner .prev-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 38%;
  left: 5px;
  transform: rotate(180deg);
  z-index: 3;
}
.housecleaning-case-inner .prev-arrow::before {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 640px) {
  .housecleaning-case-inner .prev-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: rotate(180deg);
    z-index: 3;
  }
  .housecleaning-case-inner .prev-arrow::before {
    width: 20px;
    height: 20px;
  }
}
.housecleaning-case-inner .next-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 38%;
  right: 5px;
  z-index: 3;
}
.housecleaning-case-inner .next-arrow::before {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 640px) {
  .housecleaning-case-inner .next-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: 3;
  }
  .housecleaning-case-inner .next-arrow::before {
    width: 20px;
    height: 20px;
  }
}

.housecleaning-case-Slider {
  padding: 2rem 1rem 0 1rem;
}
@media screen and (min-width: 640px) {
  .housecleaning-case-Slider {
    padding: 4rem 1rem 0 1rem;
  }
}

.housecleaning-case-item h3 {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin: 5rem 0 1.5rem 0;
}
.housecleaning-case-item h3::after {
  content: "";
  background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
  width: 100%;
  height: 5px;
  display: inline-block;
}
.housecleaning-case-item p {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 640px) {
  .housecleaning-case-item h3 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    margin: 5rem 0 1.5rem 0;
  }
  .housecleaning-case-item h3::after {
    content: "";
    background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
    width: 100%;
    height: 5px;
    display: inline-block;
  }
  .housecleaning-case-item p {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 2.8rem;
  }
}

.senior {
  margin: 0rem 0 0 0;
  position: relative;
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .senior {
    margin: 20rem 0 0 0;
    position: relative;
    padding: 0 0 7rem 0;
  }
}

.senior-features-wrap {
  position: relative;
}
.senior-features-wrap .prev-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: rotate(180deg);
  z-index: 3;
}
.senior-features-wrap .prev-arrow::before {
  width: 15px;
  height: 15px;
}
.senior-features-wrap .next-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 3;
}
.senior-features-wrap .next-arrow::before {
  width: 15px;
  height: 15px;
}

.senior-life {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.senior-life h3 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 0 2rem 0;
}
.senior-life h3::after {
  content: "";
  background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
  width: 100%;
  height: 5px;
  display: inline-block;
}
.senior-life p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.25rem;
}
.senior-life img {
  padding: 5rem 0 4rem 0;
}
.senior-life .triangle {
  position: relative;
}
.senior-life .triangle::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #E88F75;
}
@media screen and (min-width: 640px) {
  .senior-life {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .senior-life h3 {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 0 2rem 0;
  }
  .senior-life h3::after {
    content: "";
    background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
    width: 100%;
    height: 5px;
    display: inline-block;
  }
  .senior-life p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.25rem;
  }
  .senior-life img {
    padding: 5rem 0 4rem 0;
  }
  .senior-life .triangle {
    position: relative;
  }
  .senior-life .triangle::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #E88F75;
  }
}

.senior-life-read {
  display: block;
  text-align: center;
  font-size: 2rem !important;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 4rem !important;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .senior-life-read {
    display: block;
    text-align: center;
    font-size: 3.4rem !important;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 6rem !important;
    margin: 9rem 0 0 0;
  }
}

.planning {
  margin: 0rem 0 0 0;
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .planning {
    margin: 20rem 0 0 0;
    padding: 0 0 7rem 0;
  }
}

.planning-reviews {
  max-width: 820px;
  margin: 0 auto;
}
.planning-reviews h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: 0.25rem;
}
.planning-reviews h3 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 280px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.planning-reviews h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}

.planning-features-wrap {
  position: relative;
}
.planning-features-wrap .prev-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: rotate(180deg);
  z-index: 3;
}
.planning-features-wrap .prev-arrow::before {
  width: 15px;
  height: 15px;
}
.planning-features-wrap .next-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 3;
}
.planning-features-wrap .next-arrow::before {
  width: 15px;
  height: 15px;
}

.planning-reviews-wrap {
  display: block;
  padding: 2rem 1rem;
}
@media screen and (min-width: 640px) {
  .planning-reviews-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 4rem 1rem;
  }
}

.planning-review-item {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 2rem;
  margin: 0 0 2rem 0;
}
.planning-review-item:nth-child(3) {
  margin: 0 0 2rem 0;
}
.planning-review-item:last-child {
  margin: 0;
}
.planning-review-item h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #000;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.planning-review-item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.planning-review-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 60px;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .planning-review-item {
    background: #fff;
    width: 48.5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 2rem;
    margin: 0 0 2rem 0;
  }
  .planning-review-item:nth-child(3) {
    margin: 0;
  }
  .planning-review-item:last-child {
    margin: 0;
  }
  .planning-review-item h4 {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #000;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
  }
  .planning-review-item p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .planning-review-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 60px;
    margin: 0 2rem 0 0;
  }
}

.homestaging-mainvisual {
  background: url("../img/homestaging-mv.webp") no-repeat;
  background-size: cover;
  background-position-x: 0px;
}

.HomeStaging {
  background: #fff;
  padding: 4rem 0 8rem 0;
}
@media screen and (min-width: 640px) {
  .HomeStaging {
    background: #fff;
    padding: 10rem 0 14rem 0;
  }
}

.HomeStaging-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem;
}
.HomeStaging-inner h2 {
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  font-weight: 800;
  text-align: center;
}
.HomeStaging-inner h2:after {
  content: "";
  background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
  width: 100%;
  height: 5px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .HomeStaging-inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    font-weight: 800;
    text-align: center;
  }
  .HomeStaging-inner h2:after {
    content: "";
    background: linear-gradient(to right, #E98F75 50%, #C6C6C6 50%);
    width: 100%;
    height: 5px;
    display: inline-block;
  }
}

.HomeStaging-wrap {
  display: block;
  padding: 3rem 0 0 0;
}
.HomeStaging-wrap img {
  max-width: auto;
  width: 80%;
  margin: 0 auto 3rem auto;
}
@media screen and (min-width: 640px) {
  .HomeStaging-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 6rem 0 0 0;
  }
  .HomeStaging-wrap img {
    max-width: 400px;
    width: auto;
    margin: auto;
  }
}

.homestaging-trouble {
  background: url("../img/homestaging-trouble.webp") no-repeat;
  background-size: cover;
}

.HomeStaging-text {
  margin: 0 0rem 0 0;
}
.HomeStaging-text p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4.5rem;
  letter-spacing: 0.25rem;
}
.HomeStaging-text p br {
  display: none;
}
.HomeStaging-text p span {
  font-size: 3.2rem;
  color: #E88F75;
}
.HomeStaging-text a {
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 60px;
  border: 2px solid #000;
  margin: 3rem 0 0 0;
}
.HomeStaging-text a:hover {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 640px) {
  .HomeStaging-text {
    margin: 0 4rem 0 0;
  }
  .HomeStaging-text p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 4.5rem;
    letter-spacing: 0.32rem;
  }
  .HomeStaging-text p br {
    display: block;
  }
  .HomeStaging-text p span {
    font-size: 3.2rem;
    color: #E88F75;
  }
  .HomeStaging-text a {
    display: block;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #000;
    margin: 5rem 0 0 0;
  }
  .HomeStaging-text a:hover {
    background: #fff;
    color: #000;
  }
}

.HomeStaging-box .prev-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.HomeStaging-box .prev-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.HomeStaging-box .next-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
}
.HomeStaging-box .next-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.HomeStaging-Features-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem 3rem 1rem;
  position: relative;
}
.HomeStaging-Features-inner h2 {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin: 6rem auto 4rem auto;
  position: relative;
  max-width: 810px;
}
.HomeStaging-Features-inner h2 span {
  font-size: 4.2rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.34rem;
  background-image: none;
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
  background-size: auto 40%;
}
.HomeStaging-Features-inner h2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  rotate: 180deg;
  border-color: #E88F75 transparent transparent transparent;
  border-width: 10rem 5.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .HomeStaging-Features-inner h2 {
    font-size: 3.4rem;
    font-weight: 800;
    text-align: center;
    margin: 6rem auto 4rem auto;
    position: relative;
    max-width: 810px;
  }
  .HomeStaging-Features-inner h2 span {
    font-size: 5.4rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.34rem;
    background-image: repeating-linear-gradient(45deg, #FEEA00, #FEEA00 0.3rem, transparent 0.3rem, transparent 0.6rem);
    background-position: center bottom 0.4rem;
    background-repeat: repeat-x;
    background-size: auto 40%;
  }
  .HomeStaging-Features-inner h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    rotate: 180deg;
    border-color: #E88F75 transparent transparent transparent;
    border-width: 10rem 5.5rem 0 0;
  }
}

.HomeStaging-title {
  font-size: 1.8rem;
  background: #E88F75;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  border: 3px solid #000;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  position: absolute;
}
.HomeStaging-title:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .HomeStaging-title {
    font-size: 2.4rem;
    background: #E88F75;
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3rem;
    border: 3px solid #000;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    position: absolute;
  }
  .HomeStaging-title:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.homestaging-offer {
  padding: 0 0 7rem 0;
}

.homestaging-offer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8rem 1rem 3rem 1rem;
  position: relative;
}
.homestaging-offer-inner h2 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  line-height: 3.4rem;
  text-align: center;
}
.homestaging-offer-inner h2 span {
  margin: 2rem 0 1rem 0;
  font-size: 3.2rem;
  font-weight: 800;
  display: block;
  line-height: 5.2rem;
}
@media screen and (min-width: 640px) {
  .homestaging-offer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem 1rem;
    position: relative;
  }
  .homestaging-offer-inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    line-height: 5rem;
    text-align: center;
  }
  .homestaging-offer-inner h2 span {
    margin: 2rem 0 3rem 0;
    font-size: 5.2rem;
    font-weight: 800;
    display: block;
    line-height: 8rem;
  }
}

.offer-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.offer-img-wrap img {
  width: 33.3%;
}
@media screen and (min-width: 640px) {
  .offer-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .offer-img-wrap img {
    width: 16.8%;
  }
}

.homestaging-message {
  padding: 8rem 0 6rem 0;
}
@media screen and (min-width: 640px) {
  .homestaging-message {
    padding: 12rem 0 8rem 0;
  }
}

.homestaging-message-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.homestaging-message-inner h2 {
  font-size: 2rem;
  line-height: 3.8rem;
  text-align: center;
  position: relative;
}
.homestaging-message-inner h2 span {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 800;
  margin: 1rem 0 0 0;
  line-height: 5.5rem;
  background-image: none;
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
  background-size: auto 40%;
}
.homestaging-message-inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E88F75 transparent transparent transparent;
  border-width: 5rem 5rem 0 0;
}
.homestaging-message-inner h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  rotate: 180deg;
  border-color: #E88F75 transparent transparent transparent;
  border-width: 5rem 5rem 0 0;
}
@media screen and (min-width: 640px) {
  .homestaging-message-inner h2 {
    font-size: 3.4rem;
    line-height: 6.5rem;
    text-align: center;
    position: relative;
  }
  .homestaging-message-inner h2 span {
    display: inline-block;
    font-size: 4.6rem;
    font-weight: 800;
    margin: 2rem 0 0 0;
    background-image: repeating-linear-gradient(45deg, #FEEA00, #FEEA00 0.3rem, transparent 0.3rem, transparent 0.6rem);
    background-position: center bottom 0.4rem;
    background-repeat: repeat-x;
    background-size: auto 40%;
  }
  .homestaging-message-inner h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #E88F75 transparent transparent transparent;
    border-width: 10rem 5.5rem 0 0;
  }
  .homestaging-message-inner h2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    rotate: 180deg;
    border-color: #E88F75 transparent transparent transparent;
    border-width: 10rem 5.5rem 0 0;
  }
}

.homestaging-message-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .homestaging-message-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 13rem 0 0 0;
  }
}

.homestaging-message-item {
  width: 100%;
  margin: 0 0 3rem 0;
  border: 4px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}
.homestaging-message-item h3 {
  font-size: 2rem;
  background: #FEC72B;
  padding: 2rem 1rem;
  text-align: center;
  letter-spacing: 0.3rem;
  border-bottom: 3px dotted #000;
}
.homestaging-message-item .message02 {
  background: #E98F75;
}
.homestaging-message-item .message03 {
  background: #FFD2A0;
}
.homestaging-message-item .message04 {
  background: #FFE9D3;
}
.homestaging-message-item p {
  padding: 2rem;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 640px) {
  .homestaging-message-item {
    width: 48%;
    margin: 0 0 4rem 0;
    border: 4px solid #000;
    border-radius: 0.5rem;
    background: #fff;
  }
  .homestaging-message-item h3 {
    font-size: 2.4rem;
    background: #FEC72B;
    padding: 2rem 1rem;
    text-align: center;
    letter-spacing: 0.3rem;
    border-bottom: 3px dotted #000;
  }
  .homestaging-message-item .message02 {
    background: #E98F75;
  }
  .homestaging-message-item .message03 {
    background: #FFD2A0;
  }
  .homestaging-message-item .message04 {
    background: #FFE9D3;
  }
  .homestaging-message-item p {
    padding: 3rem;
    line-height: 3.4rem;
    letter-spacing: 0.2rem;
  }
}

.homestaging-features-offer {
  background: #fff;
}

.homestaging-features-offer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 8rem 1rem 4rem 1rem;
  position: relative;
}
.homestaging-features-offer-inner h2 {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.3rem;
}
.homestaging-features-offer-inner h2 span {
  font-size: 3.4rem;
  font-weight: 800;
  margin: 2rem 0 0 0;
  display: inline-block;
  background-image: none;
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
  background-size: auto 40%;
}
@media screen and (min-width: 640px) {
  .homestaging-features-offer-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 10rem 1rem 8rem 1rem;
    position: relative;
  }
  .homestaging-features-offer-inner h2 {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
  .homestaging-features-offer-inner h2 span {
    font-size: 4rem;
    font-weight: 800;
    margin: 2rem 0 0 0;
    display: inline-block;
    background-image: repeating-linear-gradient(45deg, #FEEA00, #FEEA00 0.3rem, transparent 0.3rem, transparent 0.6rem);
    background-position: center bottom 0.4rem;
    background-repeat: repeat-x;
    background-size: auto 40%;
  }
}

.HomeStaging-Features {
  padding: 0 0 4rem 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .HomeStaging-Features {
    padding: 0 0 7rem 0;
    position: relative;
  }
}

.HomeStaging-Features-wrap {
  max-width: 1200px;
  padding: 3rem 1rem 1rem 1rem;
}
@media screen and (min-width: 640px) {
  .HomeStaging-Features-wrap {
    max-width: 1200px;
    padding: 5rem 1rem;
  }
}

.HomeStaging-Features-item {
  width: 23.5%;
  position: relative;
}
.HomeStaging-Features-item::after {
  content: none;
}
@media screen and (min-width: 640px) {
  .HomeStaging-Features-item::after {
    content: "";
    background: url("../img/yellow-arrow.svg") no-repeat;
    background-size: contain;
    width: 58px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    z-index: 3;
  }
}
.HomeStaging-Features-item:last-child:after {
  content: none;
}
.HomeStaging-Features-item h3 {
  padding: 3.5rem 1rem 1.8rem 1rem;
}
.HomeStaging-Features-item img {
  height: 200px;
  object-fit: cover;
}
.HomeStaging-Features-item .step-text {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 2.3rem;
  font-family: "Montserrat";
  font-weight: bold;
  background: #E88F75;
  text-align: center;
  padding: 0.5rem;
  border: 3px solid #000;
}

.features-title01:before {
  content: "";
  background: url("../img/planning-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 0.5rem auto;
}

.features-title02:before {
  content: "";
  background: url("../img/cleaning-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 0.5rem auto;
}

.features-title03:before {
  content: "";
  background: url("../img/house-end-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 0.5rem auto;
}

.features-title04:before {
  content: "";
  background: url("../img/after-service-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 0.5rem auto;
}

.compare-min-text {
  font-size: 1.2rem !important;
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
}

.compare {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.compare img {
  display: block;
  margin: 4rem 0 2rem 0;
}
.compare p {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
}
.compare p br {
  display: none;
}
.compare p span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
  color: #E88F75;
  margin: 1rem 0;
  display: block;
}
.compare a {
  width: 290px;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  border-radius: 60px;
  padding: 1.5rem 3rem;
  letter-spacing: 0.25rem;
  margin: 4rem auto 0 auto;
  border: 2px solid #000;
}
.compare a:hover {
  background: #FBF2E8;
  color: #000;
}
@media screen and (min-width: 640px) {
  .compare {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .compare img {
    display: block;
    margin: 8rem 0 5rem 0;
  }
  .compare p {
    line-height: 2.8rem;
    letter-spacing: 0.25rem;
  }
  .compare p br {
    display: block;
  }
  .compare p span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4rem;
    color: #E88F75;
    margin: 1rem 0;
    display: block;
  }
  .compare a {
    width: 290px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    background: #000;
    border-radius: 60px;
    padding: 1.5rem 3rem;
    letter-spacing: 0.25rem;
    margin: 4rem auto 0 auto;
    border: 2px solid #000;
  }
  .compare a:hover {
    background: #FBF2E8;
    color: #000;
  }
}

.homestaging-price-wrap {
  margin: 6rem 0 0 0;
}

.homestaging-price-text p {
  font-size: 1.6rem;
  max-width: 680px;
}
@media screen and (min-width: 640px) {
  .homestaging-price-text p {
    font-size: 2.2rem;
    max-width: 680px;
  }
}

.homestaging-option {
  position: relative;
}

.option-title {
  position: relative;
  z-index: 2;
  width: 270px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  background: #E88F75;
  padding: 0.5rem 2rem;
  display: block;
  border: 3px solid #000;
  text-align: center;
  margin: 0 auto 4rem auto;
}

.option-line:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  display: block;
  content: "";
  width: 100%;
  border-bottom: 3px solid #000;
  z-index: 1;
}

.homestaging-option-wrap {
  display: block;
}
@media screen and (min-width: 821px) {
  .homestaging-option-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

.homestaging-option-item {
  background: #FFF4D5;
  padding: 3rem 1.5rem;
  border-radius: 2rem;
  width: 100%;
  margin: 0 0 2rem 0;
}
.homestaging-option-item:last-child {
  margin: 0 0 4rem 0;
}
.homestaging-option-item h3 {
  font-size: 2.2rem;
  text-align: center;
}
.homestaging-option-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 2rem auto;
}
.homestaging-option-item .price {
  border-top: 4px dotted #000;
  padding: 2rem 0 0 0;
  margin: 2rem 0;
  font-size: 1.6rem;
  text-align: center;
}
.homestaging-option-item .price span {
  font-family: "Montserrat";
  font-size: 3.6rem;
  display: block;
  color: #E75238;
  font-weight: 700;
}
.homestaging-option-item .des {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4rem;
}
.homestaging-option-item .des span {
  font-size: 1.1rem;
  display: block;
  text-align: left;
  margin: 0.7rem 0 0 0;
  line-height: 1.8rem;
}
@media screen and (min-width: 821px) {
  .homestaging-option-item {
    background: #FFF4D5;
    padding: 3rem 1.5rem;
    border-radius: 2rem;
    width: 220px;
    margin: 0;
  }
  .homestaging-option-item:last-child {
    margin: 0;
  }
  .homestaging-option-item h3 {
    font-size: 2.2rem;
    text-align: center;
  }
  .homestaging-option-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 2rem auto;
  }
  .homestaging-option-item .price {
    border-top: 4px dotted #000;
    padding: 2rem 0 0 0;
    margin: 2rem 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .homestaging-option-item .price span {
    font-family: "Montserrat";
    font-size: 3.6rem;
    display: block;
    color: #E75238;
    font-weight: 700;
  }
  .homestaging-option-item .des {
    font-size: 1.4rem;
    text-align: center;
  }
}

.homestaging-option-wrap-bottom {
  justify-content: center;
}
.homestaging-option-wrap-bottom .homestaging-option-item {
  margin: 0 0rem 2rem 0;
}
.homestaging-option-wrap-bottom .homestaging-option-item:last-child {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .homestaging-option-wrap-bottom {
    justify-content: center;
  }
  .homestaging-option-wrap-bottom .homestaging-option-item {
    margin: 0 2.5rem 0 0;
  }
  .homestaging-option-wrap-bottom .homestaging-option-item:last-child {
    margin: 0;
  }
}

.homestaging-ba {
  padding: 6rem 0;
  background: #FEC72B;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .homestaging-ba {
    padding: 24rem 0 30rem 0;
    background: #FEC72B;
    position: relative;
    z-index: 1;
  }
}

.homestaging-ba-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.homestaging-ba-inner h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: 0.25rem;
}
.homestaging-ba-inner h2 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 280px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.homestaging-ba-inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}

.homestaging-select-btn {
  display: block;
  margin: 4rem 0;
}
.homestaging-select-btn .active {
  border: none;
  background: #D75A55;
  color: #fff;
}
.homestaging-select-btn a {
  display: block;
  margin: 0 0 1rem 0;
  width: 100%;
  font-size: 1.6rem;
  border: 2px solid;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 60px;
}
.homestaging-select-btn a:last-child {
  margin: 0;
}
.homestaging-select-btn a:hover {
  background: #D75A55;
  border: none;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .homestaging-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0;
  }
  .homestaging-select-btn .active {
    border: none;
    background: #D75A55;
    color: #fff;
  }
  .homestaging-select-btn a {
    width: 32%;
    font-size: 1.6rem;
    border: 2px solid;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 60px;
    margin: 0;
  }
  .homestaging-select-btn a:hover {
    background: #D75A55;
    border: none;
    color: #fff;
  }
}

.archive-before-after-select {
  display: block;
  margin: 4rem 0;
}
.archive-before-after-select .active {
  border: none;
  background: #D75A55;
  color: #fff;
}
.archive-before-after-select a {
  display: block;
  margin: 0 0 1rem 0;
  width: 100%;
  font-size: 1.6rem;
  border: 2px solid;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 60px;
}
.archive-before-after-select a:last-child {
  margin: 0;
}
.archive-before-after-select a:hover {
  background: #D75A55;
  border: none;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .archive-before-after-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0;
  }
  .archive-before-after-select .active {
    border: none;
    background: #D75A55;
    color: #fff;
  }
  .archive-before-after-select a {
    width: 24%;
    font-size: 1.4rem;
    border: 2px solid;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 60px;
    margin: 0;
  }
  .archive-before-after-select a:hover {
    background: #D75A55;
    border: none;
    color: #fff;
  }
}

.homestaging-ba-item {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 1rem;
  border: 3px solid #000;
  margin: 0 0 4rem 0;
}
.homestaging-ba-item:last-child {
  margin: 0;
}
.homestaging-ba-item h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid #000;
  padding: 0 0 1.5rem 0;
  text-align: center;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .homestaging-ba-item {
    background: #fff;
    padding: 4rem;
    border-radius: 1rem;
    border: 3px solid #000;
    margin: 0 0 6rem 0;
  }
  .homestaging-ba-item:last-child {
    margin: 0;
  }
  .homestaging-ba-item h3 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    border-bottom: 2px solid #000;
    padding: 0 0 1.5rem 0;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}

.service-label {
  display: block;
  border: 1px solid #E98F75;
  margin: 0 0 2rem 0;
}
.service-label .title {
  width: 100%;
  background: #E98F75;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.service-label .text {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .service-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E98F75;
    margin: 0 0 4rem 0;
  }
  .service-label .title {
    width: 40%;
    background: #E98F75;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
  }
  .service-label .text {
    width: 60%;
    background: #fff;
    text-align: center;
    padding: 1.5rem;
  }
}

.homestaging-ba-img {
  display: block;
  position: relative;
}
.homestaging-ba-img .ba-img {
  width: 100%;
}
.homestaging-ba-img .ba-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top: 10px solid #FEC72B;
  border-right: 10px solid #FEC72B;
  border-left: 10px solid #FEC72B;
}
.homestaging-ba-img .ba-img p {
  background: #FEC72B;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .homestaging-ba-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .homestaging-ba-img .ba-img {
    width: 45%;
  }
  .homestaging-ba-img .ba-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top: 10px solid #FEC72B;
    border-right: 10px solid #FEC72B;
    border-left: 10px solid #FEC72B;
  }
  .homestaging-ba-img .ba-img p {
    background: #FEC72B;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 821px) {
  .homestaging-ba-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .homestaging-ba-img .ba-img {
    width: 45%;
  }
  .homestaging-ba-img .ba-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top: 10px solid #FEC72B;
    border-right: 10px solid #FEC72B;
    border-left: 10px solid #FEC72B;
  }
  .homestaging-ba-img .ba-img p {
    background: #FEC72B;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
  }
}

.homestaging-ba-wrap {
  margin: 4rem 0;
}
.homestaging-ba-wrap a {
  display: block;
  text-align: center;
  width: 300px;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  border-radius: 60px;
  padding: 1.5rem 2rem;
  margin: 0 auto;
  letter-spacing: 0.3rem;
}
.homestaging-ba-wrap a:hover {
  background: none;
  outline: 2px solid #000;
  color: #000;
}
@media screen and (min-width: 640px) {
  .homestaging-ba-wrap {
    margin: 6rem 0 0 0;
  }
  .homestaging-ba-wrap a {
    display: block;
    text-align: center;
    width: 300px;
    font-size: 1.6rem;
    color: #fff;
    background: #000;
    border-radius: 60px;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    letter-spacing: 0.3rem;
  }
  .homestaging-ba-wrap a:hover {
    background: none;
    outline: 2px solid #000;
    color: #000;
  }
}

.ba-traiangle {
  position: relative;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 40px solid #E98F75;
  border-bottom: none;
  margin: 2rem 0;
}
@media screen and (min-width: 640px) {
  .ba-traiangle {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border-right: none;
    border-left: 30px solid #E98F75;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    margin: 0;
  }
}

.school {
  padding: 4rem 0 9rem 0;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .school {
    padding: 10rem 0 14rem 0;
    background: #fff;
  }
}

.school-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.school-inner h2 {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 0 4rem 0;
}
.school-inner h2 span {
  display: block;
  font-size: 3.6rem;
  color: #E88F75;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 640px) {
  .school-inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 0 8rem 0;
  }
  .school-inner h2 span {
    display: inline-block;
    font-size: 5.2rem;
    color: #E88F75;
    font-weight: 900;
  }
}

.school-min-title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  border-bottom: 4px solid #C6C6C6;
  margin: 0rem 0 3rem 0;
  padding: 0 0 2rem 0;
  position: relative;
}
.school-min-title:after {
  display: inline-block;
  content: "";
  background: url("../img/school-min-triangle.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}
@media screen and (min-width: 640px) {
  .school-min-title {
    display: block;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
    border-bottom: 5px solid #C6C6C6;
    margin: 0rem 0 5rem 0;
    padding: 0 0 3rem 0;
    position: relative;
  }
  .school-min-title:after {
    display: inline-block;
    content: "";
    background: url("../img/school-min-triangle.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
  }
}

.ba-mainvisual {
  background: url("../img/ba-mv.webp") no-repeat;
  background-size: cover;
}

.school-mainvisual {
  background: url("../img/school-mv.webp") no-repeat;
  background-size: cover;
}

.school-select {
  border-top: 3px solid;
  background: #FFD2A0;
}

.school-select-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 10rem 1rem 5rem 1rem;
  position: relative;
}
.school-select-inner .common-sub-title {
  width: 90%;
}
.school-select-inner ul {
  display: block;
  justify-content: space-between;
}
.school-select-inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 0 4rem 0;
  font-weight: bold;
  letter-spacing: 0.3rem;
  background: #FFE1BF;
  color: #E88F75;
  padding: 1.5rem 2rem;
  cursor: pointer;
}
.school-select-inner ul li:last-child {
  margin: 0;
}
.school-select-inner ul .active {
  background: #fff;
  outline: 3px solid #E88F75;
  position: relative;
}
.school-select-inner ul .active::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E88F75;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .school-select-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 10rem 1rem 5rem 1rem;
    position: relative;
  }
  .school-select-inner .common-sub-title {
    width: 100%;
  }
  .school-select-inner ul {
    display: flex;
    justify-content: space-between;
  }
  .school-select-inner ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.3rem;
    background: #FFE1BF;
    color: #E88F75;
    padding: 2.5rem 3rem;
    cursor: pointer;
  }
  .school-select-inner ul .active {
    background: #fff;
    outline: 3px solid #E88F75;
    position: relative;
  }
  .school-select-inner ul .active::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E88F75;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.School-Service {
  background: #fff;
}
.School-Service .School-Service-title {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 5rem 1rem;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.35rem;
  line-height: 4.8rem;
  text-align: center;
  position: relative;
  z-index: 5;
}
.School-Service .School-Service-title::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #E88F75 transparent transparent transparent;
  border-width: 5rem 5rem 0 0;
}
.School-Service .School-Service-title::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  rotate: 180deg;
  border-color: #E88F75 transparent transparent transparent;
  border-width: 5rem 5rem 0 0;
}
@media screen and (min-width: 640px) {
  .School-Service .School-Service-title {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    padding: 10rem 1rem;
    font-size: 5.2rem;
    font-weight: 800;
    letter-spacing: 0.35rem;
    line-height: 9rem;
    text-align: center;
    position: relative;
  }
  .School-Service .School-Service-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #E88F75 transparent transparent transparent;
    border-width: 10rem 5.5rem 0 0;
  }
  .School-Service .School-Service-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    rotate: 180deg;
    border-color: #E88F75 transparent transparent transparent;
    border-width: 10rem 5.5rem 0 0;
  }
}

.School-Service-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 1rem;
}
@media screen and (min-width: 640px) {
  .School-Service-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 10rem 1rem 6rem 1rem;
  }
}

.clean-school-wrap {
  position: relative;
  padding: 0 0 4rem 0;
}
.clean-school-wrap::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  content: "";
  display: inline-block;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #E88F75;
}
@media screen and (min-width: 640px) {
  .clean-school-wrap::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    content: "";
    display: inline-block;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #E88F75;
  }
}

.clean-school-item {
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 4rem 0;
  margin: 0 0 4rem 0;
  border-bottom: 2px dashed #000;
}
.clean-school-item img {
  max-width: 440px;
  object-fit: contain;
  margin: 3rem 0 0 0;
}
.clean-school-item h3 {
  font-size: 4.2rem;
  letter-spacing: 0.35rem;
  margin: 0 0 3rem 0;
  text-align: center;
}
.clean-school-item h3 span {
  font-family: "Montserrat";
  font-size: 8rem;
  font-weight: 600;
  display: block;
}
.clean-school-item p {
  letter-spacing: 0.2rem;
  line-height: 3.4rem;
}
.clean-school-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0px dashed #000;
}
.clean-school-item:first-child {
  flex-direction: row-reverse;
}
.clean-school-item:first-child img {
  max-width: 440px;
  object-fit: contain;
  margin: 3rem 0 0 0;
}
.clean-school-item:nth-child(3) {
  flex-direction: row-reverse;
}
.clean-school-item:nth-child(3) img {
  max-width: 440px;
  object-fit: contain;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .clean-school-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 4rem 0;
    margin: 0 0 4rem 0;
    border-bottom: 2px dashed #000;
  }
  .clean-school-item img {
    max-width: 440px;
    object-fit: contain;
    margin: 0 0rem 0 4rem;
  }
  .clean-school-item h3 {
    font-size: 4.2rem;
    letter-spacing: 0.35rem;
    margin: 0 0 3rem 0;
    text-align: left;
  }
  .clean-school-item h3 span {
    font-family: "Montserrat";
    font-size: 8rem;
    font-weight: 600;
    display: block;
  }
  .clean-school-item p {
    letter-spacing: 0.2rem;
    line-height: 3.4rem;
  }
  .clean-school-item:last-child {
    border-bottom: 0px dashed #000;
  }
  .clean-school-item:first-child {
    flex-direction: row-reverse;
  }
  .clean-school-item:first-child img {
    max-width: 440px;
    object-fit: contain;
    margin: 0 4rem 0 0;
  }
  .clean-school-item:nth-child(3) {
    flex-direction: row-reverse;
  }
  .clean-school-item:nth-child(3) img {
    max-width: 440px;
    object-fit: contain;
    margin: 0 4rem 0 0;
  }
}

.clean-school-bottom-text {
  margin: 10rem 0 0 0;
}
.clean-school-bottom-text .big-text {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
  text-align: left;
  margin: 0 0 3rem 0;
}
.clean-school-bottom-text .min-text {
  text-align: left;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .clean-school-bottom-text {
    margin: 12rem 0 0 0;
  }
  .clean-school-bottom-text .big-text {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .clean-school-bottom-text .min-text {
    text-align: center;
    line-height: 4rem;
  }
}

.School-Service-Wrap {
  justify-content: center;
  padding: 4rem 0 10rem 0;
}

.School-Service-item {
  margin: 2rem 0rem 0 0;
}
.School-Service-item p {
  padding: 0 1.5rem 2rem 1.5rem;
  line-height: 2.8rem;
}
.School-Service-item::after {
  content: none;
}
.School-Service-item:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .School-Service-item {
    margin: 0rem 3rem 0 0;
  }
  .School-Service-item p {
    padding: 0 1.5rem 2rem 1.5rem;
    line-height: 3.4rem;
  }
  .School-Service-item::after {
    content: none;
  }
  .School-Service-item:last-child {
    margin: 0;
  }
}

.School-Service-min-title {
  padding: 4rem 1rem 2rem 1rem !important;
}
.School-Service-min-title::before {
  content: none;
}
@media screen and (min-width: 640px) {
  .School-Service-min-title {
    padding: 4.5rem 1rem 2rem 1rem !important;
  }
  .School-Service-min-title::before {
    content: none;
  }
}

.certification-Large-text {
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: 0.4rem;
  text-align: center;
  font-weight: 800;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .certification-Large-text {
    font-size: 3.4rem;
    line-height: 6rem;
    letter-spacing: 0.4rem;
    text-align: center;
    font-weight: 800;
    padding: 4rem 0;
  }
}

.certification-inner {
  padding: 4rem 1rem 0rem 1rem;
}

.Certification-box .next-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
}
.Certification-box .next-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.Certification-box .prev-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.Certification-box .prev-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.curriculum-inner {
  position: relative;
  padding: 7rem 1rem 3rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.curriculum-inner h2 {
  font-size: 2.2rem;
  letter-spacing: 0.34rem;
  text-align: center;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .curriculum-inner {
    position: relative;
    padding: 10rem 1rem 8rem 1rem;
    max-width: 900px;
    margin: 0 auto;
  }
  .curriculum-inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.34rem;
    text-align: center;
    margin: 0 0 6rem 0;
  }
}

.curriculum-wrap {
  background: #fff;
  border: 3px solid #000;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .curriculum-wrap {
    background: #fff;
    border: 3px solid #000;
    border-radius: 1rem;
    padding: 5rem 4rem;
  }
}

.homestager-curiculum-wrap .curriculum-item {
  padding: 1rem 0;
}
.homestager-curiculum-wrap .curriculum-item p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.35rem;
  border-bottom: 3px dashed #000;
  padding: 0 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homestager-curiculum-wrap .curriculum-item p span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .homestager-curiculum-wrap .curriculum-item {
    padding: 2rem 0;
  }
  .homestager-curiculum-wrap .curriculum-item p {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.35rem;
    border-bottom: 3px dashed #000;
    padding: 0 0 2rem 0;
    display: block;
  }
  .homestager-curiculum-wrap .curriculum-item p span {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #000;
    color: #fff;
    margin: 0 2rem 0 0;
  }
}

.curriculum-item {
  padding: 1rem 0;
}
.curriculum-item p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.35rem;
  border-bottom: 3px dashed #000;
  padding: 0 0 2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.curriculum-item p span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .curriculum-item {
    padding: 2rem 0;
  }
  .curriculum-item p {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.35rem;
    border-bottom: 3px dashed #000;
    padding: 0 0 2rem 0;
    display: block;
  }
  .curriculum-item p span {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #000;
    color: #fff;
    margin: 0 2rem 0 0;
  }
}

.seminar-offer {
  padding: 4rem 0;
  background: url("../img/seminar-offer-bg.webp") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .seminar-offer {
    padding: 10rem 0 5rem 0;
    background: url("../img/seminar-offer-bg.webp") no-repeat;
    background-size: cover;
  }
}

.seminar-offer-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 1rem;
}
.seminar-offer-inner h2 {
  font-size: 2.2rem;
  padding: 1rem;
  border: 3px solid #fff;
  text-align: center;
  letter-spacing: 0.25rem;
  color: #fff;
}
.seminar-offer-inner p {
  color: #fff;
  margin: 2rem 0;
  line-height: 3.4rem;
}
.seminar-offer-inner .min-text {
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .seminar-offer-inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .seminar-offer-inner h2 {
    font-size: 5.2rem;
    padding: 2rem;
    border: 3px solid #fff;
    text-align: center;
    letter-spacing: 0.45rem;
    color: #fff;
  }
  .seminar-offer-inner p {
    color: #fff;
    margin: 3rem 0;
    line-height: 3.4rem;
  }
}

.seminar-offer-cta {
  position: static;
  width: auto;
  transform: none;
}
.seminar-offer-cta h2 {
  color: #000;
  font-size: 2.8rem;
  padding: 1rem 0;
}
@media screen and (min-width: 640px) {
  .seminar-offer-cta h2 {
    color: #000;
    font-size: 3.6rem;
    padding: 1rem 0;
  }
}
.seminar-offer-cta p {
  margin: auto;
  line-height: 2rem;
}
.seminar-offer-cta a {
  margin: 1rem auto 4rem auto;
}

.seminar-instructor {
  padding: 8rem 1rem 2rem 1rem;
}
@media screen and (min-width: 640px) {
  .seminar-instructor {
    padding: 12rem 1rem;
  }
}

.seminar-instructor-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 5rem 2rem 2rem 2rem;
  background: #fff;
  border: 4px solid #000;
  border-radius: 1rem;
}
.seminar-instructor-inner h2 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.3rem;
  border-bottom: 2px dashed #000;
  padding: 0 0 2rem 1rem;
}
.seminar-instructor-inner h2 span {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .seminar-instructor-inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 8rem 4rem 4rem 4rem;
    background: #fff;
    border: 4px solid #000;
    border-radius: 1rem;
  }
  .seminar-instructor-inner h2 {
    text-align: left;
    font-size: 4.2rem;
    letter-spacing: 0.3rem;
    border-bottom: 2px dashed #000;
    padding: 0 0 2rem 1rem;
  }
  .seminar-instructor-inner h2 span {
    display: inline-block;
    font-size: 2.8rem;
    margin: 0 0 0 1rem;
  }
}

.seminar-instructor-wrap {
  display: block;
  margin: 4rem 0 0 0;
}
.seminar-instructor-wrap img {
  max-width: 400px;
  object-fit: contain;
  margin: 0 0rem 3rem 0;
}
.seminar-instructor-wrap h3 {
  font-size: 3.2rem;
  line-height: 5.4rem;
  letter-spacing: 0.3rem;
  font-weight: 800;
  color: #E98F75;
}
.seminar-instructor-wrap p {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.25rem;
  margin: 2rem 0 3rem 0;
}
.seminar-instructor-wrap a {
  border-radius: 0.5rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  padding: 2rem;
  box-shadow: 0.3rem 0.3rem #000;
  margin: 0 0 2rem 0;
}
.seminar-instructor-wrap a:hover {
  opacity: 0.8;
}
.seminar-instructor-wrap .prof-link {
  background: #5F4631;
  color: #fff;
}
.seminar-instructor-wrap .seminar-link {
  background: #FEC72B;
}
@media screen and (min-width: 640px) {
  .seminar-instructor-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4rem 0 0 0;
  }
  .seminar-instructor-wrap img {
    max-width: 400px;
    object-fit: contain;
    margin: 0 4rem 0 0;
  }
  .seminar-instructor-wrap h3 {
    font-size: 3.2rem;
    line-height: 5.4rem;
    letter-spacing: 0.3rem;
    font-weight: 800;
    color: #E98F75;
  }
  .seminar-instructor-wrap p {
    font-size: 1.4rem;
    line-height: 3.4rem;
    letter-spacing: 0.25rem;
    margin: 2rem 0 3rem 0;
  }
  .seminar-instructor-wrap a {
    border-radius: 0.5rem;
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding: 2rem;
    box-shadow: 0.3rem 0.3rem #000;
    margin: 0 0 2rem 0;
  }
  .seminar-instructor-wrap a:hover {
    opacity: 0.8;
  }
  .seminar-instructor-wrap .prof-link {
    background: #5F4631;
    color: #fff;
  }
  .seminar-instructor-wrap .seminar-link {
    background: #FEC72B;
  }
}

.homestager-curriculum-text {
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .homestager-curriculum-text {
    margin: 4rem 0 0 0;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    line-height: 4.5rem;
  }
}

.homestager-bottom-text img {
  max-width: 400px;
  margin: 2rem auto 2rem auto;
}
.homestager-bottom-text a {
  display: block;
  font-size: 1.4rem;
  color: blue;
  text-align: center;
  margin: 0 0 2rem 0;
}
.homestager-bottom-text p {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .homestager-bottom-text img {
    max-width: 400px;
    margin: 4rem auto 2rem auto;
  }
  .homestager-bottom-text a {
    display: block;
    font-size: 1.6rem;
    color: blue;
    text-align: center;
    margin: 0 0 2rem 0;
  }
  .homestager-bottom-text p {
    text-align: center;
  }
}

.archive-before-after {
  padding: 6rem 0;
  background: #FFD2A0;
}
@media screen and (min-width: 640px) {
  .archive-before-after {
    padding: 8rem 0 30rem 0;
    background: #FFD2A0;
  }
}

.company-clean-up {
  padding: 4rem 0 5rem 0;
}
@media screen and (min-width: 640px) {
  .company-clean-up {
    padding: 8rem 0 10rem 0;
  }
}

.company-clean-up-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem;
}
.company-clean-up-inner h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.25rem;
  border-bottom: 5px solid #C6C6C6;
  padding: 0 0 2rem 0;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .company-clean-up-inner h2 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.25rem;
    border-bottom: 5px solid #C6C6C6;
    padding: 0 0 3rem 0;
    margin: 0 0 6rem 0;
  }
}

.company-clean-up-wrap {
  position: relative;
  margin: 0 0 4rem 0;
}
.company-clean-up-wrap img {
  max-width: 540px;
  object-fit: contain;
}
@media screen and (min-width: 640px) {
  .company-clean-up-wrap {
    position: relative;
    margin: 0 0 20rem 0;
  }
  .company-clean-up-wrap img {
    max-width: 540px;
    object-fit: contain;
  }
}

.company-clean-up-text {
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 2rem;
  position: static;
  top: 110px;
  right: 0;
  max-width: 600px;
}
.company-clean-up-text h3 {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  margin: 0 0 1.5rem 0;
}
.company-clean-up-text p {
  letter-spacing: 0.25rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 640px) {
  .company-clean-up-text {
    background: rgba(255, 255, 255, 0.8);
    padding: 3.5rem 4.5rem;
    position: absolute;
    top: 110px;
    right: 0;
    max-width: 600px;
  }
  .company-clean-up-text h3 {
    font-size: 2rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2rem 0;
  }
  .company-clean-up-text p {
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
}

.company-clean-up-flow {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .company-clean-up-flow {
    padding: 8rem 0 10rem 0;
  }
}

.company-clean-up-flow-inner {
  max-width: 900px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
}
.company-clean-up-flow-inner h2 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem 0;
  letter-spacing: 0.25rem;
}
.company-clean-up-flow-inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .company-clean-up-flow-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 5rem 0;
    letter-spacing: 0.25rem;
  }
  .company-clean-up-flow-inner h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #000;
    margin: 2rem auto 0 auto;
  }
}

.company-clean-up-flow-item {
  background: #fff;
  border: 4px solid #000;
  border-radius: 0.5rem;
  display: block;
  align-items: stretch;
  margin: 0 0 3rem 0;
}
.company-clean-up-flow-item:last-child {
  margin: 0;
}
.company-clean-up-flow-item .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-size: 2rem;
  padding: 2rem;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.company-clean-up-flow-item .text-wrap {
  padding: 2rem;
}
.company-clean-up-flow-item .text-wrap h3 {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  padding: 0 0 1.5rem 0rem;
  margin: 0 0 1rem 0;
  border-bottom: 2px dotted #000;
}
.company-clean-up-flow-item .text-wrap p {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .company-clean-up-flow-item {
    background: #fff;
    border: 4px solid #000;
    border-radius: 0.5rem;
    display: flex;
    align-items: stretch;
    margin: 0 0 5rem 0;
  }
  .company-clean-up-flow-item:last-child {
    margin: 0;
  }
  .company-clean-up-flow-item .timing {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-size: 2.8rem;
    padding: 2rem;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .company-clean-up-flow-item .text-wrap {
    padding: 3rem 3rem;
  }
  .company-clean-up-flow-item .text-wrap h3 {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    padding: 0 0 2rem 2rem;
    margin: 0 0 2rem 0;
    border-bottom: 2px dotted #000;
  }
  .company-clean-up-flow-item .text-wrap p {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    line-height: 3.4rem;
  }
}

.kitchen-pack {
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .kitchen-pack {
    padding: 22rem 0 15rem 0;
  }
}

.kitchen-pack-inner {
  padding: 7rem 1rem 0 1rem;
  max-width: 920px;
  margin: 0 auto;
}

.kitchen-pack-wrap {
  margin: 0 0 0rem 0;
}

.kitchen-pack-offer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

.kitchen-pack-offer-Slider {
  padding: 6rem 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .kitchen-pack-offer-Slider {
    padding: 12rem 0 7rem 0;
  }
}

.kitchen-pack-offer-box .prev-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.kitchen-pack-offer-box .prev-arrow:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.kitchen-pack-offer-box .next-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
}
.kitchen-pack-offer-box .next-arrow:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.kitchen-pack-offer-Slider .features-item {
  width: 32%;
}

.kitchen-pack-option ul li {
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.25rem;
  display: flex;
  margin: 0 0 1rem 0;
}
.kitchen-pack-option ul li::before {
  content: "\e834";
  font-family: "Material Icons";
  font-size: 2rem;
  margin: 0 0.5rem 0 0;
}

.kitchen-pack-bottom {
  position: relative;
  padding: 4rem 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .kitchen-pack-bottom {
    position: relative;
    padding: 8rem 0 32rem 0;
  }
}

.about {
  padding: 5rem 0rem 5rem 0rem;
  position: relative;
}
@media screen and (min-width: 640px) {
  .about {
    padding: 5rem 0rem 34rem 0rem;
    position: relative;
  }
}

.about-inner {
  background: #fff;
  max-width: 900px;
  margin: 0 auto 4rem auto;
  padding: 3rem 1rem;
}
.about-inner h2 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  line-height: 3.4rem;
  background: #E88F75;
  border: 3px solid #000;
  padding: 2rem;
  text-align: center;
  position: relative;
  margin: 3rem 0;
}
.about-inner h2:first-child {
  margin: 0 0 6rem 0;
}
.about-inner h2:last-child {
  margin: 6rem 0 0 0;
}
.about-inner h2::after {
  content: "";
  display: inline-block;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.about-inner iframe {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 640px) {
  .about-inner {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 6rem 8rem 6rem 8rem;
  }
  .about-inner h2 {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    line-height: 3.4rem;
    background: #E88F75;
    border: 3px solid #000;
    padding: 2rem;
    text-align: center;
    position: relative;
    margin: 6rem 0;
  }
  .about-inner h2:first-child {
    margin: 0 0 6rem 0;
  }
  .about-inner h2:last-child {
    margin: 6rem 0 0 0;
  }
  .about-inner h2::after {
    content: "";
    display: inline-block;
    border-top: 20px solid #000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-inner iframe {
    width: 100%;
    height: 400px;
  }
}

.about-ceo {
  display: block;
}
.about-ceo img {
  margin: 2rem 0;
}
.about-ceo p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 640px) {
  .about-ceo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-ceo img {
    margin: 0 3rem 0 0;
  }
  .about-ceo p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 3.2rem;
  }
}

.about-table table {
  width: 100%;
}
.about-table table tr {
  display: block;
  width: 100%;
  border-bottom: 2px solid #E2E2E2;
}
.about-table table tr:first-child {
  border-top: 2px solid #E2E2E2;
}
.about-table table tr td {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.35rem;
  line-height: 3.4rem;
  width: 100%;
  padding: 2rem;
}
.about-table table tr .title {
  width: 100%;
  text-align: center;
  background: #F4F4F4;
}
@media screen and (min-width: 640px) {
  .about-table table {
    width: 100%;
  }
  .about-table table tr {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid #E2E2E2;
  }
  .about-table table tr:first-child {
    border-top: 2px solid #E2E2E2;
  }
  .about-table table tr td {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.35rem;
    line-height: 3.4rem;
    width: 70%;
    padding: 2rem 4rem;
  }
  .about-table table tr .title {
    width: 30%;
    text-align: center;
    background: #F4F4F4;
  }
}

.column-mainvisual {
  background: url("../img/column-mainvisual.webp") no-repeat;
  background-size: cover;
}

.archive {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .archive {
    margin: 5rem 0 10rem 0;
  }
}

.archive-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 640px) {
  .archive-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.archive-feed-wrap {
  width: 100%;
  background: #fff;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .archive-feed-wrap {
    width: 65%;
    background: #fff;
    padding: 4rem 6rem;
  }
}

.archive-feed {
  display: block;
}
@media screen and (min-width: 640px) {
  .archive-feed {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.archive-feed-item {
  display: block;
  width: 100%;
  border-right: 0px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 3rem 1rem;
}
.archive-feed-item:nth-of-type(2n) {
  border-right: 0px solid #C4C4C4;
}
.archive-feed-item .tag-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
}
.archive-feed-item .tag-link a {
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  padding: 0.2rem 2rem;
  margin: 0 1rem 0 0;
  border-radius: 60px;
}
.archive-feed-item .text-link {
  font-size: 1.6rem;
  font-weight: bold;
}
.archive-feed-item .text-link span {
  display: block;
  font-size: 1.2rem;
  color: #9F9F9F;
  margin: 0 0 0.8rem 0;
}
@media screen and (min-width: 640px) {
  .archive-feed-item {
    display: block;
    width: 50%;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 4rem;
  }
  .archive-feed-item:nth-of-type(2n) {
    border-right: 0px solid #C4C4C4;
  }
  .archive-feed-item .tag-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 0;
  }
  .archive-feed-item .tag-link a {
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    padding: 0.2rem 2rem;
    margin: 0 1rem 0 0;
    border-radius: 60px;
  }
  .archive-feed-item .text-link {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .archive-feed-item .text-link span {
    display: block;
    font-size: 1.2rem;
    color: #9F9F9F;
    margin: 0 0 0.8rem 0;
  }
}

.archive-sidebar {
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .archive-sidebar {
    width: 30%;
    margin: 0;
  }
}

.sidebar-item {
  margin: 0 0 4rem 0;
}
.sidebar-item h3 {
  font-size: 1.8rem;
  background: #E88F75;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 0 0 2.5rem 0;
}
.sidebar-item a {
  display: flex;
  align-items: flex-start;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.sidebar-item a img {
  width: 140px;
  height: 95px;
  object-fit: cover;
  margin: 0 1.5rem 0 0;
}
.sidebar-item a p {
  font-size: 1.6rem;
  font-weight: bold;
}
.sidebar-item a p span {
  display: block;
  font-size: 1.2rem;
  color: #9F9F9F;
  margin: 0 0 0.8rem 0;
}
.sidebar-item a:hover {
  opacity: 0.7;
}

.category-item a {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-item a:after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 2rem;
  margin: 0 0.5rem 0 0;
}

.tag-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  font-size: 1.2rem;
  color: #fff;
  background: #000;
  padding: 0.5rem 2rem;
  margin: 0 0.5rem 0.5rem 0;
}
.tag-item a:before {
  content: "\f05b";
  font-family: "Material Icons";
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}

.entry-title {
  border-bottom: 1px dashed #000;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.entry-title h1 {
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  margin: 2rem 0 1rem 0;
}
.entry-title .date {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  color: #9F9F9F;
}
@media screen and (min-width: 640px) {
  .entry-title {
    border-bottom: 1px dashed #000;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
  }
  .entry-title h1 {
    font-size: 2.2rem;
    letter-spacing: 0.25rem;
    margin: 2rem 0 2rem 0;
  }
  .entry-title .date {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    color: #9F9F9F;
  }
}

.entry-content-tag a {
  font-size: 1.2rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem 0.5rem 1.2rem;
  background: #000;
}
.entry-content-tag a:before {
  content: "\f05b";
  font-family: "Material Icons";
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}

.eyecatch img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .eyecatch img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 0 3rem 0;
  }
}

.entry-profile {
  display: block;
  border: 2px solid #E2E2E2;
  padding: 2rem;
  margin: 0 0 2rem 0;
}
.entry-profile img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 640px) {
  .entry-profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid #E2E2E2;
    padding: 2rem;
    margin: 0 0 4rem 0;
  }
  .entry-profile img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 2rem 0 0;
  }
}

.entry-profile-text span {
  font-size: 1.2rem;
  background: #E2E2E2;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  padding: 0.5rem 2rem;
  border-radius: 60px;
}
.entry-profile-text h2 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin: 1.5rem 0;
}
.entry-profile-text p {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 640px) {
  .entry-profile-text span {
    font-size: 1.2rem;
    background: #E2E2E2;
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 60px;
  }
  .entry-profile-text h2 {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin: 1.5rem 0;
  }
  .entry-profile-text p {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 2rem;
  }
}

.entry-content p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
  margin: 0 0 2rem 0;
}
.entry-content h2 {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  background: #E88F75;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem 0;
}
.entry-content h3 {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  margin: 0 0 2rem 0;
  border-bottom: 3px solid #E88F75;
}
.entry-content img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .entry-content p {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 2.8rem;
    margin: 0 0 2rem 0;
  }
  .entry-content h2 {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    background: #E88F75;
    padding: 1.5rem 3rem;
    margin: 0 0 3rem 0;
  }
  .entry-content h3 {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    padding: 1.5rem;
    margin: 0 0 3rem 0;
    border-bottom: 3px solid #E88F75;
  }
  .entry-content img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0 0 3rem 0;
  }
}

.table-of-contents {
  border: 2px solid #E2E2E2;
  background: #F5F5F5;
  padding: 3rem;
  margin: 0 0 3rem 0;
}
.table-of-contents p {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
.table-of-contents ul li {
  font-size: 1.6rem;
  margin: 0 0 1rem 2rem;
  list-style-type: decimal;
  list-style-position: outside;
}

.official-header {
  background: #FBF2E8;
  margin: 2rem 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .official-header {
    background: #FBF2E8;
    margin: 9rem 0;
  }
}

.official-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: block;
  position: relative;
}
.official-header-inner a {
  margin: 0 3rem 0 0;
}
.official-header-inner a .logo {
  max-width: 320px;
}
.official-header-inner a .logo img {
  width: 100%;
  object-fit: contain;
}
.official-header-inner a:hover {
  opacity: 0.7;
}
.official-header-inner p {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .official-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  .official-header-inner a {
    margin: 0 3rem 0 0;
  }
  .official-header-inner a .logo {
    max-width: 320px;
  }
  .official-header-inner a .logo img {
    width: 100%;
    object-fit: contain;
  }
  .official-header-inner a:hover {
    opacity: 0.7;
  }
  .official-header-inner p {
    font-size: 1.3rem;
  }
}

.official-contact-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  right: 0%;
  top: auto;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.official-contact-link a {
  width: 50%;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  margin: 0;
}
.official-contact-link .seminar {
  background: #000;
}
.official-contact-link .seminar:before {
  display: block;
  content: "\f233";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 auto 0rem auto;
}
.official-contact-link .company {
  background: #E88F75;
}
.official-contact-link .company:before {
  display: block;
  content: "\e158";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 auto 0rem auto;
}
@media screen and (min-width: 640px) {
  .official-contact-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 10%;
    top: 0px;
    bottom: auto;
    z-index: 999;
    width: auto;
  }
  .official-contact-link a {
    width: 100px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 3rem 0.5rem 2rem 0.5rem;
    margin: 0;
  }
  .official-contact-link .seminar {
    background: #000;
  }
  .official-contact-link .seminar:before {
    display: block;
    content: "\f233";
    font-family: "Material Icons";
    font-size: 3rem;
    margin: 0 auto 1rem auto;
  }
  .official-contact-link .company {
    background: #E88F75;
  }
  .official-contact-link .company:before {
    display: block;
    content: "\e158";
    font-family: "Material Icons";
    font-size: 3rem;
    margin: 0 auto 1rem auto;
  }
}

.official-mainvisual {
  position: relative;
  margin: 0 0 5rem 0;
}
.official-mainvisual::before {
  content: "";
  background: url("../img/official-name-text.svg") no-repeat;
  display: block;
  width: 100%;
  height: 93px;
  object-fit: contain;
  background-size: contain;
  position: absolute;
  z-index: 3;
  bottom: -80px;
  left: 0;
}
@media screen and (min-width: 640px) {
  .official-mainvisual {
    position: relative;
    margin: 0 0 10rem 0;
  }
  .official-mainvisual::before {
    content: "";
    background: url("../img/official-name-text.svg") no-repeat;
    display: block;
    width: 100%;
    height: 93px;
    object-fit: contain;
    background-size: contain;
    position: absolute;
    z-index: 3;
    bottom: -30px;
    left: 0;
  }
}

.official-mainvisual-inner {
  position: relative;
  left: 0;
  width: 100%;
  height: 350px;
  background: url("../img/official-mainvisual.webp") no-repeat;
  background-size: cover;
  background-position: top 0 left 50%;
}
.official-mainvisual-inner h1 {
  position: absolute;
  top: -30px;
  right: 7%;
  background: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 2.8rem;
  font-weight: 300;
  writing-mode: vertical-lr;
  padding: 1rem 1rem;
}
@media screen and (min-width: 640px) {
  .official-mainvisual-inner {
    position: relative;
    left: 0;
    width: 80%;
    height: 500px;
    background: url("../img/official-mainvisual.webp") no-repeat;
    background-size: cover;
  }
  .official-mainvisual-inner h1 {
    position: absolute;
    top: -40px;
    right: 50px;
    background: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
    font-weight: 300;
    writing-mode: vertical-lr;
    padding: 2rem 1rem;
  }
}

.testimonial {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .testimonial {
    margin: 0 0 8rem 0;
  }
}

.testimonial-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .testimonial-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.testimonial-item p {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 3.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #000;
  padding: 0 0 2rem 0;
}
.testimonial-item p .min-text {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #000;
  margin: 0;
}
.testimonial-item p span {
  display: inline-block;
  font-size: 4.4rem;
  color: #E75238;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .testimonial-item p {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 3.4rem;
    text-align: left;
    margin: 0;
    border-bottom: 0px solid #000;
    padding: 0 0 0rem 0;
  }
  .testimonial-item p .min-text {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    color: #000;
    margin: 0;
  }
  .testimonial-item p span {
    display: inline-block;
    font-size: 6.4rem;
    color: #E75238;
    margin: 2rem 0 0 0;
  }
}

.official-link {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 640px) {
  .official-link {
    margin: 0 0 17rem 0;
  }
}

.official-link-inner {
  background: url("../img/official-homestaging-item.webp") no-repeat;
  background-size: contain;
  max-width: 940px;
  height: 245px;
  margin: 0 auto;
  padding: 2rem;
}

.official-link-wrap {
  border: 2px solid #000;
  padding: 3rem 2rem 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.official-link-wrap::after {
  content: url("../img/official-homestaging-text.svg");
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
}
.official-link-wrap figure {
  display: none;
}
@media screen and (min-width: 640px) {
  .official-link-wrap {
    border: 2px solid #000;
    padding: 5rem 4rem 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .official-link-wrap::after {
    content: url("../img/official-homestaging-text.svg");
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
  }
  .official-link-wrap figure {
    display: block;
  }
}

.official-link-text {
  position: relative;
  z-index: 2;
}
.official-link-text p {
  font-size: 2rem;
  margin: 0 0 1.8rem 0;
  line-height: 4rem;
  color: #fff;
  text-shadow: 0.5rem 0.5rem 0.5rem #000;
}
.official-link-text a {
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  padding: 1rem;
  display: block;
  border-radius: 60px;
  text-align: center;
}
.official-link-text a:hover {
  background: #FBF2E8;
  outline: 2px solid #000;
  color: #000;
}
@media screen and (min-width: 640px) {
  .official-link-text {
    position: relative;
    z-index: 2;
  }
  .official-link-text p {
    font-size: 2.2rem;
    margin: 0 0 1.8rem 0;
    line-height: 4rem;
    color: #000;
    text-shadow: none;
  }
  .official-link-text a {
    font-size: 1.4rem;
    background: #000;
    color: #fff;
    padding: 1rem;
    display: block;
    border-radius: 60px;
    text-align: center;
  }
  .official-link-text a:hover {
    background: #FBF2E8;
    outline: 2px solid #000;
    color: #000;
  }
}

.official-profile {
  background: #fff;
  padding: 6rem 0;
  position: relative;
}
.official-profile::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../img/official-profile-text.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 300px;
  height: 68px;
}
@media screen and (min-width: 640px) {
  .official-profile {
    background: #fff;
    padding: 11rem 0;
    position: relative;
  }
  .official-profile::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/official-profile-text.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 400px;
    height: 68px;
  }
}

.official-profile-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.official-profile-inner h2 {
  font-size: 4.2rem;
  letter-spacing: 0.35rem;
  padding: 0 0 3rem 0;
  border-bottom: 2px dashed #000;
  margin: 0 0 5rem 0;
}
.official-profile-inner h2 span {
  font-size: 2.8rem;
}

.official-profile-text {
  line-height: 3rem !important;
}
.official-profile-text span {
  background: #FFF39A;
  font-weight: bold;
}

.official-profile-link {
  display: block;
}
.official-profile-link a {
  font-size: 1.4rem;
  box-shadow: none;
  font-weight: normal;
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 60px;
  padding: 1.5rem 1rem;
}
.official-profile-link a:hover {
  background: none;
  color: #000;
  outline: 2px solid #000;
}
@media screen and (min-width: 640px) {
  .official-profile-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .official-profile-link a {
    font-size: 1.4rem;
    box-shadow: none;
    font-weight: normal;
    width: 49%;
    background: #000;
    color: #fff;
    border-radius: 60px;
    padding: 1.5rem 1rem;
  }
  .official-profile-link a:hover {
    background: none;
    color: #000;
    outline: 2px solid #000;
  }
}

.official-service {
  padding: 8rem 0;
  position: relative;
}
.official-service::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../img/official-service-text.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 300px;
  height: 68px;
}
@media screen and (min-width: 640px) {
  .official-service {
    padding: 15rem 0;
    position: relative;
  }
  .official-service::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/official-service-text.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 400px;
    height: 68px;
  }
}

.official-service-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.official-service-inner h2 {
  display: flex;
  align-items: center;
  width: 15%;
  font-size: 2.8rem;
  writing-mode: vertical-lr;
  letter-spacing: 1.5rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .official-service-inner h2 {
    display: flex;
    align-items: center;
    width: 15%;
    font-size: 4.2rem;
    writing-mode: vertical-lr;
    letter-spacing: 1.5rem;
    line-height: 3.4rem;
  }
}

.official-service-wrap {
  width: 83%;
  border-left: 2px solid #000;
}

.official-service-item {
  display: block;
  padding: 3rem 1rem 3rem 2rem;
  border-bottom: 2px solid #000;
  margin: 0 0 2rem 0;
}
.official-service-item:last-child {
  padding: 3rem 1rem 3rem 2rem;
  border-bottom: 0px solid #000;
  margin: 0 0 0rem 0;
}
.official-service-item .num-text {
  font-size: 7rem;
  margin: 0rem 0rem 3rem 0;
  font-family: "Montserrat";
}
.official-service-item h3 {
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  margin: 0 0 1.5rem 0;
}
.official-service-item p {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  line-height: 3.4rem;
}
.official-service-item a {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  background: #000;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 3rem 0 0 0;
  display: block;
  float: none;
  border-radius: 60px;
  text-align: center;
}
.official-service-item a:hover {
  outline: 2px solid #000;
  background: none;
  color: #000;
}
@media screen and (min-width: 640px) {
  .official-service-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 6rem 6rem;
    border-bottom: 2px solid #000;
    margin: 0 0 6rem 0;
  }
  .official-service-item:last-child {
    padding: 0 0 0rem 6rem;
    border-bottom: 0px solid #000;
    margin: 0 0 0rem 0;
  }
  .official-service-item .num-text {
    font-size: 7rem;
    margin: 0rem 4rem 0 0;
    font-family: "Montserrat";
  }
  .official-service-item h3 {
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
    margin: 0 0 3rem 0;
  }
  .official-service-item p {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
  .official-service-item a {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    background: #000;
    color: #fff;
    padding: 1.5rem 3rem;
    margin: 3rem 0 0 0;
    display: inline-block;
    float: right;
    border-radius: 60px;
  }
  .official-service-item a:hover {
    outline: 2px solid #000;
    background: none;
    color: #000;
  }
}

.official-media {
  background: #E88F75;
  padding: 7rem 0 6rem 0;
  position: relative;
}
.official-media h2 {
  max-width: 480px;
  color: #fff;
  padding: 1rem;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  background: #000;
  text-align: center;
  position: relative;
  margin: 0 auto 4rem auto;
}
.official-media h2::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
  display: inline-block;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #000;
}
.official-media::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../img/official-media-text.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 300px;
  height: 68px;
}
.official-media::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  content: "";
  display: inline-block;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  border-top: 60px solid #E88F75;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .official-media {
    background: #E88F75;
    padding: 9rem 0 6rem 0;
    position: relative;
  }
  .official-media h2 {
    max-width: 480px;
    color: #fff;
    padding: 1rem;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    background: #000;
    text-align: center;
    position: relative;
    margin: 0 auto 7rem auto;
  }
  .official-media h2::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    content: "";
    display: inline-block;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #000;
  }
  .official-media::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/official-media-text.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 300px;
    height: 68px;
  }
  .official-media::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    content: "";
    display: inline-block;
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-top: 60px solid #E88F75;
    z-index: 1;
  }
}

.official-media-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 6rem 0;
}
.official-media-item img {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .official-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 9rem 0;
  }
  .official-media-item img {
    width: 25%;
  }
}

.official-media-history {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.official-media-history-top {
  display: block;
  margin: 0 0 0rem 0;
}
@media screen and (min-width: 640px) {
  .official-media-history-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 7rem 0;
  }
}

.official-media-history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border: 2px solid #000;
  padding: 6rem 3rem;
  position: relative;
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 640px) {
  .official-media-history-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    background: #fff;
    border: 2px solid #000;
    padding: 6rem 3rem;
    position: relative;
    margin: 0;
  }
}
.official-media-history-item h3 {
  background: #000;
  display: block;
  width: 215px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.official-media-history-item ul li {
  font-size: 1.6rem;
  margin: 0 0 1rem 1rem;
  list-style-type: disc;
  list-style-position: outside;
}

.official-media-history-item-bottom {
  width: 100%;
  padding: 5rem 3rem;
  margin: 0 0 0rem 0;
}
.official-media-history-item-bottom p {
  letter-spacing: 0.25rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 640px) {
  .official-media-history-item-bottom {
    width: 100%;
    padding: 5rem 3rem;
    margin: 0;
  }
  .official-media-history-item-bottom p {
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
}

.media-contact {
  padding: 10rem 0 10rem 0;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .media-contact {
    padding: 13rem 0 16rem 0;
    background: #fff;
  }
}

.media-contact-inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1rem;
}

.media-contact-letter {
  display: block;
  width: 265px;
  margin: 4rem auto;
  position: relative;
}
.media-contact-letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 132.5px solid transparent;
  border-right: 132.5px solid transparent;
  border-top: 95px solid #A8A8A8;
}
.media-contact-letter::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 130.5px solid transparent;
  border-right: 130.5px solid transparent;
  border-top: 93px solid #fff;
}
.media-contact-letter:hover::before {
  border-left: 132.5px solid transparent;
  border-right: 132.5px solid transparent;
  border-top: 93px solid #A8A8A8;
}
.media-contact-letter:hover::after {
  border-left: 130.5px solid transparent;
  border-right: 130.5px solid transparent;
  border-top: 75px solid #fff;
}
@media screen and (min-width: 640px) {
  .media-contact-letter {
    display: block;
    width: 265px;
    margin: 9rem auto;
    position: relative;
  }
  .media-contact-letter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 132.5px solid transparent;
    border-right: 132.5px solid transparent;
    border-top: 95px solid #A8A8A8;
  }
  .media-contact-letter::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 130.5px solid transparent;
    border-right: 130.5px solid transparent;
    border-top: 93px solid #fff;
  }
  .media-contact-letter:hover::before {
    border-left: 132.5px solid transparent;
    border-right: 132.5px solid transparent;
    border-top: 93px solid #A8A8A8;
  }
  .media-contact-letter:hover::after {
    border-left: 130.5px solid transparent;
    border-right: 130.5px solid transparent;
    border-top: 75px solid #fff;
  }
}

.contact-bottom-button {
  display: block;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 1rem;
}
.contact-bottom-button:hover {
  background: #fff;
  outline: 2px solid;
  color: #000;
}

.official-ba {
  padding: 5rem 0 1rem 0;
  background: #FFD2A0;
}
.official-ba::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../img/event-text.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 320px;
  height: 68px;
}
@media screen and (min-width: 640px) {
  .official-ba {
    padding: 10rem 0;
    background: #FFD2A0;
  }
  .official-ba::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/event-text.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 320px;
    height: 68px;
  }
}

.official-column-link {
  padding: 5rem 0;
}
@media screen and (min-width: 640px) {
  .official-column-link {
    padding: 10rem 0;
  }
}

.official-column-link-wrap {
  display: block;
  padding: 0 1rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .official-column-link-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 1rem;
    max-width: 900px;
    margin: 0 auto;
  }
}

.official-column-item {
  width: 100%;
  margin: 0 0 6rem 0;
}
.official-column-item:last-child {
  margin: 0;
}
.official-column-item img {
  width: 80%;
  margin: 0 0 2rem 0;
}
.official-column-item h2 {
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  padding: 1rem;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .official-column-item {
    width: 46%;
    margin: 0;
  }
  .official-column-item img {
    width: 80%;
    margin: 0 0 4rem 0;
  }
  .official-column-item h2 {
    font-size: 1.8rem;
    background: #000;
    color: #fff;
    padding: 1rem;
    margin: 0 0 3rem 0;
    text-align: center;
  }
}

.official-column-wrap a {
  font-size: 1.6rem;
  padding: 2.5rem 0;
  display: block;
  border-bottom: 1px dashed #000;
  letter-spacing: 0.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.official-column-wrap a span {
  margin: 0 2rem 0 0;
}
.official-column-wrap .item-link {
  width: 100%;
  text-align: center;
  border-bottom: none;
  background: #000;
  color: #000;
  display: block;
  padding: 1rem;
  margin: 3rem 0 0 0;
  border-radius: 60px;
  background: #FBF2E8;
  border: 1px solid #000;
  float: none;
}
@media screen and (min-width: 640px) {
  .official-column-wrap a {
    font-size: 1.6rem;
    padding: 2.5rem 0;
    display: block;
    border-bottom: 1px dashed #000;
    letter-spacing: 0.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .official-column-wrap a span {
    margin: 0 2rem 0 0;
  }
  .official-column-wrap .item-link {
    width: 220px;
    text-align: center;
    border-bottom: none;
    background: #000;
    color: #000;
    display: block;
    padding: 1rem;
    margin: 3rem 0 0 0;
    border-radius: 60px;
    background: #FBF2E8;
    border: 1px solid #000;
    float: right;
  }
}

.official-seminar::before {
  background: url("../img/official-seminar-text.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0%;
}
@media screen and (min-width: 640px) {
  .official-seminar::before {
    background: url("../img/official-seminar-text.svg") no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 40%;
  }
}

.official-seminar-inner {
  background: url("../img/official-seminar-mv.webp") no-repeat;
  background-size: cover;
  background-position: top 0 left 60%;
}
.official-seminar-inner h1 {
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) {
  .official-seminar-inner {
    background: url("../img/official-seminar-mv.webp") no-repeat;
    background-size: cover;
    background-position: none;
  }
  .official-seminar-inner h1 {
    font-size: 2.4rem;
  }
}

.official-seminar-mv-text {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 1rem;
}
.official-seminar-mv-text p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.25rem;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .official-seminar-mv-text {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .official-seminar-mv-text p {
    font-size: 1.6rem;
    text-align: right;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
}

.official-seminar-service {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .official-seminar-service {
    padding: 9rem 0;
  }
}

.official-seminar-service-inner {
  max-width: 1130px;
  margin: 0 auto 0rem auto;
  padding: 0 1rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .official-seminar-service-inner {
    max-width: 1130px;
    margin: 0 auto 0rem auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.official-seminar-service-item {
  padding: 0 0rem;
  border-right: 0px solid #000;
  margin: 0 0 8rem 0;
}
.official-seminar-service-item:last-child {
  border-right: 0;
  margin: 0;
}
.official-seminar-service-item h2 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  margin: 0 0 2rem 0;
  letter-spacing: 0.34rem;
}
.official-seminar-service-item h2 span {
  font-size: 8rem;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0 0 3rem 0;
}
.official-seminar-service-item h3 {
  font-size: 1.6rem;
  background: #E88F75;
  padding: 1rem;
  text-align: center;
}
.official-seminar-service-item ul {
  background: #fff;
  padding: 1.5rem;
  margin: 0 0 3rem 0;
}
.official-seminar-service-item ul li {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.25rem;
}
.official-seminar-service-item ul li:before {
  content: "";
  width: 15px;
  height: 5px;
  display: block;
  background: #E88F75;
  flex: 0 0 auto;
  margin: 0 1rem 0 0;
}
.official-seminar-service-item ul li:last-child {
  margin: 0;
}
.official-seminar-service-item img {
  height: 170px;
  object-fit: cover;
  margin: 0 0 2rem 0;
}
.official-seminar-service-item p {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.25rem;
  margin: 0 0 2rem 0;
}
.official-seminar-service-item a {
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  padding: 1.5rem;
  display: block;
  letter-spacing: 0.25rem;
  text-align: center;
  border-radius: 60px;
}
.official-seminar-service-item a:hover {
  color: #000;
  background: #fff;
  outline: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .official-seminar-service-item {
    margin: 0;
    padding: 0 3rem;
    border-right: 1px solid #000;
  }
  .official-seminar-service-item:last-child {
    border-right: 0;
  }
  .official-seminar-service-item h2 {
    font-size: 2.8rem;
    line-height: 4.5rem;
    margin: 0 0 2rem 0;
    letter-spacing: 0.34rem;
  }
  .official-seminar-service-item h2 span {
    font-size: 8rem;
    display: block;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0 0 3rem 0;
  }
  .official-seminar-service-item h3 {
    font-size: 1.6rem;
    background: #E88F75;
    padding: 1rem;
    text-align: center;
  }
  .official-seminar-service-item ul {
    background: #fff;
    padding: 1.5rem;
    margin: 0 0 3rem 0;
  }
  .official-seminar-service-item ul li {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.25rem;
  }
  .official-seminar-service-item ul li:before {
    content: "";
    width: 15px;
    height: 5px;
    display: block;
    background: #E88F75;
    flex: 0 0 auto;
    margin: 0 1rem 0 0;
  }
  .official-seminar-service-item ul li:last-child {
    margin: 0;
  }
  .official-seminar-service-item img {
    height: 170px;
    object-fit: cover;
    margin: 0 0 2rem 0;
  }
  .official-seminar-service-item p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2rem 0;
  }
  .official-seminar-service-item a {
    font-size: 1.4rem;
    background: #000;
    color: #fff;
    padding: 1.5rem;
    display: block;
    letter-spacing: 0.25rem;
    text-align: center;
    border-radius: 60px;
  }
  .official-seminar-service-item a:hover {
    color: #000;
    background: #fff;
    outline: 1px solid #000;
  }
}

.seminar-case {
  padding: 0rem 0 6rem 0;
}
.seminar-case a {
  color: #fff;
  text-align: center;
  letter-spacing: 0.35rem;
  background: #000;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  max-width: auto;
  width: 90%;
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminar-case a:before {
  content: "\e158";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 2rem 0 0;
}
.seminar-case a:hover {
  background: none;
  outline: 2px solid;
  color: #000;
}
@media screen and (min-width: 640px) {
  .seminar-case {
    padding: 0rem 0 12rem 0;
  }
  .seminar-case a {
    color: #fff;
    text-align: center;
    letter-spacing: 0.35rem;
    background: #000;
    padding: 2rem 1.5rem;
    font-size: 2rem;
    max-width: 680px;
    margin: 6rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seminar-case a:before {
    content: "\e158";
    font-family: "Material Icons";
    font-size: 3rem;
    margin: 0 2rem 0 0;
  }
  .seminar-case a:hover {
    background: none;
    outline: 2px solid;
    color: #000;
  }
}

.seminar-case-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFD2A0;
  padding: 4rem 2rem;
  border-radius: 0rem;
}
.seminar-case-inner h2 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .seminar-case-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFD2A0;
    padding: 6rem;
    border-radius: 1rem;
  }
  .seminar-case-inner h2 {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 0 6rem 0;
  }
}

.seminar-case-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .seminar-case-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .seminar-case-wrap::after {
    content: "";
    width: 32%;
    display: block;
  }
}

.seminar-case-item {
  width: 100%;
  background: #fff;
  padding: 2rem;
  margin: 0 0 2rem 0;
  border-top: 5px solid #E88F75;
}
.seminar-case-item h3 {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
.seminar-case-item ul li {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin: 0 0 2rem 0;
  display: flex;
  align-items: flex-start;
}
.seminar-case-item ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #E88F75;
  margin: 0 1.5rem 0 0;
  margin-top: 7px;
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .seminar-case-item {
    width: 32%;
    background: #fff;
    padding: 3rem;
    margin: 0 0 2rem 0;
    border-top: 5px solid #E88F75;
  }
  .seminar-case-item h3 {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .seminar-case-item ul li {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 2rem 0;
    display: flex;
    align-items: flex-start;
  }
  .seminar-case-item ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #E88F75;
    margin: 0 1.5rem 0 0;
    margin-top: 7px;
    flex-shrink: 0;
  }
}

.contact {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 7rem 0;
  }
}

.contact-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0rem 1rem;
}
.contact-inner .contact-logo {
  width: 84px;
  object-fit: contain;
  margin: 0 auto 3rem auto;
}
.contact-inner h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.35rem;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .contact-inner h2 {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.35rem;
    margin: 0 0 3rem 0;
  }
}

.contact-text p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
  margin: 0 0 3rem 0;
}
.contact-text p a {
  color: blue;
}
@media screen and (min-width: 640px) {
  .contact-text p {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 3.4rem;
    margin: 0 0 5rem 0;
  }
  .contact-text p a {
    color: blue;
  }
}

.contact-form-wrap {
  background: #fff;
  padding: 2rem;
  border-radius: 2rem;
  position: relative;
  border: 3px solid #E88F75;
}
.contact-form-wrap .ServiceContent {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .contact-form-wrap {
    background: #fff;
    padding: 5rem;
    border-radius: 2rem;
    position: relative;
    border: 3px solid #E88F75;
  }
  .contact-form-wrap .ServiceContent {
    max-width: 700px;
    margin: 0 auto;
  }
}

.contact-type {
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
}
.contact-type .ContactSelecter {
  display: block;
  margin: 0 0 4rem 0;
}
.contact-type .ContactSelecter a {
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  font-feature-settings: "palt";
  background: #FFE1BF;
  color: #E88F75;
  padding: 1.5rem 2rem;
  margin: 0 0rem 1rem 0;
  border-radius: 0;
  position: relative;
}
.contact-type .ContactSelecter a:hover {
  background: #E88F75;
  color: #fff;
}
.contact-type .ContactSelecter a:after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 3rem;
  position: absolute;
  top: 23%;
  right: 2%;
}
.contact-type .ContactSelecter .active {
  background: #E88F75;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .contact-type {
    margin: 0;
  }
  .contact-type .ContactSelecter {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 4rem 0;
  }
  .contact-type .ContactSelecter a {
    display: flex;
    align-items: center;
    width: 32.5%;
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    font-feature-settings: "palt";
    background: #FFE1BF;
    color: #E88F75;
    padding: 1.5rem 2rem;
    margin: 0 1rem 1rem 0;
    border-radius: 0 0;
  }
  .contact-type .ContactSelecter a:hover {
    background: #E88F75;
    color: #fff;
  }
  .contact-type .ContactSelecter a:nth-child(3) {
    margin: 0 0 1rem 0;
  }
  .contact-type .ContactSelecter a:nth-child(6) {
    margin: 0 0 1rem 0;
  }
  .contact-type .ContactSelecter .active {
    background: #E88F75;
    color: #fff;
  }
}

.form-item {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  border-bottom: 1px dashed #E88F75;
  margin: 0 0 2rem 0rem;
  padding: 0 0 2rem 0;
}
.form-item input {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #E88F75;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  letter-spacing: 0.3rem;
}
.form-item ::placeholder {
  color: #9F9F9F;
}
.form-item label {
  font-weight: bold;
  display: block;
  margin: 0 0 1rem 0;
}
.form-item label span {
  font-size: 1.3rem;
  background: #CB0241;
  padding: 0.2rem 0.5rem;
  color: #fff;
  margin: 0 0 0 1rem;
}
.form-item select {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #E88F75;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  letter-spacing: 0.3rem;
  cursor: pointer;
  position: relative;
}
.form-item textarea {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #E88F75;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  letter-spacing: 0.3rem;
}
.form-item input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}
.form-item h3 {
  font-size: 1.6rem;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0 0 2rem 0;
}
.form-item h3 span {
  font-size: 1.3rem;
  background: #CB0241;
  padding: 0.2rem 0.5rem;
  color: #fff;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .form-item h3 {
    font-size: 1.6rem;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.5rem 2rem;
    margin: 0 0 2rem 0;
  }
}
.form-item .date {
  margin: 0 0 1.5rem 0;
}

input[type=radio] {
  pointer-events: none;
  /* ←これがあるとクリックできません */
}

.radio {
  appearance: auto;
  transform: scale(1.5);
  /* 1.5倍に拡大 */
  vertical-align: middle;
  /* テキストとのズレを調整 */
  width: auto !important;
  margin: 0 1rem 0 0;
  display: inline-block !important;
}

#submit-btn {
  font-size: 2.2rem;
  letter-spacing: 0.35rem;
  display: block;
  background: #E88F75;
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 1rem;
  cursor: pointer;
}

.form-address-item {
  display: block !important;
}

.form-item-check-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .form-item-check-wrap {
    display: flex;
    align-items: flex-start;
  }
}

.form-item-check-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-item-check-box p {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .form-item-check-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .form-item-check-box p {
    font-size: 1.4rem;
  }
}

.form-item-check {
  width: 100%;
}
.form-item-check a {
  color: blue;
}
.form-item-check p {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .form-item-check {
    width: 80%;
  }
  .form-item-check a {
    color: blue;
  }
  .form-item-check p {
    font-size: 1.4rem;
  }
}

#privacy-check {
  width: 15px;
  height: 15px;
  margin: 0 1rem 0 0;
}

.event-wrap {
  padding: 2rem 0 0 0;
}
.event-wrap .gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-wrap .gallery img {
  width: 48%;
  height: 200px;
  object-fit: cover;
  margin: 0 0 2rem 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event-wrap .gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 640px) {
  .event-wrap {
    padding: 3rem 0 0 0;
  }
  .event-wrap .gallery {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .event-wrap .gallery img {
    width: 31%;
    height: 380px;
    object-fit: cover;
    margin: 0 0 2rem 0;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .event-wrap .gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
}

.hidden-images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hidden-images img {
  width: 48%;
  height: 200px;
  object-fit: cover;
  margin: 0 0 2rem 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hidden-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 640px) {
  .hidden-images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hidden-images img {
    width: 31%;
    height: 450px;
    object-fit: cover;
    margin: 0 0 2rem 0;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hidden-images img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
}

#modalImage {
  object-fit: contain;
}

.event-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.event-modal .close {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 5%;
}
@media screen and (min-width: 640px) {
  .event-modal .close {
    top: 10%;
    bottom: auto;
    left: 5%;
    right: auto;
  }
}

.event-modal-content {
  padding: 3rem;
  overflow: scroll;
}
.event-modal-content img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .event-modal-content {
    padding: 6rem;
    overflow: scroll;
  }
  .event-modal-content img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.event-hidden-btn button {
  display: block;
  margin: 1rem auto 2rem auto;
  width: 320px;
  background: #000;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 20px;
  cursor: pointer;
}
.event-hidden-btn button:hover {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .event-hidden-btn button {
    display: block;
    margin: 3rem auto 0 auto;
    width: 320px;
    background: #000;
    color: #fff;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 20px;
    cursor: pointer;
  }
  .event-hidden-btn button:hover {
    color: #000;
    background: #fff;
  }
}/*# sourceMappingURL=page.css.map */