@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: "Noto Sans JP", Sans-serif!important;
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", Sans-serif !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body div {
  box-sizing: border-box;
}
body p {
  box-sizing: border-box;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}
ul{
    margin-bottom: 1em;
}

p {
  margin-top: 0!important;
  margin-bottom: 0.8em!important;
}

.elementor .e-div-block-base.container_wrap {
  padding: 0 !important;
}
.elementor .e-div-block-base.container_wrap .e-div-block-base {
  padding: 0!important;
}

.container_wrap {
  width: 98% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .container_wrap {
    width: 92% !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pc-only02 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .sp-only02 {
    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 !important;
}
.contact_table th,
.contact_table td {
  padding: 3% !important;
  border: none;
  border-bottom: 5px solid #fff;
}
.contact_table th {
  width: 30%;
  text-align: left;
  background: #ff4868;
  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: #ff4868;
  color: #fff;
  padding: 15px !important;
  border-radius: 5px;
  margin: 1em auto !important;
}

.table_plain {
  margin: 0 auto!important;
  width: 100%;
  border-spacing: inherit !important;
}
.table_plain th,
.table_plain td {
  padding: 0.7em 1em !important;
  border: 1px solid #fff;
}
.table_plain th {
  text-align: center;
  background: #ff4868;
  color: #fff;
}
.table_plain td {
  background: #fdf4f5;
}
.table_plain td .sp_tel {
  color: #333333 !important;
}

.table_menu {
  margin: 0 auto!important;
  width: 100%;
  border-spacing: inherit !important;
}
.table_menu th,
.table_menu td {
  border: none;
  padding: 0.7em 1em !important;
  border-top: 1px solid #ff4868;
  border-bottom: 1px solid #ff4868;
}
@media (max-width: 767px) {
  .table_menu th,
  .table_menu td {
    padding: 0.7em 0.3em !important;
  }
}
.table_menu th {
  text-align: left;
}
.table_menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.news_table {
  margin: 0 auto!important;
  width: 100%;
  border-spacing: inherit !important;
  border-top: 1px solid #ff4868;
  border-bottom: 1px solid #ff4868;
}
.news_table th,
.news_table td {
  border: none;
  background: none;
  background-color: none;
  padding: 0.7em 1em !important;
}
.news_table th a,
.news_table td a {
  text-decoration: none;
  color: #333333;
}
@media (max-width: 767px) {
  .news_table th,
  .news_table td {
    padding: 0.7em 0.3em !important;
  }
}
.news_table tr:not(:last-child) th,
.news_table tr:not(:last-child) td {
  border-bottom: 1px solid #ff4868;
}
.news_table th {
  width: 15%;
  text-align: left;
}
@media (max-width: 767px) {
  .news_table th {
    width: 25%;
  }
}
.news_table td:last-child {
  width: 85%;
  white-space: unset;
}
@media (max-width: 767px) {
  .news_table td:last-child {
    width: 75%;
  }
}

/* タイトル関係 */
/* TOPページ */
.clip_animation .wow.clip_01 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.clip_animation .wow.clip_01.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s 0.5s ease;
  transition: clip-path 1s 0.5s ease;
  transition: clip-path 1s 0.5s ease, -webkit-clip-path 1s 0.5s ease;
}
.clip_animation .wow.clip_02 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.clip_animation .wow.clip_02.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s 0.5s ease;
  transition: clip-path 1s 0.5s ease;
  transition: clip-path 1s 0.5s ease, -webkit-clip-path 1s 0.5s ease;
}

.fadein_01.wow .col_animation {
  opacity: 0;
}
.fadein_01.wow .col_animation.animation_01 {
  transform: translateY(60px);
  transition: 1.2s 0.2s;
}
.fadein_01.wow .col_animation.animation_02 {
  transform: translateY(60px);
  transition: 1.2s 0.6s;
}
.fadein_01.wow.animated .col_animation {
  opacity: 1;
  transform: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 500;
}

h2.lp_h2 {
  font-size: 56px;
  font-family: "Noto Sans JP", Sans-serif!important;
}
@media (max-width: 1023px) {
  h2.lp_h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2.lp_h2 {
    font-size: 6.5vw;
  }
}
h2.lp_h2 {
  font-weight: 700;
  padding: 0 !important;
  margin-bottom: 0.8em;
  margin-top: 0;
}
h2.lp_h2 span {
  display: table;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #49c7fc;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  h2.lp_h2 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.main_v {
  padding: 5% 0 0 !important;
}
@media (max-width: 1023px) {
  .main_v {
    padding: 8% 0 0 !important;
  }
}
@media (max-width: 767px) {
  .main_v {
    padding: 15% 0 0 !important;
  }
}
.main_v {
  position: relative;
}
.main_v:after {
  content: "";
  width: 100%;
  height: 95%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0%;
  margin: 0 auto !important;
  background-image: url(/wp-content/uploads/lp/main_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .main_v:after {
    background-image: url(/wp-content/uploads/lp/sp_main_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.main_v .row_flex {
  max-width: 1200px;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  .main_v .row_flex {
    align-items: end;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_v .row_flex {
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main_v .row_flex {
    display: block !important;
  }
  .main_v .row_flex .col {
    width: 100%;
    margin: 0 auto!important;
  }
  .main_v .row_flex .col.txt_box {
    margin-top: 5%;
  }
}
@media (max-width: 1399px) {
  .main_v .row_flex {
    width: 93%;
  }
}
.main_v .img_box .copy01 {
  margin-bottom: 3em !important;
}
@media (max-width: 767px) {
  .main_v .img_box .copy01 {
    margin-bottom: 1.5em !important;
  }
}
@media (min-width: 1400px) {
  .main_v .img_box {
    margin-left: -7% !important;
  }
}
.main_v .txt_box {
  padding: 2em !important;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1400px) {
  .main_v .txt_box {
    margin-left: 4% !important;
    width: 42.4%;
  }
}
@media (max-width: 767px) {
  .main_v .txt_box {
    padding: 1.5em !important;
  }
}
.main_v .txt_box p {
  font-size: 14px;
}
.main_v .txt_box p.caption {
  text-align: center;
  font-size: 12px;
}
.main_v .txt_box .title {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main_v .txt_box .title {
    font-size: 17px;
  }
}
.main_v .txt_box .contact_box {
  box-sizing: border-box;
}
.main_v .txt_box .contact_box dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main_v .txt_box .contact_box dt .required {
  color: #ff4868;
  margin-left: 10px;
}
.main_v .txt_box .contact_box dd {
  margin-left: 0 !important;
}
.main_v .txt_box .contact_box dd input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.8em;
}
.main_v .txt_box .contact_box dd select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  /* padding: 0.8em; */
}
.main_v .txt_box .contact-submit input[type=submit] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.sec01 {
  padding: 2% 0 60px;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 8% 0 10%;
  }
}
.sec01 .row_flex {
  align-items: stretch;
}
@media (min-width: 768px) {
  .sec01 .row_flex .title_box {
    display: flex !important;
    align-items: center;
    padding-right: 2%;
    width: 40.4%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec01 .row_flex .title_box {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .sec01 .row_flex .title_box {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .sec01 .row_flex .title_box br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec01 .row_flex .title_box br {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec01 .row_flex .txt_box {
    border-left: 1px solid #333333;
    padding-left: 5%;
    width: 58.6%;
  }
}
@media (max-width: 767px) {
  .sec01 .row_flex .txt_box {
    position: relative;
    max-width: 370px;
    margin: 0 auto!important;
    padding-top: 3%;
  }
  .sec01 .row_flex .txt_box:after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0%;
    margin: 0 auto !important;
    background: #333333;
    z-index: -1;
  }
}
.sec01 .row_flex .txt_box ul {
  padding-left: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec01 .row_flex .txt_box ul {
    justify-content: center;
  }
}
.sec01 .row_flex .txt_box ul li {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec01 .row_flex .txt_box ul li {
    font-size: 15px;
  }
}
.sec01 .row_flex .txt_box ul li {
  padding-left: 25px;
  position: relative;
  margin: 0.4em 0.5em;
}
@media (max-width: 1023px) {
  .sec01 .row_flex .txt_box ul li {
    margin: 0.4em 0.5em;
  }
}
@media (max-width: 767px) {
  .sec01 .row_flex .txt_box ul li {
    padding-left: 16px;
  }
}
.sec01 .row_flex .txt_box ul li:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ff4868;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec01 .row_flex .txt_box ul li:after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .sec01 .row_flex .title {
    margin: 0;
    text-align: left;
  }
}
.sec01 .row_flex .title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .sec01 .row_flex .title {
    font-size: 28px;
    margin: 0 0 0.6em;
  }
}
.sec01 .row_flex .title {
  font-weight: 700;
}
.sec01 .row_flex .title span {
  color: #ff4868;
}

.sec02 {
  padding: 6% 0 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 15% 0 0;
  }
}
.sec02 {
  background: #fdf4f5;
}
.sec02 .box01 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sec02 .box01 {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .sec02 .box01 .txt_box p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec02 .box01 .txt_box p {
    font-size: 14px;
  }
}
.sec02 .box01 .txt_box p {
  font-weight: 500;
  margin-bottom: 0;
}
.sec02 .box01 .txt_box {
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  .sec02 .box01 .txt_box {
    margin-bottom: 8%;
  }
  .sec02 .box01 .txt_box h2.lp_h2 {
    font-size: 6.5vw;
  }
  .sec02 .box01 .txt_box h2.lp_h2 span {
    font-size: 12px;
  }
}
.sec02 .box01 .img_box {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1270px) {
  .sec02 .box01 .img_box {
    margin-right: -4%;
    width: 53%;
  }
}
@media (max-width: 767px) {
  .sec02 .box01 .img_box img {
    width: 85%;
  }
}
.sec02 .box02 {
  position: relative;
  text-align: center;
  z-index: 10;
  background: #ff4868;
  border: 10px solid #fff;
  border-radius: 15px;
  max-width: 1360px;
  margin: 0 auto!important;
  padding: 5% 3%;
}
@media (max-width: 1339px) {
  .sec02 .box02 {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .sec02 .box02 {
    width: 96%;
    padding: 5% 0 8%;
  }
}
.sec02 .box02 p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1399px) {
  .sec02 .box02 p {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .sec02 .box02 p {
    font-size: 3.2vw;
  }
}
.sec02 .box02 p.title {
  display: table;
  margin: 0 auto!important;
  font-size: 56px;
}
@media (max-width: 1399px) {
  .sec02 .box02 p.title {
    font-size: 4.3vw;
  }
}
@media (min-width: 768px) {
  .sec02 .box02 p.title {
    border-bottom: 5px solid #fcf449;
  }
}
@media (max-width: 767px) {
  .sec02 .box02 p.title {
    line-height: 1.4;
    font-size: 6.1vw;
  }
}
.sec02 .box02 p.title span {
  color: #fcf449;
}
@media (max-width: 767px) {
  .sec02 .box02 p.title span {
    border-bottom: 5px solid #fcf449;
  }
}

.sec03 {
  padding: 280px 0 7%;
  background: url(/wp-content/uploads/lp/lp_sec02_bg.webp) no-repeat center top/cover;
  margin-top: -195px;
}
@media (max-width: 1339px) {
  .sec03 {
    padding: 20% 0 5%;
    margin-top: -15%;
  }
}
@media (max-width: 767px) {
  .sec03 {
    padding: 40% 0 10%;
    margin-top: -25%;
  }
}
.sec03 .container_wrap {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1360px !important;
  padding: 5% 10px !important;
}
.sec03 .container_wrap .box01,
.sec03 .container_wrap .box02,
.sec03 .container_wrap .box05 {
  position: relative;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto 5%;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box01,
  .sec03 .container_wrap .box02,
  .sec03 .container_wrap .box05 {
    margin: 0 auto 10%;
  }
}
.sec03 .container_wrap .box02,
.sec03 .container_wrap .box03,
.sec03 .container_wrap .box04,
.sec03 .container_wrap .box05 {
  margin-top: 60px;
  padding: 70px 10px 4%;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02,
  .sec03 .container_wrap .box03,
  .sec03 .container_wrap .box04,
  .sec03 .container_wrap .box05 {
    margin-top: 50px;
    padding: 40px 10px 4%;
  }
}
.sec03 .container_wrap .box02,
.sec03 .container_wrap .box03,
.sec03 .container_wrap .box04,
.sec03 .container_wrap .box05 {
  position: relative;
}
.sec03 .container_wrap .box02 h3,
.sec03 .container_wrap .box03 h3,
.sec03 .container_wrap .box04 h3,
.sec03 .container_wrap .box05 h3 {
  position: absolute;
  top: -60px;
  left: 3%;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 40px;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 h3,
  .sec03 .container_wrap .box03 h3,
  .sec03 .container_wrap .box04 h3,
  .sec03 .container_wrap .box05 h3 {
    font-size: 28px;
    top: -35px;
    left: 5%;
  }
}
.sec03 .container_wrap .box02 h3 span,
.sec03 .container_wrap .box03 h3 span,
.sec03 .container_wrap .box04 h3 span,
.sec03 .container_wrap .box05 h3 span {
  margin-right: 10px;
  font-size: 68px;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 h3 span,
  .sec03 .container_wrap .box03 h3 span,
  .sec03 .container_wrap .box04 h3 span,
  .sec03 .container_wrap .box05 h3 span {
    font-size: 40px;
  }
}
.sec03 .container_wrap .box02 p,
.sec03 .container_wrap .box03 p,
.sec03 .container_wrap .box04 p,
.sec03 .container_wrap .box05 p {
  font-size: 18px;
}
.sec03 .container_wrap .box02 .title,
.sec03 .container_wrap .box03 .title,
.sec03 .container_wrap .box04 .title,
.sec03 .container_wrap .box05 .title {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 34px;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 .title,
  .sec03 .container_wrap .box03 .title,
  .sec03 .container_wrap .box04 .title,
  .sec03 .container_wrap .box05 .title {
    font-size: 28px;
  }
}
.sec03 .container_wrap .box02 .title,
.sec03 .container_wrap .box03 .title,
.sec03 .container_wrap .box04 .title,
.sec03 .container_wrap .box05 .title {
  margin-bottom: 15px;
}
.sec03 .container_wrap .box02 .check,
.sec03 .container_wrap .box03 .check,
.sec03 .container_wrap .box04 .check,
.sec03 .container_wrap .box05 .check {
  padding-left: 0;
  list-style: none;
  margin-top: 2em;
}
.sec03 .container_wrap .box02 .check li:not(:last-child),
.sec03 .container_wrap .box03 .check li:not(:last-child),
.sec03 .container_wrap .box04 .check li:not(:last-child),
.sec03 .container_wrap .box05 .check li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 .check li:not(:last-child),
  .sec03 .container_wrap .box03 .check li:not(:last-child),
  .sec03 .container_wrap .box04 .check li:not(:last-child),
  .sec03 .container_wrap .box05 .check li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec03 .container_wrap .box02 .check li,
.sec03 .container_wrap .box03 .check li,
.sec03 .container_wrap .box04 .check li,
.sec03 .container_wrap .box05 .check li {
  padding-left: 50px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 .check li,
  .sec03 .container_wrap .box03 .check li,
  .sec03 .container_wrap .box04 .check li,
  .sec03 .container_wrap .box05 .check li {
    font-size: 18px;
    padding-left: 35px;
  }
}
.sec03 .container_wrap .box02 .check li:after,
.sec03 .container_wrap .box03 .check li:after,
.sec03 .container_wrap .box04 .check li:after,
.sec03 .container_wrap .box05 .check li:after {
  content: "";
  aspect-ratio: 69/61;
  width: 35px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec03 .container_wrap .box02 .check li:after,
  .sec03 .container_wrap .box03 .check li:after,
  .sec03 .container_wrap .box04 .check li:after,
  .sec03 .container_wrap .box05 .check li:after {
    width: 25px;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .sec03 .container_wrap .box03,
  .sec03 .container_wrap .box04 {
    margin-top: 30px;
    padding: 60px 10px 4%;
  }
}
@media (min-width: 768px) {
  .sec03 .container_wrap .box03 h3,
  .sec03 .container_wrap .box04 h3 {
    font-size: 30px;
    top: -50px;
  }
  .sec03 .container_wrap .box03 h3 span,
  .sec03 .container_wrap .box04 h3 span {
    font-size: 58px;
  }
}
.sec03 .container_wrap .row_wrap {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto 10%;
}
@media (min-width: 768px) {
  .sec03 .container_wrap .row_wrap {
    margin: 0 auto 10%;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec03 .box01 h2.lp_h2 {
    font-size: 4.7vw;
  }
}
@media (min-width: 768px) {
  .sec03 .box01 .txt_box {
    padding-top: 4%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .sec03 .box01 .txt_box p {
    font-size: 18px;
  }
}
.sec03 .box02 {
  background: #f2fbff;
}
.sec03 .box02 h3 {
  color: #49c7fc;
}
.sec03 .box02 .title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .sec03 .box02 .title {
    font-size: 28px;
  }
}
.sec03 .box02 .check li:after {
  background-image: url(/wp-content/uploads/lp/icon_check_blu.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec03 .box02 .row_flex {
  padding: 0 4%;
}
@media (min-width: 1200px) {
  .sec03 .box02 .row_flex .img_box {
    width: 58%;
    margin-right: -6%;
    margin-left: -4%;
  }
}
@media (min-width: 1200px) {
  .sec03 .box02 .row_flex .txt_box {
    margin-right: -2%;
  }
}
.sec03 .box03 {
  background: #fdf4f5;
}
@media (min-width: 768px) {
  .sec03 .box03 {
    height: 100%;
  }
}
.sec03 .box03 h3 {
  color: #ff7d83;
}
@media (min-width: 768px) {
  .sec03 .box03 h3 {
    left: 7% !important;
  }
}
.sec03 .box03 .box_inner {
  max-width: 85%;
  margin: 0 auto!important;
}
@media (max-width: 767px) {
  .sec03 .box03 .box_inner {
    max-width: 90%;
  }
}
.sec03 .box03 .check li:after {
  background-image: url(/wp-content/uploads/lp/icon_check_pin.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec03 .box04 {
  background: #f0f9ed;
}
@media (min-width: 768px) {
  .sec03 .box04 {
    height: 100%;
  }
}
.sec03 .box04 h3 {
  color: #6ab758;
}
@media (min-width: 768px) {
  .sec03 .box04 h3 {
    left: 7% !important;
  }
}
.sec03 .box04 .box_inner {
  max-width: 85%;
  margin: 0 auto!important;
}
@media (max-width: 767px) {
  .sec03 .box04 .box_inner {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .sec03 .box04 .box_inner img {
    width: 84%;
    margin: 0 8%;
  }
}
.sec03 .box04 .check li:after {
  background-image: url(/wp-content/uploads/lp/icon_check_gre.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec03 .box05 {
  background: #fff8e6;
  margin-bottom: 0 !important;
}
.sec03 .box05 h3 {
  color: #f8b514;
}
.sec03 .box05 .title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .sec03 .box05 .title {
    font-size: 28px;
  }
}
.sec03 .box05 .check li:after {
  background-image: url(/wp-content/uploads/lp/icon_check_yel.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec03 .box05 .row_flex {
  padding: 0 4%;
}

.sec04 {
  padding: 6% 0!important;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 15% 0!important;
  }
}
.sec04 {
  background: #f2fbff;
}
@media (min-width: 768px) {
  .sec04 p {
    font-size: 18px;
  }
}
.sec04 .bg_001 {
  padding: 5% 0!important;
  margin: 5% 0!important;
}
@media (max-width: 767px) {
  .sec04 .bg_001 {
    padding: 10% 0!important;
    margin: 10% 0!important;
  }
}
.sec04 .bg_001 {
  position: relative;
}
.sec04 .bg_001:after {
  content: "";
  width: 98%;
  max-width: 1640px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0%;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .sec04 .bg_001:after {
    width: 100%;
  }
}
.sec04 .bg_001 .container_wrap {
  position: relative;
  z-index: 10;
}
.sec04 h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1023px) {
  .sec04 h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sec04 h3 {
    font-size: 20px;
  }
}
.sec04 h3 span {
  display: block;
  font-size: 24px;
  color: #ff4868;
}
@media (max-width: 767px) {
  .sec04 h3 span {
    font-size: 16px;
  }
}
.sec04 .box01 {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .sec04 .box01 {
    margin-top: 10%;
  }
}
@media (min-width: 768px) {
  .sec04 .box02 img {
    width: 90%;
    margin: 0 5%;
  }
}
.sec04 .box02 ul {
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec04 .box02 ul {
    justify-content: center;
  }
}
.sec04 .box02 ul li {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec04 .box02 ul li {
    font-size: 15px;
  }
}
.sec04 .box02 ul li {
  padding-left: 25px;
  position: relative;
  margin: 0.4em 0.5em;
}
@media (max-width: 1023px) {
  .sec04 .box02 ul li {
    margin: 0.4em 0.5em;
  }
}
@media (max-width: 767px) {
  .sec04 .box02 ul li {
    padding-left: 16px;
  }
}
.sec04 .box02 ul li:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ff4868;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec04 .box02 ul li:after {
    width: 10px;
    height: 10px;
  }
}
.sec04 .box03 .movie_inner {
  width: 90%;
  max-width: 506px;
  margin: 0 auto!important;
}
.sec04 .box03 .title strong {
  display: block;
  color: #ff4868;
  font-size: 34px;
}
@media (max-width: 767px) {
  .sec04 .box03 .title strong {
    font-size: 24px;
  }
}

.sec05 {
  padding: 6% 0!important;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 15% 0!important;
  }
}
.sec05 {
  background: #fdf4f5;
}

.sec06 {
  padding: 6% 0!important;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 15% 0!important;
  }
}
.sec06 .case_box h3 {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0.3em;
  font-size: 28px;
}
@media (max-width: 1023px) {
  .sec06 .case_box h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec06 .case_box h3 {
    font-size: 20px;
  }
}
.sec06 .case_box h3 span {
  display: block;
  font-size: 24px;
  color: #ff4868;
}
@media (max-width: 767px) {
  .sec06 .case_box h3 span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sec06 .case_box p {
    font-size: 18px;
  }
}
.sec06 .case_box .content_box {
  margin-top: 2em;
}
.sec06 .case_box .content_box p {
  font-size: 14px;
  line-height: 1.5;
}
.sec06 .case_box .content_box p span {
  margin-bottom: 0.4em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec06 .case_box .content_box p span {
    font-size: 18px;
  }
}
.sec06 .case_box .content_box p span {
  color: #fff;
  display: table;
  padding: 5px 40px 5px 20px;
}
.sec06 .case_box .content_box p.case01 {
  margin-bottom: 1.5em;
}
.sec06 .case_box .content_box p.case01 span {
  background: #49c7fc;
  clip-path: polygon(80% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.sec06 .case_box .content_box p.case02 span {
  background: #ff4868;
  clip-path: polygon(90% 0%, 100% 100%, 0% 100%, 0% 0%, 95% 0%);
}
.sec06 .box01 {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #b5b5b5;
}
@media (max-width: 767px) {
  .sec06 .box01 .case_box .content_box {
    margin-bottom: 2em;
  }
}
.sec06 .box02 .case_box .content_box {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sec06 .box02 {
    justify-content: space-between;
    position: relative;
  }
  .sec06 .box02:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0%;
    margin: 0 auto !important;
    background: #b5b5b5;
    z-index: -1;
  }
  .sec06 .box02 .col:last-child {
    margin-left: 0;
  }
  .sec06 .box02 .col {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .sec06 .box02 .col:first-child {
    padding-bottom: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #b5b5b5;
  }
}

.sec07 {
  padding: 6% 0!important;
}
@media (max-width: 767px) {
  .sec07 {
    padding: 15% 0!important;
  }
}
.sec07 {
  background: #fdf4f5;
}
.sec07 .txt_box ul {
  padding-left: 0;
  list-style: none;
}
.sec07 .txt_box ul li {
  display: flex !important;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.sec07 .txt_box ul li:not(:last-child):after {
  content: "";
  width: 27px;
  height: 17px;
  position: absolute;
  left: 11%;
  bottom: -25px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #333333;
}
@media (max-width: 1023px) {
  .sec07 .txt_box ul li:not(:last-child):after {
    left: 11%;
    width: 20px;
    height: 13px;
    bottom: -22px;
  }
}
.sec07 .txt_box ul li img {
  width: 25%;
  padding: 1%;
}
.sec07 .txt_box ul li span {
  display: block;
  width: 72%;
  margin-left: 3%;
}
.sec07 .txt_box ul li span strong {
  color: #ff4868;
  display: block;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec07 .txt_box ul li span strong {
    font-size: 18px;
  }
}

.sec_qa {
  padding: 6% 0!important;
}
@media (max-width: 767px) {
  .sec_qa {
    padding: 15% 0!important;
  }
}

.sec_contact {
  padding: 6% 0 12%!important;
}
@media (max-width: 767px) {
  .sec_contact {
    padding: 15% 0 20%!important;
  }
}
.sec_contact {
  background: #ff4868;
  color: #fff;
  position: relative;
}
.sec_contact:after {
  content: "";
  aspect-ratio: 1789/327;
  width: 45%;
  max-width: 994px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/lp/lp_contact_logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_contact:after {
    width: 80%;
  }
}
.sec_contact .lp_h2 {
  color: #fff;
  margin-bottom: 0.3em;
}
.sec_contact .row_flex {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .sec_contact .row_flex {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sec_contact .row_flex .title_box p {
    font-size: 18px;
  }
}
.sec_contact .row_flex .txt_box .tel {
  display: table;
  margin: 0 auto 1em;
}
.sec_contact .row_flex .txt_box .tel a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 52px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .sec_contact .row_flex .txt_box .tel a {
    padding-left: 45px;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .sec_contact .row_flex .txt_box .tel a {
    font-size: 30px;
  }
}
.sec_contact .row_flex .txt_box .tel a:after {
  content: "";
  aspect-ratio: 78/78;
  width: 39px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/wp-content/uploads/lp/icon_tel.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1023px) {
  .sec_contact .row_flex .txt_box .tel a:after {
    width: 30px;
  }
}
.sec_contact .row_flex .txt_box .e-button-base {
  background: transparent !important;
  border: 2px solid #fff !important;
  margin-top: 1em;
}
.sec_contact .row_flex .txt_box .e-button-base:hover {
  background: #fff !important;
  color: #ff4868 !important;
}

h2[id^=a0] {
  margin-top: -110px !important;
  padding-top: 110px !important;
}
@media (max-width: 767px) {
  h2[id^=a0] {
    margin-top: -50px !important;
    padding-top: 50px !important;
  }
}

#contact {
  margin-top: -110px !important;
  padding-top: 110px !important;
}
@media (max-width: 767px) {
  #contact {
    margin-top: -50px !important;
    padding-top: 50px !important;
  }
}

/* MP4動画プレーヤー */
.mp4_movie_wrap {
  margin-top: 2em;
  width: 100%;
  max-width: 700px;
}
.mp4_movie_wrap .video_open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.mp4_movie_wrap .video_open .video_thumb {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.mp4_movie_wrap .video_open .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding-left: 5px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 1;
}
.mp4_movie_wrap .caption {
  text-align: center;
  font-weight: 700;
}

/* モーダル背景 */
.modal_video_bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
}
.modal_video_bg.is-active {
  display: flex;
}
.modal_video_bg .modal_video {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  background: transparent;
  box-sizing: border-box;
  animation: mp4-modal-video-player-show 0.3s ease forwards;
}
.modal_video_bg .modal_video_header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  padding: 16px 20px;
  background: transparent;
  box-sizing: border-box;
}
.modal_video_bg .modal_video_button {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.modal_video_bg .modal_video_error {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  background: #000000;
  object-fit: contain;
}

@keyframes mp4-modal-video-player-show {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .mp4_movie_wrap .video_open {
    width: 100%;
  }
}
/* Q&Aパーツ(Q&A parts) */
.qa .qa_box {
  padding: 1em 1em 1em 1em;
  border-top: 1px solid #b5b5b5;
}
.qa .qa_box:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.qa .question {
  margin-bottom: 0 !important;
  font-size: 24px;
  border: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .qa .question {
    font-size: 16px;
  }
}
.qa .question {
  position: relative;
  padding-right: 30px;
  margin-bottom: 1em;
  font-weight: 700;
  cursor: pointer;
}
.qa .question:after, .qa .question:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  transition: 0.5s;
  transform: translate(0, -50%);
  background: #ff4868;
}
.qa .question:after {
  width: 22px;
  height: 3px;
  right: 0px;
}
.qa .question:before {
  width: 3px;
  height: 22px;
  right: 10px;
}
.qa .question.open:before {
  opacity: 0;
}
.qa .answer {
  display: none;
}
@media (max-width: 767px) {
  .qa .answer {
    font-size: 14px;
  }
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}
.qa.qa-open .question:after {
  display: none;
}
.qa.qa-open .answer {
  display: block;
}

/* スライドショー */
/* ループ */
.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!important;
  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 {
  display: block !important;
  color: #fff;
  box-sizing: border-box;
  background-color: transparent;
  background-color: #ff4868 !important;
  padding: 1.2em 0.6em;
  margin: 0 auto 1px;
  max-width: 435px;
  width: 100%;
  text-align: center !important;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px !important;
}
.elementor .e-button-base:hover {
  color: #fff;
  background-color: #49c7fc !important;
}

/* プルダウン */
.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: #ff4868 !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;
}

/* お問い合わせボタン */
@media (min-width: 1024px) {
  header .l-header__inner {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  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: 1024px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item a {
    padding-left: 15px !important;
  }
}
header .header_flex {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px !important;
  background: #fff;
  z-index: 100;
}
@media (max-width: 1199px) {
  header .header_flex {
    padding: 22px 0.8em !important;
  }
}
@media (max-width: 1023px) {
  header .header_flex {
    position: relative;
  }
}
@media (max-width: 767px) {
  header .header_flex {
    padding: 10px 1em !important;
  }
}
header .header_flex .site_logo_wrap a img {
  width: 244px;
}
@media (max-width: 767px) {
  header .header_flex .site_logo_wrap a img {
    width: 150px;
  }
}
@media (max-width: 374px) {
  header .header_flex .site_logo_wrap a img {
    width: 120px;
  }
}
header .header_flex .hdr_link_wrap {
  display: flex !important;
  align-items: center;
}
header .header_flex .hdr_link_wrap a.contact_hdr {
  /* margin-left: 24px !important; */
  text-decoration: none !important;
  color: #fff !important;
  background: #ff4868;
  height: 57px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  header .header_flex .hdr_link_wrap a.contact_hdr {
    padding: 0 18px !important;
  }
}
@media (max-width: 1199px) {
  header .header_flex .hdr_link_wrap a.contact_hdr {
    /* margin-left: 10px !important; */
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  header .header_flex .hdr_link_wrap a.contact_hdr {
    height: 35px;
  }
}
header .header_flex .hdr_link_wrap a.contact_hdr {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  header .header_flex .hdr_link_wrap a.contact_hdr {
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
header .header_flex .hdr_link_wrap a.contact_hdr:hover {
  background: #49c7fc;
}
@media (max-width: 767px) {
  header .header_flex .hdr_link_wrap a.contact_hdr span {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  header .header_flex .hdr_link_wrap .elementor-nav-menu {
    display: flex !important;
    align-items: center;
  }
}
header .header_flex h1.site-description {
  text-align: center;
}

/* タブ切り替え */
/* ページトップ */
.page-top {
  position: fixed;
  right: 30px;
  bottom: 45px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009fe8;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50%;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-top:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .page-top {
    right: 15px;
    bottom: 2%;
    width: 45px;
    height: 45px;
  }
}

/* 追加スタイル */
@media (min-width: 768px) {
  .sp_tel {
    text-decoration: none;
    pointer-events: none;
  }
}

.elementor p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.label_txt span {
  background: #fdf4f5;
  color: #333333;
  padding: 4px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* .lp_header > * {
  width: auto !important;
  flex: 0 0 auto !important;
} */

@media ( max-width : 1023px ) {
    .elementor-widget-nav-menu{
    position: absolute;
    right: 5%;
}
}
@media ( max-width : 767px ) {
        .elementor-widget-nav-menu{
    right: -6%;
}
}
@media ( min-width : 1024px ) {
    .elementor .e-div-block-base.site_logo_wrap {
        width: 25%;
    }
    .elementor .e-div-block-base.hdr_link_wrap {
        width: 75%;
    }
    .elementor-9393 .elementor-element.elementor-element-38615aa.elementor-element{
        width: calc(100% - 200px);
        margin-right: 24px;
    }
    .elementor .e-e9e6f5c-26ddff6{
        width: 200px;
    }
    .elementor-nav-menu--main .elementor-nav-menu a{
            padding: 13px 15px!important;
    }
}

h2,h3,h4{
    font-family: "Noto Sans JP", Sans-serif!important;
}
.main_v .txt_box .contact_box dd{
    margin-bottom: .8em;
}

.wpcf7-spinner{
    display: none!important;
}
.fixed_contact {
  position: fixed !important;
  right: 1%;
  bottom: 10%;
  z-index: 300;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}
.fixed_contact{
    max-width: 80px!important;
}
.fixed_contact.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media ( max-width : 767px ) {
    .fixed_contact{
        bottom: 5%;
    }
}
.elementor-location-popup {
  padding: 1.5em !important;
}
.elementor-location-popup p {
  font-size: 14px;
}
.elementor-location-popup p.caption {
  text-align: center;
  font-size: 12px;
}
.elementor-location-popup .title {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .elementor-location-popup .title {
    font-size: 17px;
  }
}
.elementor-location-popup .contact_box {
  box-sizing: border-box;
}
.elementor-location-popup .contact_box dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.elementor-location-popup .contact_box dt .required {
  color: #ff4868;
  margin-left: 10px;
}
.elementor-location-popup .contact_box dd {
  margin-left: 0 !important;
  margin-bottom: .8em!important;
}
.elementor-location-popup .contact_box dd input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.8em;
}
.elementor-location-popup .contact_box dd select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
}
.elementor-location-popup .contact-submit input[type=submit] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.main_v .txt_box .contact_box .pdf_select .wpcf7-form-control-wrap {
  position: relative;
}
.main_v .txt_box .contact_box .pdf_select .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

@media ( min-width : 768px ) and ( max-width :1023px ){
  .elementor-nav-menu a{
    justify-content: center;
  }
}