@charset "UTF-8";

#news .swiper-slide img,
#plan .swiper-slide img {
	height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.ssp {
	display: none;
}

#fv video {
	width: 100%;
    position: absolute;
    top: 0;
}

.swiper-backface-hidden .swiper-slide.plan_item {
    margin-left: 15px;
	border: 1px solid #fff;
}

.swiper-backface-hidden .swiper-slide.plan_item img {
	border-bottom: 1px solid #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tb {
  display: block;
}

.fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s ease-out, transform .5s ease-out;
}

.fade_in.show {
  opacity: 1;
  transform: translateY(0);
}

.catch-copy {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family:
    'Noto Sans JP',
    sans-serif;
}

body {
  background: #fff;
}

.no-scroll {
  overflow: hidden;
  width: 100%;
}

main {
  overflow: hidden;
  font-family:
    'Noto Sans JP',
    sans-serif;
  color: #121212;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.container {
  max-width: 67vw;
  position: relative;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

section {
  position: relative;
  z-index: 1;
}

a:hover,
button:hover {
  opacity: .8;
  cursor: pointer;
}

@media (max-width: 1260px) {
  .container {
    width: 85vw;
    max-width: none;
  }

  .tb {
    display: none;
  }
}

@media (max-width: 960px) {
  .container {
    width: 70vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .container {
    width: 70vw;
  }
}

@media (max-width: 520px) {
  .container {
    width: 90vw;
  }
}


header {
	display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
    top: 72px;
    height: initial;
    margin-top: -72px;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
    padding: 10px 0px;
}



.header_logo {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  letter-spacing: -0.05em;
  align-items: center;
  margin-left: 15px;
  position: relative;
  z-index: 2;
}

.header_logo img {
  height: 52px;
}

header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}

header nav.pc {
  display: flex;
}

header nav .header_menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.00em;
  gap: 32px;
}

header nav .header_buttons {
  display: flex;
  list-style: none;
  padding-left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.00em;
  color: #fff;
  font-weight: bold;
  gap: 32px;
  margin-right: 16px;
}

header nav a {
  text-decoration: none;
  color: #fff;
}

header nav .header_buttons a {
  color: #fff;
  border-radius: 27.5px;
  padding: 17px 58px 17px 40px;
}

header nav .header_buttons a.contact {
  background: linear-gradient(to right, #8FFFA0, #00F6DA);
  color: #121212;
  position: relative;
}

header nav .header_buttons a.contact::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

header nav .header_buttons a.contact::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_menu_container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  max-width: 430px;
  height: 100vh;
  background: #121212;
  transition: right 0.3s ease;
  z-index: 10;
  padding: 40px;
  padding-top: 100px;
  font-size: 20px;
}

.header_menu_container.is-open {
  right: 0;
}

.header_menu_container .header_menu {
  flex-direction: column;
}

.header_menu_container .header_menu a {
  font-size: 20px;
}

header .header_menu_container .header_buttons a {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  border-radius: 37px;
}

@media (max-width: 950px) {
  header {
    height: 64px;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
	  top: 70px;
    z-index: 100;
  }

  header nav.pc {
    display: none;
  }

  .header_logo {
    margin-left: 24px;
  }

  .header_logo img {
    height: 32px;
  }

  .header_button_sp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: 24px;
    background: #000;
    padding: 10px;
    position: relative;
    z-index: 20;
  }

  .header_button_sp>div {
    height: 2px;
    width: 32px;
    background: #fff;
  }
}

#fv {
  position: relative;
  height: 650px;
}



#fv .fv_title {
  position: absolute;
  top: 177px;
  left: 10%;
  text-wrap: nowrap;
	z-index: 10;
	text-shadow: 3px 3px 3px #000;

}

#fv h1 {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.00em;
  color: #fff;
}

#fv h1 span {
  font-family: 'Zen Dots', sans-serif;
}

#fv h1 .fz96 {
  font-size: 9.6rem;
}

@media (max-width: 950px) {
  #fv {
    height: 450px;
  }

  #fv .fv_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
	
#fv video {
    width: 100%;
    top: 0;
    height: 525px;
    object-fit: cover;
}
	
}

@media (max-width: 520px) {
  #fv h1 {
    font-size: 4.4rem;
  }


  #fv h1 .fz96 {
    font-size: 7.0rem;
  }
}

#service {
  background: url(/wp-content/themes/mqua/img/bg1.png) center 65% / cover no-repeat;
}

.service_img_wrap_wrap {
  overflow-x: hidden;
}

.service_img_wrap {
  display: flex;
  width: 117vw;
  transform: translateX(-8.5vw);
  margin-bottom: 112px;
}

.service_img_wrap img {
  width: 25%;
  flex: 1;
}

.zenDots {
  font-family: 'Zen Dots', sans-serif;
}

.h2_sub {
  font-size: 3.2rem;
}

#service h2 {
  font-size: 4.8rem;
  font-weight: bold;
}

#service h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 26px;
  font-weight: bold;
}

#service .text {
  font-size: 1.8rem;
  line-height: 32px;
  margin-top: 34px;
}

#service .h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.bgLine {
  background: #8FFFA0;
  display: inline;
  width: max-content;
  padding: 0 5px;
  line-height: 1.5;
  color: #121212;
}

#service .flex1 {
  display: flex;
  gap: 95px;
}

#service .flex1 img {
width: 45%;
    transform: translateY(-95px);
    position: relative;
    top: 120px;
}

.bg1_sp {
  display: none;
}

.bg1-2_sp {
  display: none;
}

.bg2-2_sp {
  display: none;
}

@media (max-width: 1000px) {
  #service {
    text-align: center;
  }

  #service .flex1 {
    flex-direction: column;
    gap: 28px;
  }

  #service .flex1 img {
    transform: none;
    margin: auto;
  }

  #service .bgLine {
    margin: auto;
  }

  #service h2 {
    font-size: 4.2rem;
  }

  #service h3 {
    font-size: 2.6rem;
  }
}

@media (max-width: 768px) {
  #service {
    text-align: left;
  }

  #service .bgLine {
    margin: unset;
  }

  .service_img_wrap {
    width: 100%;
    transform: none;
    flex-wrap: wrap;
    margin-bottom: 41px;
  }

  .service_img_wrap img {
    width: 50%;
  }

  #service {
    background: url(/wp-content/themes/mqua/img/bg1_sp.png) center 30% / 100% no-repeat;
    background: none;
  }

  #service .flex1 img {
    width: 56%;
	  top: 0;
  }

  .bg1_sp {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    z-index: -1;
    display: block;
  }

  .bg1-2_sp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: -10;
    opacity: .5;
    display: block;
  }

  .bg2-2_sp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50%;
    z-index: -10;
    opacity: 1;
    display: block;
  }
}

@media (max-width: 450px) {
  .bg2-2_sp {
    bottom: 8%;
  }
}

#trouble {
  background: url(/wp-content/themes/mqua/img/bg2.png) 75% -10vw / 140% no-repeat;
  z-index: 0;
  padding-top: 16vw;
}

@media (min-width: 1600px) {
  #trouble {
background: url(/wp-content/themes/mqua/img/bg2.png) 75% -6vw / 140% no-repeat;
    padding-top: 19vw;
  }

  .shikaku1 {
    height: 310px !important;
  }
}


.bg_shape1 {
  position: absolute;
  bottom: -16vw;
  z-index: -1;
}

.bg_shape2 {
  position: absolute;
  bottom: 0%;
  z-index: -1;
}

.bg_shape3 {
  position: absolute;
  bottom: -14vw;
  z-index: -2;
  transform: scaleX(-1);
}

.bg_shape4 {
  position: absolute;
  bottom: -15%;
  z-index: -1;
}

.bg_shape5 {
  position: absolute;
  bottom: 2.5%;
  z-index: -1;
}

.bg_shape6 {
  position: absolute;
  bottom: -35%;
  z-index: -1;
}

.shikaku1 {
  background: #121212;
  width: 100vw;
  height: 200px;
  margin: -1px 0;
  display: block;
}

.shikaku1-1 {
  background: #121212;
  width: 100vw;
  height: 380px;
  margin: -1px 0;
  display: block;
}

.shikaku2 {
  background: linear-gradient(to bottom, #121212, rgba(18, 18, 18, 0.8), #121212);
  width: 100vw;
  height: 35vw;
  margin: -1px 0;
  display: block;
}

.shikaku3 {
  background: linear-gradient(to bottom, #121212, rgba(18, 18, 18, 0.8), #121212);
  width: 100vw;
  height: 680px;
  margin: -1px 0;
  display: block;
}

.shikaku4 {
  background: linear-gradient(to bottom, #121212, rgba(18, 18, 18, 1), #121212);
  width: 100vw;
  height: 26vw;
  margin: -1px 0;
  display: block;
}

.sankaku_bg_tl {
  display: block;
}

.sankaku_bg_tr {
  transform: scaleX(-1);
  display: block;
}

.sankaku_bg_br {
  transform: scaleY(-1);
  display: block;
}

.sankaku_bg_bl {
  transform: scale(-1, -1);
  display: block;
}

@media (max-width: 1260px) {
  .bg_shape4 {
    bottom: -14%;
  }

  .shikaku2 {
    height: 50vw;
  }
}

@media (max-width: 960px) {
  .shikaku2 {
    height: 80vw;
  }

  .bg_shape4 {
    bottom: -8%;
  }
}

@media (max-width: 500px) {
  .bg_shape4 {
    bottom: -4.5%;
  }
}

#trouble h2 {
  font-size: 5.6rem;
  line-height: 72px;
  font-weight: bold;
}

#trouble .bgLine {
  display: inline;
}

#trouble .bgLine {
  padding: 0;
}

.dot_text {
  position: relative;
}

.dot_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: -23px;
  padding-top: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.05em 0.3em;
  background-image: radial-gradient(.12em .12em at center center, #121212, #121212 100%, transparent);
}

.trouble_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
}

.trouble_wrap p {
  border: 2px solid #000;
  border-radius: 72px;
  padding: 19px 0px 19px 58px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  width: 47.5%;
  position: relative;
  background: #fff;
  margin-bottom: 23px;
}

.trouble_wrap p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  background: #8FFFA0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  margin: auto;
}

.triangle {
  width: 42px;
  margin: 26px auto 34px;
  display: block;
}

.trouble_solution {
  font-size: 3.2rem;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 72px;
  background: #fff;
  padding: 32px 0;
}

.trouble_solution .zenDots {
  font-size: 4rem;
}

.trouble_text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin-top: 24px;
  color: #fff;
}

@media (max-width: 1350px) {
  .trouble_wrap p {
    width: 100%;
  }

  #trouble {
    background: url(/wp-content/themes/mqua/img/bg2.png) 50% top / 135% no-repeat;
    padding-top: 320px;
  }

  .shikaku1-1 {
    height: calc(500px - -3vw);
  }

  .trouble_solution {
    border-radius: 16px;
  }

  .trouble_text {
    text-align: left;
  }
}

@media (max-width: 1250px) {
  #trouble {
    background: url(/wp-content/themes/mqua/img/bg2.png) 60% 3vw / 150% no-repeat
  }
}

@media (max-width: 1050px) {
  #trouble {
    background: url(/wp-content/themes/mqua/img/bg2.png) 60% 4vw / 160% no-repeat;
  }
}

@media (max-width: 1050px) {
  #trouble {
    background: url(/wp-content/themes/mqua/img/bg2.png) 60% 4vw / 180% no-repeat;
  }
}

#merit {
  padding: 175px 0 100px;
  background: url(/wp-content/themes/mqua/img/bg3.png) center center / contain no-repeat #121212;
  color: #fff;
}


#merit .merit_main .h2_sub {
  text-align: center;
  font-size: 2.4rem;
}

.merit_main .h2_wrap {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
}

#merit .merit_main h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 7px;
  position: relative;
}

#merit .merit_main h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#merit .merit_main h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 2px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.merit_main {
  padding: 65px 59px 33px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  margin-bottom: 113px;
}

.merit_item {
  display: flex;
  align-items: center;
  gap: 46px;
}

.merit_item:not(:last-child) {
  margin-bottom: 67px;
}

.merit_item img {
  width: 45%;
}

.merit_item h3 {
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 23px;
}

.merit_item p {
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: bold;
}

.merit_item.reverse {
  flex-direction: row-reverse;
}

.flow_main .h2_sub {
  text-align: center;
  font-size: 2.4rem;
}

#merit .flow_main h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 7px;
  position: relative;
  margin-bottom: 35px;
}

.flow_flex {
  display: flex;
}

.flow_item {
  width: 29%;
}

.flow_item img {
  margin-bottom: 14px;
}

.flow_item h3 {
  font-size: 2.8rem;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 14px;
}

.flow_item p {
  font-size: 1.6rem;
  line-height: 24px;
}

.triangle2 {
  width: 42px;
  margin: -120px auto 0px;
  display: block;
  transform: rotate(-90deg);
}






@media (max-width: 1470px) {
  .merit_item img {
    width: 40%;
  }

  .merit_item {
    gap: 20px;
  }

  .merit_main {
    padding: 65px 30px 33px;
  }
}

@media (max-width: 960px) {
  #merit {
    background: #121212;
  }

  .merit_main .h2_wrap {
    top: -75px;
  }

  .merit_item,
  .merit_item.reverse {
    flex-direction: column;
  }

  .merit_item img {
    margin: 0 auto 0 0;
    width: 100%;
  }

  .flow_flex {
    flex-direction: column;
  }

  .flow_item {
    width: 100%;
  }

  .triangle2 {
    margin: 24px auto;
    transform: rotate(0deg);
  }

  .merit_main {
    padding: 65px 28px 33px;
  }
}

@media (max-width: 520px) {
  .merit_main .h2_wrap {
    top: -68px;
  }
}

#scanner {
  padding: 194px 0 20px;
  z-index: 1;
}

#comparison {
  padding: 20px 0 113px;
  /* background: url(/wp-content/themes/mqua/img/bg4.png) center -18vw / contain repeat #fff; */
  z-index: 0;
}

#scanner h2,
#comparison h2 {
  font-size: 5.6rem;
  line-height: 72px;
  font-weight: bold;
  margin-bottom: 75px;
}

#scanner h2 .bgLine {
  /* display: inline-block; */
}

.scanner_flex1 {
  display: flex;
  justify-content: space-between;
}

.scanner_flex1 img {
  width: 55%;
  transform: translate(13px, -179px);
  position: relative;
  z-index: -1;
}

.scanner_name {
  text-align: center;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 19px 0;
  width: 580px;
  position: relative;
  margin-bottom: 41px;
}

.scanner_name p {
  position: absolute;
  font-size: 2rem;
  top: -14px;
  left: 0;
  right: 0;
}

.scanner_name p::before {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.scanner_name p::after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 2px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.scanner_name h3 {
    font-size: 6.0rem;
    font-family: 'Noto Sans JP';
    font-weight: 300;
    line-height: 1;
}

.scanner_text {
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 24px;
  text-wrap: nowrap;
}

.scanner_text .bgLine {
  font-weight: bold;
  display: inline-block;
}

.leica {
  font-size: 2rem;
  line-height: 32px;
}

.comparison_main {
  padding: 56px 39px 33px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  margin-top: -38px;
  background: #fff;
}

#comparison .comparison_main .h2_sub {
  text-align: center;
  font-size: 2.4rem;
  line-height: normal;
}

#comparison .comparison_main .h2_wrap {
  position: absolute;
  top: -71px;
  left: 0;
  right: 0;
  text-align: center;
}

#comparison .comparison_main h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 7px;
  position: relative;
}

#comparison .comparison_main h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#comparison .comparison_main h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 2px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.bg4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0%;
  z-index: -1;
}

.bg4-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -1;
}

.bg4-3 {
  display: none;
}

.bg5-1 {
  display: none;
}


.comparison_main_img {
  transform: translateX(10px);
  margin-bottom: 17px;
}

.comparison_text {
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.comparison_text .bgLine {
  display: inline;
}

.deliver {
  border: 2px solid #121212;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 46px;
  padding: 44px 40px;
}

.deliver h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.deliver_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.deliver_item {
  background: linear-gradient(165deg, #8FFFA0, #48B4A5, #0068A9);
  color: #fff;
  font-size: 2rem;
  line-height: 28px;
  border: 2px solid #00AC8F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  width: 32%;
  justify-content: center;
  padding: 21px 0;
  font-weight: bold;
}

.sankou_button {
  background: #000;
  color: #fff;
  font-size: 2rem;
  border-radius: 38.5px;
  display: block;
  margin: 48px auto 0;
  width: 34%;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 23px 0;
}

.sankou_button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.sankou_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 36px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1420px) {
  #scanner {
    /* background: url(/wp-content/themes/mqua/img/bg4.png) center top / 170% repeat #fff; */
    padding: 110px 0 20px
  }

  .scanner_flex1 {
    /* flex-direction: column; */
    margin-bottom: 130px;
    gap: 48px;
  }

  .scanner_flex1>div {
    max-width: 50%;
  }

  .scanner_name {
    width: auto;
  }

  .scanner_flex1 img {
    width: 40%;
    transform: translateX(20%);
  }

}

@media (max-width: 960px) {
  #scanner h2 .bgLine {
    height: 8rem;
  }

  #scanner h2 {
    text-wrap: nowrap;
    line-height: 1.5;
    font-size: 4.2rem;
    margin-bottom: 0px;
  }

  .scanner_flex1 {
    flex-direction: column-reverse;
  }

  .scanner_flex1 img {
    width: 70%;
    transform: none;
    margin: auto;
  }

  .scanner_flex1>div {
    max-width: unset;
  }

  .scanner_name {
    width: 100%;
  }

  .scanner_text {
    text-wrap: wrap;
  }

  .comparison_text {
    text-align: left;
  }

  .deliver>p {
    text-align: left;
  }

  .deliver_flex {
    flex-direction: column;
    gap: 16px;
  }

  .deliver_item {
    width: 100%;
  }

  .sankou_button {
    width: 100%;
  }

  .comparison_main {
    padding: 56px 20px 33px;
  }

  .deliver {
    padding: 44px 20px;
  }
}

#contact {
  background-image: url(/wp-content/themes/mqua/img/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
}

#contact .h2_sub {
  text-align: center;
  font-size: 2.4rem;
  line-height: normal;
  color: #fff;
  margin-bottom: 7px;
}

#contact h2 {
  font-size: 4rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 43px;
  color: #fff;
  text-align: center;
}

.contact_flex {
  display: flex;
  justify-content: center;
  gap: 33px;
}

.contact_item {
  background: #fff;
  padding: 27px 20px;
  text-align: center;
  flex: 1;
  font-weight: bold;
}

#contact h3,
#contactForm h3 {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact_item a.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 4rem;
  margin-left: -20px;
  margin-bottom: 8px;
}

.phone img {
  width: 32px;
}

.workTime {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.workTime .bgLine {
  font-size: 1.4rem;
  border-radius: 2px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: max-content;
  justify-content: center;
}

.contact_item h3 {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 11px;
}

.contact_item:last-child a.contact_button {
  background: linear-gradient(to right, #8FFFA0, #00F6DA);
  color: #121212;
  position: relative;
  text-decoration: none;
  border-radius: 42.5px;
  padding: 17px 58px 17px 40px;
  display: block;
}

.contact_item:last-child a.contact_button p {
  font-size: 1.4rem;
}

.contact_item:last-child a.contact_button h4 {
  font-size: 2.4rem;
}

.contact_item:last-child a.contact_button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.contact_item:last-child a.contact_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 52px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  #contact {
    padding: 60px 0;
  }

  .contact_flex {
    flex-direction: column;
  }

  .contact_item:last-child a.contact_button::before,
  .contact_item:last-child a.contact_button::after {
    display: none;
  }

  .contact_item:last-child a.contact_button {
    padding: 17px 0;
  }
}

#plan {
  padding: 112px 0;
  background: url(/wp-content/themes/mqua/img/bg4.png) center top / contain repeat #fff;
}

#plan .h2_sub {
  text-align: center;
  font-size: 2.4rem;
  line-height: normal;
  margin-bottom: 7px;
}

#plan h2 {
  font-size: 4rem;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}

.swiper_overflow {
  overflow-x: hidden;
  /* width: calc(100vw - 16.5vw); */
  width: 100vw;
  transform: translateX(-16.5vw);
  color: #fff;
  padding-top: 50px;
}

.plan_flex {
  display: flex;
  gap: 44px;
  overflow-x: auto;
}

.plan_item h3 {
  font-size: 2rem;
  padding: 10px 23px;
  font-weight: bold;
}

.plan_item p {
  padding: 11px 23px;
  border-top: 1px solid #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-weight: bold;
}

.plan_item p span {
  font-size: 1.4rem;
  width: 36%;
}

.plan-swiper {
  width: calc(100% - 33vw);
  transform: translateX(16.5vw);
  overflow: visible;
  position: relative;
  padding: 0px 0;
  margin-bottom: 30px;
}

.plan_item {
  width: 340px;
  flex-shrink: 0;
  color: #fff;
  transition: filter 0.3s ease;
}

.plan_item.dimmed {
  filter: brightness(30%);
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev2,
.swiper-button-next2 {
  color: black !important;
  font-size: 1.2rem;
  background: #fff;
  width: 56px !important;
  height: 56px !important;
  aspect-ratio: 1/1;
  border-radius: 100%;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.swiper-button-prev,
.swiper-button-prev2 {
  left: -8% !important;
}

.swiper-button-next,
.swiper-button-next2 {
  right: -8% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev2::after,
.swiper-button-next2::after {
  scale: 0.5;
}

.sankou_cta {
  text-decoration: none;
  color: #000;
  background: #fff;
  display: block;
  margin: auto;
  width: 35%;
  text-align: center;
  font-size: 2rem;
  padding: 24px 0;
  border-radius: 38.5px;
  position: relative;
  font-weight: bold;
}

.sankou_cta::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}

.sankou_cta::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 52px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1260px) {
  .swiper_overflow {
    transform: translateX(-7.5vw);
  }

  .plan-swiper {
    width: calc(100% - 15vw);
    transform: translateX(7.5vw);
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev2,
  .swiper-button-next2 {
    top: 40% !important;
  }

  .sankou_cta {
    width: 60%;
  }
}

@media (max-width: 960px) {
  #plan {
    /* background: url('/scan/wp-content/themes/mqua/img/bg4.png') center top / 170% repeat #fff; */
    background: none;
    padding: 60px 0 112px;
  }

  .swiper-button-prev,
  .swiper-button-prev2 {
    left: -1% !important;
  }

  .swiper-button-next,
  .swiper-button-next2 {
    right: -1% !important;
  }

  .sankou_cta {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev2,
  .swiper-button-next2 {
    height: 40px !important;
    width: 40px !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after,
  .swiper-button-prev2::after,
  .swiper-button-next2::after {
    scale: 0.3;
  }
}

#solution {
  padding: 150px 0;
  background: url(/wp-content/themes/mqua/img/bg4.png) center center / 100% auto repeat-y #fff;
  z-index: 0;
}

#solution .h2_sub {
  margin-bottom: 8px;
}

#solution h2 {
  font-size: 5.6rem;
  line-height: 72px;
  font-weight: bold;
  margin-bottom: 43px;
}

.solution_main {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #121212, #334343);
  border-radius: 8px;
  padding: 48px 0;
  gap: 5px;
  margin-bottom: 82px;
}

.solution_item {
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 32px 18px;
}

.solution_item h3 {
  font-size: 2.8rem;
}

.solution_main img {
  width: 48px;
}

.solution_item .bgLine {
  display: inline;
  color: #000;
}

.solution_colum {
  display: flex;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: bold;
  align-items: center;
  gap: 51px;
  margin-bottom: 46px;
}

.solution_colum.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.solution_colum .bgLine {
  display: inline-block;
}

.solution_colum img {
  max-width: 380px;
}

.solution_colum h4 {
  font-size: 3.2rem;
  line-height: 40px;
  margin-bottom: 22px;
}

#solution .h2_sub.usage {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 113px;
  margin-bottom: 3px;
}

#solution h2.usage {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 1260px) {
  #solution {
    padding: 100px 0 34px;
    background: none;
  }

  .solution_main img {
    width: 36px;
  }
}

@media (max-width: 960px) {
  #solution {
    padding: 100px 0 150px;
    background: url(/wp-content/themes/mqua/img/bg4.png) center center / 170% repeat #fff;
  }

  #solution h2 {
    font-size: 4.2rem;
  }

  .solution_main {
    flex-direction: column;
    padding: 48px 20px;
    gap: 24px;
  }

  .solution_main img {
    margin: auto;
    transform: rotate(90deg);
  }

  .solution_colum,
  .solution_colum.reverse {
    flex-direction: column;
    text-align: left;
    align-items: start;
  }

  .solution_colum img {
    width: 100%;
    max-width: unset;
  }

  .usage_flow_sp {
    width: 70%;
    display: block;
    margin: auto;
  }

  .solution_item h3 {
    font-size: 4rem;
  }

  .solution_item {
    font-size: 2.8rem;
  }
}

#news {
  padding: 204px 0;
  color: #fff;
  /* overflow-x: hidden; */
}

#news .h2_sub {
  margin-bottom: 8px;
}

#news h2 {
  font-size: 5.6rem;
  line-height: 72px;
  font-weight: bold;
  margin-bottom: 43px;
}

.news_item h3 {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
}

#news a {
	text-decoration: none;
}

.news_item p {
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: initial;
    color: #fff;
}

.news_item {
  font-weight: bold;
  font-size: 1.6rem;
}

.news-swiper {
  /* width: 100%; */
  width: calc(100% - 33vw);
  transform: translateX(16.5vw);
  overflow: visible;
  position: relative;
  padding: 0px 0;
  margin-bottom: 30px;
}

#news .swiper-pagination {
  position: absolute;
  top: -50px;
  bottom: unset;
  right: 0;
  left: unset;
  width: max-content;
  height: 4px;
}

#news .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px !important;
  transition: all 0.3s;
}

#news .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 1260px) {
  .news-swiper {
    width: calc(100% - 16vw);
    transform: translateX(7.5vw);
  }
}

@media (max-width: 960px) {
  #news {
    padding: 100px 0;
  }

  #news h2 {
    margin-bottom: 0px;
  }

  .swiper_overflow {
    padding-top: 48px;
    width: 100vw;
    transform: translateX(-15vw);
  }

  .plan-swiper {
    width: calc(100% - 30vw);
    transform: translateX(15vw);
  }

  #news .swiper-pagination {
    top: -45px;
  }

  .bg_shape5 {
    bottom: -1%;
  }

  .shikaku3 {
    height: 760px;
  }

  /* #news .swiper-pagination-bullet:last-child {
    display: none;
  } */
}

#contactForm {
  padding: 42px 0;
  background: url(/wp-content/themes/mqua/img/bg5.png) left bottom / 50% no-repeat #fff;
  z-index: 0;
}

#contactForm .container {
  display: flex;
  gap: 56px;
}

#contactForm .h2_sub {
  margin-bottom: 8px;
  font-size: 2.4rem;
}

#contactForm h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 43px;
  line-height: 1.3;
}

#contactForm .text1 {
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: bold;
}

#contactForm .contact_item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

.contact-form {
  padding: 48px 49px;
  width: 487px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.form-group {
  margin-bottom: 24px;
}

label {
  display: inline-flex;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.4rem;
  line-height: normal;
  align-items: center;
}

.badge {
  display: inline-block;
  font-size: 1.1rem;
  line-height: normal;
  letter-spacing: .08em;
  padding: 0px 3px;
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
  font-weight: 600;
  color: white;
}

.badge.required {
  border: 1px solid #C90000;
  color: #C90000;
}

.badge.optional {
  background: #A7A7A7;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 9px 11px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: .08em;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}

input::placeholder,
textarea::placeholder {
  color: #9E9E9E;
  opacity: 1;
}

textarea {
  min-height: 100px;
  resize: vertical;
  height: 202px;
}

.form-group.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group.checkbox label {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: .0em;
  font-weight: normal;
}

.form-group.checkbox a {
  color: #C90000;
  text-decoration: #C90000;
  border-bottom: 1px solid #C90000;
  margin-left: 3px;
  line-height: 1;
}

input[type="checkbox"] {
  accent-color: #C90000;
}

.submit-btn {
  width: 100%;
  padding: 25px 0;
  font-weight: bold;
  color: white;
  background: #000;
  border-radius: 38.5px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: .02em;
  border: none;
  color: #fff;
  position: relative;
  max-width: 320px;
  margin: auto;
  display: block;
}

.submit-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.submit-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  vertical-align: middle;
  right: 34px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  #contactForm .container {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    padding: 48px 24px;
  }
}

footer {
  padding: 38px 0;
  font-size: 1.6rem;
  position: relative;
  color: #fff;
  z-index: 1;
	background:#000;
}

.footer_logo {
  max-width: 400px;
  margin-bottom: 16px;
}

footer h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.footer_a_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px;
  justify-content: end;
}

.footer_a_wrap a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 30%;
  display: flex;
  align-items: center;
}

.cr {
  display: flex;
  justify-content: space-between;
}

.cr p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.cr_a_wrap {
  display: flex;
  padding: 20px 0;
  gap: 20px;
}

.cr_a_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .bg_shape6 {
    bottom: -33%;
  }

  .shikaku4 {
    height: 90vw;
  }

  .footer_flex {
    flex-direction: column;
    gap: 20px;
  }

  .footer_a_wrap {
    justify-content: left;
    flex-direction: column;
    gap: 10px;
  }
}


@media (max-width: 768px) {
  .h2_sub {
    font-size: 20px;
  }

  #service h2 {
    font-size: 32px;
  }

  #service h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 4px;
  }

  #service .text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 16px;
  }

  #service .h4 {
    font-size: 20px;
    margin-top: 22px;
  }

  #trouble h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .trouble_wrap p {
    font-size: 15px;
    padding: 13px 0px 13px 46px;
    margin-bottom: 10px;
  }

  .trouble_solution {
    font-size: 20px;
    padding: 15px 0;
  }

  .trouble_solution .zenDots {
    font-size: 32px;
  }

  .trouble_text {
    font-size: 18px;
    line-height: 32px;
  }

  #merit .merit_main .h2_sub,
  .flow_main .h2_sub,
  #comparison .comparison_main .h2_sub,
  #contact .h2_sub,
  #plan .h2_sub,
  #solution .h2_sub,
  #solution .h2_sub.usage,
  #news .h2_sub,
  #contactForm .h2_sub {
    font-size: 18px;
  }

  #merit .merit_main h2,
  #merit .flow_main h2,
  #comparison .comparison_main h2,
  #contact h2,
  #solution h2,
  #solution h2.usage,
  #news h2,
  #contactForm h2 {
    font-size: 28px;
  }

  #solution h2 {
    line-height: 40px;
  }

  .merit_item h3 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .merit_item p {
    font-size: 15px;
    line-height: 24px;
  }

  .flow_item h3 {
    font-size: 21px;
  }

  .flow_item p {
    font-size: 15px;
    line-height: 24px;
  }

  #scanner h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .scanner_name p {
    font-size: 20px;
  }

  .scanner_name p::before,
  .scanner_name p::after {
    width: 35%;
  }

  .scanner_name h3 {
    font-size: 28px;
  }

  .scanner_text {
    font-size: 18px;
    line-height: 28px;
  }

  .leica {
    font-size: 16px;
  }

  #comparison .comparison_main h2::before,
  #comparison .comparison_main h2::after {
    width: 15%;
  }

  #comparison .comparison_main .h2_wrap {
    top: -49px;
  }

  .comparison_text {
    font-size: 18px;
    line-height: 28px;
  }

  .deliver h4 {
    font-size: 24px;
  }

  .deliver {
    font-size: 15px;
    line-height: 24px;
    margin-top: 25px;
    padding: 30px 20px;
  }

  .deliver_item {
    font-size: 18px;
    padding: 12px 0;
  }

  .sankou_button {
    font-size: 20px;
    margin-top: 29px;
  }

  .contact_item h3 {
    font-size: 20px;
  }

  .contact_item a.phone {
    font-size: 36px;
  }

  .workTime .bgLine {
    font-size: 14px;
  }

  .workTime {
    font-size: 16px;
  }

  .contact_item:last-child a.contact_button p {
    font-size: 12px;
  }

  .contact_item:last-child a.contact_button h4 {
    font-size: 18px;
  }

  #plan h2 {
    font-size: 32px;
  }

  .plan_item h3 {
    font-size: 20px;
  }

  .plan_item p span {
    font-size: 14px;
    width: 50%;
  }

  .plan_item p {
    font-size: 18px;
  }

  .sankou_cta {
    font-size: 20px;
    width: 90%;
    padding: 20px 0;
  }

  .solution_item {
    font-size: 18px;
    padding: 16px 0px;
  }

  .solution_item h3 {
    font-size: 28px;
  }

  .solution_colum h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 7px;
  }

  .solution_colum,
  .solution_colum.reverse {
    font-size: 15px;
    line-height: 24px;
    gap: 19px;
    margin-bottom: 33px;
  }

  .news_item h3 {
    font-size: 16px;
  }

  .news_item {
    font-size: 14px;
  }

  #contactForm .text1 {
    font-size: 15px;
    line-height: 24px;
  }

  #contact h3,
  #contactForm h3 {
    font-size: 20px;
  }

  .badge {
    font-size: 11px;
  }

  label {
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 14px;
  }

  .form-group.checkbox label {
    font-size: 14px;
  }

  .submit-btn {
    font-size: 20px;
    padding: 22px 0;
  }

  footer h3 {
    font-size: 20px;
  }

  .footer_flex {
    font-size: 16px;
  }

  .footer_a_wrap a {
    font-size: 18px;
    width: auto;
  }

  .cr {
    font-size: 14px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .cr p {
    text-align: center;
    justify-content: center;
  }

  .cr_a_wrap {
    flex-direction: column;
  }

  #trouble {
    background: url(/wp-content/themes/mqua/img/bg2_sp.png) 100% top / 100% no-repeat;
    padding-top: 340px;
  }

  .shikaku3 {
    height: 740px;
  }

  .bg_shape6 {
    bottom: -45%;
  }

  .shikaku4 {
    height: 160vw;
  }

  #fv h1 {
    font-size: 36px;
  }

  #fv h1 .fz96 {
    font-size: 56px;
  }

  #merit {
    padding: 108px 0 70px;
  }

  .scanner_flex1 {
    gap: 20px;
    margin-bottom: 101px;
  }

  #comparison {
    padding: 20px 0 45px;
  }

  .shikaku2 {
    height: 85vw;
  }

  .bg_shape4 {
    bottom: -6.5%;
  }

  #solution .h2_sub.usage {
    margin-top: 50px;
  }

  .bg_shape5 {
    bottom: -5.5%;
  }

  .trouble_wrap {
    margin-top: 30px;
  }

  .triangle {
    width: 7%;
    margin: 14px auto 19px;
  }

  .triangle2 {
    width: 9%;
    margin: 14px auto 19px;
  }

  .header_logo img {
    height: 45px;
  }

  .header_logo {
    margin-left: 9px;
  }

  .header_button_sp {
    margin-right: 9px;
  }

  .merit_item {
    gap: 15px;
  }

  .merit_item:not(:last-child) {
    margin-bottom: 38px;
  }

  .merit_main {
    padding: 65px 20px 33px;
    margin-bottom: 43px;
  }

  .scanner_name {
    margin-bottom: 24px;
  }

  #comparison .comparison_main h2 {
    line-height: normal;
  }

  .comparison_main_img {
    position: relative;
    z-index: 3;
    width: 125%;
    transform: translateX(-8vw);
  }

  .comparison_main .triangle {
    width: 10%;
  }

  .deliver_flex {
    margin-top: 22px;
    gap: 11px;
  }

  #contact h2 {
    margin-bottom: 23px;
  }

  .contact_item {
    padding: 20px 20px;
  }

  #plan {
    padding: 44px 0 41px;
  }

  #plan .swiper-button-next,
  #plan .swiper-button-prev {
    top: 30% !important;
  }

  #news .swiper-button-next,
  #news .swiper-button-prev {
    top: 60% !important;
  }

  .swiper-button-prev,
  .swiper-button-prev2 {
    left: -5% !important;
  }

  .swiper-button-next,
  .swiper-button-next2 {
    right: -5% !important;
  }

  #solution {
    padding: 83px 0 96px;
  }

  .solution_main {
    padding: 37px 20px;
    margin-bottom: 45px;
  }

  .solution_main img {
    width: 9%;
  }

  #news {
    padding: 50px 0;
  }

  #contactForm h2 {
    margin-bottom: 17px;
  }

  #contactForm .container {
    gap: 16px;
  }

  .contact-form {
    padding: 22px 24px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  .scanner_flex1 img {
    margin: -20px 0;
    width: 100%;
  }
}
@media (max-width: 620px) {
.shikaku3 {
  height: 700px;
}
}

@media (max-width: 520px) {
  #trouble {
    padding-top: 200px;
  }

  #contactForm {
    padding: 42px 0 120px;
    background: url(/wp-content/themes/mqua/img/bg5.png) center 100% / 200% no-repeat #fff;
    z-index: 0;
    margin-top: 20px;
  }

  .shikaku4 {
    height: 160vw;
  }

  .bg4-2 {
    bottom: 40%;
  }

  .bg4-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 91%;
    z-index: -1;
    display: block;
  }

  .bg5-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    z-index: -1;
    display: block;
  }
}

@media (max-width: 768px) {
  .swiper_overflow {
    transform: translateX(-15vw);
  }

  .plan-swiper {
    width: calc(100% - 20vw);
    transform: translateX(15vw);
  }
}

@media (max-width: 520px) {
  .comparison_main_img {
    width: 120%;
  }

  .shikaku2 {
    height: 120vw;
  }

  .swiper_overflow {
    transform: translateX(-5vw);
  }

  .shikaku3 {
    height: 620px;
  }

  footer{
    margin-top: -60px;
  }
}

@media (max-width: 440px) {
  .shikaku4 {
      height: 180vw;
  }
}




.page-id-13 #fv {
	background: url(/wp-content/themes/mqua/img/sam_mv.png);
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}

 .page-id-13 #service h3 {
    font-size: 3.2rem;
    margin-top: 26px;
    font-weight: bold;
    line-height: 1.6;
}

.page-id-13 #service {
    background: initial;
    padding: 50px 20px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-13 #merit {
    padding: 80px 0px 100px;
	background: #000;
}

.page-id-13 #service .r {
	width: 30%;
}

.page-id-13 #fv .fv_title {
	position: initial;
    text-align: center;
    width: 100%;
    left: 0;
    padding-top: 150px;
}

.page-id-13 #fv h1 {
    font-size: 5rem;
}

.page-id-13 .flow_flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
}

.new_zukai {
	max-width: 1060px;
    margin: 0 auto 80px;
	padding: 0 20px;
}

.sam_list {
	max-width: 1040px;
    margin: 50px auto 100px;
    display: flex;
    gap: 15px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.sam_list h3 {
	font-size: 2rem;
    font-weight: bold;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.sam_list p {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 11px 5px;
	border-bottom: 1px solid #ccc;
}

.sam_list p span {
    font-size: 1.4rem;
    width: 36%;
}

.sam_list .card {
	width: 31%;
	margin-bottom: 50px;
}

.sam_list .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sam_ttl h2 {
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 60px;
}

@media (max-width: 750px) {
	.page-id-13 #service {
		display: block;
	}

.page-id-13 #service .r {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
	
.page-id-13 #fv .fv_title {
    padding-top: 100px;
    transform: none;
}
	
}
	
@media (max-width: 500px) {
	
.sam_list {
	display: block
	}
	
.sam_list .card {
    width: 100%;
}
	
	.page-id-13 #service h3 br {
		display: none;
	}
	
.page-id-13 #fv {
    height: 200px;
}

.page-id-13 #fv h1 {
    font-size: 4rem;
}

.ssp {
	display: block;
}
	
	.ppc {
	display: none;
	}


.page-id-13 #service h3 {
    font-size: 2.4rem;
    margin-top: 0px;
}
	
	.page-id-13 #service .r img {
    width: 70%;
    margin: 0 auto -40px;
    display: block;
	}
	
.sam_ttl h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: -20px;
}
	
.new_zukai {
    padding: 0 30px;
}
	
#news .swiper-slide img, #plan .swiper-slide img {
    height: 160px;
}

.plan_item p {
    padding: 11px 10px;
}

.plan_item h3 {
    padding: 0 10px 10px;
}
	
}
