.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #333;
}

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

a {
  text-decoration: none;
}

.wrap {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .wrap {
    width: 84%;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 90%;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

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

.section_heading {
  font-weight: 600;
  font-size: 2.2vw;
  top: -2vw;
  left: 4vw;
  letter-spacing: 0.18em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .section_heading {
    font-size: 24px;
    top: -24px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading {
    line-height: 1.3;
    letter-spacing: 0.15em;
    margin: 0 auto 24px;
    font-size: 22px;
  }
}
.section_heading span {
  font-size: 2.8vw;
  color: #eb6c18;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .section_heading span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading span {
    font-size: 26px;
  }
}
.section_heading span::after {
  content: "";
  position: absolute;
  top: min(-0.4vw, -4px);
  width: max(0.4vw, 4px);
  height: max(0.4vw, 4px);
  background-color: #eb6c18;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------- header ---------------*/
.header {
  padding: 12px 60px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 8px 0;
  }
}

.header_logo {
  width: 120px;
}
@media screen and (max-width: 600px) {
  .header_logo {
    width: 60px;
    margin: 0 auto;
  }
}

/*--------------- fv ---------------*/
.fv {
  background-image: url(../img/front/fv_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 6vw 0;
}
@media screen and (max-width: 800px) {
  .fv {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    background-image: url(../img/front/fv_bg_sp.webp);
  }
}

.fv_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    flex-direction: column;
    align-items: center;
    max-width: 420px;
  }
}

.fv_img {
  width: 27.6vw;
}
@media screen and (max-width: 1200px) {
  .fv_img {
    width: 30vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_img {
    width: 34vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_img {
    width: 76%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.fv_bubble {
  width: 42vw;
}
@media screen and (max-width: 1200px) {
  .fv_bubble {
    width: 48vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_bubble {
    width: 56vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_bubble {
    width: 96%;
    margin: 0 auto;
  }
}

.fv_main {
  color: #fff;
  font-size: 4vw;
  line-height: 1.3;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 2vw;
}
@media screen and (max-width: 1200px) {
  .fv_main {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_main {
    font-size: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_main {
    font-size: min(38px, 7.8vw);
    line-height: 1.4;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2vw;
  }
}
.fv_main span {
  font-size: 5.4vw;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .fv_main span {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_main span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_main span {
    font-size: min(48px, 10vw);
  }
}

@media screen and (max-width: 600px) {
  .fv_line {
    display: flex;
    background-color: #000;
    padding: 1.2vw 2vw 1.6vw;
    margin: 0 auto 3.2vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fv_line span {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 0.2vw 0.8vw 0.4vw;
  font-size: 2.4vw;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .fv_line span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_line span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_line span {
    font-size: min(4vw, 20px);
    background-color: unset;
    padding: 0;
  }
}
.fv_line span:first-child {
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 600px) {
  .fv_line span:first-child {
    margin-bottom: 0;
  }
}

.fv_tag {
  display: block;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2vw;
  font-weight: 700;
  padding: 0.8vw 2vw 1vw;
  border-radius: 100px;
  border: 3px solid #000;
  color: #eb6c18;
  box-shadow: 0px 4px 0.8vw rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  transition: all 0.4s;
}
.fv_tag:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .fv_tag {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_tag {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_tag {
    font-size: 6vw;
    padding: 1.6vw 4vw 2vw;
  }
}
.fv_tag span {
  font-weight: 700;
  color: #eb6c18;
}

/*--------------- intro ---------------*/
.intro {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .intro {
    padding: 100px 0 60px;
  }
}

@media screen and (max-width: 800px) {
  .intro_img {
    max-width: 220px;
    margin: 0 auto;
  }
}

.intro_item {
  margin-left: auto;
  width: 85%;
  border-bottom-left-radius: 2vw;
  border-top-left-radius: 2vw;
  background-color: #fddabf;
  padding: 40px 15% 40px 4vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .intro_item {
    width: 90%;
    padding: 40px 10% 40px 4vw;
  }
}
@media screen and (max-width: 800px) {
  .intro_item {
    padding: 40px 4vw 16px 4vw;
  }
}
@media screen and (max-width: 600px) {
  .intro_item {
    width: 95%;
  }
}

.intro_item:nth-child(1) {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .intro_item:nth-child(1) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .intro_item:nth-child(1) .intro_heading {
    top: -40px;
  }
}

.intro_item:nth-child(2) {
  margin-left: 0;
  padding: 40px 4vw 40px 15%;
  border-radius: 0;
  border-bottom-right-radius: 2vw;
  border-top-right-radius: 2vw;
}
@media screen and (max-width: 1200px) {
  .intro_item:nth-child(2) {
    padding: 40px 4vw 40px 10%;
  }
}
@media screen and (max-width: 800px) {
  .intro_item:nth-child(2) {
    padding: 40px 4vw 16px 4vw;
  }
}
.intro_item:nth-child(2) .intro_inner {
  grid-template-columns: 16vw 1fr;
}
@media screen and (max-width: 1200px) {
  .intro_item:nth-child(2) .intro_inner {
    grid-template-columns: 20vw 1fr;
    gap: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .intro_item:nth-child(2) .intro_inner {
    grid-template-columns: 1fr;
  }
}
.intro_item:nth-child(2) img {
  order: -2;
}
@media screen and (max-width: 800px) {
  .intro_item:nth-child(2) img {
    order: 1;
  }
}
.intro_item:nth-child(2) .intro_heading {
  right: 4vw;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.intro_heading {
  font-weight: 600;
  font-size: 2.2vw;
  position: absolute;
  top: -2vw;
  left: 4vw;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1200px) {
  .intro_heading {
    font-size: 24px;
    top: -24px;
  }
}
@media screen and (max-width: 600px) {
  .intro_heading {
    line-height: 1.3;
    letter-spacing: 0.15em;
    font-size: 22px;
  }
}
.intro_heading span {
  font-size: 2.8vw;
  color: #eb6c18;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .intro_heading span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .intro_heading span {
    font-size: 26px;
  }
}
.intro_heading span::after {
  content: "";
  position: absolute;
  top: min(-0.4vw, -4px);
  width: max(0.4vw, 4px);
  height: max(0.4vw, 4px);
  background-color: #eb6c18;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.intro_inner {
  display: grid;
  grid-template-columns: 1fr 16vw;
  align-items: center;
  gap: 2.4vw;
}
@media screen and (max-width: 1200px) {
  .intro_inner {
    grid-template-columns: 1fr 20vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .intro_inner {
    grid-template-columns: 1fr;
  }
}

.intro_des {
  line-height: 2.4;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.intro_des span {
  color: #eb6c18;
  font-weight: 600;
}

.intro_bg {
  background-color: #Fff;
  padding: 1vw 1.6vw;
  line-height: 1.6;
  margin-bottom: 1vw;
  font-weight: 500;
  color: #eb6c18;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .intro_bg {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .intro_bg {
    margin-bottom: 16px;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 800px) {
  .intro_bg br {
    display: none;
  }
}

.intro_txt .intro_des {
  line-height: 2;
}

/*--------------- feature ---------------*/
.feature {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .feature {
    padding-bottom: 80px;
  }
}

.feature_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .feature_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .feature_list {
    grid-template-columns: 1fr;
  }
}

.feature_item {
  background-color: #fddabf;
  border-radius: 1vw;
  padding: 24px 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  .feature_item {
    border-radius: 16px;
  }
}

.feature_img {
  max-width: 220px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 600px) {
  .feature_img {
    max-width: 200px;
  }
}

.feature_txt {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 12px;
}
.feature_txt span {
  color: #eb6c18;
}

.feature_bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  background-color: #eb6c18;
  padding: 4px 24px 6px;
  font-size: 18px;
}

/*---------------trouble  ---------------*/
.trouble {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .trouble {
    padding-bottom: 60px;
  }
}

.trouble_wrap {
  border-radius: 24px;
  border: 10px solid #eb6c18;
  position: relative;
  padding: 60px 0 24px;
}
@media screen and (max-width: 600px) {
  .trouble_wrap {
    border: 5px solid #eb6c18;
  }
}

.trouble_heading {
  position: absolute;
  width: 100%;
  top: -2.4vw;
}
@media screen and (max-width: 800px) {
  .trouble_heading {
    top: -50px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading {
    top: -36px;
  }
}
.trouble_heading .section_heading {
  padding: 0 24px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .trouble_heading .section_heading {
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading .section_heading {
    padding: 0 6px;
    letter-spacing: 0.04em;
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading .section_heading span {
    font-size: 26px;
  }
}

.trouble_img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .trouble_img {
    width: 80%;
  }
}

.trouble_content {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .trouble_list {
    position: relative;
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .trouble_list {
    width: 100%;
  }
}

.trouble_item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.trouble_item span {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1200px) {
  .trouble_item span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item span {
    font-size: 16px;
  }
}
.trouble_item img {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .trouble_item img {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .trouble_item img {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item img {
    width: 140px;
  }
}

@media screen and (max-width: 1000px) {
  .trouble_item:nth-child(1) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item:nth-child(1) {
    position: relative;
    left: -30px;
  }
}

.trouble_item:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
@media screen and (max-width: 1400px) {
  .trouble_item:nth-child(2) {
    left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .trouble_item:nth-child(2) {
    transform: none;
    top: auto;
    position: static;
    left: -42px;
    position: relative;
  }
}

.trouble_item:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media screen and (max-width: 1400px) {
  .trouble_item:nth-child(3) {
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .trouble_item:nth-child(3) {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item:nth-child(3) {
    right: 24px;
  }
}

.trouble_txt {
  line-height: 2;
  font-size: 16px;
  padding: 0 60px;
}
@media screen and (max-width: 600px) {
  .trouble_txt {
    padding: 0 24px;
  }
}

@media screen and (max-width: 600px) {
  .trouble_bubble_pc {
    display: none;
  }
}

.trouble_bubble_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .trouble_bubble_sp {
    display: block;
  }
}

/*--------------- cta ---------------*/
.cta {
  display: block;
  transition: all 0.4s;
}
.cta:hover {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .cta_pc {
    display: none;
  }
}

.cta_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta_sp {
    display: block;
  }
}

.cta_btn {
  background-color: #000;
  padding: 12px 0;
  display: block;
  width: 100%;
}

.cta_btn_inner {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cta_btn_inner {
    gap: 4px;
  }
}
.cta_btn_inner span {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  .cta_btn_inner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .cta_btn_inner span {
    letter-spacing: 0em;
  }
}
.cta_btn_inner img {
  width: 32px;
}
@media screen and (max-width: 800px) {
  .cta_btn_inner img {
    width: 20px;
  }
}

/*--------------- voice ---------------*/
.voice {
  padding: 100px 0 120px;
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 60px 0 60px;
  }
}

.voice_list {
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .voice_list {
    flex-wrap: wrap;
    max-width: 780px;
    justify-content: center;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .voice_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.voice_item {
  width: 220px;
}
@media screen and (max-width: 1400px) {
  .voice_item {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .voice_item {
    width: 100%;
  }
}

.voice_item_top {
  padding-bottom: 16px;
  position: relative;
  width: 145px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 600px) {
  .voice_item_top {
    width: 120px;
  }
}

.voice_item_name {
  display: block;
  width: 100%;
  background-color: #eb6c18;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 2px 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .voice_item_name {
    font-size: 18px;
  }
}

.voice_item_txt {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .voice_item_txt {
    font-size: 15px;
  }
}

/*--------------- merit ---------------*/
.merit {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .merit {
    padding-bottom: 60px;
  }
}

.merit_wrap {
  background-color: #fddabf;
  border-radius: 20px;
  padding: 60px 16px 40px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .merit_wrap {
    padding: 80px 16px 32px;
  }
}
@media screen and (max-width: 600px) {
  .merit_wrap {
    padding: 60px 16px 24px;
  }
}

.merit_heading {
  position: absolute;
  top: -2vw;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .merit_heading {
    top: -20px;
  }
}
.merit_heading .section_heading {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .merit_heading .section_heading {
    line-height: 1.4;
  }
}
@media screen and (max-width: 800px) {
  .merit_heading .section_heading span::after {
    top: 0;
  }
}

.merit_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.merit_item {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .merit_item {
    gap: 8px;
  }
}
.merit_item:not(:last-child) {
  margin-bottom: 24px;
}
.merit_item img {
  width: 24px;
}

/*--------------- feature ---------------*/
.point {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .point {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .point .section_heading {
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .point .section_heading span::after {
    top: 0;
  }
}

.point_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .point_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .point_list {
    grid-template-columns: 1fr;
  }
}

.point_item {
  background-color: #fddabf;
  border-radius: 1vw;
  padding: 24px 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  .point_item {
    border-radius: 16px;
  }
}

.point_img {
  max-width: 220px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 600px) {
  .point_img {
    max-width: 200px;
  }
}

.point_txt {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 12px;
}
.point_txt span {
  color: #eb6c18;
}

/*--------------- solution ---------------*/
.solution {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .solution {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .solution_pc {
    display: none;
  }
}

.solution_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .solution_sp {
    display: block;
  }
}

.solution_bottom {
  display: grid;
  grid-template-columns: 1fr 20vw;
  gap: 4vw;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .solution_bottom {
    gap: 2vw;
    grid-template-columns: 1fr 24vw;
  }
}
@media screen and (max-width: 600px) {
  .solution_bottom {
    grid-template-columns: 1fr;
  }
}

.solution_txt p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .solution_txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .solution_txt p {
    font-size: 15px;
  }
}

.solution_line {
  background-color: #000;
  padding: 8px 0;
  margin: 12px 0;
}
.solution_line span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .solution_line span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .solution_line span {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

.solution_btn {
  transition: all 0.3s;
}
.solution_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .solution_btn_pc {
    display: none;
  }
}

.solution_btn_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .solution_btn_sp {
    display: block;
  }
}

/*---------------  ---------------*/
.st_default_wrapp {
  margin: 0 !important;
  width: 100% !important;
}/*# sourceMappingURL=front.css.map */