@charset "UTF-8";
/* 汎用設定 */
body.archive,
body.archive h1,
body.archive h2,
body.archive h3,
body.archive p,
body.archive li,
body.archive a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

body {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  letter-spacing: 0.08em;
  color: #00004d;
}

.elementor .e-div-block-base.container_wrap {
  padding: 0 !important;
}
.elementor .e-div-block-base.container_wrap .e-div-block-base {
  padding: 0;
}

.container_wrap {
  width: 98%!important;
  max-width: 1200px!important;
  margin: 0 auto !important;
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.row_box:not(:last-child) {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .row_box:not(:last-child) {
    margin-bottom: 8%;
  }
}

.row_flex:not(:last-child) {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .row_flex:not(:last-child) {
    margin-bottom: 8%;
  }
}
@media (min-width: 768px) {
  .row_flex {
    display: flex !important;
  }
  .row_flex .col:not(:first-child) {
    margin-left: 2%;
  }
  .row_flex .span_10 {
    width: 83%;
  }
  .row_flex .span_9 {
    width: 74.5%;
  }
  .row_flex .span_8 {
    width: 66%;
  }
  .row_flex .span_7 {
    width: 60.6%;
  }
  .row_flex .span_6 {
    width: 49%;
  }
  .row_flex .span_5 {
    width: 37.4%;
  }
  .row_flex .span_4 {
    width: 32%;
  }
  .row_flex .span_3 {
    width: 23.5%;
  }
  .row_flex .span_2 {
    width: 15%;
  }
  .row_flex .span_1 {
    width: 12.6%;
  }
  .row_flex.f_reverse {
    flex-direction: row-reverse;
  }
  .row_flex.f_reverse .col:not(:first-child) {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .row_flex .col:not(:last-child) {
    margin-bottom: 2%;
  }
}

img {
  max-width: 100%;
}

.contact_table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.contact_table th,
.contact_table td {
  padding: 3%;
  border: none;
  border-bottom: 5px solid #fff;
}
.contact_table th {
  width: 30%;
  text-align: left;
  background: #000080;
  color: #fff;
}
@media (max-width: 767px) {
  .contact_table th {
    font-size: 14px;
  }
}
.contact_table td {
  width: 70%;
}
.contact_table .required {
  color: red;
  font-size: 14px;
  padding-left: 10px;
}

.contact-submit {
  text-align: center;
}
.contact-submit input[type=submit] {
  border: none;
  background: #000080;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 1em auto;
}

.table_plain {
  margin: 0 auto;
  width: 100%;
  border-spacing: inherit !important;
  border: none;
}
.table_plain th,
.table_plain td {
  padding: 0.7em 1em;
  border: none;
  border: 1px solid #fff;
}
.table_plain th {
  text-align: center;
  background-color: none;
  background: #000080;
  color: #fff;
}
.table_plain td {
  background-color: none;
  background: #e6edff;
}
.table_plain td .sp_tel {
  color: #00004d !important;
}

.table_menu {
  margin: 0 auto;
  width: 100%;
  border-spacing: inherit !important;
  border: none;
}
.table_menu th,
.table_menu td {
  background-color: transparent;
  border: none;
  padding: 0.7em 1em;
  border-bottom: 1px solid #000080;
}
@media (max-width: 767px) {
  .table_menu th,
  .table_menu td {
    padding: 0.7em 0.3em;
  }
}
.table_menu th {
  text-align: left;
}
.table_menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table_menu .sp_tel {
  color: #00004d !important;
}

/* タイトル関係 */
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}
.elementor h1 {
  text-align: center;
  padding: 1.5em 0 !important;
  font-weight: 700 !important;
  font-size: 36px;
  color: #fff !important;
  background: url(/wp-content/uploads/h1_bg.webp) no-repeat center/cover;
  margin-bottom: 1em !important;
}
@media (max-width: 767px) {
  .elementor h1 {
    font-size: 30px;
  }
}
.elementor h2 {
  text-align: center !important;
  font-weight: 700 !important;
  position: relative;
  padding-top: 55px !important;
  color: #00004d !important;
  font-size: 30px;
  margin-bottom: 1em !important;
}
@media (max-width: 767px) {
  .elementor h2 {
    font-size: 24px;
  }
}
.elementor h2:after {
  content: "";
  aspect-ratio: 45/40;
  width: 45px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto !important;
  background-image: url(/wp-content/uploads/h2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.elementor h3 {
  padding: 0 0 10px 0.5em !important;
  font-size: 24px;
  border-bottom: 2px solid #6666ff;
  margin-bottom: 1em !important;
}
@media (max-width: 767px) {
  .elementor h3 {
    font-size: 20px;
  }
}

/* TOPページ */
main {
  overflow: hidden;
}

@media (min-width: 768px) {
  .sp_tel {
    text-decoration: none;
  }
}

.elementor h2.top_h2 {
  margin: 0 auto 0.8em !important;
  font-size: 45px;
}
@media (max-width: 767px) {
  .elementor h2.top_h2 {
    font-size: 30px;
  }
}
.elementor h2.top_h2 {
  padding-top: 0 !important;
  color: #000080 !important;
}
.elementor h2.top_h2:after {
  content: none;
}

@keyframes img-right-open {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes img-left-open {
  100% {
    transform: translateX(100%);
  }
}
.mv_wrap {
  position: relative;
}
.mv_wrap .copy_wrap {
  position: absolute;
    z-index: 65;
  top: 25%;
  transform: translate(0, -50%);
  left: 5%;
}
@media (max-width: 767px) {
  .mv_wrap .copy_wrap {
    top: 20%;
  }
}
.mv_wrap .copy_wrap .copy01 p,
.mv_wrap .copy_wrap .copy02 p {
  text-shadow: #000 1px 0 20px;
}
.mv_wrap .copy_wrap .copy01 p {
  color: #fff;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .mv_wrap .copy_wrap .copy01 p {
    font-size: 8vw;
  }
}
.mv_wrap .copy_wrap .copy02 p {
  color: #fff;
  font-weight: 600;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .mv_wrap .copy_wrap .copy02 p {
    font-size: 3.3vw;
  }
}
.mv_wrap {
  position: relative;
  overflow: hidden;
}
.mv_wrap::before, .mv_wrap::after {
  content: "" !important;
  position: absolute;
  inset: 0;
  background: #fff;
  pointer-events: none;
  z-index: 100;
}
.mv_wrap.animated::before {
  animation: img-left-open 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.mv_wrap.animated::after {
  animation: img-right-open 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.mv_wrap .main_visual {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.mv_wrap .main_visual li {
  margin: 0;
}
.mv_wrap .main_visual img {
  display: block;
  width: 100%;
  height: calc(100vh - 86px);
  object-fit: cover;
}
@media (max-width: 959px) {
  .mv_wrap .main_visual img {
    height: calc(65vh - 86px);
  }
}
@media (max-width: 767px) {
  .mv_wrap .main_visual img {
    height: 45vh;
  }
}

.sec01 {
  padding: 5% 0 !important;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 10% 0 !important;
  }
}
.sec01 {
  background: #e6edff;
}
.sec01 .box01 {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  padding: 4% 5% !important;
  position: relative;
}
@media (max-width: 767px) {
  .sec01 .box01 {
    width: 85%;
    padding: 4% 5% 100px !important;
  }
}
.sec01 .box01:after {
  content: "";
  aspect-ratio: 268/176;
  width: 268px;
  position: absolute;
  right: -40px;
  bottom: 0;
  background-image: url(/wp-content/uploads/top_img001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec01 .box01:after {
    width: 150px;
    right: 5%;
  }
}
.sec01 .box01 ul {
  padding-left: 0 !important;
  list-style: none;
  font-size: 26px;
}
@media (max-width: 767px) {
  .sec01 .box01 ul {
    font-size: 18px;
  }
}
.sec01 .box01 ul {
  font-weight: 600;
}
.sec01 .box01 ul li {
  line-height: 2;
  position: relative;
  padding-left: 40px !important;
}
@media (max-width: 767px) {
  .sec01 .box01 ul li {
    padding-left: 33px !important;
  }
}
.sec01 .box01 ul li:after {
  content: "";
  aspect-ratio: 31/29;
  width: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/wp-content/uploads/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec01 .box01 ul li:after {
    width: 25px;
  }
}
.sec01 .txt_box {
  margin: 1.5em 0 2em !important;
  text-align: center !important;
}
.sec01 .txt_box p {
  font-size: 54px;
}
@media (max-width: 959px) {
  .sec01 .txt_box p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec01 .txt_box p {
    font-size: 28px;
  }
}
.sec01 .txt_box p {
  font-weight: 700;
  display: inline;
  border-bottom: 2px solid #00004d;
}

.sec02 {
  padding: 5% 0 !important;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 10% 0 !important;
  }
}
@media (min-width: 768px) {
  .sec02 .top_h2 {
    text-align: left !important;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sec02 .top_h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .sec02 .span_10 .row_flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .sec02 .span_10 .row_flex .col {
    margin: 0 1.5% 4%;
    width: 47%;
  }
}
.sec02 .span_10 .row_flex .col {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sec02 .span_10 .row_flex .txt_box {
  text-align: center;
}
.sec02 .span_10 .row_flex .txt_box p {
  margin: 0.5em 0 !important;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec02 .span_10 .row_flex .txt_box p {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .sec02 .span_10 .row_flex .txt_box p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sec02 .span_10 .row_flex {
    flex-wrap: wrap;
  }
  .sec02 .span_10 .row_flex .col {
    margin: 0 1.5% 4%;
    width: 47%;
  }
}

.sec03 {
  padding: 5% 0 8% !important;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 10% 0 20% !important;
  }
}
.sec03 {
  position: relative;
  background: url(/wp-content/uploads/top_bg001.webp) no-repeat;
  background-position: left top;
  background-size: 20%;
}
@media (max-width: 767px) {
  .sec03 {
    background-size: 30%;
  }
}
.sec03:after {
  content: "";
  aspect-ratio: 418/352;
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/top_bg002.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec03:after {
    width: 30%;
  }
}
.sec03 h2.top_h2 {
  margin: 0 auto 1.5em !important;
}
.sec03 .box01 a {
  text-decoration: none;
  color: #00004d;
  transition: 0.2s;
}
.sec03 .box01 a h3 {
  margin: 0.5em 0 !important;
  font-size: 30px;
}
@media (max-width: 767px) {
  .sec03 .box01 a h3 {
    font-size: 20px;
  }
}
.sec03 .box01 a h3 {
  padding-right: 30px !important;
  position: relative;
}
.sec03 .box01 a h3:after {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0 auto !important;
  transform: translate(0, -50%);
  background: #6666ff;
  z-index: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec03 .box01 a:hover {
  color: #6666ff;
}
.sec03 .box02 h3 {
  margin: 0.5em 0 !important;
}

.sec_case {
  padding: 0 0 5% 0 !important;
}
@media (max-width: 767px) {
  .sec_case {
    padding: 0 0 10% 0 !important;
  }
}

.sec_qa {
  padding: 5% 0 !important;
}
@media (max-width: 767px) {
  .sec_qa {
    padding: 10% 0 !important;
  }
}
.sec_qa {
  background: #e6edff;
}

.sec04 {
  padding: 5% 0 !important;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 10% 0 !important;
  }
}
.sec04 a {
  color: #00004d;
}
.sec04 dl {
  margin-bottom: 2em !important;
}
.sec04 dl dt, .sec04 dl dd {
  margin-left: 0 !important;
}
.sec04 dl dt {
  font-weight: 700;
  color: #6666ff;
  font-size: 18px;
  margin-bottom: 5px !important;
}
.sec04 dl dd {
  margin-bottom: 1em !important;
}
@media (min-width: 768px) {
  .sec04 .e-button-base {
    margin-left: 0 !important;
  }
}

.sec_contact {
  padding: 7% 0 !important;
}
@media (max-width: 767px) {
  .sec_contact {
    padding: 10% 0 !important;
  }
}
.sec_contact {
  background-image: url(/wp-content/uploads/parallax.webp);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .sec_contact {
    background-attachment: fixed;
  }
}
.sec_contact .info_box {
  padding: 5% 10px !important;
}
@media (max-width: 767px) {
  .sec_contact .info_box {
    padding: 10% 10px !important;
  }
}
@media (max-width: 1199px) {
  .sec_contact .info_box {
    width: 90%;
  }
}
.sec_contact .info_box {
  text-align: center;
  font-size: 18px;
  margin: 0 auto !important;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sec_contact .info_box .title {
  font-size: 20px;
  font-weight: 700;
  color: #6666ff;
  background: #e6edff;
  display: table;
  margin: 0 auto 1em !important;
  padding: 10px 8% !important;
}
@media (max-width: 767px) {
  .sec_contact .info_box .title {
    padding: 10px !important;
  }
}
.sec_contact .info_box .sp_tel {
  color: #00004d !important;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 767px) {
  .sec_contact .info_box .sp_tel {
    font-size: 20px;
  }
}

/* 下層ページ */
.under_sec {
  margin-bottom: 5% !important;
}
@media (max-width: 767px) {
  .under_sec {
    margin-bottom: 10% !important;
  }
}

@media (min-width: 768px) {
  .company_sec03 .row_flex {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .company_sec03 .row_flex .col {
    width: 48%;
    margin: 0 1% 2% !important;
  }
}
.company_sec03 .row_flex .col {
  box-shadow: 0 0 10px rgba(0, 0, 204, 0.5);
}
@media (max-width: 767px) {
  .company_sec03 .row_flex .col {
    width: 95%;
    margin: 0 auto 1em !important;
  }
}
.company_sec03 .row_flex p {
  padding: 1em !important;
}
.company_sec03 .row_flex strong {
  display: block;
}

.flow_sec .flow_box {
  display: flex !important;
  align-items: stretch;
  margin-bottom: 0px !important;
}
.flow_sec .flow_box .img_box {
  padding: 3% 0 !important;
  text-align: center;
  background: #000080;
  clip-path: polygon(100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%, 100% 0);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .flow_sec .flow_box .img_box {
    width: 35%;
  }
}
.flow_sec .flow_box .img_box p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .flow_sec .flow_box .img_box p {
    font-size: 20px;
  }
}
.flow_sec .flow_box .txt_box strong {
  color: #000080;
  font-size: 120%;
  display: block;
}
@media (max-width: 767px) {
  .flow_sec .flow_box .txt_box {
    width: 63%;
    margin-left: 2% !important;
  }
}

.border_box {
  padding: 1em !important;
  border: 2px solid #6666ff;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title {
  justify-content: space-between;
}

/* スライドショー */
/* ループ */
.slider_loop {
  position: relative;
  overflow: hidden;
}
.slider_loop .slider_loop_inner {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_loop .slider_loop_inner li {
  float: left;
  padding: 10px;
}
.slider_loop .slider_loop_inner li img {
  width: 100%;
  border-radius: 20px;
}

/* slide02 */
.slider_focus {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.slider_focus img {
  width: 600px;
  height: auto;
}
@media (max-width: 1000px) {
  .slider_focus img {
    width: 60vw;
  }
}
.slider_focus .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.5;
}
.slider_focus .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

/* リンクボタン */
.elementor .e-button-base {
  position: relative;
  display: block!important;
  color: #fff;
  background: #6666ff;
  padding: 0.8em 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center!important;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  box-shadow: 0 6px #000080;
}
.elementor .e-button-base:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.elementor .e-button-base:hover {
  box-shadow: 0 0 #ccc;
  transform: translateY(4px);
  color: #fff;
  background: #000080;
}
.elementor .e-button-base:hover:after {
  right: 4%;
  border-color: #fff;
}

/* プルダウン */
.elementor-widget-n-accordion .e-n-accordion-item-title {
  font-weight: 600 !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: 24px;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
  fill: #000080 !important;
}
.elementor-widget-n-accordion .elementor-element.e-child {
  border: none !important;
}
.elementor-widget-n-accordion .elementor-element.e-child p {
  font-weight: 600 !important;
}

/* 追加スタイル */
.elementor p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (min-width: 960px) {
  header nav .header-menu {
    margin: 0;
  }
  header nav .header-menu li.menu-item:first-child a {
    padding-left: 0 !important;
  }
  header nav .header-menu li.menu-item a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item a {
    padding-left: 15px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr {
    padding-left: 24px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item.contact_hdr {
    padding-left: 15px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    color: #fff !important;
    background: #6666ff;
    padding: 15px !important;
    padding-right: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.2s;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    padding-left: 18px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    padding-right: 10px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr a:hover {
    background: #000080;
  }
}

.header-menu-row .header-menu > .menu-item > a{
    height: 55px!important;
}

.elementor-location-archive .e-div-block-base.container_wrap{
    max-width: 1200px!important;
    width: 98%!important;
    margin: 0 auto 5%!important;
}
body.archive .e-con, body.archive .e-con>.e-con-inner {
    display: block!important;
}
.elementor-element.archive_title {
    padding: 0!important;
}

body.archive .elementor-element{
    padding: 0!important;
}
body.archive .elementor-element.sec_contact{
    padding: 7% 0 !important;
}
@media ( max-width : 767px ) {
    body.archive .elementor-element.sec_contact{
    padding:10% 0 !important;
}
}
body.archive .elementor-element.sec_contact .info_box{
    padding: 5% 10px!important;
}
@media ( max-width : 767px ) {
    body.archive .elementor-element.sec_contact .info_box{
    padding: 10% 10px!important; 
}
}
.elementor-location-archive .sec_contact .e-div-block-base.container_wrap{
margin-bottom: 0!important;
}

.l-container{
    overflow: hidden!important;
}

@media ( min-width : 960px ) and ( max-width : 1023px ){
  .l-content__fluid .l-header__inner{
          padding-left: 10px!important;
        padding-right: 10px!important;
}
.header-menu-row .header-menu > .menu-item > a{
  padding-right: 10px!important;
}
}

[data-interaction-id="e20ff3b"] {
    padding: 0!important;
}
[data-interaction-id="535966e"] {
    padding: 0!important;
}

.header-menu > .menu-item:hover > a, .header-menu .current-menu-item:not(.u-smooth-scroll) > a{
  color: #333!important;
}

@media ( min-width : 768px ) {
  .elementor .sec03 .e-div-block-base.container_wrap{
  max-width: 1800px!important;
}
.elementor .sec03 .box02{
  max-width: 1200px!important;
  margin: 20px auto 20px!important;
  padding-top: 50px!important;
  border-top: 2px solid #E7EDFF;
}
}
@media ( min-width : 768px ) and ( max-width : 1199px ){
  .sec03 .box01 a h3{
    font-size: 28px;
  }
}
@media ( min-width : 768px ) and ( max-width : 1023px ){
  .elementor .sec03 .box01 a h3,.elementor .sec03 .box02 h3{
    font-size: 18px!important;
  }
  .elementor .sec03 .box02{
      max-width: 75%!important;
  }
}
@media ( max-width : 767px ) {
    .elementor .sec03 .box02{
    display: flex!important;
    flex-wrap: wrap;
  }
  .elementor .sec03 .box02 .col{
    width: 48%!important;
    margin: 0 1% 3%!important;
  }
}