@charset "UTF-8";
/* mixin */
/*  @media用 */
.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-inline: 10px;
}

.inner.in_ptn2 {
  max-width: 980px;
}

.inner.in_ptn750 {
  max-width: 750px;
}

.inner_com {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .inner_com {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.aitemsc {
  align-items: center !important;
}

.asend {
  align-self: end !important;
}

.flex {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .flex.c2 .item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
  }
  .flex.c2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .flex.c3 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .flex.c3 .item:nth-child(3n) {
    margin-right: 0;
  }
  .flex.c4 .item {
    width: calc((100% - 30px) / 4);
  }
  .flex.c5 .item {
    width: calc((100% - 40px) / 5);
  }
}

.flex.ac {
  align-items: center;
}

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

.flex.jc {
  justify-content: center;
}

.flex.ja {
  justify-content: space-around;
}

@media print, screen and (min-width: 769px) {
  .flex_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex_pc.ac {
    align-items: center;
  }
  .flex_pc.afe {
    align-items: flex-end;
  }
  .flex_pc.sb {
    justify-content: space-between;
  }
  .flex_pc.c2 .item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
  }
  .flex_pc.c2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .flex_pc.c3 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .flex_pc.c3 .item:nth-child(3n) {
    margin-right: 0;
  }
  .flex_pc.c4 .item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .flex_pc.c4 .item:nth-child(4n) {
    margin-right: 0;
  }
  .flex_pc.c5 .item {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
  }
  .flex_pc.c5 .item:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 540px) {
  .flex_sp {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex_sp.ac {
    align-items: center;
  }
  .flex_sp.afe {
    align-items: flex-end;
  }
  .flex_sp.sb {
    justify-content: space-between;
  }
  .flex_sp.jc {
    justify-content: center;
  }
  .flex_sp.spc2 .item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
  }
  .flex_sp.spc2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .flex_sp.c73 .item {
    width: calc(70% - 25px);
    margin-right: 25px;
  }
  .flex_sp.c73 .item:nth-child(2n) {
    width: calc(30% - 25px);
    margin-right: 0;
  }
}

.flex-center_aj {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/************************/
/* レスポンシブ */
.pc-only {
  display: block;
}

@media screen and (max-width: 540px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp-only {
    display: block;
  }
}

.tablet-only {
  display: none;
}

@media screen and (max-width: 820px) {
  .tablet-only {
    display: block;
  }
}

.pc-none {
  display: none;
}

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

/* display */
@media (max-width: 768px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}

@media (max-width: 768px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}

@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

.e-con.--wauto {
  --width: auto!important;
}

.cred1 {
  color: #ff4040;
}

.cred2 {
  color: #c93232;
}

.txt_blue {
  color: #1F77C3;
}

.--sstxt {
  font-size: 0.9375rem;
}

.--stxt {
  font-size: 1.125rem;
}

.--ltxt {
  font-size: 1.875rem;
}

@media (max-width: 540px) {
  .--ltxt {
    font-size: 1.25rem;
  }
}

.--lltxt {
  font-size: 2.5rem;
}

@media (max-width: 540px) {
  .--lltxt {
    font-size: 1.875rem;
  }
}

.--l3txt {
  font-size: 3.75rem;
}

.txt_s-fr {
  text-shadow: #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px 1px 0px, #ffffff 1px -1px 0px;
}

.dshadow4 {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

#curveUpColor path, #curveDownColor path {
  fill: #F3FAFF;
  stroke: #F3FAFF;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.wrap_imgbox {
  position: relative;
}

.wrap_imgbox .time {
  width: 75px;
  height: 75px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #0088D6;
  text-align: center;
  border: 1px solid #0088D6;
  border-radius: 50px;
  position: absolute;
  left: .5em;
  bottom: .5em;
  display: flex;
  align-items: center;
}

.wrap_imgbox .time span {
  font-size: 22px;
}

.wrap_imgbox .time span span {
  font-size: 14px;
}

#bigTriangleColor path {
  fill: #accbee;
  stroke: #accbee;
  stroke-width: 2;
}

.mv_sec__text .mv_sec__label {
  background-color: #000;
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.mv_sec__text .mv_sec__heading {
  /* font-size: 4.1666666667vw; */
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 3px;
  color: #000;
}

.mv_sec__text .mv_sec__heading .red {
  color: #dd3437;
}

.mv_sec__text .mv_sec__heading span {
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
  line-height: normal;
  padding: 0 15px;
}

.fv {
  position: relative;
  padding: 0px 0;
  background: #004ea2 url(../img/bg_mv.jpg) no-repeat top center;
  background-size: cover;
  z-index: 1;
}

.fv:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 109px;
  border-bottom: 139px solid #004ea2;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fv .txt_head {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  background: #004ea3;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .fv .txt_head {
    font-size: 1rem;
  }
}

@media (max-width: 540px) {
  .fv .wrap_bg-btn {
    padding: 20px 0  0;
  }
}

.fv .wrap_po--btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -106px;
}

@media (max-width: 540px) {
  .fv .wrap_po--btn {
    position: inherit !important;
    margin-top: -6.875rem !important;
  }
  .fv .wrap_po--btn .tel,
  .fv .wrap_po--btn .line {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .fv .wrap_po--btn {
    bottom: -107px;
  }
  .fv .wrap_po--btn .is-style-btn_solid.__ver_txtin a {
    padding: 21px 7rem 16px !important;
  }
}

@media (min-width: 540px) {
  .fv .wrap_po--btn.cta-buttons-center .tel, .fv .wrap_po--btn.cta-buttons-center .line {
    width: auto;
  }
}

.fv__balloon {
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}

/* nayami */
.nayami {
  padding: 160px 0 60px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

@media (max-width: 540px) {
  .nayami {
    padding: 40px 0 40px;
  }
}

.nayami .nayami_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.nayami .nayami_ttl h2 {
  font-size: 2.625rem;
}

@media (max-width: 599px) {
  .nayami .nayami_ttl h2 {
    font-size: 1.6875rem;
  }
}

.nayami .tri_btm:after {
  border-color: #22313F transparent;
}

.nayami .txt_bg-bl {
  font-size: 2.5rem;
}

@media (max-width: 540px) {
  .nayami .txt_bg-bl {
    font-size: 1.5rem;
  }
}

.nayami .txt_de {
  font-size: 1.875rem;
}

@media (max-width: 540px) {
  .nayami .txt_de {
    font-size: 1.25rem;
  }
}

.nayami .tit_sub {
  margin: 0 0 10px;
  letter-spacing: 1px;
}

@media (max-width: 540px) {
  .nayami .tit_sub .title {
    line-height: 1;
    margin: 20px 0;
  }
}

@media (max-width: 540px) {
  .nayami .tit_sub .flex._sp {
    flex-wrap: wrap;
  }
}

.nayami .nayami_hukidashis {
  padding-top: 170px;
  position: relative;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis {
    padding-top: 400px;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi {
  position: absolute;
  width: 380px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi {
    width: 190px;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi p {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi p {
    font-size: 14px;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi01, .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi02 {
  left: 0;
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi01 {
  top: 40px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi01 {
    top: 20px;
    width: 90%;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi02 {
  bottom: 70px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi02 {
    right: 0;
    left: auto;
    top: 90px;
    bottom: auto;
    width: 65%;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi03 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi03 {
    left: 0;
    top: 155px;
    transform: translateX(0);
    width: 70%;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi04, .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi05 {
  right: 0;
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi04 {
  top: 40px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi04 {
    top: 270px;
    right: 0;
    bottom: auto;
    width: 65%;
  }
}

.nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi05 {
  bottom: 70px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashis .nayami_hukidashi.nayami_hukidashi05 {
    top: 280px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 70%;
  }
}

.nayami .nayami_hukidashi_img {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 0 auto 30px;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashi_img {
    width: 100%;
  }
}

.nayami .nayami_hukidashi_arrow {
  width: 165px;
  margin: 60px auto 0;
}

@media (max-width: 599px) {
  .nayami .nayami_hukidashi_arrow {
    width: 100px;
  }
}

/* ベース設定 */
.--center {
  text-align: center !important;
}

.--mauto {
  margin: auto !important;
}

.--mb0 {
  margin-bottom: 0px !important;
}

.--mb20 {
  margin-bottom: 20px !important;
}

.--wauto {
  width: auto !important;
}

.--kit-w-s0 {
  --kit-widget-spacing: 0px!important;
}

.--cmain {
  color: #0655A0;
}

.--csub {
  color: #FE8B25;
}

.--lnum {
  color: #28AFA0;
  font-size: 1.4em;
  font-weight: 500;
}

.fwb {
  font-weight: bold !important;
}

.ofi_wrap {
  overflow: hidden;
}

.ofi_wrap img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 768px) {
  .ofi_wrap .ofi_wrap {
    height: 300px;
  }
  .ofi_wrap .ofi_wrap img {
    height: 300px;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.w100 {
  width: 100% !important;
}

/* HeadingDeco */
.txt_dotted {
  padding-bottom: 0.54688vw;
  border-bottom: dotted 1px #444;
}

.txt_solid {
  padding-bottom: 0.54688vw;
  border-bottom: solid 1px #444;
}

.marker_ye01 {
  background: linear-gradient(transparent 65%, #ffff40 0%);
}

.marker_sub02 {
  background: linear-gradient(transparent 65%, #F46600 0%);
}

.link_text01 {
  border-bottom: 1px solid rgba(254, 139, 37, 0.7);
}

.line_textb01 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff00 0%) repeat scroll 0 0;
}

.price {
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px;
  border-radius: 10px;
  color: #fff;
  background: #4c7499;
}

.price02 {
  color: #0655A0;
  font-size: 1.625rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  font-family: "Montserrat", "Callie Hand", trajan-sans-pro, -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.txt_bg-dg {
  color: #fff;
  background: #22313F;
  padding: 7px 22px;
}

@media (max-width: 540px) {
  .txt_bg-dg.tri_btm {
    display: block;
  }
}

.txt_bg-dg.tri_btm:after {
  border-color: #22313F transparent;
}

.tri_btm {
  position: relative;
}

.tri_btm:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -14px;
  left: 0px;
  right: 0;
  margin: auto;
}

.bg_grad1 {
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.bg_grad2 {
  background-image: linear-gradient(0deg, #a1c4fd 0%, #c2e9fb 100%);
}

.tel .icon {
  position: relative;
  padding-left: 46px;
}

.tel .icon:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 38px;
  background: url(../img/icon_tel.png) no-repeat center;
  background-size: 100%;
}

.tel .icon img {
  vertical-align: middle;
}

.line .icon {
  position: relative;
  padding-left: 45px;
}

.line .icon:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 38px;
  background: url(../img/icon_line1.png) no-repeat center;
  background-size: 100%;
}

.line .icon img {
  vertical-align: middle;
}

/* ===================================
   Reset & Base Styles
   =================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body.home {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  overflow-x: hidden;
}

body p,
body.home p {
  margin-block-end: 0;
}

body h1, body h2, body h3, body h4, body h5, body h6,
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6 {
  line-height: initial;
}

body h1, body h2, body h3, body h4,
body.home h1,
body.home h2,
body.home h3,
body.home h4 {
  margin: 0;
}

body.home #site-header,
body.home .page-header {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===================================
   Container
   =================================== */
.container {
  margin: 0 auto;
}

/* ===================================
   Mobile Fixed Header
   =================================== */
.mobile-fixed-header {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 12px 20px;
}

.mobile-call-btn {
  display: block;
  background: linear-gradient(135deg, #FF6B35 0%, #FF4520 100%);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.mobile-call-btn .icon {
  margin-right: 8px;
  font-size: 20px;
}

/* ===================================
   Buttons
   =================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  gap: 10px;
}

.btn-large {
  padding: 20px 40px;
  font-size: 16px;
}

.btn-xl {
  padding: 20px 50px;
  font-size: 18px;
  width: 100%;
  margin-top: 15px;
}

.btn-primary {
  background: linear-gradient(135deg, #FF6B35 0%, #FF4520 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}

.btn-line {
  background: linear-gradient(135deg, #06C755 0%, #00B900 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(6, 199, 85, 0.4);
}

.btn-line:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.6);
}

.btn-outline {
  background: #fff;
  color: #0080C8;
  border: 2px solid #0080C8;
  padding: 12px 25px;
  font-size: 14px;
}

.btn-outline:hover {
  background: #0080C8;
  color: #fff;
}

.btn .icon {
  font-size: 24px;
}

.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.btn-label {
  font-size: 14px;
}

.btn-number {
  font-size: 20px;
  font-weight: 900;
}

.btn-sub {
  font-size: 12px;
  opacity: 0.9;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}

.scroll-line {
  width: 2px;
  height: 30px;
  background: #fff;
  margin: 10px auto 0;
}

/* ===================================
   Section Styles
   =================================== */
section {
  padding: 80px 0;
}

.section-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

@media (max-width: 540px) {
  .section-title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}

.section-title .highlight {
  color: #0080C8;
  position: relative;
  display: inline-block;
}

.section-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: rgba(0, 128, 200, 0.2);
}

/* ===================================
   Problem Section
   =================================== */
.problem-section {
  background: #F5F9FC;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.problem-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.problem-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.problem-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.problem-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.problem-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FF6B35 0%, #FF4520 100%);
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
}

/* ===================================
   Service Section
   =================================== */
.service-section {
  padding: 0 0 80px;
}

@media (max-width: 540px) {
  .service-section {
    padding: 0 0 40px;
  }
}

.service-section .inner {
  padding-top: 40px;
}

@media (max-width: 540px) {
  .service-section .section-title {
    font-size: 1.9375rem;
    margin-bottom: 30px;
  }
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content {
  padding: 25px;
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.service-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.service-price {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.service-price .price {
  font-size: 24px;
  font-weight: 900;
  color: #FF6B35;
  margin-left: 5px;
}

/* ===================================
   Reason Section
   =================================== */
.reason-section {
  background: #F5F9FC;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}

.reason-card {
  background: #fff;
  padding: 30px 16px;
  border-radius: 15px !important;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #1C52B8;
}

.reason-icon {
  display: flex;
  justify-content: center;
  font-size: 70px;
  margin-bottom: 20px;
}

.reason-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0080C8;
}

.reason-desc {
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}

.reason-desc strong {
  color: #FF6B35;
  font-weight: 700;
}

/* ===================================
   Stats Section
   =================================== */
.stats-section {
  background: linear-gradient(135deg, #0080C8 0%, #00A0E9 100%);
  color: #fff;
  padding: 60px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat-number {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 10px;
}

.stat-number span {
  font-size: 36px;
}

.stat-label {
  font-size: 18px;
  opacity: 0.9;
}

/* ===================================
   Testimonial Section
   =================================== */
.testimonial-section {
  background: url(../img/bg_point.png);
}

@media (max-width: 540px) {
  .testimonial-section {
    padding: 40px 0;
  }
}

@media (max-width: 540px) {
  .testimonial-section .img_box img {
    width: 110px;
  }
}

@media (max-width: 540px) {
  .testimonial-section .cta-buttons-center {
    margin-top: 10px;
  }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card_ver1 {
  background: #f0f6fd;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-card {
  position: relative;
  background: #F5F9FC;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-card::before, .testimonial-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #accbee;
}

.testimonial-card::before {
  width: 15px;
  height: 15px;
  bottom: -20px;
  right: 140px;
}

.testimonial-card::after {
  content: "";
  width: 10px;
  height: 10px;
  bottom: -26px;
  right: 124px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonial-avatar {
  font-size: 50px;
  flex-shrink: 0;
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.testimonial-meta {
  color: #999;
}

.testimonial-rating {
  font-size: 1.8125rem;
}

.testimonial-tag {
  display: inline-block;
  background: #0080C8;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 5px;
}

.testimonial-tag.__price {
  background: #06C755;
}

.testimonial-text {
  line-height: 1.8;
}

/* ===================================
   Price Section
   =================================== */
.price-section {
  background: #F5F9FC;
}

.price-note {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.price-note p {
  color: #0080C8;
  font-weight: 700;
  font-size: 16px;
}

.price-table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table thead {
  background: linear-gradient(135deg, #0080C8 0%, #00A0E9 100%);
  color: #fff;
}

.price-table th,
.price-table td {
  padding: 20px;
  text-align: left;
}

.price-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

.price-table tbody tr:hover {
  background: #F5F9FC;
}

.price-cell {
  font-size: 20px;
  font-weight: 700;
  color: #FF6B35;
}

.price-notes {
  margin-top: 30px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  border-left: 4px solid #0080C8;
}

.price-notes ul {
  list-style: none;
}

.price-notes li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  padding-left: 5px;
}

/* ===================================
   Area Section
   =================================== */
.area-section {
  background: #fff;
}

.area-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.area-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.area-list {
  background: #F5F9FC;
  padding: 40px;
  border-radius: 15px;
}

.area-group {
  margin-bottom: 30px;
}

.area-group:last-child {
  margin-bottom: 0;
}

.area-title {
  font-size: 20px;
  font-weight: 700;
  color: #0080C8;
  margin-bottom: 15px;
}

.area-list ul {
  list-style: none;
  padding-left: 0;
}

.area-list li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.area-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0080C8;
  font-weight: 700;
}

.area-note {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  font-style: italic;
}

/* ===================================
   FAQ Section
   =================================== */
.faq-section {
  background: #fff;
}

@media (max-width: 540px) {
  .faq-section {
    padding: 40px 0;
  }
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-toggle {
  font-size: 28px;
  font-weight: 300;
  color: #0080C8;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item,
.elementor-accordion-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 0 !important;
}

.faq-item.active .faq-toggle,
.elementor-accordion-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-item .elementor-accordion .elementor-tab-content,
.elementor-accordion-item .elementor-accordion .elementor-tab-content {
  border-block-start: 0;
}

.elementor-accordion-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-icon {
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}

.faq-question,
.elementor-tab-title {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  gap: 15px;
}

.faq-question:hover,
.elementor-tab-title:hover {
  background: #F5F9FC;
}

.faq-question .faq-icon,
.elementor-tab-title .faq-icon {
  color: #0080C8;
}

.faq-text,
.elementor-accordion-title,
.elementor-tab-content {
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-answer,
.elementor-tab-content {
  display: none;
  padding: 0 30px 25px 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.faq-answer .faq-text,
.faq-answer .elementor-accordion-title,
.faq-answer .elementor-tab-content,
.elementor-tab-content .faq-text,
.elementor-tab-content .elementor-accordion-title,
.elementor-tab-content .elementor-tab-content {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

.faq-answer .faq-icon,
.elementor-tab-content .faq-icon {
  color: #FF6B35;
}

/* ===================================
   Flow Section
   =================================== */
.flow-section {
  background: #fff;
}

.flow-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.flow-step {
  flex: 1;
  min-width: 200px;
  text-align: center;
  background: #F5F9FC;
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
}

.flow-number {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #0080C8 0%, #00A0E9 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}

.flow-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.flow-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.flow-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.flow-arrow {
  font-size: 30px;
  color: #0080C8;
  font-weight: 700;
  flex-shrink: 0;
}

/* ===================================
   Company Section
   =================================== */
.company-section {
  background: #F5F9FC;
}

.company-info {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.company-table tr:last-child {
  border-bottom: none;
}

.company-table th,
.company-table td {
  padding: 20px 15px;
  text-align: left;
}

.company-table th {
  width: 150px;
  font-weight: 700;
  color: #0080C8;
  vertical-align: top;
}

.company-table td {
  color: #666;
  line-height: 1.8;
}

/* ===================================
   Final CTA Section
   =================================== */
.bg_sep--bor {
  background: #1BA9FF;
  padding: 9.375vw 0vw 9.375vw 0vw;
  border-radius: 0 19.7916666667vw 0 19.7916666667vw;
}

.final-cta-section {
  background: linear-gradient(135deg, rgba(0, 128, 200, 0.1) 0%, #00A0E9 100%);
  background: rgba(0, 128, 200, 0.7) url("../img/Simple Shiny (1).svg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 540px) {
  .final-cta-section .section-title {
    font-size: 1.875rem;
  }
}

.final-cta-section .section-title .highlight::after {
  background: #fff;
  z-index: 0;
}

@media (max-width: 540px) {
  .final-cta-section .section-title .fv__balloon svg {
    width: 20px;
  }
}

.final-cta-section .txt_bg-dg {
  max-width: 84%;
  margin: auto;
  font-weight: bold;
}

@media (max-width: 540px) {
  .final-cta-section .txt_bg-dg {
    max-width: 100%;
  }
}

.cta-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 18px;
  margin-bottom: 50px;
  opacity: 0.9;
}

.cta-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cta-icon {
  font-size: 80px;
  margin-bottom: 20px;
}

.cta-box-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.cta-number {
  font-size: 36px;
  font-weight: 900;
  color: #FF6B35;
  margin-bottom: 10px;
}

.cta-note {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.line-qr {
  margin: 20px 0;
}

.line-qr img {
  max-width: 150px;
  margin: 0 auto;
}

/* ===================================
   Footer
   =================================== */
.footer {
  background: #004ea3;
  color: #fff;
  padding: 40px 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}

.footer-content p {
  color: #fff;
}

.footer-content strong {
  color: #fff;
}

.footer-logo {
  font-size: 24px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  border-top: 1px solid #555;
}

/* ===================================
   Responsive Design
   =================================== */
@media (max-width: 1024px) {
  .area-content {
    grid-template-columns: 1fr;
  }
  .flow-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  /* Mobile Fixed Header */
  .mobile-fixed-header {
    display: block;
  }
  .btn-large {
    width: 100%;
  }
  /* Grids */
  .problem-grid,
  .service-grid,
  .reason-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  /* Flow */
  .flow-steps {
    flex-direction: column;
  }
  .flow-step {
    width: 100%;
  }
  /* Company Table */
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .company-table th {
    padding-bottom: 5px;
    border-bottom: none;
  }
  .company-table td {
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* Footer */
  .footer-content {
    flex-direction: column;
  }
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
  /* Final CTA */
  .cta-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .btn-text {
    align-items: center;
  }
}

/* ===================================
   Empathy Section
   =================================== */
.empathy-section {
  background: linear-gradient(135deg, #F5F9FC 0%, #E3F2FD 100%);
  padding: 80px 0;
  position: relative;
}

.empathy-section::before {
  content: '💦';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  opacity: 0.1;
}

.empathy-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
}

.empathy-list li {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-left: 4px solid #FF6B35;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  transition: transform 0.3s ease;
}

.empathy-list li:hover {
  transform: translateX(5px);
}

.empathy-text {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin: 30px auto;
  max-width: 700px;
  line-height: 1.8;
}

.empathy-text strong {
  color: #FF6B35;
  font-weight: 700;
}

.empathy-highlight {
  font-size: 28px;
  font-weight: 700;
  color: #0080C8;
  text-align: center;
  margin: 40px 0;
  line-height: 1.6;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.empathy-brand {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  text-align: center;
  line-height: 1.8;
  margin: 30px 0 40px;
}

.empathy-brand strong {
  color: #0080C8;
  font-weight: 700;
  font-size: 24px;
}

.empathy-brand em {
  color: #FF6B35;
  font-style: normal;
  font-weight: 700;
}

.cta-buttons-center {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

.cta-buttons-center .tel,
.cta-buttons-center .line {
  width: 100%;
}

@media (min-width: 540px) {
  .cta-buttons-center .tel,
  .cta-buttons-center .line {
    width: 48%;
  }
}

/* ===================================
   Trust Section Updates
   =================================== */
.trust-section {
  padding: 0 0 0px;
  background: #F3FAFF;
}

.trust-section .section-title {
  font-size: 3rem;
}

@media (min-width: 768px) {
  .trust-section .section-title {
    letter-spacing: 1px;
  }
}

@media (max-width: 540px) {
  .trust-section .section-title {
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) {
  .trust-section .section-title .highlight {
    padding: 0 0 0 10px;
  }
}

.trust-section .section-title .--lltxt {
  font-size: 4.375rem;
}

@media (max-width: 540px) {
  .trust-section .section-title .--lltxt {
    font-size: 2.5rem;
  }
}

.trust-section .section-title .--icon {
  position: relative;
}

.trust-section .section-title .--icon:before {
  content: '';
  position: absolute;
  width: 56px;
  height: 28px;
  top: 4px;
  right: -33px;
  background: url(../img/icon_3line.png) no-repeat;
  transform: rotate(25deg);
}

@media (max-width: 540px) {
  .trust-section .section-title .--icon:before {
    top: -15px;
    right: -9px;
  }
}

.trust-section .txt_de {
  font-size: 1.875rem;
}

.trust-intro {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.trust-intro-text {
  border-width: 0 15px;
  padding: 15px;
  background: #34a17a;
  color: #fff;
  text-align: center;
  padding: 15px 3px 15px 10px;
  font-size: 1.5rem;
  border: 1px solid #1c7555;
  border-width: 0 6px;
  font-weight: 600;
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.trust-intro-text:before {
  position: absolute;
  content: "";
  left: 5.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_news.png) no-repeat center/cover;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .trust-intro-text:before {
    left: 18px;
  }
}

@media (max-width: 540px) {
  .trust-intro-text:before {
    left: 0.625rem;
    top: 2.8125rem;
  }
}

.trust-intro-text strong {
  font-weight: 700;
}

.trust-step {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #FF6B35;
  margin: 20px 0;
  padding: 20px;
  background: #F5F9FC;
  border-radius: 10px;
}

.trust-warning {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  padding: 20px;
  background: #FFF3E0;
  border-left: 4px solid #FF6B35;
  border-radius: 10px;
}

.trust-warning strong {
  color: #FF6B35;
  font-weight: 700;
}

.subsection-title {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  margin: 60px 0 40px;
  color: #0080C8;
  letter-spacing: 1px;
}

@media (max-width: 540px) {
  .subsection-title {
    font-size: 2.125rem;
    line-height: 1.3;
    margin: 20px 0 15px;
  }
}

.trust-closing {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
  line-height: 1.8;
}

@media (max-width: 540px) {
  .trust-closing {
    font-size: 1.875rem;
  }
}

.trust-closing strong {
  color: #0080C8;
  font-weight: 700;
}

/* ===================================
   Symptom Table
   =================================== */
.symptom-table-wrapper {
  overflow-x: auto;
  margin: 40px 0;
}

.symptom-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.symptom-table thead {
  background: linear-gradient(135deg, #0080C8 0%, #00A0E9 100%);
  color: #fff;
}

.symptom-table th {
  padding: 20px 15px;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.symptom-table td {
  padding: 20px 15px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.symptom-table td:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #0080C8;
  white-space: nowrap;
}

.symptom-table td:nth-child(2) {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.symptom-table td:nth-child(3) {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.symptom-table td:last-child {
  font-size: 20px;
  font-weight: 900;
  color: #FF6B35;
  text-align: right;
  white-space: nowrap;
}

.symptom-table tr:hover {
  background: #F5F9FC;
}

.service-note {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #0080C8;
  margin: 0px 0 40px;
}

@media (max-width: 540px) {
  .service-note {
    font-size: 1.8125rem;
  }
}

/* ===================================
   Stats Section Updates
   =================================== */
.stats-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.stats-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.95;
  line-height: 1.8;
}

.stats-emphasis {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}

.stats-emphasis strong {
  font-size: 24px;
  text-decoration: underline;
}

/* ===================================
   Testimonial Updates
   =================================== */
.testimonial-closing {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0080C8;
  text-align: center;
  margin: 50px 0 40px;
  line-height: 1.8;
}

@media (max-width: 540px) {
  .testimonial-closing {
    font-size: 0.9375rem;
  }
}

.testimonial-closing strong {
  color: #FF6B35;
  font-size: 1.75rem;
}

@media (max-width: 540px) {
  .testimonial-closing strong {
    font-size: 1.25rem;
  }
}

/* ===================================
   Final CTA Updates
   =================================== */
.cta-highlight {
  color: #FF6B35;
  text-decoration: underline;
}

.cta-emphasis {
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  line-height: 1.8;
}

.cta-emphasis strong {
  font-size: 2.4375rem;
  color: #FFD700;
  text-decoration: underline;
}

@media (max-width: 540px) {
  .cta-emphasis strong {
    font-size: 2rem;
  }
}

.cta-emphasis .--ptxt {
  font-size: 2.25rem;
  color: #333;
  line-height: 1.5;
}

.cta-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0.95;
  line-height: 1.8;
}

.cta-line-text {
  font-size: 16px;
  color: #666;
  margin: 15px 0;
}

/* ===================================
   Responsive Updates for New Sections
   =================================== */
@media (max-width: 768px) {
  .empathy-highlight {
    font-size: 22px;
    padding: 20px;
  }
  .empathy-brand {
    font-size: 18px;
  }
  .symptom-table {
    font-size: 12px;
  }
  .symptom-table th,
  .symptom-table td {
    padding: 12px 8px;
  }
  .symptom-table td:first-child {
    font-size: 16px;
  }
  .symptom-table td:last-child {
    font-size: 16px;
  }
  .trust-step {
    font-size: 18px;
  }
}

.problem__visualization-txt {
  font-weight: 700;
  line-height: 1.3;
}

.problem__visualization-txt .--large {
  font-size: 1.25rem;
}

.--highlight {
  background: linear-gradient(transparent 60%, #F2FF00 60% 100%);
}

/*==========================================*/
/**
/*==========================================*/
.bg_box-bdrop {
  width: 100%;
  padding: 1.25rem 1.75rem;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 0;
}

@media (max-width: 540px) {
  .bg_box-bdrop {
    padding: 1.25rem 1rem;
  }
}

.bg_box-bdrop::before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 0;
  margin: 0;
  border: 2px solid #003B73;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.bg_box-bdrop .title {
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 30px;
  line-height: 1;
  color: #0075c2;
  font-weight: bold;
}

.bg_box-bdrop2 {
  width: 100%;
  padding: 50px 36px 0 36px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.bg_box-bdrop2::before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 0;
  margin: 0;
  border: 2px solid #0075c2;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.bg_box-bdrop2 .title {
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 30px;
  line-height: 1;
  color: #0075c2;
  font-weight: bold;
}

#sec_list-step {
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#sec_list-step::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.box_list-step {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto !important;
  background: #fff;
  position: relative;
  z-index: 0;
}

.box_list-step::after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 0;
  margin: 0;
  border: 2px solid #0075c2;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (max-width: 540px) {
  .box_list-step::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
    margin: 0;
    border: 2px solid #0075c2;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.box_list-step h2 {
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 1;
  color: #0075c2;
  font-weight: bold;
}

.box_list-step h2::before, .box_list-step h2::after {
  content: '';
  display: block;
  width: 30px;
  padding: 0;
  background: url(../img/icon_sq.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}

.box_list-step h2::before {
  height: 30px;
  margin: 0 15px 0 0;
}

.box_list-step h2::after {
  height: 35px;
  margin: 0 0 0 15px;
}

.box_list-step .txt_sub {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0 auto 30px;
  color: #0075c2;
}

@media (max-width: 540px) {
  .box_list-step {
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 0;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  }
  .box_list-step::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
    margin: 0;
    border: 1px solid #0075c2;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .box_list-step h2 {
    padding: 0;
    margin: 0 auto 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.875rem;
    line-height: 1.2em;
    color: #0075c2;
    font-weight: bold;
    text-align: center;
  }
  .box_list-step h2::before, .box_list-step h2::after {
    width: 15px;
  }
  .box_list-step h2::before {
    height: 15px;
    margin: 0 10px 0 0;
  }
  .box_list-step h2::after {
    height: 20px;
    margin: 0 0 0 10px;
  }
  .box_list-step > p {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    color: #0075c2;
  }
}

/*リスト*/
.wrap_list-step {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wrap_list-step .li {
  padding: 0;
  margin: 0;
  text-align: center;
}

.wrap_list-step .li .figure {
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
}

.wrap_list-step .li .figure img {
  width: auto;
  height: 130px;
  padding: 0;
  margin: 0 auto;
}

.wrap_list-step .li h3 {
  font-size: 2.25rem;
  line-height: 1.4em;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #0075c2;
  font-weight: bold;
  letter-spacing: 1px;
}

.wrap_list-step .li h3::before, .wrap_list-step .li h3::after {
  display: none;
}

.wrap_list-step .li h3 > small {
  font-size: 15px;
  font-weight: lighter;
}

.wrap_list-step .li h3 strong {
  display: inline-block;
  background: linear-gradient(transparent 70%, #ffe200 0%);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #sec_list-step {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  #sec_list-step::before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.7;
  }
  #sec_list-step::after {
    display: none;
  }
  /*リスト*/
  .wrap_list-step {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrap_list-step .li {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .wrap_list-step .li:last-child {
    margin-bottom: 0;
  }
  .wrap_list-step .li .figure {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .wrap_list-step .li .figure img {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .wrap_list-step .li h3 {
    font-size: 2.5rem;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #0075c2;
    font-weight: bold;
  }
  .wrap_list-step .li h3 strong {
    display: inline-block;
    background: linear-gradient(transparent 70%, #ffe200 0%);
  }
}

.card_service .wrap_card {
  padding: 0;
  background: rgba(27, 169, 255, 0.05);
}

.card_service .wrap_card:nth-child(2) .title {
  background: #0070F3;
}

.card_service .wrap_card:nth-child(3) .title {
  background: #004ea2;
}

.card_service .wrap_card:nth-child(4) .title {
  background: #0080C8;
}

.card_service .wrap_card:nth-child(5) .title {
  background: #0075c2;
}

.card_service .title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1C52B8;
  border-radius: 15px 15px 0 0;
  padding-block: 0.8rem;
}

.card_service .ofi_wrap {
  height: 160px;
}

.card_service .ofi_wrap img {
  height: 160px;
}

.card_service .txt_inner {
  padding: 20px;
  text-align: left;
  line-height: 1.5;
}

.case__card-txt {
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.case__card-txt .case__card-desc {
  font-size: 1.125rem;
}

.case__card-txt .case__card-desc.price02 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
}

.case__card-common {
  display: flex;
  gap: 0.833125rem;
}

.--card2 .case__card-common {
  gap: 0.5625rem;
}

.case__card-tag {
  color: #fff;
  background: #6B6B6B;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 3.75rem;
  height: 27px;
  line-height: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

.case__card-result .case__card-tag {
  background: #0B47B8;
}

.mark_yellow {
  background: -webkit-linear-gradient(transparent 64%, #fcf69f 0%);
  background: linear-gradient(transparent 64%, #fcf69f 0%);
}

.swl-marker {
  display: inline;
  padding: 2px;
  font-size: 1.375rem;
  letter-spacing: 2px;
}

@media (max-width: 540px) {
  .swl-marker {
    font-size: 1.125rem;
  }
}

.green_ {
  --the-btn-color: #62d847;
  --the-btn-color2: #7bf7bd;
  --the-solid-shadow: rgba(74, 162, 53, 1);
}

[class*=is-style-btn_] {
  --the-fz: 1em;
  --the-width: auto;
  --the-min-width: 64%;
  --the-padding: rm(14) rm(24);
  --the-btn-color: var(--color_main);
  --the-btn-color2: var(--color_main);
  --the-btn-bg: var(--the-btn-color);
  display: block;
  font-size: var(--the-fz);
  margin: 0 auto 2em;
  position: relative;
  text-align: center;
}

[class*=is-style-btn_] a {
  font-size: 1.625rem;
  background: #62d847;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: var(--swl-letter_spacing, 1px);
  line-height: 1.5;
  margin: 0;
  padding: 0.875rem 1.5rem;
  position: relative;
  text-decoration: none;
  /* width: 327px; */
}

[class*=is-style-btn_].__ver_tel a {
  background: #F46600;
}

@media (max-width: 540px) {
  .tel [class*=is-style-btn_] {
    margin: 0 auto;
  }
}

.is-style-btn_solid {
  --the-btn-radius: 20px;
}

.is-style-btn_solid a {
  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;
  box-shadow: 0 4px 0 var(--the-solid-shadow, var(--color_main_dark));
  color: #fff;
  font-weight: 700;
  transition: box-shadow .25s, -webkit-transform .25s;
  transition: transform .25s, box-shadow .25s;
  transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
  z-index: 1;
  border-radius: 4px;
  font-size: 1.625rem;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .is-style-btn_solid a {
    min-width: 350px;
    height: 88px;
    padding: 5px 1.25rem;
  }
}

.is-style-btn_solid a .--ss_txt {
  font-size: 0.9375rem;
}

.is-style-btn_solid.__ver_tel a {
  box-shadow: 0 4px 0 #b04a01;
}

@media (min-width: 768px) {
  .is-style-btn_solid.__ver_txtin a {
    padding: 5px 7rem 16px;
  }
}

.btn_solid02 a {
  width: 100%;
  font-weight: 600;
  background: #ff9701;
  box-shadow: 0 4px #cc7802;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .btn_solid02 a {
    min-width: 350px;
  }
}

.c-title02 {
  padding: 6px 30px;
  background: #fff;
  color: #1BA9FF;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  position: relative;
}

@media (min-width: 768px) {
  .c-title02 {
    width: 30%;
  }
}

.c-title02:after, .c-title02:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffe188;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title02:before {
  left: 14px;
}

.c-title02:after {
  right: 14px;
}

.txt_bg-gra--br {
  background: linear-gradient(90deg, #32beb5, #00aa9e);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  margin: 0 auto .75em;
  padding: .4em 1.5em;
  position: relative;
}

.txt_bg-gra--br.tri_btm:after {
  border-color: #00aa9e transparent;
}

@media (max-width: 540px) {
  .txt_bg-gra--br {
    padding: 0.4em 1.75rem;
  }
}

.--trans_scm11 {
  transform: scale(-1, 1);
}

.ss-style-triangles {
  position: relative;
}

.ss-style-triangles::after {
  position: absolute;
  content: '';
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}

@media (max-width: 540px) {
  .ss-style-triangles::after {
    width: 70px;
    height: 70px;
    bottom: -20px;
  }
}
