@charset "UTF-8";
@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
.pc {
  display: block;
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

#lpx {
  color: #000;
  letter-spacing: -0.8px;
}
#lpx .header .header_wrap {
  grid-template-columns: 10% 57% 30%;
  gap: 2%;
}
#lpx .header .header_wrap p {
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  color: #0068b7;
}
@media all and (max-width: 767px) {
  #lpx .header .header_wrap p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #lpx .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #lpx .header .header_wrap {
    grid-template-columns: 70% 30%;
  }
}
#lpx .header .navi_wrap {
  margin-left: auto;
}
#lpx .contents {
  margin-top: 50px;
}
#lpx .contents [class$=_box] {
  padding: 0 8.47% 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 25px;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
#lpx .contents [class$=_box] h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  height: 63px;
  line-height: normal;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] h2 {
    font-size: 20px;
  }
}
#lpx .contents [class$=_box] h2.section_title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 69px;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] h2.section_title {
    font-size: 22px;
  }
}
#lpx .contents [class$=_box] h2.section_title::after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  background: #000;
}
#lpx .contents [class$=_box] h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  height: 63px;
  line-height: normal;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] h3 {
    font-size: 16px;
  }
}
#lpx .contents [class$=_box] [class$=_title] {
  font-weight: 700;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] [class$=_title] {
    font-size: 16px;
    line-height: 25px;
  }
}
#lpx .contents [class$=_box] [class$=_txt] {
  font-weight: 400;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #lpx .contents [class$=_box] [class$=_txt] {
    font-size: 14px;
  }
}
#lpx .contents .lp_article_box h2 {
  font-weight: 700;
  font-size: 28px;
  height: 63px;
  line-height: 63px;
}
#lpx .contents .lp_article_box .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
#lpx .contents .lp_article_box .article_list .lp_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 169px;
  height: 109px;
}
@media all and (max-width: 767px) {
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img {
    height: 51px;
    width: 77px;
  }
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 767px) {
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title {
    font-size: 12px;
  }
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #0068b5;
  border: 1px solid #0068b5;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
#lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 4.5px);
  background: url("../../assets/img/common/arrow_01.svg") center center no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}
@media all and (max-width: 767px) {
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow {
    height: 22px;
    width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::before {
    width: 100%;
    opacity: 1;
  }
  #lpx .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::after {
    background-image: url("../../assets/img/common/arrow_02.svg");
    -webkit-animation-name: arrow_anim;
            animation-name: arrow_anim;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
#lpx .contents .lp_article_box .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
  padding: 103px 0 100px;
}
#lpx .contents .lp_article_box .pagenation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#lpx .contents .lp_article_box .pagenation .nav-links .page-numbers {
  color: #2c3f70;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-align: center;
}
#lpx .contents .lp_article_box .pagenation .nav-links .page-numbers.current {
  background: #2c3f70;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
  line-height: 28px;
  margin: 0 -7px;
}
#lpx .contents .lp_article_box .pagenation .nav-links .prev,
#lpx .contents .lp_article_box .pagenation .nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lpx .contents .lp_article_box .pagenation .nav-links .prev img,
#lpx .contents .lp_article_box .pagenation .nav-links .next img {
  width: 18px;
  height: 7px;
}
#lpx .contents .fv_box {
  min-height: 100svh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
  background-position: center top;
  background-size: cover;
  /* EdgeHTML だけ対処 */
}
@supports (-ms-ime-align: auto) {
  #lpx .contents .fv_box {
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-height: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
  }
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box {
    padding: 0;
    min-height: 326px;
    margin-bottom: 0;
  }
}
#lpx .contents .fv_box .fv_wrap {
  width: min(635px, 95%);
  min-height: 452px;
  padding: 16px 3.5% 40px;
  background: #fff;
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box .fv_wrap {
    min-height: 200px;
    margin: 37px auto 44px;
    width: 82%;
    padding: 19px 15px;
  }
}
#lpx .contents .fv_box .fv_wrap .fv_title {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 45px;
  font-size: 28px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box .fv_wrap .fv_title {
    font-size: 18px;
    line-height: 30px;
  }
}
#lpx .contents .fv_box .fv_wrap .fv_txt {
  line-height: 35px;
  font-size: 18px;
  margin-top: 27px;
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box .fv_wrap .fv_txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
  }
}
#lpx .contents .fv_box .fv_wrap .fv_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 36px auto 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box .fv_wrap .fv_3box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
#lpx .contents .fv_box .fv_wrap .fv_3box .box {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-height: auto;
  height: 74px;
  width: 159px;
  border: 1px solid #0068b7;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: #0068b7;
}
@media all and (max-width: 767px) {
  #lpx .contents .fv_box .fv_wrap .fv_3box .box {
    width: 100%;
    height: auto;
  }
}
#lpx .contents .fv_box .fv_wrap .btn_01 {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 186px;
}
#lpx .contents .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -40px;
}
#lpx .contents .list_link a {
  width: 105px;
  color: #fff;
}
#lpx .contents .importance_box {
  min-height: 633px;
  margin: 123px 0 98px;
  padding: 23px 10.07% 0 8.47%;
  color: #fff;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  #lpx .contents .importance_box {
    padding: 15px;
    margin-bottom: 0;
  }
}
#lpx .contents .importance_box .importance_box_inner {
  width: min(1200px, 100%);
  margin: auto;
}
#lpx .contents .importance_box .importance_box_inner h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
#lpx .contents .importance_box .importance_box_inner .importance_title {
  line-height: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .importance_box .importance_box_inner .importance_title {
    line-height: 25px;
    margin-bottom: -10px;
    font-size: 20px;
  }
}
#lpx .contents .importance_box .importance_box_inner .importance_txt {
  margin-bottom: 53px;
  margin-left: 54px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #lpx .contents .importance_box .importance_box_inner .importance_txt {
    margin: 10px auto 41px;
  }
  #lpx .contents .importance_box .importance_box_inner .importance_txt:last-of-type {
    margin-bottom: 3px;
  }
}
#lpx .contents .importance_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 63, 112, 0.7);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #lpx .contents .importance_box .btn_01 {
    margin: auto;
  }
}
#lpx .contents .task_box {
  width: min(1200px, 100%);
  margin: 0 auto 156px;
  padding: 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box {
    padding: 27px 15px 0px;
    margin-bottom: 0;
  }
}
#lpx .contents .task_box h2 {
  margin-bottom: 38px;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box h2 {
    margin-bottom: 0px;
  }
}
#lpx .contents .task_box .task_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
#lpx .contents .task_box .task_wrap .task_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(461px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block .task_left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  gap: 13px;
  text-align: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block .task_left_wrap {
    gap: 0;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block .task_left_wrap .task_left_title {
  background: #777777;
  color: #fff;
  width: 100%;
  height: 76px;
  padding: 0 1rem;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block .task_left_wrap .task_left_title {
    margin-top: 23px;
    margin-bottom: 32px;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_left_block .task_left_wrap .task_left_txt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.8;
  width: 100%;
  list-style-position: inside;
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_middle_block {
  margin: 0 47px 0 36px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_middle_block {
    width: 100%;
    margin: 0;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_middle_block img {
  width: 100%;
  height: 43px;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_middle_block img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_icon_block {
  margin: 0 31px 0 0;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 77px;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_icon_block {
    display: none;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_icon_block .task_right_icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_icon_block .task_right_icon {
    width: 120px;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_icon_block .task_right_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(523px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block .task_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  gap: 19px;
  text-align: left;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block .task_right_wrap {
    gap: 0;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block .task_right_wrap .task_right_title {
  color: #0068b7;
  width: 100%;
  height: 63px;
  font-size: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 767px) {
  #lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block .task_right_wrap .task_right_title {
    margin-top: 23px;
    margin-bottom: 32px;
  }
}
#lpx .contents .task_box .task_wrap .task_box_wrap .task_right_block .task_right_wrap .task_right_txt {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}
#lpx .contents .service_box {
  padding: 0;
  margin: 0 auto 165px;
  width: min(1200px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box {
    padding: 27px 15px 0px;
    margin-bottom: 0;
  }
}
#lpx .contents .service_box h2 {
  margin-bottom: 38px;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box h2 {
    margin-bottom: 0px;
  }
}
#lpx .contents .service_box .service_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box .service_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
}
#lpx .contents .service_box .service_box_inner .service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 100%;
  position: relative;
  background: #0068b7;
  width: 377px;
  height: 357px;
  color: #fff;
  padding: 41px 26px 39px;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box .service_box_inner .service_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0 15px 30px;
    height: auto;
  }
}
#lpx .contents .service_box .service_box_inner .service_wrap .service_title {
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box .service_box_inner .service_wrap .service_title {
    font-size: 20px;
    width: 100%;
    margin-top: 23px;
    text-align: center;
    height: 20px;
  }
}
#lpx .contents .service_box .service_box_inner .service_wrap img {
  width: 100px;
  height: auto;
  margin-bottom: 34px;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box .service_box_inner .service_wrap img {
    width: 80px;
    margin: 0;
  }
}
#lpx .contents .service_box .service_box_inner .service_wrap .service_txt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #lpx .contents .service_box .service_box_inner .service_wrap .service_txt {
    font-size: 14px;
  }
}
#lpx .contents .features_box {
  width: min(1200px, 100%);
  padding: 0;
  margin: 0 auto 148px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box {
    width: 100%;
    padding: 0;
    margin: 50px auto;
  }
}
#lpx .contents .features_box h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box h2 {
    margin-bottom: 19px;
    line-height: 63px;
    margin-left: 15px;
  }
}
#lpx .contents .features_box .features_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner {
    gap: 42px;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap:last-of-type .overlay {
  background-color: rgba(44, 63, 112, 0.7);
}
#lpx .contents .features_box .features_box_inner .features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 74px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  #lpx .contents .features_box .features_box_inner .features_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 63, 112, 0.5);
    z-index: 1;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap .features_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 452px;
  height: 261px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap .features_img {
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap .features_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 15px 15px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title {
  line-height: 31px;
  height: 63px;
  margin-bottom: 0;
  color: #0068b7;
  font-size: 24px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title {
    color: #fff;
    font-size: 20px;
    height: 73px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_txt {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_txt {
    font-size: 14px;
  }
}
#lpx .contents .features_box .features_box_inner .features_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .features_box_inner .features_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lpx .contents .features_box .ppt_img {
  position: relative;
  display: inline-block;
  margin: 84px auto 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: min(1030px, 100%);
  height: auto;
}
@media all and (max-width: 767px) {
  #lpx .contents .features_box .ppt_img {
    margin: 30px auto;
  }
}
#lpx .contents .features_box .ppt_img a {
  display: block;
  position: relative;
}
#lpx .contents .features_box .ppt_img a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lpx .contents .features_box .ppt_img a::before, #lpx .contents .features_box .ppt_img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
#lpx .contents .features_box .ppt_img a::before {
  background: rgba(0, 0, 0, 0.3);
}
#lpx .contents .features_box .ppt_img a:hover::before, #lpx .contents .features_box .ppt_img a:hover::after {
  opacity: 1;
}
#lpx .contents .features_box .ppt_img a .zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.8rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0.4em;
  cursor: pointer;
}
#lpx .contents .comparison_box {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box {
    padding: 0 19px;
    margin-bottom: 30px;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap {
  width: min(1010px, 100%);
  margin: auto;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  /* --- バリエーション: needs_research --- */
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    display: table;
    width: 100%;
    table-layout: auto;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table th,
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table td {
  position: relative;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 7px;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table th,
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table td {
    font-size: 14px;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table th > *,
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table td > * {
  position: relative;
  z-index: 1;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table thead th {
  height: 64px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table thead th:first-child {
  width: 151px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table thead th:nth-child(2) {
  width: 283px;
  background-color: #0f9ed5;
  color: #fff;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table thead th:nth-child(3), #lpx .contents .comparison_box .comparison_box_wrap .comparison_table thead th:nth-child(4) {
  width: 283px;
  background-color: #1a237e;
  color: #fff;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td {
  height: 112px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td:first-child {
  width: 151px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td:not(:first-child) {
  width: 283px;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td:not(:first-child) {
    vertical-align: top;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td {
    height: auto;
    overflow: hidden;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td .td_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td .td_wrap p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td .td_wrap p:first-of-type {
  font-size: 2em;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td .td_wrap p.blue {
  color: #0f9ed5;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table tbody td .td_wrap span {
  padding: 0 5px 5px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research th,
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research td {
  border-right: none;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research th,
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research td {
    font-size: 13px;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research th:last-child,
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research td:last-child {
  border-right: 1px solid #000;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research thead th {
  height: 64px;
  background-color: #1a237e;
  color: #fff;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research thead th:nth-child(1) {
  width: 38px;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research thead th:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research thead th:nth-child(2) {
    width: 38px;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research thead th.tousya {
  background-color: #0f9ed5;
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research tbody td {
  height: 112px;
  font-size: 14px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research tbody td {
    height: 145px;
    overflow: hidden;
  }
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research tbody td:nth-child(1) {
    width: 28px;
    text-align: center;
    padding: 0;
  }
}
#lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research tbody td .vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  min-height: 200px;
  overflow: visible;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research tbody td:nth-child(2) {
    width: 100px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #lpx .contents .comparison_box .comparison_box_wrap .comparison_table.needs_research .vertical_text {
    width: 28px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
#lpx .contents .related_post_box {
  margin: 0 auto 150px;
  padding: 0;
  width: min(1200px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box {
    width: 100%;
    padding: 27px 15px 42px;
    margin-bottom: 50px;
    gap: 0;
  }
  #lpx .contents .related_post_box a {
    color: #fff;
  }
}
#lpx .contents .related_post_box h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box h2 {
    margin-top: 14px;
    line-height: 63px;
    margin-bottom: 30px;
  }
}
#lpx .contents .related_post_box .related_post_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner {
    gap: 75px;
  }
}
@media screen and (min-width: 768px) {
  #lpx .contents .related_post_box .related_post_box_inner {
    margin-bottom: 40px;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 43px;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap {
    gap: 18px;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img {
  width: 263px;
  height: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap {
    width: 100%;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_title {
  height: auto;
  margin-right: 20px;
  font-size: 24px;
  color: #2c3f70;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_title {
    font-size: 20px;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_lead {
  text-align: left;
  font-size: 20px;
  color: #18a1e5;
  margin-bottom: 8px;
  margin-top: 17px;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_lead {
    font-size: 16px;
  }
}
#lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_txt {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_txt {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lpx .contents .related_post_box .related_post_box_inner .related_post_wrap:last-child {
    margin-bottom: 70px;
  }
}
#lpx .contents .faq_box h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box h2 {
    line-height: 31px;
    margin-bottom: 13px;
    margin: 22px 0;
  }
}
#lpx .contents .faq_box .sp {
  display: none;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .sp {
    display: block;
  }
}
#lpx .contents .faq_box .faq_box_title {
  height: 63px;
  line-height: 63px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .faq_box_title {
    margin-top: 0;
    font-size: 18px;
    height: 25px;
    margin-bottom: 25px;
  }
}
#lpx .contents .faq_box .faq_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  max-width: 100%;
}
#lpx .contents .faq_box .schema-faq {
  width: min(1200px, 100%);
  margin: 89px auto 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq {
    margin-top: 0px;
    width: 88%;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question {
  display: block;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  padding-left: 104px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question {
    padding-left: 24px;
    padding-right: 30px;
    font-size: 16px;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question::before {
  content: "";
  background: url("../img/lp_seo/sec_06_1.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  top: 0;
  left: 40px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question::before {
    display: none;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question::after {
  content: "";
  background: url("../img/lp_seo/sec_06_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-question::after {
    right: 0;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-answer {
  display: none;
  padding: 24px 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin-left: 40px;
  position: relative;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-answer {
    font-size: 14px;
    padding-right: 30px;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-answer::before {
  content: "";
  width: 880px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #dddddd;
}
@media all and (max-width: 767px) {
  #lpx .contents .faq_box .schema-faq .schema-faq-section .schema-faq-answer::before {
    width: 89%;
  }
}
#lpx .contents .faq_box .schema-faq .schema-faq-section.active .schema-faq-answer {
  display: block;
}
#lpx .contents .faq_box .schema-faq .schema-faq-section.active .schema-faq-question::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#lpx .contents .mes_box {
  margin: 0 auto 150px;
  width: min(960px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .mes_box {
    margin: 50px auto;
  }
}
@media screen and (min-width: 768px) {
  #lpx .contents .mes_box {
    padding: 0;
  }
}
#lpx .contents .mes_box .mes_box_title {
  background: #0068b7;
  color: #fff;
  height: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 63px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lpx .contents .mes_box .mes_box_title {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }
}
#lpx .contents .mes_box .mes_box_inner {
  border: 1px solid #0068b7;
  padding: 41px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0068b7;
  font-size: 16px;
  line-height: 30px;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  #lpx .contents .mes_box .mes_box_inner {
    padding: 15px;
  }
}
#lpx .contents .contact_box {
  padding: 0;
  margin: 170px auto 275px;
  width: min(840px, 100%);
}
@media all and (max-width: 767px) {
  #lpx .contents .contact_box {
    margin: 45px auto;
    width: 88%;
  }
  #lpx .contents .contact_box h2.section_title {
    font-size: 20px;
  }
}
#lpx .contents .contact_box .hbspt-form {
  margin-top: 50px;
}
#lpx .lpfooter {
  background: #0068b7;
  height: 88px;
  padding: 17px;
}
#lpx .lpfooter div {
  margin: auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  #lpx .lpfooter div {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#lpx .lpfooter div a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}
#lpx .lpfooter div a.pplink::before {
  content: " | ";
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  #lpx .lpfooter div a.pplink {
    margin: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}
.modal .modal-content .modal-image {
  width: 100%;
  height: auto;
  display: block;
}
.modal .modal-content .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

#floating-button {
  font-family: "Noto Sans JP", sans-serif !important;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1000;
  width: 164px;
  height: 121px;
}
#floating-button .btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
  background: #0068b7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02rem;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
}
#floating-button .btn:hover {
  background-color: rgba(0, 104, 183, 0.0235294118);
}
#floating-button .btn span {
  position: relative;
  display: inline-block;
}
#floating-button .btn span::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  margin: -4px auto 0;
}

.thanks .header .btn_01 {
  display: none;
}
.thanks #wrapper {
  min-height: 67vh !important;
}
.thanks #wrapper .thanks_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  width: auto;
  margin: 0px auto 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 270px;
}
.thanks #wrapper .thanks_box h1 {
  margin: 0 0 30px 0;
  text-shadow: 0 0 10px white;
  color: #043871;
  font-size: 30px;
  font-weight: 700;
}
.thanks #wrapper .thanks_box p {
  color: #043871;
  line-height: 28.8px;
  font-size: 16px;
  margin-bottom: 0;
}