.performance-box .performance-box-inner {
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  margin: 0 10px;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner {
    border-radius: 10px 10px 0 0;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    grid-template-columns: 1fr;
  }
}
.performance-box .performance-box-inner .items {
  border-right: 2px dashed #ccc;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items {
    border-right: none;
    border-bottom: 1px dashed #ccc;
    display: grid;
    grid-template-columns: 45% 1fr;
    align-items: center;
    padding: 20px 0;
  }
}
.performance-box .performance-box-inner .items:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items:last-child {
    border-bottom: none;
  }
}
.performance-box .performance-box-inner .items:last-child p span {
  font-size: 80px;
}
@media screen and (max-width: 1600px) {
  .performance-box .performance-box-inner .items:last-child p span {
    font-size: 80px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items:last-child p span {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .performance-box .performance-box-inner .items:last-child p span {
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .performance-box .performance-box-inner .items:last-child p span {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
.performance-box .performance-box-inner .items h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #00a4ff;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .performance-box .performance-box-inner .items h3 {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items h3 {
    font-size: 32px;
    text-decoration-thickness: 6px;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .performance-box .performance-box-inner .items h3 {
    font-size: 32px;
    font-size: 4.1720990874vw;
  }
}
@media screen and (max-width: 575px) {
  .performance-box .performance-box-inner .items h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items h3 span {
    display: none;
  }
}
.performance-box .performance-box-inner .items h3 br {
  display: none;
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items h3 br {
    display: block;
  }
}
.performance-box .performance-box-inner .items p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #00a4ff;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffe037;
          text-decoration-color: #ffe037;
  text-decoration-thickness: 20px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.4em;
  margin-top: auto;
}
@media screen and (max-width: 1400px) {
  .performance-box .performance-box-inner .items p {
    font-size: 46px;
    font-size: 3.2857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items p {
    font-size: 32px;
    text-decoration-thickness: 14px;
    text-underline-offset: -0.3em;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .performance-box .performance-box-inner .items p {
    font-size: 18px;
    text-decoration-thickness: 6px;
    text-underline-offset: -0.15em;
  }
}
.performance-box .performance-box-inner .items p span {
  font-size: 100px;
}
@media screen and (max-width: 1600px) {
  .performance-box .performance-box-inner .items p span {
    font-size: 100px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 960px) {
  .performance-box .performance-box-inner .items p span {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .performance-box .performance-box-inner .items p span {
    font-size: 40px;
  }
}

.l_content_lp_10 {
  margin: 60px 0;
  padding: 0 15px;
}
.l_content_lp_10 .inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  background-image: url("../img/top/l_content_lp_10_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 25px;
}
@media screen and (max-width: 575px) {
  .l_content_lp_10 .inner {
    background-image: url("../img/top/l_content_lp_10_bg-sp.png");
  }
}
.l_content_lp_10 .inner .box-wrap {
  max-width: 970px;
  width: 100%;
  margin: auto;
  padding: 85px 0 65px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap {
    padding: 20px 0 30px;
  }
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap {
    display: grid;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 0;
  }
  .l_content_lp_10 .inner .box-wrap .ttl-wrap::after {
    content: "";
    position: absolute;
    background-image: url("../img/top/l_content_lp_10_ttl_img_1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 180px;
    height: 143px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 auto auto;
    z-index: -1;
  }
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap p {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap p span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap p span {
    padding: 0 10px;
  }
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap p span::before, .l_content_lp_10 .inner .box-wrap .ttl-wrap p span::after {
  content: "";
  position: absolute;
  top: 10%;
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap p span::before, .l_content_lp_10 .inner .box-wrap .ttl-wrap p span::after {
    width: 2px;
  }
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap p span::before {
  left: 0;
  transform: rotate(-25deg);
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap p span::after {
  right: 0;
  transform: rotate(25deg);
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffeb83;
  font-size: 50px;
  line-height: 1.5;
}
.l_content_lp_10 .inner .box-wrap .ttl-wrap h2 span {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .l_content_lp_10 .inner .box-wrap .ttl-wrap h2 span {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) {
  .l_content_lp_10 .inner .box-wrap .ttl-wrap h2 br {
    display: none;
  }
}
.l_content_lp_10 .inner .box-wrap .box-container {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box-container {
    gap: 16px;
  }
}
.l_content_lp_10 .inner .box-wrap .box {
  background-color: #fff;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box {
    padding: 15px 20px;
  }
}
.l_content_lp_10 .inner .box-wrap .box .box-inner {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner {
    grid-template-columns: 45px 1fr;
  }
}
@media screen and (max-width: 575px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner {
    display: block;
    position: relative;
  }
}
.l_content_lp_10 .inner .box-wrap .box .box-inner .point {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 60px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
.l_content_lp_10 .inner .box-wrap .box .box-inner .point::before {
  content: "";
  position: absolute;
  background-image: url("../img/top/l_content_lp_10_point.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 58px;
  height: 27px;
  top: -22px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .point {
    font-size: 44px;
  }
  .l_content_lp_10 .inner .box-wrap .box .box-inner .point::before {
    width: 45px;
    height: 21px;
  }
}
@media screen and (max-width: 575px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    margin-top: 20px;
  }
}
.l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents {
  overflow: hidden;
}
.l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  border-bottom: 2px solid #49a2f8;
  margin-bottom: 10px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6.5px;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents h3 {
    margin-left: 65px;
    min-height: 60px;
    line-height: 1.5;
    width: 100%;
    display: grid;
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents h3 br {
    display: none;
  }
}
.l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents p {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l_content_lp_10 .inner .box-wrap .box .box-inner .box-contents p {
    font-size: 15px;
  }
}

.l_content_lp_form .sec .form_wrap .input_wrap .form-ex-small a {
  color: #00a4ff;
}

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