@charset "UTF-8";
body {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  color: #333333;
}

img {
  height: auto;
  max-width: 100%;
}

.ly_header_inner,
.ly_fixednav_inner {
  width: 100%;
  height: 94px;
  padding: 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.ly_fixednav_inner {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.8s, visibility 0.8s;
  transition: top 0.8s, visibility 0.8s;
  visibility: hidden;
  z-index: 10;
}

.ly_headernav_wrapper,
.ly_fixednav_wrapper {
  max-width: 1022px;
  margin: 0 auto;
  padding-top: 24px;
  padding-right: 21px;
  padding-bottom: 23px;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.el_header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.el_header_logo img {
  width: 47px;
  height: 47px;
}
.el_header_logo span {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  margin-left: 16px;
  padding-top: 4px;
}

.el_headernav,
.el_fixednav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.el_headernav li,
.el_fixednav li {
  font-size: 16px;
  line-height: 24px;
  margin-right: 46px;
  padding-top: 12px;
}

.ly_btn {
  margin-top: 5px;
  width: 155px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FA41CC), to(#6020B0)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FA41CC 0%, #6020B0 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.ly_fv_inner {
  height: 674px;
  position: relative;
}

.ly_fv_wrapper {
  max-width: 1366px;
  height: 674px;
  margin-left: auto;
  margin-right: auto;
}

.ly_fv_txt_wrapper {
  max-width: 676px;
  padding-top: 159px;
  padding-left: 193px;
}
.ly_fv_txt_wrapper .el_fv_mc {
  margin-bottom: 44px;
  font-size: 32px;
  line-height: 46px;
}
.ly_fv_txt_wrapper .el_fv_sc {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 24px;
}
.ly_fv_txt_wrapper .ly_btn {
  display: inline-block;
  margin-top: 0;
}

.el_fv_img1 {
  position: absolute;
  top: -124px;
  right: 0px;
  width: 623px;
  height: 711px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  z-index: -2;
}

.el_fv_img2 {
  position: absolute;
  top: 131px;
  right: 172px;
  width: 518px;
  height: 430px;
  z-index: -1;
}

.ly_ttl {
  text-align: center;
}
.ly_ttl h3 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 10px;
}
.ly_ttl span {
  font-size: 16px;
  line-height: 24px;
  color: #3BA6C9;
}

.ly_features_inner {
  margin: 0 20px;
  padding-top: 71px;
  padding-bottom: 154px;
  padding-right: 5px;
}

.ly_feature h4 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
}

.el_feature1 {
  margin-bottom: 86px;
}
.el_feature1 h4 {
  margin-top: 57px;
  margin-bottom: 49px;
}

.ly_features_wrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.el_feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.el_feature_img1 {
  width: 380px;
  height: 314px;
  margin-left: 4.5%;
}

.ly_feature_txt p:first-child {
  font-size: 24px;
  line-height: 48px;
}
.ly_feature_txt p:last-child {
  font-size: 16px;
  line-height: 26px;
}

.el_feature_txt1 {
  width: 502px;
  margin-left: 3.5%;
}
.el_feature_txt1 p:first-child {
  margin-top: 40px;
  margin-bottom: 38px;
}
.el_feature_txt1 p:last-child {
  font-size: 16px;
  line-height: 26px;
}

.el_feature2 {
  margin-bottom: 86px;
}
.el_feature2 h4 {
  margin-top: 57px;
  margin-bottom: 49px;
}

.el_feature_img2 {
  width: 479px;
  height: 329px;
  margin-top: 10px;
  margin-right: 2%;
}

.el_feature_txt2 {
  width: 447px;
  margin-left: 9%;
}
.el_feature_txt2 p:first-child {
  margin-top: 6px;
  margin-bottom: 32px;
}

.el_feature3 h4 {
  margin-top: 136px;
  margin-bottom: 62px;
}

.el_feature_img3 {
  width: 400px;
  height: 290px;
  margin-left: 2%;
}

.el_feature_txt3 {
  width: 350px;
  margin-top: 14px;
  margin-right: 2%;
}
.el_feature_txt3 p:last-child {
  margin-top: 25px;
  margin-left: 5px;
  line-height: 28px;
}

.ly_price_inner {
  padding-top: 53px;
  padding-right: 20px;
  padding-bottom: 71px;
  padding-left: 20px;
  background-color: #EEFBFB;
}
.ly_price_inner p {
  text-align: center;
}

.ly_price_wrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
}

.el_price_table {
  width: 926px;
  height: 410px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.el_price_table .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_price_table .price_container dt {
  width: 290px;
  height: 95px;
  padding-top: 35px;
  padding-left: 19px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.el_price_table .price_container dd {
  width: 635px;
  height: 95px;
  padding-top: 35px;
  padding-left: 30.5px;
  border-bottom: 1px solid #E5E5E5;
}
.el_price_table .price_container:nth-child(2) dt,
.el_price_table .price_container:nth-child(2) dd {
  height: 100px;
  padding-top: 43px;
}
.el_price_table .price_container:nth-child(3) dt,
.el_price_table .price_container:nth-child(3) dd {
  height: 103px;
  padding-top: 38px;
}
.el_price_table .price_container:nth-child(4) dt,
.el_price_table .price_container:nth-child(4) dd {
  height: 112px;
  padding-top: 39px;
}

.ly_faq_inner {
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 88px;
  padding-left: 20px;
}

.ly_faq_wrapper {
  width: 930px;
  padding-left: 22px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 26px;
}
.ly_faq_wrapper dt {
  text-align: center;
  height: 60px;
  padding-top: 18px;
  border: 1px solid #E5E5E5;
}
.ly_faq_wrapper dd {
  text-align: left;
  padding-top: 17px;
  padding-left: 35px;
  padding-bottom: 22px;
  padding-right: 35px;
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
}
.ly_faq_wrapper dd:nth-child(n+2):nth-child(n+3) {
  display: none;
}

.ly_blog_inner {
  padding-top: 55px;
  padding-left: 20px;
  padding-bottom: 91px;
  padding-right: 20px;
  background: #EEFBFB;
}

.ly_blog_wrapper {
  margin-top: 56px;
}

.er_blog_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.er_blog_container .blog_card {
  width: 389px;
  height: 387px;
  margin-right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.er_blog_container .blog_card .blog_image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.er_blog_container .blog_card .blog_txt_part {
  height: 127px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.er_blog_container .blog_card .blog_txt_part .blog_txt {
  margin-top: 14px;
  margin-left: 18px;
  font-size: 18px;
  line-height: 26px;
}
.er_blog_container .blog_card .blog_txt_part .time {
  margin-bottom: 10px;
  margin-left: 271px;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
.er_blog_container .blog_card:last-child {
  margin-right: 0px;
}

.ly_works_inner {
  padding-top: 55px;
  padding-bottom: 90px;
}

.ly_works_wrapper {
  padding-top: 68px;
}

.swiper {
  width: 100%;
  height: 407px;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slide_box {
  width: 322px;
  height: 407px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.slide_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 322px;
  height: 210px;
  border-radius: 8px 8px 0px 0px;
}

.slide_txt_wrapper {
  width: 322px;
  height: 197px;
  padding: 18px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide_txt_wrapper p:nth-child(1) {
  font-size: 16px;
  line-height: 24px;
}
.slide_txt_wrapper p:nth-child(2) {
  height: 96px;
  font-size: 14px;
  line-height: 20px;
}

.ly_contact_inner {
  padding-top: 63px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 71px;
  color: #ffffff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#05A5FA), color-stop(100%, #63FBD7), to(#67FFD6));
  background: transparent linear-gradient(90deg, #05A5FA 0%, #63FBD7 100%, #67FFD6 100%);
}
.ly_contact_inner h3 {
  margin-bottom: 7px;
}
.ly_contact_inner span {
  padding-left: 5px;
  color: #ffffff;
}
.ly_contact_inner p {
  margin-bottom: 36px;
  line-height: 24px;
}

.ly_contact_wrapper {
  width: 908px;
  height: 689px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 63px;
  padding-right: 63px;
  color: #333333;
  background: #ffffff;
}

.el_form_txt {
  height: 30px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}
.el_form_txt span {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding-top: 4px;
  padding-left: 16px;
  padding-bottom: 6px;
  padding-right: 16px;
  background: #0C449B;
  border-radius: 10px;
  margin-left: 23px;
  vertical-align: bottom;
}

.input-text,
.input-email {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* リセットじゃない部分 */
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.el_form_input {
  width: 499px;
  height: 43px;
  margin-bottom: 27px;
  padding-left: 5px;
  border-radius: 3px;
  background: #EEFBFB;
  border: none;
}

form .txt2 span {
  margin-left: 20px;
}
form .input2 {
  margin-bottom: 20px;
}

.el_form_input_txtarea {
  width: 783px;
  height: 179px;
  padding: 10px;
  border-radius: 5px;
  background: #EEFBFB;
  resize: vertical;
}

.input-text:focus,
.input-email:focus,
.textarea-box:focus {
  outline: 2px solid #3498db;
  outline-offset: 0;
}

.el_agree {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 27.5px;
}

input[type=checkbox] {
  display: none;
}

/*ボックス枠のCSS*/
.label_test:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 12px;
  margin: -10px 0 0 -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 0px;
}

.label_test {
  position: relative;
  padding-left: 40px;
}

.label_test:hover:after {
  border-color: #0171bd;
}

.label_test:after,
.label_test:before {
  position: absolute;
  content: "";
  display: block;
  top: 55%;
}

/*チェックマークの追加*/
.label_test:before {
  left: 18px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #0C449B;
  border-bottom: 2px solid #0C449B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked + .label_test:before {
  opacity: 1;
}

.el_submit {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.end-message {
  width: 908px;
  height: 100px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 20px;
  color: #333333;
  background: #ffffff;
  text-align: center;
  display: none;
}

.false-message {
  display: none;
}

.ly_footer_inner {
  padding-top: 43px;
  padding-left: 20px;
  padding-bottom: 49px;
  padding-right: 20px;
  background: #F8F8F8;
}

.ly_footer_rapper h4 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-top: 3px;
  margin-bottom: 21px;
}

.ly_footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_footer_menu a {
  font-size: 16px;
  line-height: 28px;
  margin-top: 2px;
  margin-left: 32px;
}

.ly_footer_copy p {
  text-align: center;
  margin-top: 50px;
  margin-left: 3px;
}
.ly_footer_copy small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

@media (min-width: 1500px) {
  .el_fv_img1 {
    position: absolute;
    right: 8%;
    width: 708px;
  }
  .el_fv_img2 {
    right: 25%;
  }
}
@media (max-width: 1280px) {
  .ly_price_wrapper {
    padding-left: 0;
  }
  .el_price_table {
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .er_blog_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: center;
  }
  .er_blog_container .blog_card {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .er_blog_container .blog_card .blog_txt_part .time {
    margin-left: 75%;
  }
  .er_blog_container .blog_card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1001px) {
  .txt_sp {
    display: none;
  }
}
@media (max-width: 1000px) {
  .el_feature_container {
    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;
  }
  .el_feature_img1 {
    height: auto;
    margin: 0 auto;
  }
  .ly_feature_txt {
    width: 50%;
    margin: 0 auto;
  }
  .container_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .el_feature_img2 {
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .el_feature_img3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .txt_pc {
    display: none;
  }
  .el_price_table {
    width: 80%;
  }
  .el_price_table .price_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .el_price_table .price_container dt {
    width: 60%;
    text-align: center;
  }
  .el_price_table .price_container dd {
    width: 40%;
    text-align: center;
  }
  .ly_faq_wrapper {
    width: 80%;
  }
  .ly_contact_wrapper {
    width: 80%;
  }
  .el_form_input {
    width: 100%;
  }
  .el_form_input_txtarea {
    width: 100%;
  }
  .el_agree {
    margin-right: 0;
  }
  .el_submit {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .ly_fv_txt_wrapper {
    max-width: 676px;
    padding-top: 159px;
    padding-left: 193px;
  }
  .ly_fv_txt_wrapper .el_fv_img1 {
    width: 50%;
  }
  .ly_fv_txt_wrapper .el_fv_img2 {
    top: 30%;
    right: 5%;
    width: 45%;
    height: 45%;
  }
}
@media (min-width: 801px) {
  .hamburger_menu {
    display: none;
  }
  .navigation {
    display: none;
  }
}
@media (max-width: 800px) {
  .hamburger_menu {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 10;
  }
  .hamburger_menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
  }
  .hamburger_menu__bar:first-child {
    top: 16px;
  }
  .hamburger_menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger_menu__bar:last-child {
    top: 32px;
  }
  .hamburger_menu__open .hamburger_menu__bar {
    top: 50%;
  }
  .hamburger_menu__open .hamburger_menu__bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0%;
    width: 100%;
    height: 500px;
    padding-top: 150px;
    padding-bottom: 198px;
    z-index: 9;
  }
  .navigation .el_header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation__list {
    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;
    text-align: center;
    list-style: none;
  }
  .navigation__list_item {
    margin-bottom: 18px;
  }
  .navigation__link {
    color: #0C449B;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: #FFF;
    background: #4E301B;
  }
}
@media (max-width: 800px) {
  .ly_headernav_wrapper .el_headernav,
  .ly_headernav_wrapper .el_header_btn {
    display: none;
  }
  .ly_fixednav_wrapper .el_fixednav,
  .ly_fixednav_wrapper .el_header_btn {
    display: none;
  }
  .el_headernav li,
  .el_fixednav li {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .hamburger_menu {
    top: 60%;
  }
  .ly_header_inner,
  .ly_fixednav_inner {
    height: 60px;
  }
  .ly_headernav_wrapper,
  .ly_fixednav_wrapper {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .ly_headernav_wrapper .el_header_logo,
  .ly_fixednav_wrapper .el_header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .ly_headernav_wrapper .el_header_logo img,
  .ly_fixednav_wrapper .el_header_logo img {
    width: 30px;
    height: 30px;
  }
  .ly_headernav_wrapper .el_header_logo span,
  .ly_fixednav_wrapper .el_header_logo span {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0;
  }
  .ly_headernav_wrapper .ly_btn,
  .ly_fixednav_wrapper .ly_btn {
    margin-top: 0;
  }
  .ly_btn {
    width: 110px;
    height: 30px;
    font-size: 13px;
    line-height: 27px;
  }
  .el_headernav .el_headernav,
  .el_headernav .el_fixednav {
    display: block;
  }
  .ly_fv_inner {
    height: 550px;
    position: relative;
  }
  .ly_fv_txt_wrapper {
    padding-top: 30%;
    padding-left: 10%;
  }
  .ly_fv_txt_wrapper .el_fv_mc {
    font-size: 24px;
    line-height: 36px;
  }
  .ly_fv_txt_wrapper .el_fv_sc {
    font-size: 14px;
    line-height: 20px;
  }
  .el_fv_img1 {
    position: absolute;
    width: 250px;
    height: 500px;
  }
  .el_fv_img2 {
    position: absolute;
    top: 130px;
    right: 0px;
    width: 200px;
    height: auto;
  }
  .ly_ttl {
    text-align: center;
  }
  .ly_ttl h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .ly_ttl span {
    font-size: 14px;
    line-height: 20px;
    color: #3BA6C9;
  }
  .ly_features_inner {
    margin: 0 10px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .ly_feature h4 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .el_feature1 {
    margin-bottom: 86px;
  }
  .el_feature1 h4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .el_feature_img1 {
    width: 200px;
  }
  .ly_feature_txt {
    width: 80%;
  }
  .ly_feature_txt p:first-child {
    margin-top: 40px;
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 28px;
  }
  .ly_feature_txt p:last-child {
    font-size: 14px;
    line-height: 26px;
  }
  .el_feature_img2 {
    width: 250px;
  }
  .el_feature_img3 {
    width: 250px;
  }
  .el_feature_txt3 {
    margin-top: 0;
  }
  .ly_price_inner {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 71px;
    padding-left: 10px;
  }
  .ly_price_inner p {
    font-size: 14px;
  }
  .ly_price_wrapper {
    padding-left: 0px;
  }
  .el_price_table {
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    font-size: 14px;
    line-height: 20px;
  }
  .el_price_table .price_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .el_price_table .price_container dt {
    width: 80%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .el_price_table .price_container dd {
    width: 100%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .el_price_table .price_container:nth-child(2) dt,
  .el_price_table .price_container:nth-child(3) dt,
  .el_price_table .price_container:nth-child(4) dt {
    width: 80%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .el_price_table .price_container:nth-child(2) dd,
  .el_price_table .price_container:nth-child(3) dd,
  .el_price_table .price_container:nth-child(4) dd {
    width: 100%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .ly_faq_inner {
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
  }
  .ly_faq_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .ly_faq_wrapper dt {
    height: auto;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .ly_faq_wrapper dd {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .ly_faq_wrapper dd:nth-child(n+2):nth-child(n+3) {
    display: none;
  }
  .ly_blog_inner {
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 50px;
    padding-right: 10px;
    background: #EEFBFB;
  }
  .ly_blog_wrapper {
    margin-top: 30px;
  }
  .er_blog_container .blog_card {
    width: 80%;
  }
  .er_blog_container .blog_card .blog_txt_part .blog_txt {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .er_blog_container .blog_card .blog_txt_part .time {
    margin-left: 65%;
    font-size: 14px;
    line-height: 20px;
  }
  .er_blog_container .blog_card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .ly_works_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ly_works_wrapper {
    padding-top: 30px;
  }
  .ly_contact_inner {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    color: #ffffff;
    background: transparent -webkit-gradient(linear, left top, right top, from(#05A5FA), color-stop(100%, #63FBD7), to(#67FFD6));
    background: transparent linear-gradient(90deg, #05A5FA 0%, #63FBD7 100%, #67FFD6 100%);
  }
  .ly_contact_inner .ly_ttl p {
    margin-bottom: 24px;
    line-height: 30px;
  }
  .ly_contact_inner .ly_ttl span {
    color: #ffffff;
    padding: 0;
  }
  .ly_contact_wrapper {
    height: auto;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 30px;
  }
  .el_form_txt {
    margin-bottom: 15px;
  }
  .el_form_input {
    margin-bottom: 20px;
  }
  .el_agree {
    font-size: 12px;
  }
  .end-message {
    width: 80%;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 13px;
    display: none;
  }
  .false-message {
    display: none;
  }
  .ly_footer_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ly_footer_rapper h4 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .ly_footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .ly_footer_menu a {
    margin-left: 0;
  }
  .ly_footer_copy small {
    font-size: 12px;
    line-height: 16px;
  }
}