@charset "UTF-8";
/*--------------------------------------
    ttl-common
--------------------------------------*/
.elementor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

p {
  margin-bottom: 0;
}

/*--------------------------------------
    mainimage
--------------------------------------*/
#mainimage {
  position: relative;
}
#mainimage .key-img {
  height: 768px;
}
#mainimage .key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainimage .key-catch {
  width: 380px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  z-index: 2;
  margin-top: 25px;
}
#mainimage .key-catch:before {
  content: '';
  position: absolute;
  top: -40px;
  left: -64px;
  width: 493px;
  height: 327px;
  z-index: -1;
  background: rgba(136, 36, 83, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

#sec1:before,
#sec1:after {
  content: '';
  position: absolute;
  width: 704px;
  height: 211.5px;
  background: var(--main);
  opacity: 0.09;
  z-index: -1;
}

#sec1:before {
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
}

#sec1:after {
  width: 683px;
  height: 232px;
  bottom: 0;
  left: 0px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

#sec1 h2 {
  text-align: center;
}
#sec1 h2 > span {
  display: block;
}
#sec1 h2 .purple {
  font-size: 48px;
}
#sec1 .row {
  margin-top: 90px;
  justify-content: space-between;
  position: relative;
}
#sec1 .row:before {
  content: '';
  position: absolute;
  top: -51px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/lp/s1_icon.png) no-repeat center center;
  background-size: contain;
}
#sec1 .row .item {
  color: #fff;
  width: calc(33% - 16px);
  text-align: center;
  padding: 38px 5px 44px;
  font-size: 24px;
  font-weight: 800;
  background: var(--main);
}
#sec1 .row .item .numb {
  margin-bottom: 10px;
  font-size: 14px;
}
#sec1 .row .item h3 {
  font-weight: inherit;
}
#sec1 .txt-center {
  text-align: center;
  line-height: 32px;
  margin-top: 36px;
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  background: url(../img/lp/sec2_bg.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 66px 0 75px;
}
#sec2 .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#sec2 h2 {
  text-align: left;
}
#sec2 .txt {
  margin-top: 26px;
  line-height: 32px;
}
#sec2 .btn-mail {
  width: 340px;
  margin-top: 33px;
}
#sec2 .btn-mail a:before {
  background: url(../img/lp/icon_web.png) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 100%;
  left: calc(50% - 116px);
}
#sec2 .btn-mail a:hover:before {
  background: url(../img/lp/icon_web2.png) no-repeat center center;
  background-size: contain;
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding: 97px 0 80px;
  position: relative;
  z-index: 1;
}
#sec3:before,
#sec3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 706px;
  height: 211px;
  z-index: -1;
  background: var(--main);
  opacity: 0.08;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#sec3:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}
#sec3 h2 {
  margin-bottom: 49px;
  letter-spacing: 3px;
  color: inherit;
  font-family: inherit;
}
#sec3 .elementor-container {
  align-items: center;
  min-height: 400px;
}
#sec3 .elementor-container .elementor-widget-container:has(img) {
  margin-left: -143px;
  position: relative;
  max-width: 640px;
  z-index: 1;
}
#sec3 .elementor-container .elementor-widget-container:has(img):before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: -20px;
  right: -20px;
  background: var(--main);
  z-index: -1;
  opacity: 0.72;
}
#sec3 .elementor-container .content {
  text-align: center;
  padding: 0 3px 27px 0;
}
#sec3 .elementor-container .content h3 {
  font-size: 24px;
  margin-bottom: 27px;
  letter-spacing: 0.07em;
  margin-left: 2px;
  font-weight: bold;
}
#sec3 .elementor-container .content .txt {
  width: 383px;
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
}
#sec3 .row2 .elementor-container {
  min-height: unset;
}
#sec3 .row2 .elementor-container .elementor-widget-container:has(img) {
  margin-left: auto;
  margin-right: -143px;
}
#sec3 .row2 .elementor-container .elementor-widget-container:has(img):before {
  left: -20px;
  right: 20px;
}
#sec3 .row2 .elementor-container .content {
  padding: 20px 0 0 3px;
}
#sec3 .box {
  width: calc(100% - 40px);
  margin: 79px auto 0;
  background: #faf7f8;
  max-width: 1080px;
  padding: 85px 20px 90px;
}
#sec3 .box .row {
  width: 984px;
  max-width: 100%;
  gap: 30px;
  justify-content: center;
  margin: 36px auto 0;
}
#sec3 .box .row .item {
  width: 50%;
  background: #fff;
  padding-bottom: 22px;
  border: 1px solid var(--main);
}
#sec3 .box .row .item h4 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: bold;
  padding: 34px 0;
  background: var(--main);
}
#sec3 .box .row .item .txt {
  width: 397px;
  margin: 28px auto 0;
  max-width: 100%;
  line-height: 32px;
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  background: #f8f8f8;
  padding: 90px 0 179px;
  font-size: 16px;
}
#sec4 .row {
  margin-top: 53px;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
#sec4 .row .item {
  background: #fff;
  margin-bottom: 32.5px;
  border: 1px solid var(--main);
  box-sizing: border-box;
  position: relative;
}
#sec4 .row .item:before {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 100%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
}
#sec4 .row .item:nth-child(2n) {
  margin-left: auto;
}
#sec4 .row .item:nth-child(2n)::before {
  border-right: none;
  border-left: 1px solid var(--main);
  left: auto;
  right: 100%;
}
#sec4 .row .item:last-child {
  margin-bottom: 0;
}
#sec4 .row .item:last-child:before {
  display: none;
}
#sec4 .row .item .numb {
  color: #fff;
  text-align: center;
  background: var(--main);
  padding: 3px 0;
}
#sec4 .row .item h3 {
  font-size: 24px;
  color: var(--main);
  text-align: center;
  font-weight: bold;
}
#sec4 .row .item ul {
  line-height: 28px;
  margin: 0 0px 0 24px;
}
#sec4 .row .item ul small {
  font-size: 12px;
}
#sec4 .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: -62px;
}
#sec4 .flex .left {
  line-height: 32px;
}
#sec4 .flex .left .tag {
  background: var(--main);
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 3px;
}
#sec4 .flex .right {
  border: 1px solid var(--main);
  box-sizing: border-box;
  width: 279px;
  height: 81px;
  padding: 10px 0 0 19px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  #sec4 .row .item {
    width: 600px;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  #sec4 .row .item .numb {
    line-height: 73px;
    width: 80px;
    font-size: 24px;
  }
  #sec4 .row .item h3 {
    padding: 0 24px;
    text-align: center;
    border-right: 1px solid var(--main);
    height: 100%;
    line-height: 80px;
    box-sizing: border-box;
  }
  #sec4 .flex .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 13px;
    align-items: start;
  }
  #sec4 .flex .right {
    position: absolute;
    top: 110px;
    right: 30px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  background: #f8f8f8;
  padding-bottom: 127px;
}
#sec5 h2 span {
  display: block;
  font-size: 48px;
  letter-spacing: 0.06em;
  margin-left: 2px;
}
#sec5 .table-container {
  border-collapse: collapse;
  margin-top: 95px;
}
#sec5 .table-container .table {
  background: #fff;
  border: 1px solid var(--main);
  border-left: none;
  border-right: none;
}
#sec5 .table-container .table .th,
#sec5 .table-container .table .td {
  border-left: 1px solid var(--main);
  border-right: 1px solid var(--main);
  padding: 3px 0;
  box-sizing: border-box;
  text-align: center;
}
#sec5 .table-container .table .th {
  text-align: center;
  min-width: 160px;
  font-size: 24px;
  border-bottom: 1px solid var(--main);
}
#sec5 .table-container .table .td:first-child {
  background-color: var(--main);
  color: white;
  text-align: center;
}

#sec5 .table-container .table .td:last-child {
  display: block;
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 24px;
}
#sec5 .table-container .table .purple {
  margin-bottom: -5px;
  line-height: 34px;
  font-size: 14px;
  display: block;
}

@media screen and (min-width: 768px) {
  #sec5 .table-container .table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #sec5 .table-container .table .th {
    padding: 9px 0;
  }
  #sec5 .table-container .table .row {
    flex-direction: column;
    width: calc(100% / 3);
  }
  #sec5 .table-container .table .td:last-child {
    padding: 13px 20px 19px 17px;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    box-sizing: border-box;
  }
  #sec5 .table-container .table .row:nth-child(n + 4) .td:last-child {
    min-height: 290px;
  }
  #sec5 .table-container .table .purple:not(:first-child) {
    margin-top: 2px;
  }
}
/*--------------------------------------
    sec7
--------------------------------------*/
#sec7 {
  padding: 90px 0 98px;
  position: relative;
  z-index: 1;
}
#sec7:before,
#sec7:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 706px;
  height: 211px;
  background: var(--main);
  opacity: 0.08;
  clip-path: polygon(0 0%, 100% 0, 100% 100%);
  z-index: -1;
}
#sec7:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: -30px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
#sec7 .item {
  background: #faf7f8;
  border-top: 4px solid var(--main);
  padding: 35px 20px 40px;
  position: relative;
  margin-bottom: 100px;
}
#sec7 .item:before {
  content: '';
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/lp/s1_icon.png) no-repeat center top;
  background-size: contain;
  width: 41px;
  height: 20px;
}
#sec7 .item:last-child {
  margin-bottom: 0;
}
#sec7 .item:last-child:before {
  display: none;
}
#sec7 .item .row {
  width: 984px;
  margin: 0 auto;
  gap: 40px;
  max-width: 100%;
  align-items: center;
}
#sec7 .item .row .photo {
  min-width: 340px;
  width: 340px;
}
#sec7 .item .row .content {
  margin-top: 8px;
}
#sec7 .item .row .content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 0.07em;
}
#sec7 .item .row .content .txt {
  line-height: 32px;
}
#sec7 .main {
  margin-top: 40px;
}
#sec7 .main .item:nth-child(1) .row .content {
  margin-top: -10px;
}

/*--------------------------------------
    sec8
--------------------------------------*/
#sec8 {
  padding: 90px 0 96px;
  background: #f8f8f8;
}
#sec8 .row {
  margin-top: 38px;
  gap: 40px;
}
#sec8 .row .photo {
  width: 400px;
}
#sec8 .row .content {
  width: 640px;
  min-width: 540px;
  padding-top: 70px;
}
#sec8 .row .content .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  border-bottom: 2px solid var(--main);
  letter-spacing: 0.06em;
  padding-bottom: 15px;
  margin-bottom: 19px;
}
#sec8 .row .content .txt {
  line-height: 32px;
}
#sec8 .box {
  background: #fff;
  padding: 50px 45px 73px;
  border: 3px solid var(--main);
  box-sizing: border-box;
  position: relative;
  margin-top: 100px;
}
#sec8 .box:before {
  content: '';
  position: absolute;
  top: -63px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/lp/s1_icon.png) no-repeat center top;
  background-size: contain;
  transform: scaleY(-1);
}
#sec8 .box .ttl-common {
  letter-spacing: 0.06em;
  line-height: 49px;
}
#sec8 .box .ttl-common .fz18 {
  font-size: 18px;
}
#sec8 .box p.ttl {
  font-size: 20px;
  background: var(--main);
  margin: 34px 0 19px;
  color: #fff;
  padding: 6px 0;
  text-align: center;
}
#sec8 .box ul {
  line-height: 31px;
}
#sec8 .box ul span {
  display: inline-block;
  background: var(--main);
  color: #fff;
  margin: 0 0 0 8px;
  line-height: 22px;
  font-size: 14px;
  padding: 0 4px;
}
#sec8 .box ul li:before {
  content: '';
  margin: 0px 8px 2px 0;
  display: inline-block;
  background: var(--main);
  width: 8px;
  height: 8px;
}
#sec8 .box .txt {
  margin-top: 32px;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
#sec8 .box .txt span {
  display: block;
  margin-top: 28px;
}

/*--------------------------------------
    sec9
--------------------------------------*/
#sec9 {
  position: relative;
  z-index: 2;
  padding: 90px 0 65px;
}
#sec9:before,
#sec9::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/lp/sec9_deco.png) no-repeat center top;
  background-size: contain;
  width: 707px;
  height: 709px;
  background-size: contain;
  z-index: -1;
}
#sec9:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transform: scale(-1);
}
#sec9 h2 {
  margin-bottom: 38px;
}
#sec9 dl {
  margin-bottom: 64px;
}
#sec9 dl dt,
#sec9 dl dd {
  background: #f8f8f8;
  border-radius: 16px;
  position: relative;
  padding: 28px 20px 26px 24px;
  margin-bottom: 23px;
}
#sec9 dl dt {
  margin-left: 112px;
}
#sec9 dl dt:before {
  content: '';
  position: absolute;
  top: 0;
  left: -112px;
  background: url(../img/lp/sec9_p1.png) no-repeat center top;
  background-size: contain;
  width: 88px;
  height: 88px;
}
#sec9 dl dd {
  margin-right: 112px;
  margin-bottom: 0;
}
#sec9 dl dd:before {
  content: '';
  position: absolute;
  top: 0;
  right: -112px;
  background: url(../img/lp/sec9_p2.png) no-repeat center top;
  background-size: contain;
  width: 88px;
  height: 88px;
}
#sec9 dl dd .purple {
  margin-top: 20px;
}
#sec9 dl dd ul {
  line-height: 31px;
}
#sec9 dl dd ul li:before {
  content: '';
  margin: 0px 8px 2px 0;
  display: inline-block;
  background: var(--main);
  width: 8px;
  height: 8px;
}

/*--------------------------------------
    smartphone
--------------------------------------*/
@media screen and (max-width: 767px) {
  .ttl-common span {
    font-size: 30px;
  }

  #mainimage {
    margin-top: 64px;
  }
  #mainimage .key-img {
    height: 200vw;
  }
  #mainimage .key-catch {
    width: 91vw;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: -4px;
  }
  #mainimage .key-catch:before {
    top: -35px;
    left: -2vw;
    width: 95vw;
    height: 290px;
  }
  /*--------------------------------------
    sec1
  --------------------------------------*/
  #sec1 {
    padding: 58px 0 68px;
  }
  #sec1:before,
  #sec1:after {
    width: 260px;
    height: 77px;
  }
  #sec1 h2 {
    font-size: 20px;
    line-height: 39px;
  }
  #sec1 h2 .purple {
    font-size: 40px;
  }
  #sec1 .row {
    margin-top: 80px;
    gap: 10px;
  }
  #sec1 .row:before {
    top: -44px;
  }
  #sec1 .row .item {
    width: 100%;
    font-size: 20px;
    padding: 16px 0 23px;
  }
  #sec1 .row .item .numb {
    font-size: 12px;
    margin-bottom: 7px;
  }
  #sec1 .txt {
    line-height: 24px;
    margin: 23px -1px 0;
    text-align: left;
    letter-spacing: 0.02em;
  }

  /*--------------------------------------
  sec2
  --------------------------------------*/
  #sec2 {
    padding: 65px 0;
    background: url(../img/lp/s2_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  #sec2 .wrap {
    flex-direction: column;
    gap: 0;
  }
  #sec2 h2 {
    text-align: center;
  }
  #sec2 .txt {
    line-height: 24px;
    margin-top: 32px;
    letter-spacing: 0.03em;
  }
  #sec2 .btn-mail {
    width: 100%;
    margin-top: 23px;
  }
  #sec2 .btn-mail a:before {
    left: 14%;
  }
  /*--------------------------------------
  sec3
  --------------------------------------*/
  #sec3 {
    padding: 94px 0 0;
  }
  #sec3:before,
  #sec3:after {
    width: 260px;
    height: 77px;
  }
  #sec3:after {
    display: none;
  }
  #sec3 h2 {
    letter-spacing: 2px;
  }
  #sec3 .elementor-container .elementor-widget-container:has(img) {
    margin-left: 0;
  }
  #sec3 .elementor-container .elementor-widget-container:has(img):before {
    display: none;
  }
  #sec3 .elementor-container .content {
    padding: 20px 0;
  }
  #sec3 .elementor-container .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #sec3 .elementor-container .content .txt {
    line-height: 24px;
    width: 100%;
  }
  #sec3 .row2 {
    margin-top: 19px;
  }
  #sec3 .row2 .elementor-container {
    flex-direction: column-reverse;
  }
  #sec3 .row2 .elementor-container .elementor-widget-container:has(img) {
    margin-right: 0;
  }
  #sec3 .row2 .elementor-container .content {
    padding: 22px 0 0;
  }
  #sec3 .box {
    width: 100%;
    margin-top: 40px;
    position: relative;
    padding: 66px 30px;
  }
  #sec3 .box:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 260px;
    height: 77px;
    background: var(--main);
    opacity: 0.08;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  #sec3 .box .ttl-common {
    line-height: 41px;
    margin-left: 4px;
    font-size: 30px;
  }
  #sec3 .box .row {
    margin-top: 33px;
    gap: 16px;
  }
  #sec3 .box .row .item {
    width: 100%;
  }
  #sec3 .box .row .item .txt {
    line-height: 24px;
    margin-top: 17px;
    letter-spacing: 0.04em;
    padding: 0 24px;
  }

  /*--------------------------------------
  sec4
  --------------------------------------*/
  #sec4 {
    padding: 40px 0 135px;
  }
  #sec4 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #sec4 .row {
    margin-top: 34px;
    gap: 26px;
    position: relative;
  }
  #sec4 .row:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    left: 50%;
    bottom: 0;
    background: var(--main);
    z-index: -1;
  }
  #sec4 .row .item:before,
  #sec4 .row:after {
    display: none;
  }
  #sec4 .row .item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 32px;
    border: none;
  }
  #sec4 .row .item .numb {
    padding: 4px 0;
  }
  #sec4 .row .item h3 {
    margin: 17px 0 8px;
  }
  #sec4 .row .item ul {
    margin: 0 20px;
  }
  #sec4 .flex {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  #sec4 .flex .right {
    width: 100%;
  }

  /*--------------------------------------
  sec5
  --------------------------------------*/
  #sec5 {
    padding-bottom: 38px;
  }
  #sec5 h2 {
    line-height: 40px;
    font-size: 25px;
  }
  #sec5 h2 span {
    font-size: inherit;
  }
  #sec5 .table-container {
    margin-top: 30px;
  }
  #sec5 .table-container .table {
    border: none;
    background: transparent;
  }
  #sec5 .table-container .table .row {
    background: #fff;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--main);
  }
  #sec5 .table-container .table .th,
  #sec5 .table-container .table .td {
    padding: 4px;
  }
  #sec5 .table-container .table .td:first-child {
    padding-left: 14px;
  }
  #sec5 .table-container .table .th {
    padding: 12px 0 10px;
  }
  #sec5 .table-container .table .td:last-child {
    line-height: 24px;
    padding: 18px 15px 19px 19px;
  }
  #sec5 .table-container .table .td:last-child span {
    display: block;
    color: var(--main);
    font-size: 14px;
  }
  #sec5 .table-container .table .td:last-child span:after {
    display: none;
  }
  #sec5 .table-container .table .td:last-child br + span {
    margin-top: 7px;
  }

  /*--------------------------------------
  sec6
  --------------------------------------*/
  #sec6 {
    padding: 65px 0 63px;
  }
  #sec6 .row {
    gap: 12px;
  }
  #sec6 .txt {
    line-height: 24px;
    margin-top: 25px;
    letter-spacing: 0.06em;
  }
  #sec6 .txt span {
    font-size: 16px;
    line-height: inherit;
    margin-top: 0px;
  }

  /*--------------------------------------
  sec7
  --------------------------------------*/
  #sec7 {
    padding: 65px 0 60px;
  }
  #sec7:before,
  #sec7:after {
    width: 250px;
    height: 78px;
  }
  #sec7:after {
    left: 0;
  }
  #sec7 .main {
    margin-top: 32px;
  }
  #sec7 .main .item {
    padding-top: 20px;
    margin-bottom: 98px;
  }
  #sec7 .main .item .row {
    gap: 10px;
  }
  #sec7 .main .item .row .photo {
    width: auto;
    min-width: unset;
  }
  #sec7 .main .item .row .content h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 6px;
  }
  #sec7 .main .item .row .content .txt {
    line-height: 28px;
  }
  #sec7 .main .item:nth-child(1) .row {
    gap: 30px;
  }
  #sec7 .main .item:nth-child(1) .row .content .txt {
    line-height: 24px;
  }
  #sec7 .main .item:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------
  sec8
  --------------------------------------*/
  #sec8 {
    padding: 65px 0 63px;
  }
  #sec8 .row {
    margin-top: 32px;
    gap: 13px;
  }
  #sec8 .row .photo {
    width: 100%;
    min-width: unset;
  }
  #sec8 .row .content {
    min-width: unset;
    width: 100%;
    padding-top: 0;
  }
  #sec8 .row .content .flex {
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    padding-bottom: 11px;
    margin-bottom: 12px;
  }
  #sec8 .row .content .flex .price {
    font-size: 24px;
  }
  #sec8 .row .content .flex .price span {
    font-size: 16px;
  }
  #sec8 .row .content .txt {
    line-height: 28px;
    margin-bottom: -1px;
  }
  #sec8 .box {
    padding: 22px 17px 32px;
  }
  #sec8 .box .ttl-common {
    font-size: 24px;
    line-height: 40px;
  }
  #sec8 .box .ttl-common small:nth-child(1) {
    font-size: 16px;
  }
  #sec8 .box .ttl-common small.fz18 {
    font-size: 24px;
  }
  #sec8 .box .ttl-common span {
    font-size: 32px;
  }
  #sec8 .box p.ttl {
    margin: 25px 0 17px;
    font-size: 16px;
  }
  #sec8 .box ul li {
    padding-left: 16px;
    position: relative;
    line-height: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  #sec8 .box ul li:before {
    position: absolute;
    margin: 0;
    top: 8px;
    left: 0px;
  }
  #sec8 .box ul li span {
    margin-bottom: 3px;
    margin-left: 4px;
  }
  #sec8 .box .txt {
    margin-top: 21px;
  }

  /*--------------------------------------
  sec9
  --------------------------------------*/
  #sec9 {
    padding: 66px 0;
  }
  #sec9:before,
  #sec9:after {
    width: 195px;
    height: 195px;
  }
  #sec9 h2 {
    margin-bottom: 32px;
  }
  #sec9 dl {
    margin-bottom: 40px;
  }
  #sec9 dl dt,
  #sec9 dl dd {
    padding: 20px 20px 20px 21px;
    line-height: 24px;
  }
  #sec9 dl dt {
    margin-left: 55px;
  }
  #sec9 dl dt:before {
    top: 20px;
    left: -55px;
    width: 48px;
    height: 48px;
  }
  #sec9 dl dd {
    margin-right: 55px;
    padding-bottom: 12px;
  }
  #sec9 dl dd::before {
    right: -55px;
    width: 48px;
    height: 48px;
  }
  #sec9 dl dd .purple {
    margin-top: 14px;
    font-size: 15px;
    margin-bottom: 8px;
  }
  #sec9 dl dd ul {
    line-height: 24px;
  }
  #sec9 dl dd ul li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 15px;
  }
  #sec9 dl dd ul li:before {
    position: absolute;
    top: 8px;
    left: -1px;
  }
}
@media screen and (min-width: 1366px) {
  #sec2 {
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #sec8 .row {
    gap: 20px;
  }

  #sec8 .row .content {
    min-width: 480px;
  }

  #sec8 .row .content .flex {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #sec4 .row .item ul {
    margin-left: 20px;
  }

  #sec3 .elementor-container {
    margin-bottom: 40px;
    gap: 40px;
    flex-wrap: nowrap;
  }

  .wrap {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  #sec4 .row:before {
    right: -21px;
  }
  #sec4 .row:after {
    left: -21px;
  }
  #sec4 .wrap {
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  #sec4 .row {
    margin-top: 153px;
  }
  #sec4 .flex {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=lp.css.map */
