@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
}

/* main */
main {
  background-color: #e5f2ff;
  position: relative;
}

.mv_section {
  position: relative;
  background-color: #e5f2ff;
  overflow: hidden;
  padding: clamp(32px, 5.86vw, 150px) clamp(40px, 7.32vw, 200px);
}
@media only screen and (max-width: 767px) {
  .mv_section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40vw;
    min-height: 400px;
  }
}

.mv_content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mv_heading {
  font-size: clamp(32px, 4.027vw, 72px);
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 767px) {
  .mv_heading {
    font-size: 28px;
  }
}

.highlight_blue {
  background: #4EBBFF;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px;
}

.highlight_red {
  color: #ff2b41;
  font-weight: bold;
}

.mv_lead {
  font-size: clamp(20px, 2.635vw, 64px);
  margin-bottom: 20px;
  font-weight: bold;
}

.mv_description {
  font-size: clamp(12px, 1.244vw, 24px);
  margin-bottom: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .achievements div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 500px;
  }
  .achievements div .mv_text01 {
    width: 51.9%;
    height: auto;
  }
  .achievements div .mv_text02 {
    width: 38.5%;
    height: auto;
  }
  .achievements div .mv_text03 {
    width: 36.1%;
    height: auto;
  }
  .achievements div .mv_text04 {
    width: 41.1%;
    height: auto;
  }
}

.mv_button_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .mv_button_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.mv_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c7081d), to(#ff485b));
  background: -webkit-linear-gradient(left, #c7081d, #ff485b);
  background: linear-gradient(to right, #c7081d, #ff485b);
  color: #fff;
  width: clamp(200px, 25.28vw, 560px);
  height: clamp(50px, 6.32vw, 140px);
  font-size: clamp(15px, 1.5vw, 34px);
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
@media (max-width: 960px) {
  .mv_button {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .mv_button {
    text-align: center;
    margin: 20px auto 0;
    width: 90%;
    max-width: 400px;
  }
}

.mv_inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  left: -10px;
}

.mv_button .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.mv_bg_photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: clamp(300px, 67.25vw, 100%);
}
@media (max-width: 1300px) {
  .mv_bg_photo {
    width: 640px;
  }
}
@media (max-width: 1080px) {
  .mv_bg_photo {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mv_bg_photo {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .mv_bg_photo {
    width: 70%;
  }
}
.mv_bg_photo .mv_img01 {
  display: block;
}
@media (max-width: 1080px) {
  .mv_bg_photo .mv_img01 {
    display: none;
  }
}
.mv_bg_photo .mv_img01_sp {
  display: none;
}
@media (max-width: 1080px) {
  .mv_bg_photo .mv_img01_sp {
    display: block;
  }
}

.mv_bg_photo2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: clamp(240px, 30.24vw, 100%);
}
@media (max-width: 767px) {
  .mv_bg_photo2 {
    display: none;
  }
}

.mv_bg_photo img {
  width: 100%;
  height: auto;
}

.mv_bg_photo2 img {
  width: 100%;
  height: auto;
}

.logo_slide {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .logo_slide {
    padding-bottom: 45px;
  }
}

.infomation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .infomation {
    padding-bottom: 40px;
  }
}

.notice_box {
  background-color: #fff;
  padding: clamp(12px, 1.46vw, 20px) clamp(24px, 2.93vw, 40px);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .notice_box {
    width: 90%;
  }
}

.notice_box .label {
  color: #e60033;
  font-weight: bold;
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .notice_box .label {
    display: block;
  }
}

.reason_problem_wrapper {
  background: url("../img/top/reason_bg.jpg") no-repeat center top/cover;
  border-radius: 40px 40px 0 0;
}

.reason {
  padding-left: clamp(40px, 7.32vw, 200px);
  padding-top: clamp(32px, 5.86vw, 150px);
  padding-bottom: clamp(32px, 5.86vw, 50px);
  padding-right: clamp(40px, 7.32vw, 200px);
  text-align: center;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .reason {
    padding: clamp(20px, 3vw, 60px);
  }
}
@media only screen and (max-width: 767px) {
  .reason {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.reason_problem_wrapper .reason_title {
  font-size: clamp(24px, 3.37vw, 60px);
  margin-bottom: 1.4833333333em;
  color: white;
}

.reason_subtitle {
  color: #ff2b41;
  font-weight: 800;
  display: block;
  font-size: 28px;
  font-size: clamp(18px, 2.05vw, 36px);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.accent {
  color: #ff2b41;
  font-weight: bold;
}

.reason_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .reason_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 64px) / 3);
      -ms-flex: 0 1 calc((100% - 64px) / 3);
          flex: 0 1 calc((100% - 64px) / 3);
  padding-bottom: clamp(30px, 3.66vw, 80px);
}
@media only screen and (max-width: 767px) {
  .reason_item {
    width: 100%;
  }
}

.reason_img {
  position: relative;
}

.reason_img img {
  width: 100%;
  height: auto;
  display: block;
}

.reason_img p {
  position: relative;
  font-weight: bold;
  text-align: left;
}

.reason_img p span {
  background-color: white;
  font-size: clamp(16px, 1.903vw, 32px);
}

.reason_img p .black {
  padding: clamp(1px, 0.366vw, 8px) clamp(6px, 0.732vw, 16px);
  border-radius: 4px;
}

.reason_img .quote {
  color: #ff2b41;
  font-weight: bold;
}

.reason_number {
  position: absolute;
  top: -3.125vw;
  left: clamp(-60px, -1.83vw, -15px);
  color: white;
  font-size: clamp(36px, 5.637vw, 90px);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red, 0 -1px 0 red, 0 1px 0 red, -1px 0 0 red, 1px 0 0 red;
}

.reason_text {
  font-size: clamp(16px, 1.35vw, 24px);
  padding-top: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .reason_text {
    padding-top: 25px;
  }
}

.reason_text .highlight {
  color: #e53935;
}

.reason_cta {
  margin-top: 25px;
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff2b41;
  color: #fff;
  border-radius: 999px;
  padding: clamp(10px, 1.2vw, 16px) clamp(20px, 2.5vw, 32px);
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(14px, 1.2vw, 18px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  gap: 30px;
}

.button .icon {
  background-color: white;
  color: #ff485b;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(24px, 3vw, 32px);
  height: clamp(24px, 3vw, 32px);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.reason .textbox {
  position: absolute;
  top: 75%;
  left: -5%;
}
@media only screen and (max-width: 767px) {
  .reason .textbox {
    left: -20px;
  }
}

.voice_section {
  padding: clamp(32px, 5.86vw, 150px) clamp(40px, 7.32vw, 200px);
  position: relative;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .voice_section {
    padding: clamp(20px, 3vw, 60px);
  }
}
@media only screen and (max-width: 767px) {
  .voice_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.voice_container {
  background: #eaf6ff;
  border-radius: 20px;
  padding: clamp(40px, 5.86vw, 120px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .voice_container {
    padding: clamp(20px, 3vw, 60px);
  }
}
@media only screen and (max-width: 767px) {
  .voice_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg_voice {
  font-size: clamp(100px, 14.64vw, 240px);
  position: absolute;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  z-index: 1;
  top: clamp(-97px, -6.077vw, -60px);
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .bg_voice {
    top: -10px;
    font-size: 60px;
  }
}

.voice_heading {
  position: relative;
  z-index: 1;
}

.voice_heading .voice_en {
  font-weight: bold;
  font-size: clamp(18px, 2.05vw, 36px);
  color: #83cfff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.voice_heading .voice_ja {
  font-size: clamp(28px, 3.37vw, 60px);
  font-weight: bold;
  color: #000;
}

.voice_heading .voice_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .voice_heading .voice_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.voice_button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c7081d), to(#ff485b));
  background: -webkit-linear-gradient(left, #c7081d, #ff485b);
  background: linear-gradient(to right, #c7081d, #ff485b);
  color: #fff;
  border-radius: 999px;
  padding: clamp(10px, 1.2vw, 16px) clamp(20px, 2.5vw, 32px);
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(14px, 1.2vw, 18px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.voice_button_icon {
  background-color: white;
  color: #ff485b;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(24px, 3vw, 32px);
  height: clamp(24px, 3vw, 32px);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.voice_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .voice_list {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .voice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 45%;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .voice_card {
    width: 100%;
  }
}

.voice_card_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.83vw, 48px);
}

.voice_img {
  width: clamp(80px, 10.25vw, 140px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.voice_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company_size {
  font-size: clamp(14px, 1.25vw, 18px);
  color: #759eca;
  margin: 0 0 8px;
  font-weight: bold;
}

.comment {
  font-size: clamp(12px, 1.25vw, 17px);
  padding-top: clamp(10px, 1.0977vw, 15px);
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
  color: #111111;
}

.problem_section {
  padding: clamp(32px, 5.86vw, 150px) clamp(40px, 7.32vw, 200px);
  text-align: center;
  position: relative;
  z-index: 0;
  background: #83CFFF;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .problem_section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
}
.problem_section::before {
  content: "PROBLEMS";
  display: block;
  color: #96D6FF;
  font-family: "Montserrat", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  font-size: 23vh;
  font-weight: 800;
  text-align: center;
  top: 50%;
  bottom: auto;
  left: -24px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  height: 100%;
  overflow: hidden;
}

.card_problem {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 2px solid #a4dcff;
}

/* 上側（水色背景） */
.card_top {
  background: #e5f2ff;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card_img {
  width: clamp(120px, 13.4vw, 183px);
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card_texts {
  text-align: left;
  padding-left: 20px;
}

.card_tag {
  background-color: #004aad;
  color: #fff;
  font-size: clamp(14px, 1.6vw, 24px);
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 1em;
}

.card_title {
  font-size: clamp(16px, 1.7vw, 28px);
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 1430px) {
  .card_title {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
@media only screen and (max-width: 1100px) {
  .card_title br {
    display: none;
  }
}

.text_red {
  color: #ff2b41;
}

/* 下側（白背景＋吹き出し） */
.card_bottom {
  background: #ffffff;
  padding: 20px 16px;
  position: relative;
  text-align: center;
}

.card_bottom_triangle {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e5f2ff;
}

.card_solution_label {
  color: #ff2b41;
  font-weight: bold;
  font-size: clamp(18px, 1.903vw, 26px);
  padding-bottom: 12px;
  border-bottom: 1px dotted #ff2b41;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}

.card_solution_text {
  font-size: clamp(16px, 1.7vw, 28px);
  color: #111111;
  padding-top: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 1430px) {
  .card_solution_text {
    font-size: clamp(14px, 1.5vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .card_solution_text {
    text-align: left;
  }
}

.card_solution_text p + p {
  margin-top: 8px;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .card_grid {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .card_grid {
    grid-template-columns: 1fr;
  }
}

.service_section {
  padding-top: clamp(32px, 13.915vw, 190px);
  padding-left: clamp(40px, 7.32vw, 200px);
  padding-right: clamp(40px, 7.32vw, 200px);
  padding-bottom: clamp(32px, 5.86vw, 150px);
  text-align: center;
  border-radius: 100px 100px 0px 0px;
  background-color: white;
  position: relative;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .service_section {
    border-radius: 50px 50px 0px 0px;
    margin-top: -50px;
  }
}

.service_section .main_title {
  color: black;
  margin-bottom: 35px;
}

.service_section .bg_service {
  font-size: clamp(100px, 14.64vw, 240px);
  position: absolute;
  color: #e5f2ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .service_section .bg_service {
    font-size: 60px;
  }
}

.service_inner {
  position: relative;
  z-index: 2;
}

.service_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-align: center;
  padding-bottom: 50px;
}

.service_item {
  max-width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
@media only screen and (max-width: 990px) {
  .service_item {
    max-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 300px;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
  }
}

.service_item:nth-child(even) {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .service_item:nth-child(even) {
    padding-top: 0;
  }
}

.service_item img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.service_item h3 {
  font-size: clamp(18px, 1.903vw, 26px);
  margin-bottom: 8px;
  font-weight: 700;
}

.service_item p {
  font-size: 0.95rem;
  line-height: 2;
}

.case_section {
  padding: clamp(32px, 5.86vw, 150px) clamp(40px, 7.32vw, 200px);
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .case_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.case_section .bg_case {
  font-size: clamp(100px, 14.64vw, 240px);
  position: absolute;
  color: #e5f2ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  z-index: 1;
  top: clamp(-100px, -6.59vw, -20px);
}
@media only screen and (max-width: 767px) {
  .case_section .bg_case {
    position: static;
    font-size: 60px;
  }
}

.case_section .title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px clamp(32px, 5.125vw, 70px);
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .case_section .title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.case_section .main_title {
  text-align: left;
  color: black;
  margin-bottom: 0;
}

.case_section .button {
  margin-top: 40px;
}

.case_card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 24px;
  text-align: left;
}

.case_logo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.case_title {
  font-size: clamp(15px, 1.4vw, 22px);
  margin-bottom: 20px;
}

.case_section .caseswiper_box .case_title {
  height: 65px;
}
@media only screen and (max-width: 1100px) {
  .case_section .caseswiper_box .case_title {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .case_section .caseswiper_box .case_title {
    height: 45px;
  }
}

.pickup_companies {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pickup_companies {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pickup_companies .case_title {
  font-size: clamp(15px, 1.61vw, 32px);
}
.pickup_companies .case_info_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.pickup_companies .case_info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: clamp(13px, 1.4vw, 20px);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .pickup_companies .case_info_row {
    gap: 10px;
  }
}

.customer_voice_list {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .customer_voice_list {
    gap: 10px;
    max-width: 450px;
  }
}

.case_info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: clamp(13px, 1.1vw, 16px);
  gap: 10px;
}

.case_info_row .label {
  width: 60px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .case_info_row .label {
    width: 50px;
  }
}

.case_info_row .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}

.partner_section {
  padding: 60px 20px;
  background: #e6f3fd;
  /* 水色背景 */
}

.partner_title {
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.partner_title .line {
  display: inline-block;
  width: 4px;
  height: 40px;
  background: #e60012;
  margin-right: 20px;
}

.partner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 50px;
  padding-right: clamp(80px, 19.4vw, 265px);
}
@media only screen and (max-width: 1430px) {
  .partner_list {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .partner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}

.partner_item {
  background: #fff;
  border-radius: 12px;
  width: calc((100% - 80px) / 3);
  min-height: 7.3206442167vw;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1430px) {
  .partner_item {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .partner_item {
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.partner_item img {
  max-width: 335px;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.partner_wrapper {
  padding-top: 400px;
  padding-left: clamp(32px, 5.125vw, 70px) !important;
}
@media only screen and (max-width: 767px) {
  .partner_wrapper {
    padding-top: 60px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.top_bnrarea {
  padding-bottom: 80px;
  padding-right: clamp(80px, 19.4vw, 265px);
}
@media only screen and (max-width: 767px) {
  .top_bnrarea {
    padding-right: 0;
    width: 96%;
  }
}
.top_bnrarea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top_bnrarea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.top_bnrarea ul li {
  max-width: 500px;
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 767px) {
  .top_bnrarea ul li {
    width: 100%;
  }
}
.top_bnrarea ul li img {
  width: 100%;
  height: auto;
}

.bg_blue {
  background-color: #e5f2ff;
  border-radius: 20px 0px 0px 20px;
  width: 100vw;
  margin-left: calc(50% - 43vw);
}
@media only screen and (max-width: 767px) {
  .bg_blue {
    margin-left: 0;
  }
}

.bg_white {
  background-color: white;
}

.bg_white_to_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5f2ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5f2ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5f2ff 100%);
}

.bg_white_to_white {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5f2ff), to(#e5f2ff));
  background: -webkit-linear-gradient(top, #e5f2ff 0%, #e5f2ff 100%);
  background: linear-gradient(to bottom, #e5f2ff 0%, #e5f2ff 100%);
}

.bg_blue_to_white_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#83CFFF), to(#e5f2ff));
  background: -webkit-linear-gradient(top, #83CFFF 0%, #e5f2ff 100%);
  background: linear-gradient(to bottom, #83CFFF 0%, #e5f2ff 100%);
}

.head_section {
  position: relative;
  background-color: #e5f2ff;
  overflow: hidden;
  padding-top: clamp(16px, 12.45vw, 170px);
  padding-right: clamp(40px, 7.32vw, 100%);
  padding-left: clamp(40px, 7.32vw, 100%);
}
@media only screen and (max-width: 1200px) {
  .head_section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .head_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.head_content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.head_content .main_title {
  color: black;
  padding-bottom: 45px;
  margin-bottom: 0;
}

.head_content .subtitle {
  font-size: 28px;
}

.mv_bg_photo3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: clamp(200px, 41.37vw, 565px);
}

.mv_bg_photo3 img {
  width: 100%;
  height: auto;
}

.section_title__label {
  display: inline-block;
  background-color: #ff2b41;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .section_title__label {
    font-size: 20px;
  }
}

.section_title__label::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff3b4d;
}

.section_title__text {
  font-size: 16px;
  font-size: clamp(14px, 1.52vw, 18px);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 180px;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .section_title__text.t_center {
    text-align: left;
  }
}

.section_title__text .emphasis {
  color: #ff3b4d;
  font-weight: bold;
}

.container {
  padding-right: clamp(40px, 7.32vw, 170px);
  padding-left: clamp(40px, 7.32vw, 170px);
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg_white_blue {
  background-color: #e5f2ff;
}

.blue_wrapper {
  background-color: #86d0ff;
  border-radius: 100px 100px 0px 0px;
  padding-top: 180px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blue_wrapper {
    border-radius: 50px 50px 0px 0px;
  }
}

.white_wrapper {
  background-color: white;
  border-radius: 100px 100px 100px 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .white_wrapper {
    border-radius: 50px;
  }
}

.reason_cards {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: -100px;
  left: 0;
  padding: 0 clamp(40px, 7.32vw, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .reason_cards {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 920px) {
  .reason_cards {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    gap: 10px 1%;
  }
}

.reason_card {
  width: calc((100% - 80px) / 5);
  background: #fff;
  border-radius: 20px;
  padding: 25px 6px;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .reason_card {
    width: 32%;
    padding: 8px 0;
  }
  .reason_card.reason_card04, .reason_card.reason_card05 {
    width: 49%;
  }
}

.reason_label {
  font-size: 17px;
  font-weight: 800;
  color: #0051c6;
}
@media only screen and (max-width: 920px) {
  .reason_label {
    font-size: 12px;
  }
}

.reason_card_number {
  font-size: 28px;
  line-height: 0.8;
  font-weight: 800;
  color: #0051c6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 920px) {
  .reason_card_number {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.reason_title {
  font-size: 22px;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 920px) {
  .reason_title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.reason_toggle {
  width: 36px;
  height: 36px;
  background: #ff3347;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .reason_toggle {
    width: 20px;
    height: 20px;
  }
}

.reason_toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
@media only screen and (max-width: 920px) {
  .reason_toggle::before {
    width: 6px;
    height: 6px;
  }
}

.reason_detail_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 30px;
  max-width: 1200px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reason_detail_box:last-of-type {
  margin-bottom: 0;
}

.reason_detail_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

/* .reason_number {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #ff0033;
  font-weight: bold;
  font-size: 14px;
  margin-right: 16px;
} */
.reason_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .reason_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason_detail_box .reason_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0051c6;
  font-weight: bold;
  line-height: 1;
}

.label_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
}

.label_num {
  font-size: 51px;
  font-weight: 900;
}

.reason_title_text {
  font-size: 34px;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  color: #ff2b41;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .reason_title_text {
    font-size: 22px;
  }
}

.reason_detail_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reason_image {
  max-width: 465px;
  width: 40%;
  border-radius: 8px;
}
@media only screen and (max-width: 830px) {
  .reason_image {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .reason_image {
    width: 100%;
    margin: 0 auto;
  }
}
.reason_image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.reason_text_area {
  width: calc(60% - 30px);
  min-width: 300px;
}
@media only screen and (max-width: 830px) {
  .reason_text_area {
    width: calc(68% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .reason_text_area {
    width: 100%;
  }
}

.main_text {
  font-size: 24px;
  font-size: clamp(16px, 2vw, 32px);
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .main_text {
    font-size: 18px;
  }
}

.sub_text {
  color: #111;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
  font-size: clamp(14px, 1.65vw, 20px);
}

.sub_text .highlight {
  color: #e60012;
  font-weight: bold;
}

.reason_table_img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reason_table_img img {
    max-width: 100%;
    height: auto;
  }
}

.reason_section_wrapper {
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
.reason_section_wrapper::before {
  content: "WHY MHC TRIPLE WIN?";
  display: block;
  color: #96D6FF;
  font-family: "Montserrat", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  font-size: 23vh;
  font-weight: 800;
  text-align: center;
  top: 50%;
  bottom: auto;
  left: -24px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  height: 100%;
  overflow: hidden;
}

.catch_text {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  line-height: 1.5;
  margin: 0;
  padding: 55px 0px 20px;
}
@media only screen and (max-width: 960px) {
  .catch_text {
    font-size: 28px;
    padding: 45px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catch_text {
    font-size: 20px;
    padding: 45px 0px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section_title .catch_text.t_center {
    text-align: left;
  }
}

.catch_text .highlight {
  color: #ff2b41;
}

.solution .section_title__text {
  margin-bottom: 50px;
}

.solution .main_title {
  text-align: center;
}

.solution .subtitle {
  font-size: 28px;
  font-size: clamp(18px, 2.05vw, 36px);
}

.solution_section {
  background: #f8fafd;
  padding: 60px 20px;
}

.solution_problem,
.solution_solution {
  width: 45%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.solution_problem h3,
.solution_solution h3 {
  font-size: 20px;
  color: #0060c0;
  margin: 12px 0;
}

.solution_solution h3.solution_heading {
  color: #ff3c3c;
}

.solution_problem ul li,
.solution_solution ul li {
  margin-left: 1em;
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
}

.solution_problem ul li::before {
  content: "□";
  color: #ff3c3c;
  margin-right: 6px;
}

.solution_solution ul li::before {
  content: "✔";
  color: #ff3c3c;
  margin-right: 6px;
}

.solution_arrow {
  width: 68px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.solution_icon {
  width: 40px;
  height: auto;
}

.solution_image img {
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  border-radius: 12px;
}

.blue_bg {
  background: #83CFFF;
}

.solution_colorbox {
  background: #e5f2ff;
  padding: 20px;
}

.beforeafter_wrapper {
  background-color: #FFF1CA;
  border-radius: 0px 0px 100px 100px;
  padding-top: 180px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .beforeafter_wrapper {
    border-radius: 0px 0px 50px 50px;
  }
}

.service_position_img {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
}
.service_position_img img {
  border-radius: 10px;
}

.flow_position_img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.flow_position_img img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */