*,
::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;
}

body {
  position: relative;
}

.mainvisual-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainvisual-video {
  width: 100%;
  height: 800px;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .mainvisual-video {
    width: 55%;
    height: 800px;
    border-radius: 0 0 50% 0;
    overflow: hidden;
  }
}

.mainvisual-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner .logo {
  width: 50px;
  height: 80px;
  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;
  }
}

.mainvisual {
  padding: 30px 0 40px 0;
}
@media screen and (min-width: 640px) {
  .mainvisual {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 821px) {
  .mainvisual {
    padding: 40px 0 70px 0;
  }
}

.mainvisual-inner {
  height: 420px;
  display: block;
  position: relative;
}
.mainvisual-inner::before {
  content: none;
  position: absolute;
  top: 70%;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .mainvisual-inner {
    height: 600px;
    display: block;
    position: relative;
  }
  .mainvisual-inner::before {
    content: none;
    position: absolute;
    top: 70%;
    z-index: 2;
  }
}
@media screen and (min-width: 821px) {
  .mainvisual-inner {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .mainvisual-inner::before {
    content: url("../img/scroll-item.svg");
    position: absolute;
    top: 70%;
    z-index: 2;
  }
}

.main-visual-text {
  width: 100%;
}
.main-visual-text h1 span {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  background: #E88F75;
  padding: 1rem 1rem;
  border: 3px solid #000;
  box-shadow: 0.3rem 0.3rem 0 #000;
  margin: 0 0 3.6rem 0;
  display: block;
  text-align: center;
  float: none;
}
.main-visual-text p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
  float: right;
  margin: 2rem 0 0 0;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .main-visual-text {
    width: 100%;
  }
  .main-visual-text h1 span {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.3rem;
    background: #E88F75;
    padding: 1rem 6rem;
    border: 3px solid #000;
    box-shadow: 0.3rem 0.3rem 0 #000;
    margin: 0 0 3.6rem 0;
    display: inline-block;
    text-align: center;
    float: right;
  }
  .main-visual-text p {
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
    float: right;
    margin: 4rem 0 0 0;
    font-weight: 400;
  }
}
@media screen and (min-width: 821px) {
  .main-visual-text {
    width: 60%;
  }
  .main-visual-text h1 span {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.3rem;
    background: #E88F75;
    padding: 1rem 6rem;
    border: 3px solid #000;
    box-shadow: 0.3rem 0.3rem 0 #000;
    margin: 0 0 3.6rem 0;
    display: inline-block;
    float: right;
  }
  .main-visual-text p {
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    font-feature-settings: "palt";
    float: right;
    margin: 4rem 0 0 0;
    font-weight: 400;
  }
}

.tab-btn {
  background: #FFD2A0;
  padding: 4rem 0;
  position: relative;
}
.tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: repeating-linear-gradient(45deg, #E88F75, #E88F75 0.3rem, transparent 0.3rem, transparent 0.6rem);
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
}
@media screen and (min-width: 821px) {
  .tab-btn {
    background: #FFD2A0;
    padding: 7rem 0;
    position: relative;
  }
  .tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60%;
    height: 25px;
    background-image: repeating-linear-gradient(45deg, #E88F75, #E88F75 0.3rem, transparent 0.3rem, transparent 0.6rem);
    background-position: center bottom 0.4rem;
    background-repeat: repeat-x;
  }
}

.tab-btn-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 1rem;
}
.tab-btn-inner ul {
  display: block;
}
.tab-btn-inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 4rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  background: #FFE1BF;
  color: #E88F75;
  padding: 2.5rem 4rem;
  cursor: pointer;
}
.tab-btn-inner ul li:last-child {
  margin: 0;
}
.tab-btn-inner ul .active {
  background: #fff;
  border: 3px solid #E88F75;
  position: relative;
}
.tab-btn-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%);
}
.tab-btn-inner ul .house:before {
  content: "";
  background: url("../img/house-icon.svg") no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin: 0 3rem 0 0;
}
.tab-btn-inner ul .company:before {
  content: "";
  background: url("../img/company-icon.svg") no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin: 0 3rem 0 0;
}
@media screen and (min-width: 821px) {
  .tab-btn-inner ul {
    display: flex;
    justify-content: space-between;
  }
  .tab-btn-inner ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    font-size: 2.2rem;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.3rem;
    background: #FFE1BF;
    color: #E88F75;
    padding: 2.5rem 4rem;
    cursor: pointer;
  }
  .tab-btn-inner ul .active {
    background: #fff;
    border: 3px solid #E88F75;
    position: relative;
  }
  .tab-btn-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%);
  }
  .tab-btn-inner ul .house:before {
    content: "";
    background: url("../img/house-icon.svg") no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin: 0 3rem 0 0;
  }
  .tab-btn-inner ul .company:before {
    content: "";
    background: url("../img/company-icon.svg") no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin: 0 3rem 0 0;
  }
}

.HouseCleaning {
  background: #FFFBF1 !important;
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .HouseCleaning {
    background: #FFFBF1 !important;
    padding: 7rem 0 4rem 0;
  }
}

.service-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.service-logo {
  width: 84px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

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

.graff-text {
  max-width: 750px;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.35rem;
  text-align: center;
  background-image: none;
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
  background-size: auto 40%;
}
@media screen and (min-width: 640px) {
  .graff-text {
    max-width: 750px;
    margin: 0 auto;
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.35rem;
    text-align: center;
    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%;
  }
}

.HouseCleaning-Graff {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .HouseCleaning-Graff {
    max-width: 700px;
    margin: 0 auto;
    padding: 6rem 0 5rem 0;
  }
}

.graff-description p {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
  line-height: 2.8rem;
  margin: 0 0 1.5rem 0;
}
.graff-description p:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .graff-description p {
    font-size: 1.6rem;
    letter-spacing: 0.18rem;
    line-height: 2.8rem;
    margin: 0 0 2rem 0;
  }
}

.message {
  background: url("../img/read-bg.webp") no-repeat;
  background-size: cover;
  padding: 8rem 0 5rem 0;
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  top: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid #FFFBF1;
}
@media screen and (min-width: 640px) {
  .message {
    background: url("../img/read-bg.webp") no-repeat;
    background-size: cover;
    padding: 17.5rem 0 8.5rem 0;
    position: relative;
  }
  .message::before {
    content: "";
    position: absolute;
    top: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 88px solid #FFFBF1;
  }
}

.message-inner {
  max-width: 1000px;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 5rem;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0 1rem;
}
.message-inner h2 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.message-inner h2 span {
  display: block;
  font-size: 4.2rem;
  line-height: 5.6rem;
  letter-spacing: 0.6rem;
  font-weight: 900;
  border: 2px solid #fff;
  padding: 2rem;
  margin: 2rem 0;
}
@media screen and (min-width: 640px) {
  .message-inner h2 {
    color: #fff;
    font-size: 2.8rem;
  }
  .message-inner h2 span {
    display: block;
    font-size: 5.6rem;
    letter-spacing: 0.6rem;
    font-weight: 900;
    border: 2px solid #fff;
    padding: 2rem;
    margin: 3rem 0;
  }
}

.review {
  padding: 6rem 0 5rem 0;
  position: relative;
}
.review::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: repeating-linear-gradient(45deg, #E88F75, #E88F75 0.3rem, transparent 0.3rem, transparent 0.6rem);
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
}
@media screen and (min-width: 640px) {
  .review {
    padding: 7rem 0 10rem 0;
    position: relative;
  }
  .review::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: repeating-linear-gradient(45deg, #E88F75, #E88F75 0.3rem, transparent 0.3rem, transparent 0.6rem);
    background-position: center bottom 0.4rem;
    background-repeat: repeat-x;
  }
}

.review-inner h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 5rem 0;
}
.review-inner h2 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 200px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.review-inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}

.review-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.review-card {
  width: 48%;
  background: #fff;
  padding: 2rem 2rem 10rem 2rem;
  border-radius: 2rem;
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  margin: 0 0 2rem 0;
}
.review-card:last-child {
  margin: 0;
}
.review-card:nth-child(3) {
  margin: 0;
}
.review-card p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .review-card {
    width: 23%;
    background: #fff;
    padding: 2rem 2rem 10rem 2rem;
    border-radius: 2rem;
    position: relative;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    margin: 0;
  }
  .review-card p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 500;
  }
}

.review-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.review-profile img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 2rem 0 0;
}
.review-profile p {
  font-size: 1.4rem;
}

.features {
  position: relative;
}

.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-title p {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  background: #E88F75;
  padding: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-title p::before {
  content: "\e834";
  font-family: "Material Icons";
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.features-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;
}
.features-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) {
  .features-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;
  }
  .features-title p::before {
    content: "\e834";
    font-family: "Material Icons";
    font-size: 4rem;
    margin: 0 1rem 0 0;
  }
  .features-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;
  }
  .features-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%);
  }
}

.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;
  }
}

.main-cta {
  background: none;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0 0 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 {
  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;
  }
}

.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);
}

.HomeStaging {
  background: #fff;
  padding: 5rem 0 6rem 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;
}
.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-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 {
  top: 65%;
  left: 10px;
  width: 35px;
  height: 35px;
}
.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 {
  top: 65%;
  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: 7rem 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;
}
.HomeStaging-Features-inner h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  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-Features-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-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-Features {
  padding: 0 0 7rem 0;
  position: relative;
}
.HomeStaging-Features::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 25px;
  background-image: repeating-linear-gradient(45deg, #E88F75, #E88F75 0.3rem, transparent 0.3rem, transparent 0.6rem);
  background-repeat: repeat-x;
}

.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 {
  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;
  }
}

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

.case {
  background: #FFD2A0;
  padding: 5rem 0 3rem 0;
  margin: 0 0 4rem 0;
}
.case p {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .case {
    background: #FFD2A0;
    padding: 7rem 0;
    margin: 0;
  }
  .case p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.2rem;
    margin: 5rem 0 0 0;
  }
}

.case-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}
.case-inner h2 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
  margin: 0rem 0 4rem 0;
}
.case-inner h2 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 300px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.case-inner h2:after {
  content: "";
  display: block;
  background: #000;
  width: 50px;
  height: 3px;
  margin: 3rem auto 0 auto;
}
.case-inner 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: 3rem auto 0 auto;
  border: 2px solid #000;
}
.case-inner a:hover {
  background: #FBF2E8;
  color: #000;
}
@media screen and (min-width: 640px) {
  .case-inner 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;
  }
  .case-inner a:hover {
    background: #FBF2E8;
    color: #000;
  }
}

.BaSelecter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .BaSelecter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 7rem 0;
  }
}
.BaSelecter li {
  font-size: 1.6rem;
  background: #FFE1BF;
  width: 32%;
  padding: 1rem;
  color: #E88F75;
  cursor: pointer;
  margin: 0 0 1rem 0;
  text-align: center;
  font-weight: 500;
}
.BaSelecter li:hover {
  background: #fff;
}
@media screen and (min-width: 640px) {
  .BaSelecter li {
    font-size: 1.8rem;
    background: #FFE1BF;
    width: 32%;
    padding: 1rem;
    color: #E88F75;
    cursor: pointer;
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: 500;
  }
  .BaSelecter li:hover {
    background: #fff;
  }
}
.BaSelecter .active {
  background: #fff;
  outline: 3px solid #E88F75;
}

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

.media-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.media-inner .media-logo {
  display: block;
  width: 84px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto 4rem auto;
}
.media-inner h2 {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
.media-inner h2 span {
  display: inline-block;
  margin: 1rem 0 0 0;
  background-image: none;
  background-position: center bottom 0.4rem;
  background-repeat: repeat-x;
  background-size: auto 40%;
}
@media screen and (min-width: 640px) {
  .media-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.25rem;
  }
  .media-inner h2 span {
    display: inline-block;
    margin: 1rem 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%;
  }
}

.media-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 4rem 0;
}
@media screen and (min-width: 640px) {
  .media-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 6rem 0 8rem 0;
  }
}

.media-item {
  width: 100%;
  margin: 0 2rem;
}
.media-item img {
  object-fit: cover;
  height: auto;
}
.media-item p {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 2.2rem;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .media-item {
    width: 30%;
  }
  .media-item img {
    object-fit: cover;
    height: 390px;
  }
  .media-item p {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    line-height: 2.2rem;
    margin: 2rem 0 0 0;
  }
}

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

.instructor-wrap {
  max-width: 700px;
  margin: 0 auto;
  border: 3px solid #000;
  padding: 3rem 2rem;
}
@media screen and (min-width: 640px) {
  .instructor-wrap {
    max-width: 700px;
    margin: 0 auto;
    border: 3px solid #000;
    padding: 3rem;
  }
}

.instructor-item {
  display: block;
}
.instructor-item img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  margin: 0 auto 2rem auto;
}
@media screen and (min-width: 640px) {
  .instructor-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .instructor-item img {
    width: 105px;
    height: 105px;
    object-fit: contain;
    margin: 0 2.5rem 0 0;
  }
}

.instructor-text {
  margin: 0 0 2rem 0;
}
.instructor-text h3 {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 3.4rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.instructor-text h3 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
}
.instructor-text p {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 640px) {
  .instructor-text {
    margin: 0 0 2rem 0;
  }
  .instructor-text h3 {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
    margin: 0 0 1.5rem 0;
    text-align: left;
  }
  .instructor-text h3 span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
  }
  .instructor-text p {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    line-height: 2.4rem;
  }
}

.instructor-link {
  display: block;
}
.instructor-link a {
  display: block;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  padding: 1.5rem 3rem;
  text-align: center;
  background: #000;
  letter-spacing: 0.25rem;
  color: #fff;
  border-radius: 60px;
  margin: 0 0 1.5rem 0;
}
.instructor-link a:last-child {
  margin: 0;
}
.instructor-link a:hover {
  color: #000;
  background: #fff;
  outline: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .instructor-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .instructor-link a {
    font-size: 1.6rem;
    padding: 1.3rem 4.2rem;
    background: #000;
    letter-spacing: 0.25rem;
    font-feature-settings: initial;
    color: #fff;
    border-radius: 60px;
    margin: 0;
  }
  .instructor-link a:hover {
    color: #000;
    background: #fff;
    outline: 1px solid #000;
  }
}

.common-service-inner {
  padding: 9rem 1rem 3rem 1rem;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.common-service-inner h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 4rem 0;
  letter-spacing: 0.25rem;
}
.common-service-inner h2 span {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 200px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  background: #000;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}
.common-service-inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .common-service-inner {
    padding: 9rem 1rem;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
  .common-service-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 7rem 0;
    letter-spacing: 0.25rem;
  }
  .common-service-inner h2 span {
    display: block;
    margin: 0 auto 2rem auto;
    max-width: 200px;
    text-align: center;
    font-family: "Montserrat";
    color: #fff;
    background: #000;
    font-size: 2rem;
    padding: 0.5rem 3rem;
  }
  .common-service-inner h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #000;
    margin: 2rem auto 0 auto;
  }
}

.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%);
  }
}

.bottom-box .prev-arrow {
  top: 40%;
  left: 10px;
  width: 35px;
  height: 35px;
}
.bottom-box .prev-arrow:before {
  width: 15px;
  height: 15px;
}
.bottom-box .next-arrow {
  top: 40%;
  right: 10px;
  width: 35px;
  height: 35px;
}
.bottom-box .next-arrow:before {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 640px) {
  .bottom-box .prev-arrow {
    top: 50%;
    left: -100px;
    width: 60px;
    height: 60px;
  }
  .bottom-box .prev-arrow:before {
    width: 20px;
    height: 20px;
  }
  .bottom-box .next-arrow {
    top: 50%;
    right: -100px;
    width: 60px;
    height: 60px;
  }
  .bottom-box .next-arrow:before {
    width: 20px;
    height: 20px;
  }
}

.common-service-item {
  display: block !important;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 3rem 0;
  margin: 0 2rem;
}
@media screen and (min-width: 640px) {
  .common-service-item {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 3rem 0;
    margin: 0;
  }
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 60px;
  height: 60px;
  background: #5F4631;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.next-arrow {
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 3;
}

.prev-arrow {
  position: absolute;
  left: -100px;
  top: 50%;
  z-index: 3;
  transform: rotate(180deg);
  margin-right: 20px;
}

.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);
}

.slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.sp-img {
  display: block !important;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .sp-img {
    display: none !important;
  }
}

.pc-img {
  display: none !important;
  max-width: 450px;
  height: 395px;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .pc-img {
    display: block !important;
    max-width: 450px;
    height: 395px;
    object-fit: cover;
  }
}

.common-service-text {
  margin: 0 0rem 0 0;
}
.common-service-text h3 {
  font-size: 3rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
}
.common-service-text p {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 3rem;
  margin: 3rem 0;
}
.common-service-text a {
  font-size: 1.8rem;
  color: #fff;
  background: #5F4631;
  max-width: 350px;
  display: block;
  padding: 1.6rem 0;
  text-align: center;
  letter-spacing: 0.2rem;
  border-radius: 1rem;
  font-weight: bold;
  box-shadow: 0.3rem 0.3rem #000;
}
.common-service-text a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .common-service-text {
    margin: 0 5rem 0 0;
  }
  .common-service-text h3 {
    font-size: 4rem;
    letter-spacing: 0.25rem;
    font-weight: bold;
  }
  .common-service-text p {
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 3rem;
    margin: 3rem 0;
  }
  .common-service-text a {
    font-size: 1.8rem;
    color: #fff;
    background: #5F4631;
    max-width: 350px;
    display: block;
    padding: 1.6rem 0;
    text-align: center;
    letter-spacing: 0.2rem;
    border-radius: 1rem;
    font-weight: bold;
    box-shadow: 0.3rem 0.3rem #000;
  }
  .common-service-text a:hover {
    opacity: 0.8;
  }
}

.ceo-message {
  padding: 0 0 4rem 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .ceo-message {
    padding: 0 0 24rem 0;
    position: relative;
  }
}

.ceo-message-img-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ceo-message-img-wrap img {
  width: 33.3%;
}

.ceo-message-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .ceo-message-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 8rem 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.ceo-profile {
  width: 240px;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .ceo-profile {
    width: 240px;
    margin: 0 5rem 0 0;
  }
}
.ceo-profile img {
  border: 3px solid #000;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 1.5rem 0;
}
.ceo-profile p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.ceo-profile p span {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  display: block;
}
.ceo-profile a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 60px;
  margin: 2rem 0 0 0;
  border: 1px solid #000;
}
.ceo-profile a:hover {
  background: #FBF2E8;
  color: #000;
}

.ceo-text {
  width: 100%;
  background: #fff;
  padding: 3rem 2.4rem;
  border-radius: 1rem;
  border: 3px solid #000;
  position: relative;
}
.ceo-text h2 {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem 0;
  line-height: 5rem;
}
.ceo-text h2 span {
  background: linear-gradient(transparent 50%, yellow 70%);
}
.ceo-text p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.ceo-text::before {
  position: absolute;
  content: "";
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: block;
  border-top: 30px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 0px solid transparent;
}
@media screen and (min-width: 640px) {
  .ceo-text {
    width: 80%;
    background: #fff;
    padding: 5rem;
    border-radius: 1rem;
    border: 3px solid #000;
    position: relative;
  }
  .ceo-text h2 {
    display: inline-block;
    font-size: 3.4rem;
    letter-spacing: 0.25rem;
    margin: 0 0 3rem 0;
    line-height: 5rem;
  }
  .ceo-text h2 span {
    background: linear-gradient(transparent 50%, yellow 70%);
  }
  .ceo-text p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: normal;
  }
  .ceo-text::before {
    position: absolute;
    content: "";
    top: 10%;
    bottom: auto;
    left: -30px;
    transform: none;
    display: block;
    border-top: 20px solid transparent;
    border-right: 30px solid #000;
    border-left: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }
}/*# sourceMappingURL=top.css.map */