@charset "UTF-8";

body {
  position: relative;
}
.main_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main_wrapper .mv_wraper {
  position: relative;
}
.main_wrapper .mv_wraper .mv_img {
  max-height: 450px;
}
.main_wrapper .mv_wraper .mv_img img {
  width: 100vw;
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.main_wrapper .mv_wraper .mv_txt {
  color: #fff;
  position: absolute;
  top: min(70 / 1920 * 100vw, 70px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: max(-120 / 1200 * 100vw, -120px);
}
.main_wrapper .mv_wraper .mv_txt .service_flex {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  margin-bottom: 20px;
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap .service_mv_img {
  width: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap span {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-right: 8px;
}
.main_wrapper .mv_wraper h1 {
  font-size: clamp(1.875rem, 0.319rem + 3.24vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 10px;
}
.main_wrapper .mv_wraper .mv_ttl {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 5px;
}
.main_wrapper .mv_wraper .mv_com {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.main_wrapper .service-menu_wrap li:nth-child(2) a {
  background-color: #fff;
  cursor: default;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a:hover {
  opacity: 1;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a .svc-curve svg path {
  fill: #fff;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a .svc-badge-text, .main_wrapper .service-menu_wrap li:nth-child(2) a .menu_ttl_wrap p {
  color: #5cc00e;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a .menu_ttl_wrap figure.menu_ico_show {
  display: none;
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure.menu_ico_house-cleaning {
  display: block;
}

.main_contents .menu_wrapper {
  margin: 180px 0 100px;
  border-bottom: 2px solid #5cc00e;
}
.main_contents .menu_wrap {
  max-width: 1150px;
  display: flex;
  margin: 0 auto 10px;
}
.main_contents .menu_wrap li {
  width: calc(94% / 4);
  margin-right: 2%;
  text-align: center;
}
.main_contents .menu_wrap li:last-child {
  margin: 0;
}
.main_contents .menu_wrap li a {
  margin-bottom: 10px;
}
.main_contents .menu_wrap li a .menu_txt {
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.main_contents .menu_wrap li a .menu_txt::after {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/menu_arrow_green.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.main_contents .menu_wrap li a img {
  width: 30px;
  margin: 0 auto;
}
.house-cleaning_top_area .problems_top_area {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("../images/problems_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.house-cleaning_top_area .problems_top_area .problems_top {
  width: 50%;
  margin-left: auto;
  padding: clamp(0.625rem, -4.931rem + 11.57vw, 3.75rem) 0 clamp(1.25rem, -5.417rem + 13.89vw, 5rem);
}
.house-cleaning_top_area .problems_top_area .problems_top h2 {
  font-size: clamp(1.5rem, -0.056rem + 3.24vw, 2.375rem);
  margin-bottom: 30px;
}
.house-cleaning_top_area .problems_top_area .problems_top h2 span {
  color: #5cc00e;
}
.house-cleaning_top_area .problems_top_area .problems_top .problems_checklist li {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  margin-bottom: clamp(0.5rem, -0.278rem + 1.62vw, 0.938rem);
  padding-left: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
  position: relative;
}
.house-cleaning_top_area .problems_top_area .problems_top .problems_checklist li:last-child {
  margin: 0;
}
.house-cleaning_top_area .problems_top_area .problems_top .problems_checklist li::before {
  content: "";
  width: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  height: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  display: inline-block;
  background-image: url("../images/problems_check.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.solution-box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
  border: 3px solid #5cc00e;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
  padding: 52px clamp(1.5rem, -2.944rem + 9.26vw, 4rem) 0;
}
.solution-box .solution-title {
  color: #5cc00e;
  font-size: clamp(1.375rem, 0.042rem + 2.78vw, 2.125rem);
  text-align: center;
  margin-bottom: 40px;
}
.solution-box .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.solution-box .feature-grid .feature-card {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 8%;
}
.solution-box .feature-grid .feature-card .feature-text {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
}

.lowerlayer_ttl_top {
  margin-bottom: 20px;
  text-align: center;
}
.lowerlayer_ttl_top .ttl_number {
  width: clamp(5rem, 1.667rem + 6.94vw, 6.875rem);
  margin: 0 auto 15px;
}
.lowerlayer_ttl_top h2 {
  display: inline-block;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_blue {
  color: #5cc00e;
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.lowerlayer_ttl_top h2 .ttl_txt {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_txt::before {
  content: "(";
  color: #5cc00e;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  left: 0;
}
.lowerlayer_ttl_top h2 .ttl_txt::after {
  content: ")";
  color: #5cc00e;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  right: 0;
}
.lowerlayer_lead {
  margin-bottom: 60px;
  text-align: center;
}
.lowerlayer_lead .lead_ttl {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  margin-bottom: 10px;
}
.lowerlayer_lead .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.problem_area {
  margin-bottom: 100px;
}
.problem_area .problem_area_wrap {
  padding-bottom: 80px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem_area .lowerlayer_ttl_top h2 .ttl_txt {
  padding: 0 clamp(3.75rem, 1.528rem + 4.63vw, 5rem);
}
.problem_area .lowerlayer_ttl_top {
  margin-bottom: 60px;
}
.problem_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem_list > li {
  margin-bottom: 40px;
  position: relative;
}
.problem_list > li:last-child {
  margin-bottom: 0;
}
.problem_list > li .circle_wrap {
  color: #fff;
  width: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);
  height: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);
  background-color: #5cc00e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: max(-20 / 1200 * 100vw, -20px);
  left: max(-20 / 1200 * 100vw, -20px);
}
.problem_list > li:nth-child(2n) .circle_wrap {
  right: max(-20 / 1200 * 100vw, -20px);
  left: auto;
}
.problem_list > li .circle_wrap .problem {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-bottom: 2px;
}
.problem_list > li .box_wrap {
  display: flex;
  align-items: center;
  background-color: #dfe7f2;
}
.problem_list > li .box_wrap figure {
  width: 25%;
}
.problem_list > li .box_wrap .txt_wrap {
  width: 75%;
  padding: 0 5%;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.problem_list > li .box_wrap .txt_wrap .english_head {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.313rem, -0.799rem + 2.31vw, 0.938rem);
}
.problem_list > li .box_wrap .txt_wrap h3 {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap > p {
  color: #fff;
  font-size: clamp(0.75rem, -0.139rem + 1.85vw, 1.25rem);
  line-height: 1.3;
  background-color: #5cc00e;
  padding: 5px 10px;
  margin-left: 20px;
  position: relative;
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap > p::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: #5cc00e;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 50%;
  transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: max(-10 / 1200 * 100vw, -10px);
}
.problem_list > li .box_wrap .txt_wrap .service_txt {
  margin-bottom: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem);
}
.problem_list > li .box_wrap .txt_wrap .recommend_head {
  margin-bottom: clamp(0.313rem, -0.243rem + 1.16vw, 0.625rem);
}
.problem_list > li .box_wrap .txt_wrap ul li {
  margin-bottom: clamp(0.25rem, -0.417rem + 1.39vw, 0.625rem);
}
.problem_list > li .box_wrap .txt_wrap ul li:last-child {
  margin-bottom: 0;
}
.problem_list > li .box_wrap .txt_wrap ul li > p {
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  border: 1px solid #5cc00e;
  padding: 2px 8px;
  display: inline-block;
}
.problem_list > li .circle_wrap .circle_number {
  width: clamp(0.938rem, -1.84rem + 5.79vw, 2.5rem);
}
.problem_list > li:nth-child(2n) .box_wrap {
  background-color: #e3e1e0;
}
.problem_area .problem_bottom_box_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.problem_area .problem_bottom_box_wrap .problem_bottom_box {
  width: 60%;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5% 2%;
  text-align: center;
}
.problem_area .problem_bottom_box_wrap .problem_bottom_box h3 {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
.problem_area .problem_bottom_box_wrap .problem_bottom_box p {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}

.problem_area .maintenance-plan_blue_bg {
  color: #fff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  background-color: #5cc00e;
  padding: 100px 0 5px;
  text-align: center;
}
.problem_area .maintenance-plan_blue_bg .blue_bg_top, .problem_area .maintenance-plan_blue_bg .blue_bg_middle, .problem_area .maintenance-plan_blue_bg .blue_bg_bottom {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem_area .maintenance-plan_blue_bg .blue_bg_top h3, .problem_area .maintenance-plan_blue_bg .blue_bg_middle h3, .problem_area .maintenance-plan_blue_bg .blue_bg_bottom h3 {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  border: 1px solid #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
  display: inline-block;
}
.problem_area  .maintenance-plan_blue_bg .blue_bg_lead {
  margin-bottom: 30px;
}
.problem_area  .maintenance-plan_blue_bg .blue_bg_lead .lead_txt {
  margin-bottom: 20px;
}
.problem_area  .maintenance-plan_blue_bg .blue_bg_lead .com_txt {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
}
.problem_area  .maintenance-plan_blue_bg .maintenance-plan_img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 60px;
}
.problem_area  .maintenance-plan_blue_bg .maintenance-plan_img_list li {
  width: calc(96% / 3);
}
.problem_area  .maintenance-plan_blue_bg .maintenance-plan_img_list li:nth-child(-n+3) {
  margin-bottom: 2%;
}
.problem_area  .maintenance-plan_blue_bg .maintenance-plan_img_list li figure figcaption {
  font-size: clamp(0.625rem, -0.042rem + 1.39vw, 1rem);
  margin-top: 5px;
}
.maintenance_area .problem_list {
  width: 80%;
  margin-bottom: 60px;
}
.maintenance_area .problem_list > li .box_wrap {
  align-items: start;
}
.maintenance_area .problem_list > li .box_wrap .txt_wrap {
  padding: clamp(0.625rem, -3.819rem + 9.26vw, 3.125rem) 5% 0;
}
.maintenance_area .problem_list > li .box_wrap .txt_wrap h3 {
  margin-bottom: clamp(0.5rem, -0.278rem + 1.62vw, 0.938rem);
}
.Singapore_area {
  background-color: #f4f1ef;
  margin-bottom: 80px;
}
.Singapore_area .Singapore_area_wrap {
  background-image: url("../images/Singapore_area_bg.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  text-align: center;
  padding: 80px 0;
}
.Singapore_area h3 {
  color: #fff;
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  background-color: #231815;
  padding: 10px 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.Singapore_area .Singapore_head {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  margin-bottom: 5px;
}
.Singapore_area .Singapore_subttl {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  margin-bottom: 10px;
}
.Singapore_area .Singapore_flex {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3%;
}
.Singapore_area .Singapore_flex li {
  width: calc(97% / 2);
  text-align: left;
}
.Singapore_area .Singapore_flex li figure {
  margin-bottom: 20px;
}
.Singapore_area .Singapore_flex li .Singapore_list_head {
  font-size: clamp(1rem, 0.333rem + 1.39vw, 1.375rem);
  margin-bottom: 10px;
}
.Singapore_area .Singapore_flex li .Singapore_list_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.Singapore_area .Singapore_flex li .Singapore_list_txt span {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
}
.plan_area {
  margin-bottom: 80px;
}
.plan_area .lowerlayer_ttl_top {
  margin-bottom: 60px;
}
.plan_area .reason_list {
  display: flex;
  gap: 5%;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.plan_area .reason_list li {
  width: calc(90% / 3);
}
.plan_area .reason_list .circle_wrap {
  color: #fff;
  width: clamp(5rem, 2.778rem + 4.63vw, 6.25rem);
  height: clamp(5rem, 2.778rem + 4.63vw, 6.25rem);
  background-color: #5cc00e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.plan_area .reason_list .circle_wrap .problem {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-bottom: 2px;
}
.plan_area .reason_list .circle_wrap .circle_number {
  width: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
}
.plan_area .reason_list .reason_sub_head {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
}
.plan_area .reason_list h3 {
  font-size:  clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  margin-bottom: 10px;
}
.plan_area .reason_list figure {
  width: 40%;
  margin: 0 auto 10px;
}
.plan_area .reason_list .reason_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  text-align: left;
}
.merit_area {
  background-color: #f4f1ef;
  padding: 80px 0 100px;
}
.gst-note {
  text-align: right;
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 8px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 3% 1%;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  background: #fff;
}
.cell.blank {
  background: transparent;
}
.cell.head {
  background: #bbef8e;
  font-weight: 700;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  gap: 6px;
}
.cell.head .unit {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  font-weight: 500;
}
.cell.price {
  gap: 1%;
}
.cell.label {
  background: #bbef8e;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  padding-left: 22px;
}
.cell.label .en {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  font-weight: 500;
}
.cell.price .sd {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
}
.cell.price .amount {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 700;
}
.merit_area .notes {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 60px;
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
}
.merit_area .notes li::before {
  content: "・";
}
.merit_area .curtain-cleaning_area .curtain-cleaning_head {
  text-align: center;
}
.merit_area h3 {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  border: 1px solid #231815;
  padding: 10px 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.merit_area .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.curtain-grid {
  display: grid;
  gap: 6px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.curtain-grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.section-bar {
  grid-column: 1 / -1;
  background: #5cc00e;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-weight: 700;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
}
.section-bar .en {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  font-weight: 400;
  margin-left: 8px;
}
.curtain-grid .cell.head {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
}
.curtain-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.curtain-cleaning_area {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.curtain-cleaning_area .gst-note, .curtain-cleaning_area .curtain-grid, .curtain-cleaning_area .notes {
  width: 100%;
}
.curtain-cleaning_area .curtain-grid.cols-3 {
  width: 65%;
  max-width: 800px;
  margin: 0 0 20px;
}
.gst-note.width70 {
  width: 65%;
  margin: 0 0 8px;
}
.bnr_area {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.bnr_area h3 {
  border: none;
  padding: 0;
}
.bnr_area .bnr_wrap {
  position: relative;
}
.bnr_area .bnr_wrap .bnr_on_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt {
  color: #fff;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  background-color: #004097;
  padding: 10px 30px;
  position: relative;
}
.bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::before {
  content: "";
  display: inline-block;
  width: clamp(1.625rem, -0.819rem + 5.09vw, 3rem);
  height: clamp(1.625rem, -0.819rem + 5.09vw, 3rem);
  background: #004097;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  bottom: 0;
  right: max(-15 / 1200 * 100vw, -15px);
}
.bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::after {
  content: "";
  display: inline-block;
  width: clamp(1.625rem, -0.819rem + 5.09vw, 3rem);
  height: clamp(1.625rem, -0.819rem + 5.09vw, 3rem);
  background: #004097;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 0;
  right: max(-15 / 1200 * 100vw, -15px);
}
.bnr_area .bnr_wrap .bnr_on_txt .bnr_on_big {
  color: #004097;
  font-size: clamp(1.375rem, -0.625rem + 4.17vw, 2.5rem);
  font-weight: bold;
}

.voice_area {
  background-image: linear-gradient(90deg, #1e89ca 30%, #094d94);
  padding: 80px 0;
  margin-bottom: 100px;
}
.voice_area h2 {
  width: clamp(12.5rem, -4.611rem + 35.65vw, 22.125rem);
  margin: 0 auto 20px;
}
.voice_area .voice_lead {
  color: #fff;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  text-align: center;
  margin-bottom: 40px;
}
.voice_area ul {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice_area ul li {
  position: relative;
  border-radius: 24px;
  padding: 0 50px 50px;
  background-color: #fff;
  margin: 0 auto 60px;
  text-align: center;
}
.voice_area ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.voice_area ul li .voice_name {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  text-align: right;
  margin-bottom: 20px;
}
.voice_area ul li .voice_flex {
  display: flex;
  gap: 3%;
}
.voice_area ul li .voice_flex figure {
  width: 20%;
}
.voice_area ul li .voice_flex > .voice_txt {
  width: 77%;
}
.voice_area ul li h3 {
  color: #fff;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: bold;
  background-image: linear-gradient(90deg, #1e89ca 30%, #094d94);
  padding: 6px 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.voice_area ul li h3 span {
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
}
.voice_area ul li .voice_head {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.voice_area ul li .voice_txt {
  text-align: left;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
.voice_area .btn_whtarrow {
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
}
.voice_area .btn_whtarrow a {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  height: 80px;
  line-height: 70px;
}
.voice_area .btn_whtarrow a::after {
  width: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  height: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
}
.qa_area {
  
}
.qa_area .lowerlayer_ttl_top {
  margin-bottom: 40px;
}
.qa_area .lowerlayer_ttl_top h2 .ttl_txt span {
  font-size: clamp(0.875rem, -1.125rem + 4.17vw, 2rem);
}
.qa_area .qa_wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.qa_area .qa_wrap .accordion_one {
  margin-bottom: 60px;
}
.qa_area .qa_wrap .accordion_one:last-of-type {
  margin-bottom: 0;
}
.qa_area .qa_wrap .accordion_header {
  color: #5cc00e;
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  padding: 0 140px 10px 30px;
  border-bottom: 4px solid #5cc00e;
  cursor: pointer;
  position: relative;
}
.qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 5px;
  margin: auto;
  background-color: #5cc00e;
  position: absolute;
  top: -8px;
  right: 40px;
  bottom: 0;
}
.qa_area .qa_wrap .accordion_header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa_area .qa_wrap .accordion_header.open::after {
  transform: rotate(0deg);
}
.accordion_one .accordion_inner {
  display: none;
}
.accordion_one .accordion_inner.stay {
  display: block;
}
.accordion_one .accordion_inner .box_one {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  padding: 20px 140px 10px 70px;
  position: relative;
}
.accordion_one .accordion_inner .box_one::before {
  content: "A";
  color: #5cc00e;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 40px;
}
.accordion_one .accordion_inner .box_one .txt_a_head {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  margin-bottom: 10px;
}
.accordion_one .accordion_inner .box_one.long_answer .txt_a_ac {
  margin-bottom: 20px;
}

/*英語対応*/
.translated-ltr .main_wrapper .mv_wraper .mv_txt {
  top: min(50 / 1920 * 100vw, 50px);
  width: 46%;
  max-width: 800px;
}




/*     SP
------------------------------*/
@media (max-width: 768px) {
  .main_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .main_wrapper .mv_wraper .mv_img {
    max-height: none;
  }
  .main_wrapper .mv_wraper .mv_img img {
    max-height: none;
    object-fit: fill;
  }
  .main_wrapper .mv_wraper .mv_txt {
    color: #333;
    width: 80%;
    top: min(160 / 768 * 100vw, 160px);
    left: min(80 / 768 * 100vw, 80px);
    transform: none;
    margin: 0;
  }
  .main_wrapper .mv_wraper .mv_txt .service_flex {
    display: block;
    margin-bottom: 5px;
  }
  .main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap {
    margin: 0;
  }
  .main_wrapper .mv_wraper h1 {
    font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
    margin-bottom: 4px;
  }
  .main_wrapper .mv_wraper .mv_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
    margin-bottom: 2px;
  }
  .main_wrapper .mv_wraper .mv_com {
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  }
  .lowerlayer_lead .lead_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  }
  .lowerlayer_ttl_top .ttl_number {
    width: 60px;
  }
  .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .lowerlayer_ttl_top h2 .ttl_txt::before, .lowerlayer_ttl_top h2 .ttl_txt::after {
    content: none;
  }
  .lowerlayer_lead .lead_ttl {
    line-height: 1.5;
  }
  .lowerlayer_lead .lead_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .introduction_area .introduction_flex > li:first-child .introduction_txt {
    margin-bottom: 40px;
  }
  .introduction_area .introduction_flex > li .introduction_wht_box {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
    line-height: 1.4;
  }
  .introduction_area .introduction_flex > li h3 {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  }
  .introduction_area .introduction_flex > li .introduction_txt {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
  }
  .introduction_area .introduction_flex > li .btn_whtarrow {
    width: 90%;
    max-width: 280px;
  }
  .introduction_area .introduction_flex > li .btn_whtarrow a {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
    height: 40px;
    line-height: 32px;
  }
  .introduction_area .introduction_flex > li .btn_whtarrow a::after {
    width: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
    height: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  }
  .voice_area ul li {
    padding: 0 30px 20px;
  }
  .voice_area ul li h3 {
    padding: 6px 20px;
  }
  .voice_area ul li .voice_head {
    line-height: 1.4;
  }
  .voice_area .btn_whtarrow {
    width: 80%;
  }
  .voice_area .btn_whtarrow a {
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
    height: 70px;
    line-height: 60px;
  }

  .house-cleaning_top_area .problems_top_area .problems_top {
    width: 100%;
    margin: 0;
    padding: 60px 0 120px;
  }
  .problem_area .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .problem_list > li .circle_wrap {
    top: max(-80 / 1200 * 100vw, -80px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .problem_list > li:nth-child(2n) .circle_wrap {
    left: 50%;
    right: auto;
  }
  .problem_list > li .box_wrap {
    display: block;
  }
  .problem_list > li .box_wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .problem_list > li .box_wrap .txt_wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .maintenance_area .problem_list > li .box_wrap .txt_wrap {
    padding-bottom: 20px;
  }
  .Singapore_area .Singapore_flex {
    display: block;
  }
  .Singapore_area .Singapore_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
  .plan_area .reason_list {
    display: block;
  }
  .plan_area .reason_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .pricing-grid_wrap {
    overflow-y: scroll;
    width: 80%;
    margin: 0 auto 40px;
  }
  .pricing-grid {
    width: 100%;
  }
  .curtain-grid_wrap {
    overflow-y: scroll;
    margin-bottom: 20px;
  }
  .curtain-grid_wrap .curtain-grid {
    margin-bottom: 0;
  }
  .solution-box .feature-grid {
    grid-template-columns: 1fr;
  }
  .problem_area .lowerlayer_ttl_top {
    margin-bottom: 40px;
  }
  .problem_area_wrap .lowerlayer_lead .lead_txt {
    width: 100%;
  }
  .merit_area h3 {
    padding: 10px 20px;
  }
  .merit_area .lead_txt {
    text-align: left;
  }
  .gst-note.width70 {
    width: 100%;
  }
  .curtain-cleaning_area .curtain-grid.cols-3 {
    width: 100%;
  }
  .bnr_area .bnr_wrap .bnr_on_txt {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt {
    font-size: clamp(0.75rem, 0.083rem + 1.39vw, 1.125rem);
    line-height: 1.3;
    margin: 0 auto;
  }
  .bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::before, .bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::after {
    width: 0px;
    height: 0px;
    z-index: 1;
    clip-path: none;
  }
  .bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::before {
    top: 0;
    left: 0;
    border-width: 17px 0px 17px 10px;
    border-color: transparent transparent transparent #f4f1ef;
    border-style: solid;
  }
  .bnr_area .bnr_wrap .bnr_on_txt .ribbon_txt::after {
    top: 0;
    right: 0;
    border-width: 17px 10px 17px 0px;
    border-color: transparent #f4f1ef transparent transparent;
    border-style: solid;
  }
  .voice_area ul li .voice_flex {
    display: block;
  }
  .voice_area ul li .voice_flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice_area ul li .voice_flex > .voice_txt {
    width: 100%;
  }
  .qa_area .qa_wrap .accordion_header {
    padding: 0 15% 10px 20px;
  }
  .qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
    width: 15px;
    right: 20px;
  }
  .accordion_one .accordion_inner .box_one {
    padding: 20px 15% 10px 40px;
  }
  .accordion_one .accordion_inner .box_one::before {
    left: 20px;
  }

  /*英語対応*/
  .translated-ltr .main_wrapper .mv_wraper .mv_txt {
    top: min(160 / 768 * 100vw, 160px);
    width: 80%;
  }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}