/*=============================================
******************* common  *******************
*=============================================*/
.elementor img {
  height: auto;
}

.ttl {
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  padding: 15px 0 13px;
  letter-spacing: 0;
  font-family: 'Aboreto', system-ui;
  font-weight: 400;
  color: var(--sub);
}

h2 + h3 {
  font-size: 40px;
  color: var(--sub);
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.6667;
}
h2 + h3 small {
  font-size: 36px;
}
h2 + h3 span {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 15px;
    line-height: 24px;
    padding: 16px 0 12px;
  }

  h2 + h3 {
    font-size: calc((24 / 390) * 100vw);
  }
  h2 + h3 span,
  h2 + h3 small {
    font-size: inherit;
  }
}
/*=============================================
******************* keyvisual  ****************
*=============================================*/
#keyvisual {
  position: relative;
  z-index: 1;
}
#keyvisual .key-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#keyvisual .key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#keyvisual .key-content {
  padding: 194px 30px 56px 80px;
}
#keyvisual .key-content .fz32 {
  font-size: 32px;
  letter-spacing: 0.48em;
  line-height: 1;
  color: var(--sub);
}
#keyvisual .key-content h3 {
  font-size: 52px;
  line-height: 1;
  margin: 52px 0 5px;
  letter-spacing: 0.5em;
}
#keyvisual .key-content h2 {
  width: 100%;
  max-width: 888px;
  margin-left: -17px;
}
#keyvisual .key-content h4 {
  color: var(--sub);
  font-size: 22px;
  line-height: 1;
  margin: 15px 0 32px;
  letter-spacing: 0.05em;
}
#keyvisual .key-content .row1 {
  width: 100%;
  max-width: 854px;
  gap: 18px;
}
#keyvisual .key-content .row2 {
  margin-top: 49px;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  #keyvisual .key-content {
    padding: 113px 20px 17.2vw;
  }
  #keyvisual .key-content .fz32 {
    font-size: clamp(17px, 5.4vw, 20px);
    letter-spacing: 0.24em;
  }
  #keyvisual .key-content h3 {
    margin: 12.1vw -10% 7.4vw 0;
    letter-spacing: 0.37em;
    font-size: calc((24 / 390) * 100vw);
  }
  #keyvisual .key-content h2 {
    width: 103%;
    margin-left: -7px;
  }
  #keyvisual .key-content h4 {
    font-size: calc((16 / 390) * 100vw);
    line-height: 2;
    margin: 8.7vw 0 10vw;
    letter-spacing: 0.15em;
  }
  #keyvisual .key-content .row1 {
    justify-content: space-between;
    flex-direction: row;
    gap: 2vw;
    flex-wrap: wrap;
  }
  #keyvisual .key-content .row1 li {
    width: calc(50% - 1.4vw);
    overflow: hidden;
  }
  #keyvisual .key-content .row1 li:nth-child(3) {
    order: 3;
  }
  #keyvisual .key-content .row1 li:nth-child(4) {
    order: 2;
  }
  #keyvisual .key-content .row1 li:nth-child(2) {
    order: 4;
  }
  #keyvisual .key-content .row2 {
    margin-top: 7.4vw;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  #keyvisual .key-content {
    padding-left: 30px;
  }
  #keyvisual .key-content h3 {
    font-size: 41px;
  }
  #keyvisual .key-content h4 {
    font-size: 18px;
  }
}

/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  /* background: url('../img/lp/s1_bg.png') no-repeat right, url('../img/lp/s1_bg2.png') no-repeat left; */
  /* background-size: auto 100%; */
}
#sec1 .wrap {
  max-width: 1300px;
}
#sec1 .bg-w {
  background: #fff;
  padding: 127px 20px 95px;
  position: relative;
}
#sec1 .bg-w::before,
#sec1 .bg-w:after {
  content: '';
  position: absolute;
  top: 72px;
  left: -5px;
  background: url('../img/lp/s1_deco.png') no-repeat center top;
  background-size: contain;
  width: 251px;
  height: 300px;
}
#sec1 .bg-w:after {
  left: auto;
  right: -2px;
  transform: scale(-1);
}
#sec1 .bg-w .inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
}
#sec1 .bg-w h2 {
  max-width: 720px;
  margin: 50px auto 40px;
  width: 100%;
  padding-right: 21px;
  box-sizing: content-box;
}
#sec1 .bg-w h3 {
  letter-spacing: 0.17em;
  margin-left: 6px;
}
#sec1 .bg-w .row {
  margin-top: 77px;
  gap: 30px;
  margin-bottom: 48px;
  justify-content: space-between;
}
#sec1 .bg-w .row .photo {
  width: 450px;
}
#sec1 .bg-w .row .content {
  width: 583px;
  padding-top: 16px;
}
#sec1 .bg-w .row .content h4 {
  line-height: 1;
  font-size: clamp(25px, 3.2vw, 32px);
  color: var(--main);
  letter-spacing: 0.16em;
  margin-bottom: 31px;
}
#sec1 .bg-w .row .content dl {
  position: relative;
  padding: 21px 0 18px;
}
#sec1 .bg-w .row .content dl:before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  right: 0;
  height: 1px;
  background: #c4cee3;
}
#sec1 .bg-w .row .content dl dt {
  color: var(--sub);
  letter-spacing: 0.08em;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
#sec1 .bg-w .row .content dl:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -17px;
  right: 0;
  height: 1px;
  background: #c4cee3;
}
#sec1 .bg-w .bg {
  background: var(--sub);
  color: #fff;
  padding: 20px 48px;
  letter-spacing: 0.04em;
}
#sec1 .bg-w .bg h4 {
  margin-bottom: 9px;
  font-size: 24px;
}
@media screen and (min-width: 1536px) {
  #sec1 .wrap {
    max-width: calc(100% - 234px);
  }
}
@media screen and (max-width: 767px) {
  #sec1 .ttl {
    padding: 16px 0 15px 6px;
  }
  #sec1 .bg-w {
    padding: 63px 20px 50px;
  }
  #sec1 .bg-w:before {
    top: 18px;
    left: -153px;
  }
  #sec1 .bg-w:after {
    display: none;
  }
  #sec1 .bg-w h2 {
    padding-right: 10px;
    width: 74vw;
    margin: 9.5vw auto 6.6vw;
  }
  #sec1 .bg-w h3 {
    margin: 0;
  }
  #sec1 .bg-w .row {
    margin-top: 8.4vw;
    gap: 30px;
    margin-bottom: 33px;
  }
  #sec1 .bg-w .row .photo {
    width: 100%;
  }
  #sec1 .bg-w .row .content {
    padding-top: 0;
    width: 100%;
  }
  #sec1 .bg-w .row .content h4 {
    letter-spacing: 0.08em;
    margin-right: -20px;
    font-size: calc((22 / 390) * 100vw);
    margin-bottom: 36px;
  }
  #sec1 .bg-w .row .content dl {
    padding-bottom: 22px;
  }
  #sec1 .bg-w .row .content dl:before,
  #sec1 .bg-w .row .content dl:after {
    left: 0 !important;
  }
  #sec1 .bg-w .row .content dl dt {
    margin-left: 5px;
    font-size: calc((20 / 390) * 100vw);
    margin-bottom: 14px;
  }
  #sec1 .bg-w .row .content dl dd {
    line-height: 24px;
    margin: 0 5px;
  }
  #sec1 .bg-w .bg {
    padding: 15px 19px;
    font-size: 14px;
    line-height: 24px;
  }
  #sec1 .bg-w .bg h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
  }
}

/*=============================================
******************* sec2  *********************
*=============================================*/
#sec2 {
  padding: 127px 0 96px;
  background: #f2f6f9;
  position: relative;
  z-index: 2;
}
#sec2:before,
#sec2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/lp/s2_deco.png') no-repeat center top;
  width: 100%;
  height: 788px;
  background-size: contain;
  z-index: -1;
}
#sec2:after {
  top: auto;
  bottom: 0;
  background: url('../img/lp/s2_deco2.png') no-repeat center bottom;
  background-size: contain;
}
#sec2 .wrap {
  max-width: 1100px;
}
#sec2 h2 {
  margin: 58px auto 85px;
  width: 100%;
  max-width: 1004px;
}
#sec2 h2 + h3 {
  font-size: 30px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  letter-spacing: 0.16em;
  padding-left: 5px;
}
#sec2 h2 + h3:before,
#sec2 h2 + h3:after {
  content: '';
  position: absolute;
  top: 48%;
  left: calc(100% + 42px);
  width: 125px;
  height: 1px;
  background: var(--sub);
}
#sec2 h2 + h3:before {
  left: auto;
  right: calc(100% + 42px);
}
#sec2 .texts {
  margin: 37px 0 74px;
}
#sec2 .deco span {
  position: absolute;
  top: 716px;
  left: 0;
  background: url('../img/lp/s2_deco3.png') no-repeat center top;
  background-size: contain;
  width: 420px;
  height: 502px;
  z-index: -1;
}
#sec2 .deco span:nth-child(2) {
  left: auto;
  right: 0;
  transform: scale(-1);
}
#sec2 .deco span:nth-child(3),
#sec2 .deco span:nth-child(4) {
  top: 1322px;
  transform: scaleY(-1);
}
#sec2 .deco span:nth-child(4) {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}
#sec2 .main .item {
  margin-bottom: 47px;
}
#sec2 .main .item .row {
  justify-content: space-between;
  gap: 20px;
}
#sec2 .main .item .row .photos {
  margin-top: 6px;
  margin-right: -98px;
  width: 252px;
  min-width: 252px;
}
#sec2 .main .item h3 {
  font-size: 32px;
  line-height: 64px;
  margin-left: 48px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.08em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec2 .main .item h3 span {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  background: url('../img/lp/s2_squar.png') no-repeat center top;
  background-size: contain;
  text-align: center;
  display: inline-block;
  padding: 0 9px;
  margin-right: 24px;
  line-height: 64px;
}
#sec2 .main .item h3 span img {
  vertical-align: middle;
  margin-top: -10px;
}
#sec2 .main .item .bg {
  padding: 74px 48px 48px;
  background: #fff;
  margin-top: -32px;
  position: relative;
}
#sec2 .main .item .bg:before {
  content: '';
  position: absolute;
  top: -45px;
  right: 31px;
  background: url('../img/lp/s2_bg_deco.png') no-repeat center top;
  background-size: contain;
  width: 96px;
  height: 90px;
  z-index: 2;
}
#sec2 .main .item .bg h4 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
#sec2 .main .item .bg dl {
  line-height: 28px;
  margin-bottom: 16px;
}
#sec2 .main .item .bg dl dt {
  background: var(--main);
  color: #fff;
  margin-bottom: 13px;
  display: table;
  padding: 3px 8px 1px;
}
#sec2 .main .item .bg .txt {
  margin-top: 28px;
  line-height: 28px;
}
#sec2 .main .item:nth-child(2) .bg {
  padding-bottom: 16px;
  padding-top: 53px;
}
#sec2 .main .item:nth-child(2) .txt {
  margin-bottom: 31px;
}
#sec2 .main .item:nth-child(2) .txt:last-child {
  margin-top: 24px;
}
#sec2 .border {
  font-size: 18px;
  border: 1px solid var(--main);
  position: relative;
  padding: 24px 48px;
  letter-spacing: 0.08em;
  margin-top: 48px;
}
#sec2 .border:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border: 1px solid var(--main);
}
@media screen and (min-width: 1536px) {
  #sec2:before,
  #sec2::after {
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  #sec2 h2 + h3 {
    font-size: 28px;
  }
  #sec2 h2 + h3:after {
    left: calc(100% + 15px);
  }
  #sec2 h2 + h3:before {
    right: calc(100% + 15px);
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #sec2 .main .item .bg {
    padding-left: 20px;
  }
  #sec2 .main .item h3 {
    line-height: 43px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 62px 0 51px;
  }
  #sec2:before {
    background-size: 420%;
  }
  #sec2:after {
    background-size: 430%;
  }
  #sec2 h2 {
    margin: 9vw 4% 12.3vw;
    width: auto;
  }
  #sec2 h2 + h3 {
    font-size: calc((24 / 390) * 100vw);
    padding-left: 0;
    margin: 0 -40px;
    display: block;
  }
  #sec2 h2 + h3:before,
  #sec2 h2 + h3::after {
    display: none;
  }
  #sec2 .texts {
    margin: 33px 0 61px;
  }
  #sec2 .deco span:nth-child(1) {
    top: 407vw;
    left: -59px;
  }
  #sec2 .deco span:nth-child(2) {
    top: 165vw;
    right: -213px;
  }
  #sec2 .deco span:nth-child(3),
  #sec2 .deco span:nth-child(4) {
    display: none;
  }
  #sec2 .main .item {
    margin-bottom: 64px;
  }
  #sec2 .main .item + p {
    margin: 0 -20px;
  }
  #sec2 .main .item:nth-child(2) {
    padding-bottom: 1px;
    margin-bottom: 47px;
  }
  #sec2 .main .item:nth-child(2) .bg {
    padding-top: 47px;
  }
  #sec2 .main .item:nth-child(2) .txt {
    margin-bottom: 43px;
  }
  #sec2 .main .item:nth-child(2) .txt:last-child {
    margin-bottom: 14px;
    margin-top: 34px;
  }
  #sec2 .main .item h3 {
    font-size: calc((20 / 390) * 100vw);
    margin-left: 0;
    line-height: 1.6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #sec2 .main .item h3 span {
    min-width: 64px;
  }
  #sec2 .main .item h3 span img {
    margin-top: -7px;
  }
  #sec2 .main .item .row .photos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
    min-width: unset;
    margin: 0 -20px;
  }
  #sec2 .main .item .bg {
    padding: 57px 20px 30px;
    margin: -34px -20px 0;
  }
  #sec2 .main .item .bg:before {
    top: auto;
    bottom: -47px;
    right: 21px;
  }
  #sec2 .main .item .bg h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  #sec2 .main .item .bg dl {
    margin-bottom: 20px;
  }
  #sec2 .main .item .bg .row {
    flex-direction: column-reverse;
    gap: 25px;
  }
  #sec2 .border {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    padding: 15px 19px 13px;
  }
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 .set1 {
  background: url('../img/lp/s3_bg.png') no-repeat center top;
  background-size: cover;
  padding: 96px 0 98px;
  position: relative;
  z-index: 1;
}
#sec3 .set1:before {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  background: url('../img/lp/s3_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
  width: 779px;
  height: 931px;
}
#sec3 .set1:after {
  content: '';
  position: absolute;
  top: 293px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/lp/s3_deco2.png') no-repeat center top;
  background-size: contain;
  width: 770px;
  height: 769px;
  z-index: -1;
}
#sec3 .set1 h2 {
  width: 100%;
  max-width: 1158px;
  margin: 58px auto 33px;
  padding-left: 8px;
}
#sec3 .set1 h3 {
  margin-left: 8px;
}
#sec3 .set1 .wrap {
  max-width: 1202px;
}
#sec3 .set1 .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 46px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 16px;
  max-width: 775px;
  margin: 0 auto;
}
#sec3 .set1 .main ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 18px;
  height: 483px;
  min-width: 318px;
  margin-top: 40px;
}
#sec3 .set1 .main ul li {
  width: 150px;
  height: 82px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid;
  padding-left: 25px;
  text-align: center;
  color: var(--sub);
  font-size: 14px;
  line-height: 80px;
  box-sizing: border-box;
  background: #fff;
}
#sec3 .set1 .main ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((40 / 240) * 100%);
  background: #cfc1c1;
}
#sec3 .set1 .main ul:last-child {
  height: 383px;
}
#sec3 .set1 .main .human {
  width: 165px;
  min-width: 165px;
  margin: 0 -24px;
}
#sec3 .set2 {
  background: url('../img/lp/s3_bg2.png') no-repeat center bottom;
  background-size: cover;
  padding-bottom: 96px;
}
#sec3 .set2 h2 {
  width: 100%;
  max-width: 769px;
  margin: 0 auto 34px;
}
#sec3 .set2 .row {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-right: -2px;
}
#sec3 .set2 .row .item {
  width: calc((100% / 3) - 19px);
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 3px;
  min-height: 409px;
}
#sec3 .set2 .row .item .numb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  line-height: 80px;
  font-family: 'Aboreto', system-ui;
  font-size: 48px;
  text-align: center;
  position: absolute;
  right: 20px;
  margin-top: -40px;
  z-index: 2;
}
#sec3 .set2 .row .item h4 {
  color: var(--sub);
  margin: 34px 0 21px 11px;
  letter-spacing: 0.08em;
  font-size: 24px;
  line-height: 1;
}
#sec3 .set2 .row .item .txt {
  margin: 0 11px;
  line-height: 24px;
}
#sec3 .set2 .note {
  background: var(--sub);
  color: #fff;
  text-align: center;
  padding: 21px 0 19px;
  margin-top: 45px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1280px) {
  #sec3 .main {
    overflow-x: scroll;
  }
  #sec3 .set1 .wrap {
    position: relative;
    padding-bottom: 25px;
  }
  #sec3 .set1 .wrap:before {
    content: '';
    position: absolute;
    bottom: 13px;
    right: 0;
    background: url('../img/lp/arrow.png') no-repeat center top;
    background-size: contain;
    width: 9px;
    height: 8px;
  }
  #sec3 .set1 .wrap:after {
    content: 'SCROLL';
    color: var(--main);
    position: absolute;
    bottom: 0;
    right: 17px;
    font-size: 12px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) {
  #sec3 .set2 .row .item {
    padding-bottom: 40px;
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  #sec3 .set1 {
    padding: 63px 0;
  }
  #sec3 .set1 h2 {
    width: 91%;
    margin: 37px auto 39px;
    padding-left: 0;
  }
  #sec3 .set1 h3 {
    margin-left: 3px;
  }
  #sec3 .set1 .ttl {
    padding-bottom: 15px;
  }
  #sec3 .set1 .wrap {
    padding-bottom: 19px;
  }
  #sec3 .set1 .wrap:before {
    right: 20px;
    display: none;
  }
  #sec3 .set1 .wrap:after {
    right: 37px;
    display: none;
  }
  #sec3 .set1 .main {
    margin: 56px 0 0;
    gap: 20px;
    overflow: unset;
  }
  #sec3 .set1 .main .human {
    margin: 0;
    width: 152px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #sec3 .set1 .main ul {
    margin-top: 42px;
    min-width: unset;
    height: auto;
    width: 50%;
    gap: 16px;
    height: 490px;
  }
  #sec3 .set1 .main ul li {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 4px;
  }
  #sec3 .set1 .main ul li:before {
    width: 4px;
  }
  #sec3 .set1 .main ul:first-child li:last-child {
    transform: translateX(4px);
  }
  #sec3 .set1 .main ul:last-child {
    height: auto;
    margin-top: 97px;
  }
  #sec3 .set2 {
    padding-bottom: 64px;
    background-size: 1536px;
  }
  #sec3 .set2 h2 {
    margin-bottom: 27px;
  }
  #sec3 .set2 .row {
    margin-top: 32px;
    gap: 41px;
  }
  #sec3 .set2 .row .item {
    width: 100%;
    min-height: unset;
    padding-bottom: 31px;
    margin-bottom: 0;
  }
  #sec3 .set2 .row .item .numb {
    right: 22px;
    margin-top: -41px;
  }
  #sec3 .set2 .row .item h4 {
    margin-top: 15px;
  }
  #sec3 .set2 .note {
    line-height: 24px;
    margin-top: 39px;
    padding: 13px 12px 11px;
  }
}

/*=============================================
******************* cv  **********************
*=============================================*/
.cv {
  background: url('../img/lp/s4_bg.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 93px 0 96px;
}
.cv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/lp/cv_bg.png') no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.cv .wrap {
  position: static;
}
.cv .wrap:before,
.cv .wrap:after {
  content: '';
  position: absolute;
  top: 66px;
  right: 0;
  background: url('../img/lp/cv_deco.png') no-repeat center top;
  width: 251px;
  height: 300px;
  background-size: contain;
  z-index: -1;
}
.cv .wrap:after {
  right: auto;
  left: 0;
  background: url('../img/lp/cv_deco2.png') no-repeat center top;
  background-size: contain;
}
.cv h2 {
  font-weight: 300;
  font-size: clamp(52px, 6.8vw, 80px);
  line-height: 96px;
  display: table;
  margin: -18px auto 0;
  padding-left: 14px;
  letter-spacing: 0.16em;
}
.cv h2 span {
  font-size: 72px;
}
.cv h2 .block {
  display: block;
}
.cv h2 small {
  font-size: 48px;
  letter-spacing: 0.24em;
}
.cv .text {
  font-size: clamp(19px, 2.5vw, 24px);
  margin: 13px 0 59px 5px;
  text-align: center;
  letter-spacing: 0.16em;
}
.cv .row1 {
  gap: 15px;
  font-size: 18px;
}
.cv .row1 li {
  width: calc((100% / 3));
  border: 1px solid;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
.cv .row1 li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 15px;
  height: 1px;
  background: #fff;
}
.cv .row1 li:last-child::before {
  display: none;
}
.cv .btn-cus {
  margin: 64px auto 52px;
  width: 460px;
}
.cv .btn-cus a {
  border-color: #fff;
  font-size: 32px;
}
.cv .sns {
  width: 590px;
  margin: 0 auto;
  max-width: 100%;
  border-bottom: 1px solid;
  overflow: hidden;
}
.cv .sns .title {
  display: table;
  margin: 0 auto 25px;
  position: relative;
  font-size: 24px;
  letter-spacing: 0em;
}
.cv .sns .title:before,
.cv .sns .title:after {
  content: '';
  position: absolute;
  top: 49%;
  left: calc(100% + 25px);
  width: 200px;
  height: 1px;
  background: #fff;
}
.cv .sns .title:before {
  left: auto;
  right: calc(100% + 25px);
}
.cv .sns .row {
  justify-content: space-between;
  font-size: 18px;
  letter-spacing: 0.18em;
  padding: 0 20px 37px 29px;
}
.cv .sns .row li img {
  width: 48px !important;
  height: 48px;
  margin: 0px 6px -5px -5px;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 52px 0 76px;
  }
  .cv:before {
    width: 100%;
    background: url('../img/lp/cv_bg_sp.png') no-repeat center top;
    background-size: cover;
  }
  .cv .wrap:before {
    top: auto;
    right: 0;
    bottom: 12px;
  }
  .cv h2 {
    padding-left: 0;
    font-size: calc((30 / 390) * 100vw);
    line-height: 2;
    margin: 0 -20px 0 0;
    letter-spacing: 0em;
  }
  .cv h2 small,
  .cv h2 span {
    font-size: inherit;
  }
  .cv h2 .block {
    font-size: 24px;
  }
  .cv .text {
    text-align: left;
    font-size: 18px;
    margin: 17px 0 48px;
  }
  .cv .row1 {
    font-size: calc((16 / 390) * 100vw);
    gap: 14px;
  }
  .cv .row1 li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cv .row1 li:before {
    top: 100%;
    left: 50%;
    width: 1px;
    height: 14px;
  }
  .cv .btn-cus {
    margin: 40px 0 36px;
  }
  .cv .btn-cus a {
    height: 84px;
    font-size: 24px;
    line-height: 80px;
  }
  .cv .sns .row {
    font-size: calc((16 / 390) * 100vw);
    padding: 3px 0px 35px 5px;
    letter-spacing: 0em;
    flex-direction: row;
  }
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  padding: 95px 0;
  background: url('../img/lp/s5_bg.png') no-repeat center top;
  background-size: cover;
}
#sec5 h2 {
  width: 100%;
  margin: 54px auto 43px;
  max-width: 1110px;
}
#sec5 h3 {
  font-size: 30px;
  margin-bottom: 58px;
}
#sec5 .item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  gap: 20px;
  padding: 39px 40px 48px;
  margin-bottom: 47px;
  position: relative;
  z-index: 2;
  align-items: start;
}
#sec5 .item:before {
  content: '';
  position: absolute;
  bottom: -106px;
  right: -70px;
  background: url('../img/lp/s5_deco2.png') no-repeat center top;
  background-size: contain;
  width: 365px;
  height: 255px;
  z-index: -1;
}
#sec5 .item .content {
  width: 560px;
}
#sec5 .item .photo {
  width: 510px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 51px 29px;
}
#sec5 .item h4 {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.16em;
  color: var(--main);
  border-bottom: 1px solid #c4cee3;
  padding-bottom: 13px;
  margin-bottom: 25px;
  font-weight: 300;
}
#sec5 .item h4 span {
  color: var(--sub);
  display: block;
  font-size: 24px;
  letter-spacing: 0.16em;
  margin-bottom: -3px;
}
#sec5 .item .txt {
  line-height: 28px;
}
#sec5 .item2 {
  padding-bottom: 40px;
  margin-bottom: 0;
  z-index: 1;
}
#sec5 .item2:before {
  display: none;
}
#sec5 .item2 .photo {
  padding-top: 32px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #sec5 .item {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 27px;
    padding-bottom: 40px;
    margin-bottom: 37px;
  }
  #sec5 .item:before {
    bottom: -79px;
    right: -28px;
    width: 184px;
    height: 128px;
  }
  #sec5 .item .photo {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
  }
  #sec5 .item .content {
    width: 100%;
  }
  #sec5 .item2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #sec5 {
    background: url('../img/lp/s5_bg_sp.jpg') no-repeat center top;
    background-size: cover;
    padding: 63px 0 26px;
    position: relative;
  }
  #sec5:before {
    content: '';
    position: absolute;
    top: 28px;
    right: 0;
    background: url('../img/lp/s5_deco_sp.png') no-repeat center top;
    background-size: contain;
    width: 100vw;
    height: 160vw;
    z-index: 3;
    pointer-events: none;
  }
  #sec5 .ttl {
    padding-bottom: 14px;
  }
  #sec5 h2 {
    margin: 51px auto 37px;
    width: 98%;
  }
  #sec5 h3 {
    font-size: calc((24 / 390) * 100vw);
    text-align: center;
    line-height: 40px;
    margin: 0 -10px 40px;
  }
  #sec5 .item h4 {
    font-size: calc((30 / 390) * 100vw);
    padding-bottom: 26px;
    margin-right: -20px;
    position: relative;
    border-color: transparent;
  }
  #sec5 .item h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    height: 1px;
    background: #c4cee3;
  }
  #sec5 .item h4 span {
    font-size: calc((24 / 390) * 100vw);
    margin-top: -2px;
    line-height: 1.6667;
  }
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 {
  padding: 91px 0 128px;
  background: url('../img/lp/s6_bg.png') no-repeat center top;
  background-size: cover;
}
#sec6 .en-ttl {
  font-size: 24px;
  margin-left: calc(50% - 282px);
  color: var(--sub);
  letter-spacing: 0em;
}
#sec6 h2 {
  width: 100%;
  max-width: 568px;
  margin: 22px auto 95px;
}
#sec6 .row {
  justify-content: space-between;
}
#sec6 .row .item {
  background: #fff;
  width: calc(50% - 25px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  align-items: start;
}
#sec6 .row .item h3 {
  background: linear-gradient(to right, #3e586b, #2d6c9c);
  display: table;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 32px;
  padding: 16px 17px 16px 21px;
  margin: -33px 0 -20px 20px;
  letter-spacing: 0.08em;
}
#sec6 .row .item .fnt-aboreto {
  text-align: right;
  color: var(--sub);
  margin-right: 19px;
  letter-spacing: 0em;
  margin-left: auto;
}
#sec6 .row .item .txt {
  margin: 16px 20px 31px;
  line-height: 28px;
}
#sec6 .row .item .btn-cus {
  margin: auto auto -32px;
}
#sec6 .row .item .btn-cus a {
  height: 64px;
  line-height: 57px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1150px) {
  #sec6 .row {
    gap: 30px;
  }
  #sec6 .row .item {
    padding: 15px;
    width: calc(50% - 15px);
  }
  #sec6 .row .item h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #sec6 .row .item .btn-cus a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 60px 0 97px;
    background: url('../img/lp/s6_bg_sp.png') no-repeat center top;
    background-size: cover;
  }
  #sec6 .en-ttl {
    margin-left: 5px;
  }
  #sec6 h2 {
    margin: 37px auto 65px;
  }
  #sec6 .row {
    gap: 72px;
  }
  #sec6 .row .item {
    width: 100%;
  }
  #sec6 .row .item h3 {
    padding: 5px 9px 7px 10px;
    margin: -21px 0 -20px 10px;
    font-size: 20px;
  }
  #sec6 .row .item .fnt-aboreto {
    font-size: 12px;
    margin-right: 0;
  }
  #sec6 .row .item .txt {
    margin: 13px 0 31px;
  }
  #sec6 .row .item .btn-cus a {
    font-size: 16px;
  }
  #sec6 .row .item:nth-child(2) .txt {
    margin: 24px 0 30px;
  }
}
@media screen and (max-width: 360px) {
  #sec6 .row .item .btn-cus a {
    font-size: 12px;
  }
}

/*=============================================
******************* sec7  **********************
*=============================================*/
#sec7 {
  text-align: center;
  padding: 92px 0 96px;
  background: url('../img/lp/s7_bg2.png') no-repeat center top, url('../img/lp/s7_bg.jpg') no-repeat center top;
  background-size: cover;
}
#sec7 .fnt-aboreto {
  font-size: 24px;
  letter-spacing: 0em;
  color: var(--sub);
}
#sec7 h2 {
  width: 100%;
  max-width: 208px;
  margin: 20px auto 63px;
}
#sec7 .row {
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
#sec7 .row > div {
  width: calc(50% - 25px);
  min-width: 525px;
}
#sec7 .row > div:nth-child(1):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: #f1f3f7;
  z-index: -1;
}
#sec7 .row > div:nth-child(2) .item .btn-cus {
  margin-bottom: 0;
}
#sec7 .row > div:nth-child(2) .item h4 {
  margin-bottom: 40px;
}
#sec7 .row > div:nth-child(2) .txt {
  text-align: left;
  margin-top: 33px;
  letter-spacing: 0em;
}
#sec7 .row .item {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 31px;
}
#sec7 .row .item h3 {
  background: linear-gradient(to right, #3e586b, #2d6c9c);
  color: #fff;
  font-size: clamp(36px, 4.7vw, 50px);
  font-weight: 300;
  padding: 31px 0 31px 4px;
  letter-spacing: 0.08em;
  line-height: 1;
}
#sec7 .row .item .title {
  margin: 14px 17px -47px 37px;
}
#sec7 .row .item h4 {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 48px auto 34px;
}
#sec7 .row > .item:nth-child(1) h4 {
  max-width: 275px;
}
#sec7 .row .item .btn-cus {
  max-width: calc(100% - 40px);
  margin: 0 auto 33px;
}
#sec7 .row .item .btn-cus a {
  height: 64px;
  line-height: 58px;
}
#sec7 .row .item dl {
  display: flex;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 450px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 61px 0 63px;
  }
  #sec7 .row {
    gap: 40px;
  }
  #sec7 .row > div {
    width: 100%;
    min-width: unset;
  }
  #sec7 .row > div:nth-child(1):before {
    height: 362px;
  }
  #sec7 .row > div:nth-child(2) .item {
    padding-bottom: 19px;
  }
  #sec7 .row > div:nth-child(2) .txt {
    margin-top: 41px;
  }
  #sec7 .row .item h3 {
    font-size: calc((32 / 390) * 100vw);
    padding: 40px 0 39px 3px;
  }
  #sec7 .row .item h4 {
    width: calc(100% - 42px);
    margin: 40px auto 40px;
  }
  #sec7 .row .item:nth-child(1) h4 {
    max-width: 57%;
  }
  #sec7 .row .item .btn-cus {
    margin-bottom: 24px;
    width: auto;
  }
  #sec7 .row .item dl {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    font-size: clamp(16px, 5.2vw, 20px);
  }
}

/*=============================================
******************* sec8  **********************
*=============================================*/
#sec8 {
  background: url('../img/lp/s8_bg.png') no-repeat center top;
  background-size: contain;
  padding: 100px 0 114px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec8:before {
  content: '';
  position: absolute;
  top: 669px;
  left: 0;
  width: 100%;
  height: 318px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  background: #aebddb;
  z-index: -1;
  opacity: 0.24;
}
#sec8 h2 {
  margin: 0 3px 67px 5px;
}
#sec8 .title {
  letter-spacing: 0.16em;
  margin-left: 5px;
  font-size: 24px;
  font-weight: 300;
}
#sec8 h3 {
  color: var(--sub);
  font-size: 40px;
  display: table;
  line-height: 1;
  margin: 24px auto 53px;
  letter-spacing: 0.08em;
}
#sec8 h3:last-child {
  margin: 27px auto 0;
  font-size: 32px;
  letter-spacing: 0.18em;
  padding-left: 7px;
}
#sec8 h3:last-child::before {
  bottom: -15px;
}
#sec8 h3:last-child > span:before {
  bottom: -11px;
}
#sec8 h3:last-child > span span {
  font-size: 40px;
}
#sec8 h3 > span {
  position: relative;
  z-index: 1;
}
#sec8 h3 > span:first-child:before {
  left: -3px;
}
#sec8 h3 > span:last-child:before {
  right: -4px;
}
#sec8 h3 > span:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  height: 32px;
  background: #aebddb;
  z-index: -1;
  opacity: 0.24;
}
#sec8 .row {
  margin: 46px 0 140px;
  gap: 13px;
}
#sec8 .row h4 {
  margin: 17px -8px 19px;
  font-size: 20px;
}
#sec8 .row .price {
  width: auto;
  margin: 0 auto;
  height: 48px;
  text-align: center;
}
#sec8 .row .price img {
  height: 100%;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  #sec8 h3 {
    line-height: 2;
    text-align: center;
    display: block;
  }
  #sec8 h3 > span {
    display: table;
    margin: 0 auto;
  }
  #sec8 h3 > span::before {
    left: -9px !important;
    right: -9px !important;
    bottom: 12px;
    height: 17px;
  }
  #sec8 h3:last-child > span:before {
    bottom: 13px;
  }
  #sec8:before {
    top: calc(655px + 9vw);
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #sec8 {
    background-size: auto 37%;
    padding: 64px 0;
    text-align: left;
  }
  #sec8:before {
    height: 358px;
    top: 666px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
  #sec8 h2 {
    margin: 0 0 32px;
  }
  #sec8 .title {
    font-size: calc((20 / 390) * 100vw);
    margin-left: 0;
    text-align: center;
  }
  #sec8 .title:nth-last-child(2) {
    font-size: calc((17 / 390) * 100vw);
    letter-spacing: 0.08em;
  }
  #sec8 h3 {
    margin: 26px 0px 25px;
    font-size: calc((24 / 390) * 100vw);
  }
  #sec8 h3 > span:before {
    bottom: 6px;
  }
  #sec8 h3:last-child {
    font-size: calc((24 / 390) * 100vw);
    margin-top: 21px;
    padding-left: 0;
  }
  #sec8 h3:last-child > span:before {
    bottom: 7px;
  }
  #sec8 h3:last-child > span span {
    font-size: inherit;
  }
  #sec8 .row {
    margin: 23px -2px 63px;
    gap: 4px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #sec8 .row .item {
    width: calc((100% / 3) - 4px);
    margin-bottom: -3px;
  }
  #sec8 .row .item h4 {
    font-size: calc((16 / 390) * 100vw);
    text-align: center;
    margin: 6px -10px 4px;
  }
  #sec8 .row .item .price {
    height: 23px;
  }
  #sec8 .row .item .price img {
    vertical-align: top;
  }
  #sec8 .row .item:nth-child(4) h4 {
    font-size: calc((20 / 390) * 100vw);
  }
  #sec8 .row .item:nth-child(5) h4 {
    margin: 3px 0 2px;
    line-height: 1;
    font-size: calc((18 / 390) * 100vw);
  }
}

/*=============================================
******************* sec9  **********************
*=============================================*/
#sec9 {
  background: linear-gradient(to bottom right, #1a384e, rgba(44, 62, 76, 0.8));
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 102px 0 96px;
}
#sec9:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background: url('../img/lp/s9_deco2.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec9:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/lp/s9_deco.png') no-repeat bottom right;
  z-index: -1;
}
#sec9 .ttl {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.48em;
  padding-left: 12px;
}
#sec9 h2 {
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  letter-spacing: 0.26em;
  margin: 32px 0 85px 21px;
}
#sec9 h2 span {
  font-size: 72px;
  letter-spacing: 0.24em;
}
#sec9 .row {
  gap: 30px;
}
#sec9 .row .item {
  padding: 10px;
  width: calc(100% / 3);
  background: #fff;
  padding-bottom: 31px;
}
#sec9 .row .item h3 {
  font-size: 24px;
  margin: 31px 0 0 11px;
  color: var(--sub);
}
#sec9 .row .item h3.blue {
  color: var(--main);
}
#sec9 .row .item .txt {
  color: #2b2b2b;
  margin: 17px 4px 0 10px;
  line-height: 24px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #sec9 {
    padding: 63px 0 64px;
  }
  #sec9:before {
    background: url('../img/lp/s9_deco_sp.png') no-repeat bottom 10px center;
    background-size: 94%;
    width: 100%;
    height: 443vw;
  }
  #sec9:after {
    height: 29vw;
    background: url('../img/lp/s9_deco2_sp.png') no-repeat bottom 10px center;
    background-size: contain;
  }
  #sec9 .ttl {
    font-size: 20px;
  }
  #sec9 h2 {
    line-height: 1.9;
    text-align: center;
    letter-spacing: 0.17em;
    margin: 26px 0 33px 0px;
    font-size: calc((32 / 390) * 100vw);
  }
  #sec9 h2 span {
    font-size: calc((40 / 390) * 100vw);
  }
  #sec9 .row {
    gap: 40px;
  }
  #sec9 .row .item {
    width: 100%;
  }
  #sec9 .row .item:nth-child(3) {
    order: 2;
  }
  #sec9 .row .item:nth-child(3) h3 {
    margin-top: 28px;
  }
  #sec9 .row .item:nth-child(2) {
    order: 3;
  }
  #sec9 .row .item:nth-child(2) h3 {
    margin-top: 27px;
  }
  #sec9 .row .item h3 {
    margin-top: 20px;
  }
}

/*=============================================
******************* sec10  **********************
*=============================================*/
#sec10 > .item {
  width: 50%;
  background: url('../img/lp/s10_bg1.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 79px 20px 56px;
}
#sec10 > .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  background: linear-gradient(to right, #070c15, #2c3a53);
}
#sec10 > .item:nth-child(2) {
  background: url('../img/lp/s10_bg2.jpg') no-repeat center center;
  background-size: cover;
}
#sec10 > .item:nth-child(2) .btn-cus {
  margin: 40px auto 0;
  width: 184px;
}
#sec10 > .item:nth-child(2) .btn-cus a {
  border-color: #fff;
  height: 48px;
  border-radius: 15px;
  line-height: 42px;
}
#sec10 > .item:nth-child(2) .btn-cus a::before {
  right: 15px;
}
#sec10 > .item .inner {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
}
#sec10 > .item h2 {
  font-size: 48px;
  letter-spacing: 0em;
  line-height: 50px;
  margin-bottom: 11px;
}
#sec10 > .item .title {
  font-size: 24px;
  letter-spacing: 0.16em;
  font-weight: 300;
  border-bottom: 1px solid;
  padding-bottom: 19px;
  margin-bottom: 29px;
}
#sec10 > .item .note {
  letter-spacing: 0.3em;
  margin-bottom: 59px;
  font-weight: 300;
  font-size: 18px;
}
#sec10 > .item .note img {
  width: 24px !important;
  height: 24px;
  margin: 0 17px 5px 0;
}
#sec10 > .item .main .item {
  background: #fff;
  border-radius: 15px;
  color: var(--sub);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  align-items: center;
  padding: 18px 24px 18px 32px;
  margin-bottom: 40px;
  position: relative;
}
#sec10 > .item .main .item:nth-child(2) {
  --main: #537d47;
}
#sec10 > .item .main .item:nth-child(3) {
  --main: #5b4d37;
}
#sec10 > .item .main .item .icon {
  width: 48px;
}
#sec10 > .item .main .item h3 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.16em;
  color: var(--main);
}
#sec10 > .item .main .item .content {
  margin: 3px 0 -3px 24px;
}
#sec10 > .item .main .item .btn-cus {
  width: 151px;
  margin-left: auto;
  position: absolute;
  right: 24px;
}
#sec10 > .item .main .item .btn-cus a {
  text-decoration: none;
  background: var(--main);
  color: #fff;
  height: 48px;
  line-height: 42px;
  text-align: left;
  border-radius: 15px;
  font-size: 18px;
  padding-left: 21px;
  border-color: var(--main);
}
#sec10 > .item .main .item .btn-cus a:before {
  top: calc(50% - 3px);
  right: 15px;
}
#sec10 > .item .main dl {
  border-bottom: 1px solid #e5e7eb;
  padding-left: 41px;
  position: relative;
  letter-spacing: 0.16em;
  padding-bottom: 6px;
  margin-bottom: 21px;
}
#sec10 > .item .main dl dt {
  font-size: 24px;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
#sec10 > .item .main dl dt:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 1px;
  background: url('../img/lp/s10_icon2.png') no-repeat center top;
  width: 24px;
  height: 24px;
  background-size: contain;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec10 > .item .main .item {
    padding-left: 20px;
    font-size: 16px;
  }
  #sec10 > .item .main .item h3 {
    margin-bottom: 5px;
    font-size: clamp(22px, 2.9vw, 32px);
  }
  #sec10 > .item .main .item .btn-cus {
    width: 131px;
    margin-left: auto;
    position: absolute;
    right: 9px;
    top: 13px;
  }
  #sec10 > .item .main .item .content {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sec10 > .item {
    width: 100%;
  }
  #sec10 > .item .main .item {
    padding: 14px 24px 18px 20px;
    font-size: calc((18 / 390) * 100vw);
    margin-bottom: 41px;
  }
  #sec10 > .item .main .item .content {
    margin-left: 12px;
    margin-right: -12px;
  }
  #sec10 > .item .main .item h3 {
    font-size: calc((32 / 390) * 100vw);
    line-height: 1.3;
    margin-bottom: -6px;
  }
  #sec10 > .item .main .item .btn-cus {
    width: 80px;
    top: 15px;
    right: 10px;
  }
  #sec10 > .item .main .item .btn-cus a {
    height: 38px;
    line-height: 32px;
    text-align: left;
    border-radius: 15px;
    font-size: 13px;
    padding-left: 7px;
  }
  #sec10 > .item .main .item .btn-cus a:before {
    right: 6px;
  }
  #sec10 > .item .main dl {
    line-height: 28px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  #sec10 > .item .main dl dt {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
  }
  #sec10 > .item .main dl dt:before {
    top: 3px;
  }
  #sec10 > .item:nth-child(2) {
    padding-bottom: 64px;
  }
  #sec10 > .item:nth-child(2) .title {
    margin-bottom: 18px;
  }
  #sec10 > .item:nth-child(2) .btn-cus {
    margin-top: 52px;
  }
  #sec10 > .item:nth-child(2) .btn-cus a {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  #sec10 > .item .main .item {
    padding-left: 3vw;
    font-size: 14px;
  }
  #sec10 > .item .main .item .btn-cus {
    top: 12px;
  }
  #sec10 > .item .main .item .icon {
    width: 38px;
  }
  #sec10 > .item .main .item h3 {
    font-size: 7vw;
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=lp.css.map */
