@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;
  }
}
#lp,
#lp2,
#experiment {
  color: #2c3f70;
}
#lp .btn_01,
#lp2 .btn_01,
#experiment .btn_01 {
  font-family: "Noto Sans JP", sans-serif;
  width: 193px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  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;
}
@media all and (max-width: 767px) {
  #lp .header,
  #lp2 .header,
  #experiment .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #lp .header .gnav,
  #lp2 .header .gnav,
  #experiment .header .gnav {
    position: relative;
  }
  #lp .header .btn_01,
  #lp2 .header .btn_01,
  #experiment .header .btn_01 {
    width: 113px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}
#lp .contents [class$=_box],
#lp2 .contents [class$=_box],
#experiment .contents [class$=_box] {
  width: min(1200px, 95%);
  margin-left: 88px;
  margin-bottom: 101px;
  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;
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  #lp .contents [class$=_box],
  #lp2 .contents [class$=_box],
  #experiment .contents [class$=_box] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media screen and (min-width: 980px) {
  #lp .contents [class$=_box],
  #lp2 .contents [class$=_box],
  #experiment .contents [class$=_box] {
    margin: 0 auto 101px;
  }
}
#lp .contents [class$=_box] h2,
#lp2 .contents [class$=_box] h2,
#experiment .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) {
  #lp .contents [class$=_box] h2,
  #lp2 .contents [class$=_box] h2,
  #experiment .contents [class$=_box] h2 {
    font-size: 20px;
  }
}
#lp .contents [class$=_box] h3,
#lp2 .contents [class$=_box] h3,
#experiment .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) {
  #lp .contents [class$=_box] h3,
  #lp2 .contents [class$=_box] h3,
  #experiment .contents [class$=_box] h3 {
    font-size: 16px;
  }
}
#lp .contents [class$=_box] [class$=_title],
#lp2 .contents [class$=_box] [class$=_title],
#experiment .contents [class$=_box] [class$=_title] {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  #lp .contents [class$=_box] [class$=_title],
  #lp2 .contents [class$=_box] [class$=_title],
  #experiment .contents [class$=_box] [class$=_title] {
    font-size: 16px;
    line-height: 25px;
  }
}
#lp .contents [class$=_box] [class$=_txt],
#lp2 .contents [class$=_box] [class$=_txt],
#experiment .contents [class$=_box] [class$=_txt] {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  #lp .contents [class$=_box] [class$=_txt],
  #lp2 .contents [class$=_box] [class$=_txt],
  #experiment .contents [class$=_box] [class$=_txt] {
    font-size: 14px;
  }
}
#lp .contents [class$=_box] .btn_01,
#lp2 .contents [class$=_box] .btn_01,
#experiment .contents [class$=_box] .btn_01 {
  line-height: 50px;
  background: #ff9902;
  border-color: #ff9902;
  margin: 93px auto 0;
  width: min(361px, 100%);
  height: 41px;
}
#lp .contents [class$=_box] .btn_01 .after-tri,
#lp2 .contents [class$=_box] .btn_01 .after-tri,
#experiment .contents [class$=_box] .btn_01 .after-tri {
  letter-spacing: -3.2px;
  margin-left: 1rem;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #lp .contents [class$=_box] .btn_01,
  #lp2 .contents [class$=_box] .btn_01,
  #experiment .contents [class$=_box] .btn_01 {
    width: 100%;
    margin: 41px auto;
  }
  #lp .contents [class$=_box] .btn_01 span,
  #lp2 .contents [class$=_box] .btn_01 span,
  #experiment .contents [class$=_box] .btn_01 span {
    font-size: 14px;
    color: #fff;
  }
}
#lp .contents .lp_article_box h2,
#lp2 .contents .lp_article_box h2,
#experiment .contents .lp_article_box h2 {
  font-weight: 700;
  font-size: 28px;
  height: 63px;
  line-height: 63px;
}
#lp .contents .lp_article_box .article_list,
#lp2 .contents .lp_article_box .article_list,
#experiment .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;
}
#lp .contents .lp_article_box .article_list .lp_box_list,
#lp2 .contents .lp_article_box .article_list .lp_box_list,
#experiment .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;
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner,
#experiment .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;
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img,
#experiment .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) {
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img,
  #experiment .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img {
    height: 51px;
    width: 77px;
  }
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img img,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_img img,
#experiment .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;
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title,
#experiment .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) {
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title,
  #experiment .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title {
    font-size: 12px;
  }
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a,
#experiment .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;
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow,
#experiment .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #043871;
  border: 1px solid #043871;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
#lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::after,
#lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::after,
#experiment .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) {
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow,
  #experiment .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow {
    height: 22px;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::before,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a .arrow::before,
  #experiment .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;
  }
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::before,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::before,
  #experiment .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::before {
    width: 100%;
    opacity: 1;
  }
  #lp .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::after,
  #lp2 .contents .lp_article_box .article_list .lp_box_list .lp_box_inner .lp_title a:hover .arrow::after,
  #experiment .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;
  }
}
#lp .contents .lp_article_box .pagenation,
#lp2 .contents .lp_article_box .pagenation,
#experiment .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;
}
#lp .contents .lp_article_box .pagenation .nav-links,
#lp2 .contents .lp_article_box .pagenation .nav-links,
#experiment .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;
}
#lp .contents .lp_article_box .pagenation .nav-links .page-numbers,
#lp2 .contents .lp_article_box .pagenation .nav-links .page-numbers,
#experiment .contents .lp_article_box .pagenation .nav-links .page-numbers {
  color: #2c3f70;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-align: center;
}
#lp .contents .lp_article_box .pagenation .nav-links .page-numbers.current,
#lp2 .contents .lp_article_box .pagenation .nav-links .page-numbers.current,
#experiment .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;
}
#lp .contents .lp_article_box .pagenation .nav-links .prev,
#lp .contents .lp_article_box .pagenation .nav-links .next,
#lp2 .contents .lp_article_box .pagenation .nav-links .prev,
#lp2 .contents .lp_article_box .pagenation .nav-links .next,
#experiment .contents .lp_article_box .pagenation .nav-links .prev,
#experiment .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;
}
#lp .contents .lp_article_box .pagenation .nav-links .prev img,
#lp .contents .lp_article_box .pagenation .nav-links .next img,
#lp2 .contents .lp_article_box .pagenation .nav-links .prev img,
#lp2 .contents .lp_article_box .pagenation .nav-links .next img,
#experiment .contents .lp_article_box .pagenation .nav-links .prev img,
#experiment .contents .lp_article_box .pagenation .nav-links .next img {
  width: 18px;
  height: 7px;
}
#lp .contents .fv_box,
#lp2 .contents .fv_box,
#experiment .contents .fv_box {
  min-height: 673px;
  margin-bottom: 53px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0;
  background-position: center top;
  background-image: url("../../assets/img/index/index_img_01.jpg");
  background-size: cover;
  margin-bottom: 104px;
}
@media all and (max-width: 767px) {
  #lp .contents .fv_box,
  #lp2 .contents .fv_box,
  #experiment .contents .fv_box {
    padding: 0;
    min-height: 326px;
    margin-bottom: 0;
  }
}
#lp .contents .fv_box .fv_wrap,
#lp2 .contents .fv_box .fv_wrap,
#experiment .contents .fv_box .fv_wrap {
  width: min(690px, 95%);
  min-height: 245px;
  margin-left: 60px;
  padding: 21px 43px 40px 25px;
  background: rgba(19, 74, 132, 0.8);
  color: #fff;
}
@media all and (max-width: 767px) {
  #lp .contents .fv_box .fv_wrap,
  #lp2 .contents .fv_box .fv_wrap,
  #experiment .contents .fv_box .fv_wrap {
    margin: 37px auto 44px;
    width: 82%;
    padding: 19px 15px;
  }
}
#lp .contents .fv_box .fv_wrap .fv_title,
#lp2 .contents .fv_box .fv_wrap .fv_title,
#experiment .contents .fv_box .fv_wrap .fv_title {
  line-height: 38px;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 76px;
  color: #fff;
  margin-bottom: 45px;
  font-size: 24px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  #lp .contents .fv_box .fv_wrap .fv_title,
  #lp2 .contents .fv_box .fv_wrap .fv_title,
  #experiment .contents .fv_box .fv_wrap .fv_title {
    padding-left: 8px;
    height: 54px;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 27px;
  }
}
#lp .contents .fv_box .fv_wrap .fv_txt,
#lp2 .contents .fv_box .fv_wrap .fv_txt,
#experiment .contents .fv_box .fv_wrap .fv_txt {
  line-height: 30px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #lp .contents .fv_box .fv_wrap .fv_txt,
  #lp2 .contents .fv_box .fv_wrap .fv_txt,
  #experiment .contents .fv_box .fv_wrap .fv_txt {
    margin-bottom: 0;
    font-size: 12px;
  }
}
#lp .contents .fv_box .fv_wrap .fv_txt .fv_lead,
#lp2 .contents .fv_box .fv_wrap .fv_txt .fv_lead,
#experiment .contents .fv_box .fv_wrap .fv_txt .fv_lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 50px;
}
#lp .contents .fv_box .fv_wrap .btn_txt,
#lp2 .contents .fv_box .fv_wrap .btn_txt,
#experiment .contents .fv_box .fv_wrap .btn_txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #lp .contents .fv_box .fv_wrap .btn_txt,
  #lp2 .contents .fv_box .fv_wrap .btn_txt,
  #experiment .contents .fv_box .fv_wrap .btn_txt {
    width: 81.5%;
    margin: 25px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
  #lp .contents .fv_box .fv_wrap .btn_txt span,
  #lp2 .contents .fv_box .fv_wrap .btn_txt span,
  #experiment .contents .fv_box .fv_wrap .btn_txt span {
    color: #ff9902;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
  }
}
#lp .contents .fv_box .fv_wrap .btn_01,
#lp2 .contents .fv_box .fv_wrap .btn_01,
#experiment .contents .fv_box .fv_wrap .btn_01 {
  margin: 60px auto 0;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box,
  #lp2 .contents .t_contact_box,
  #experiment .contents .t_contact_box {
    width: 81%;
    margin: 0 auto 13px;
  }
}
#lp .contents .t_contact_box .contact_box_title,
#lp2 .contents .t_contact_box .contact_box_title,
#experiment .contents .t_contact_box .contact_box_title {
  height: 63px;
  line-height: 63px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 28px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_title,
  #lp2 .contents .t_contact_box .contact_box_title,
  #experiment .contents .t_contact_box .contact_box_title {
    color: #ff9902;
    font-size: 14px;
    height: 25px;
    margin-top: 20px;
  }
}
#lp .contents .t_contact_box .contact_box_inner,
#lp2 .contents .t_contact_box .contact_box_inner,
#experiment .contents .t_contact_box .contact_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 47px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner,
  #lp2 .contents .t_contact_box .contact_box_inner,
  #experiment .contents .t_contact_box .contact_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_left,
#lp2 .contents .t_contact_box .contact_box_inner .contact_left,
#experiment .contents .t_contact_box .contact_box_inner .contact_left {
  max-width: 631px;
  max-height: 368px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner .contact_left,
  #lp2 .contents .t_contact_box .contact_box_inner .contact_left,
  #experiment .contents .t_contact_box .contact_box_inner .contact_left {
    max-width: 100%;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_left .contact_img,
#lp2 .contents .t_contact_box .contact_box_inner .contact_left .contact_img,
#experiment .contents .t_contact_box .contact_box_inner .contact_left .contact_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 631px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner .contact_left .contact_img,
  #lp2 .contents .t_contact_box .contact_box_inner .contact_left .contact_img,
  #experiment .contents .t_contact_box .contact_box_inner .contact_left .contact_img {
    width: 100%;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_left .contact_img img,
#lp2 .contents .t_contact_box .contact_box_inner .contact_left .contact_img img,
#experiment .contents .t_contact_box .contact_box_inner .contact_left .contact_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
#lp .contents .t_contact_box .contact_box_inner .contact_right,
#lp2 .contents .t_contact_box .contact_box_inner .contact_right,
#experiment .contents .t_contact_box .contact_box_inner .contact_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner .contact_right,
  #lp2 .contents .t_contact_box .contact_box_inner .contact_right,
  #experiment .contents .t_contact_box .contact_box_inner .contact_right {
    max-width: 100%;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt,
#lp2 .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt,
#experiment .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt {
  margin-bottom: 20px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt,
  #lp2 .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt,
  #experiment .contents .t_contact_box .contact_box_inner .contact_right .contact_box_txt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list,
#lp2 .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list,
#experiment .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list {
  padding: 0 10px;
  list-style: disc;
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list,
  #lp2 .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list,
  #experiment .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list {
    display: none;
  }
}
#lp .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list li,
#lp2 .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list li,
#experiment .contents .t_contact_box .contact_box_inner .contact_right .contact_box_list li {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  height: 30px;
}
#lp .contents .t_contact_box .btn_01,
#lp2 .contents .t_contact_box .btn_01,
#experiment .contents .t_contact_box .btn_01 {
  margin-top: 46px;
}
@media all and (max-width: 767px) {
  #lp .contents .t_contact_box .btn_01,
  #lp2 .contents .t_contact_box .btn_01,
  #experiment .contents .t_contact_box .btn_01 {
    margin: 20px auto;
  }
}
#lp .contents .achievements_box,
#lp2 .contents .achievements_box,
#experiment .contents .achievements_box {
  background: #f5f5f5;
  width: 100%;
  padding: 34px 0 54px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box,
  #lp2 .contents .achievements_box,
  #experiment .contents .achievements_box {
    padding: 21px 0 0px;
  }
}
#lp .contents .achievements_box h2,
#lp2 .contents .achievements_box h2,
#experiment .contents .achievements_box h2 {
  font-size: 28px;
  font-weight: 700;
  width: min(1200px, 95%);
  margin: 0 auto 37px;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box h2,
  #lp2 .contents .achievements_box h2,
  #experiment .contents .achievements_box h2 {
    font-size: 16px;
    margin: 0 auto 14px;
  }
}
#lp .contents .achievements_box .achievements_box_inner,
#lp2 .contents .achievements_box .achievements_box_inner,
#experiment .contents .achievements_box .achievements_box_inner {
  width: min(1200px, 95%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 583px));
  gap: 54px 103px;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner,
  #lp2 .contents .achievements_box .achievements_box_inner,
  #experiment .contents .achievements_box .achievements_box_inner {
    grid-template-columns: 1fr;
    width: 85%;
    margin: auto;
    gap: 34px;
  }
}
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3019607843);
  -webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  padding: 9px 30px 33px 19px;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap {
    padding: 9px 20px 25px 22px;
  }
}
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title {
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 28px;
  border-bottom: 1px solid #2c3f70;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .case_title {
    font-size: 16px;
  }
}
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 {
  padding-left: 8%;
  font-weight: 400;
  font-size: 16px;
  margin-top: 26px;
  line-height: 100%;
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt1,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 {
    font-size: 14px;
    padding-left: 0.5%;
    margin: 10px 0 15px;
  }
}
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 100%;
  }
}
#lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span,
#lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span,
#experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span {
  font-weight: 700;
  font-size: 28px;
  color: #0cbeff;
}
@media all and (max-width: 767px) {
  #lp .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span,
  #lp2 .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span,
  #experiment .contents .achievements_box .achievements_box_inner .achievements_wrap .txt2 span {
    font-size: 16px;
    line-height: 30px;
  }
}
#lp .contents .importance_box,
#lp2 .contents .importance_box,
#experiment .contents .importance_box {
  min-height: 633px;
  margin-bottom: 81px;
  padding: 23px 115px 49px 80px;
  color: #fff;
  position: relative;
  width: 100%;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .importance_box,
  #lp2 .contents .importance_box,
  #experiment .contents .importance_box {
    padding: 15px;
    margin-bottom: 0;
  }
}
#lp .contents .importance_box .importance_box_inner,
#lp2 .contents .importance_box .importance_box_inner,
#experiment .contents .importance_box .importance_box_inner {
  width: min(1200px, 95%);
  margin: auto;
}
#lp .contents .importance_box .importance_box_inner h2,
#lp2 .contents .importance_box .importance_box_inner h2,
#experiment .contents .importance_box .importance_box_inner h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
#lp .contents .importance_box .importance_box_inner .importance_title,
#lp2 .contents .importance_box .importance_box_inner .importance_title,
#experiment .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) {
  #lp .contents .importance_box .importance_box_inner .importance_title,
  #lp2 .contents .importance_box .importance_box_inner .importance_title,
  #experiment .contents .importance_box .importance_box_inner .importance_title {
    line-height: 25px;
    margin-bottom: -10px;
  }
}
#lp .contents .importance_box .importance_box_inner .importance_txt,
#lp2 .contents .importance_box .importance_box_inner .importance_txt,
#experiment .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) {
  #lp .contents .importance_box .importance_box_inner .importance_txt,
  #lp2 .contents .importance_box .importance_box_inner .importance_txt,
  #experiment .contents .importance_box .importance_box_inner .importance_txt {
    margin: 10px auto 41px;
  }
  #lp .contents .importance_box .importance_box_inner .importance_txt:last-of-type,
  #lp2 .contents .importance_box .importance_box_inner .importance_txt:last-of-type,
  #experiment .contents .importance_box .importance_box_inner .importance_txt:last-of-type {
    margin-bottom: 3px;
  }
}
#lp .contents .importance_box .overlay,
#lp2 .contents .importance_box .overlay,
#experiment .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) {
  #lp .contents .importance_box .btn_01,
  #lp2 .contents .importance_box .btn_01,
  #experiment .contents .importance_box .btn_01 {
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .service_box,
  #lp2 .contents .service_box,
  #experiment .contents .service_box {
    padding: 27px 15px 0px;
    margin-bottom: 0;
  }
}
#lp .contents .service_box h2,
#lp2 .contents .service_box h2,
#experiment .contents .service_box h2 {
  margin-bottom: 38px;
}
@media all and (max-width: 767px) {
  #lp .contents .service_box h2,
  #lp2 .contents .service_box h2,
  #experiment .contents .service_box h2 {
    margin-bottom: 20px;
  }
}
#lp .contents .service_box .service_box_inner,
#lp2 .contents .service_box .service_box_inner,
#experiment .contents .service_box .service_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;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  #lp .contents .service_box .service_box_inner,
  #lp2 .contents .service_box .service_box_inner,
  #experiment .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;
  }
}
#lp .contents .service_box .service_box_inner .service_wrap,
#lp2 .contents .service_box .service_box_inner .service_wrap,
#experiment .contents .service_box .service_box_inner .service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 342px;
}
@media all and (max-width: 767px) {
  #lp .contents .service_box .service_box_inner .service_wrap,
  #lp2 .contents .service_box .service_box_inner .service_wrap,
  #experiment .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: 0;
  }
}
#lp .contents .service_box .service_box_inner .service_wrap .service_img,
#lp2 .contents .service_box .service_box_inner .service_wrap .service_img,
#experiment .contents .service_box .service_box_inner .service_wrap .service_img {
  width: 289px;
  height: 192px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .service_box .service_box_inner .service_wrap .service_img,
  #lp2 .contents .service_box .service_box_inner .service_wrap .service_img,
  #experiment .contents .service_box .service_box_inner .service_wrap .service_img {
    width: 346px;
    height: 230px;
  }
}
#lp .contents .service_box .service_box_inner .service_wrap .service_img img,
#lp2 .contents .service_box .service_box_inner .service_wrap .service_img img,
#experiment .contents .service_box .service_box_inner .service_wrap .service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp .contents .service_box .service_box_inner .service_wrap .service_txt_wrap,
#lp2 .contents .service_box .service_box_inner .service_wrap .service_txt_wrap,
#experiment .contents .service_box .service_box_inner .service_wrap .service_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) {
  #lp .contents .service_box .service_box_inner .service_wrap .service_txt_wrap,
  #lp2 .contents .service_box .service_box_inner .service_wrap .service_txt_wrap,
  #experiment .contents .service_box .service_box_inner .service_wrap .service_txt_wrap {
    padding: 0;
    width: 100%;
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#lp .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title,
#lp2 .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title,
#experiment .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title {
  background: #2c3f70;
  color: #fff;
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  #lp .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title,
  #lp2 .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title,
  #experiment .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_title {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 13px;
    margin-bottom: 32px;
    text-align: center;
  }
}
#lp .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_txt,
#lp2 .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_txt,
#experiment .contents .service_box .service_box_inner .service_wrap .service_txt_wrap .service_txt {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
#lp .contents .key_success_box,
#lp2 .contents .key_success_box,
#experiment .contents .key_success_box {
  width: min(1280px, 95%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lp .contents .key_success_box h2,
#lp2 .contents .key_success_box h2,
#experiment .contents .key_success_box h2 {
  margin-bottom: 41px;
}
@media all and (max-width: 767px) {
  #lp .contents .key_success_box h2,
  #lp2 .contents .key_success_box h2,
  #experiment .contents .key_success_box h2 {
    margin-bottom: 14px;
  }
}
#lp .contents .key_success_box .key_success_wrap,
#lp2 .contents .key_success_box .key_success_wrap,
#experiment .contents .key_success_box .key_success_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 73px;
}
@media all and (max-width: 767px) {
  #lp .contents .key_success_box .key_success_wrap,
  #lp2 .contents .key_success_box .key_success_wrap,
  #experiment .contents .key_success_box .key_success_wrap {
    -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;
    gap: 0;
  }
}
#lp .contents .key_success_box .key_success_wrap .key_success_img,
#lp2 .contents .key_success_box .key_success_wrap .key_success_img,
#experiment .contents .key_success_box .key_success_wrap .key_success_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 588px;
  height: 331px;
}
@media all and (max-width: 767px) {
  #lp .contents .key_success_box .key_success_wrap .key_success_img,
  #lp2 .contents .key_success_box .key_success_wrap .key_success_img,
  #experiment .contents .key_success_box .key_success_wrap .key_success_img {
    width: 350px;
    height: 197px;
    margin-bottom: 14px;
  }
}
#lp .contents .key_success_box .key_success_wrap .key_success_img img,
#lp2 .contents .key_success_box .key_success_wrap .key_success_img img,
#experiment .contents .key_success_box .key_success_wrap .key_success_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp .contents .key_success_box .key_success_wrap .key_success_txt_wrap,
#lp2 .contents .key_success_box .key_success_wrap .key_success_txt_wrap,
#experiment .contents .key_success_box .key_success_wrap .key_success_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 screen and (min-width: 768px) {
  #lp .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_title,
  #lp2 .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_title,
  #experiment .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
#lp .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt,
#lp2 .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt,
#experiment .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #lp .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt,
  #lp2 .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt,
  #experiment .contents .key_success_box .key_success_wrap .key_success_txt_wrap .key_success_txt {
    margin-bottom: 0;
  }
}
#lp .contents .key_success_box .modal,
#lp2 .contents .key_success_box .modal,
#experiment .contents .key_success_box .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景の暗さ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp .contents .key_success_box .modal.active,
#lp2 .contents .key_success_box .modal.active,
#experiment .contents .key_success_box .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lp .contents .key_success_box .modal .modal-content,
#lp2 .contents .key_success_box .modal .modal-content,
#experiment .contents .key_success_box .modal .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  text-align: center;
  position: relative;
}
#lp .contents .key_success_box .modal .modal-content img,
#lp2 .contents .key_success_box .modal .modal-content img,
#experiment .contents .key_success_box .modal .modal-content img {
  max-width: 100%;
  border-radius: 5px;
}
#lp .contents .key_success_box .modal .close,
#lp2 .contents .key_success_box .modal .close,
#experiment .contents .key_success_box .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
#lp .contents .features_box,
#lp2 .contents .features_box,
#experiment .contents .features_box {
  width: min(1231px, 95%);
}
@media all and (max-width: 767px) {
  #lp .contents .features_box,
  #lp2 .contents .features_box,
  #experiment .contents .features_box {
    width: 100%;
    padding: 0;
  }
}
#lp .contents .features_box h2,
#lp2 .contents .features_box h2,
#experiment .contents .features_box h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #lp .contents .features_box h2,
  #lp2 .contents .features_box h2,
  #experiment .contents .features_box h2 {
    margin-bottom: 19px;
    line-height: 63px;
    margin-left: 15px;
  }
}
#lp .contents .features_box .features_box_inner,
#lp2 .contents .features_box .features_box_inner,
#experiment .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) {
  #lp .contents .features_box .features_box_inner,
  #lp2 .contents .features_box .features_box_inner,
  #experiment .contents .features_box .features_box_inner {
    gap: 42px;
  }
}
#lp .contents .features_box .features_box_inner .features_wrap:last-of-type .overlay,
#lp2 .contents .features_box .features_box_inner .features_wrap:last-of-type .overlay,
#experiment .contents .features_box .features_box_inner .features_wrap:last-of-type .overlay {
  background-color: rgba(44, 63, 112, 0.7);
}
#lp .contents .features_box .features_box_inner .features_wrap,
#lp2 .contents .features_box .features_box_inner .features_wrap,
#experiment .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: 69px;
}
@media all and (max-width: 767px) {
  #lp .contents .features_box .features_box_inner .features_wrap,
  #lp2 .contents .features_box .features_box_inner .features_wrap,
  #experiment .contents .features_box .features_box_inner .features_wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  #lp .contents .features_box .features_box_inner .features_wrap .overlay,
  #lp2 .contents .features_box .features_box_inner .features_wrap .overlay,
  #experiment .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;
  }
}
#lp .contents .features_box .features_box_inner .features_wrap .features_img,
#lp2 .contents .features_box .features_box_inner .features_wrap .features_img,
#experiment .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) {
  #lp .contents .features_box .features_box_inner .features_wrap .features_img,
  #lp2 .contents .features_box .features_box_inner .features_wrap .features_img,
  #experiment .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;
  }
}
#lp .contents .features_box .features_box_inner .features_wrap .features_img img,
#lp2 .contents .features_box .features_box_inner .features_wrap .features_img img,
#experiment .contents .features_box .features_box_inner .features_wrap .features_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#lp .contents .features_box .features_box_inner .features_wrap .features_txt_wrap,
#lp2 .contents .features_box .features_box_inner .features_wrap .features_txt_wrap,
#experiment .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) {
  #lp .contents .features_box .features_box_inner .features_wrap .features_txt_wrap,
  #lp2 .contents .features_box .features_box_inner .features_wrap .features_txt_wrap,
  #experiment .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;
  }
}
#lp .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title,
#lp2 .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title,
#experiment .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title {
  line-height: 31px;
  height: 63px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lp .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title,
  #lp2 .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title,
  #experiment .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_title {
    height: 73px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
#lp .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_txt,
#lp2 .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_txt,
#experiment .contents .features_box .features_box_inner .features_wrap .features_txt_wrap .features_txt {
  text-align: left;
  font-size: 14px;
}
#lp .contents .features_box .features_box_inner .features_wrap.reverse,
#lp2 .contents .features_box .features_box_inner .features_wrap.reverse,
#experiment .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) {
  #lp .contents .features_box .features_box_inner .features_wrap,
  #lp2 .contents .features_box .features_box_inner .features_wrap,
  #experiment .contents .features_box .features_box_inner .features_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .related_post_box,
  #lp2 .contents .related_post_box,
  #experiment .contents .related_post_box {
    background: #2c3f70;
    width: 100%;
    padding-top: 27px;
    color: #fff;
    padding: 15px;
    padding-bottom: 42px;
    gap: 0;
  }
  #lp .contents .related_post_box a,
  #lp2 .contents .related_post_box a,
  #experiment .contents .related_post_box a {
    color: #fff;
  }
}
#lp .contents .related_post_box h2,
#lp2 .contents .related_post_box h2,
#experiment .contents .related_post_box h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #lp .contents .related_post_box h2,
  #lp2 .contents .related_post_box h2,
  #experiment .contents .related_post_box h2 {
    margin-top: 14px;
    line-height: 63px;
    margin-bottom: 30px;
  }
}
#lp .contents .related_post_box .related_post_box_inner,
#lp2 .contents .related_post_box .related_post_box_inner,
#experiment .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) {
  #lp .contents .related_post_box .related_post_box_inner,
  #lp2 .contents .related_post_box .related_post_box_inner,
  #experiment .contents .related_post_box .related_post_box_inner {
    gap: 75px;
  }
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap,
#experiment .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) {
  #lp .contents .related_post_box .related_post_box_inner .related_post_wrap,
  #lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap,
  #experiment .contents .related_post_box .related_post_box_inner .related_post_wrap {
    gap: 18px;
  }
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img,
#experiment .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img {
  width: 289px;
  height: 192px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img,
  #lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img,
  #experiment .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img {
    margin: auto;
    width: 348px;
    height: 232px;
  }
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img img,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_img img,
#experiment .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;
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap,
#experiment .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;
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_title,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_title,
#experiment .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_title {
  height: auto;
  margin-bottom: 15px;
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_lead,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_lead,
#experiment .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_lead {
  text-align: left;
  font-size: 16px;
  color: #18A1E5;
  margin-bottom: 8px;
}
#lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_txt,
#lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_txt_wrap .related_post_txt,
#experiment .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) {
  #lp .contents .related_post_box .related_post_box_inner .related_post_wrap,
  #lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap,
  #experiment .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;
  }
  #lp .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_title,
  #lp2 .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_title,
  #experiment .contents .related_post_box .related_post_box_inner .related_post_wrap .related_post_title {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box h2,
  #lp2 .contents .corp_box h2,
  #experiment .contents .corp_box h2 {
    line-height: 63px;
    margin-bottom: 13px;
    margin-top: 22px;
  }
}
#lp .contents .corp_box .corp_box_title,
#lp2 .contents .corp_box .corp_box_title,
#experiment .contents .corp_box .corp_box_title {
  height: 63px;
  line-height: 63px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_title,
  #lp2 .contents .corp_box .corp_box_title,
  #experiment .contents .corp_box .corp_box_title {
    margin-top: 0;
    font-size: 18px;
    height: 25px;
    margin-bottom: 25px;
  }
}
#lp .contents .corp_box .corp_box_inner,
#lp2 .contents .corp_box .corp_box_inner,
#experiment .contents .corp_box .corp_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_inner,
  #lp2 .contents .corp_box .corp_box_inner,
  #experiment .contents .corp_box .corp_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    font-size: 14px;
  }
}
#lp .contents .corp_box .corp_box_inner .corp_left,
#lp2 .contents .corp_box .corp_box_inner .corp_left,
#experiment .contents .corp_box .corp_box_inner .corp_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_inner .corp_left,
  #lp2 .contents .corp_box .corp_box_inner .corp_left,
  #experiment .contents .corp_box .corp_box_inner .corp_left {
    max-width: 100%;
  }
}
#lp .contents .corp_box .corp_box_inner .corp_left .dl_01 dt,
#lp .contents .corp_box .corp_box_inner .corp_left .dl_01 dd,
#lp2 .contents .corp_box .corp_box_inner .corp_left .dl_01 dt,
#lp2 .contents .corp_box .corp_box_inner .corp_left .dl_01 dd,
#experiment .contents .corp_box .corp_box_inner .corp_left .dl_01 dt,
#experiment .contents .corp_box .corp_box_inner .corp_left .dl_01 dd {
  padding: 31px 0 36px;
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_inner .corp_left .dl_01 dt,
  #lp2 .contents .corp_box .corp_box_inner .corp_left .dl_01 dt,
  #experiment .contents .corp_box .corp_box_inner .corp_left .dl_01 dt {
    padding: 16px 0 7px;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_inner .corp_left .dl_01 dd,
  #lp2 .contents .corp_box .corp_box_inner .corp_left .dl_01 dd,
  #experiment .contents .corp_box .corp_box_inner .corp_left .dl_01 dd {
    padding: 0px 0 21px;
  }
}
#lp .contents .corp_box .corp_box_inner .corp_right,
#lp2 .contents .corp_box .corp_box_inner .corp_right,
#experiment .contents .corp_box .corp_box_inner .corp_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
@media all and (max-width: 767px) {
  #lp .contents .corp_box .corp_box_inner .corp_right,
  #lp2 .contents .corp_box .corp_box_inner .corp_right,
  #experiment .contents .corp_box .corp_box_inner .corp_right {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box h2,
  #lp2 .contents .contact_box h2,
  #experiment .contents .contact_box h2 {
    line-height: 63px;
    margin-bottom: 13px;
    margin-top: 22px;
  }
}
#lp .contents .contact_box .contact_box_title,
#lp2 .contents .contact_box .contact_box_title,
#experiment .contents .contact_box .contact_box_title {
  height: 63px;
  line-height: 63px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_title,
  #lp2 .contents .contact_box .contact_box_title,
  #experiment .contents .contact_box .contact_box_title {
    margin-top: 0;
    font-size: 18px;
    height: 25px;
    margin-bottom: 25px;
  }
}
#lp .contents .contact_box .contact_box_inner,
#lp2 .contents .contact_box .contact_box_inner,
#experiment .contents .contact_box .contact_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner,
  #lp2 .contents .contact_box .contact_box_inner,
  #experiment .contents .contact_box .contact_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  #lp .contents .contact_box .contact_box_inner .hide_sp,
  #lp2 .contents .contact_box .contact_box_inner .hide_sp,
  #experiment .contents .contact_box .contact_box_inner .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp .contents .contact_box .contact_box_inner .hide_pc,
  #lp2 .contents .contact_box .contact_box_inner .hide_pc,
  #experiment .contents .contact_box .contact_box_inner .hide_pc {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner,
  #lp2 .contents .contact_box .contact_box_inner,
  #experiment .contents .contact_box .contact_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}
#lp .contents .contact_box .contact_box_inner .contact_left,
#lp2 .contents .contact_box .contact_box_inner .contact_left,
#experiment .contents .contact_box .contact_box_inner .contact_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 631px;
  max-height: 368px;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner .contact_left,
  #lp2 .contents .contact_box .contact_box_inner .contact_left,
  #experiment .contents .contact_box .contact_box_inner .contact_left {
    max-width: 100%;
    max-height: 100%;
  }
}
#lp .contents .contact_box .contact_box_inner .contact_left .contact_img,
#lp2 .contents .contact_box .contact_box_inner .contact_left .contact_img,
#experiment .contents .contact_box .contact_box_inner .contact_left .contact_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 37px;
  width: 631px;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner .contact_left .contact_img,
  #lp2 .contents .contact_box .contact_box_inner .contact_left .contact_img,
  #experiment .contents .contact_box .contact_box_inner .contact_left .contact_img {
    width: 333px;
    height: 164px;
  }
}
#lp .contents .contact_box .contact_box_inner .contact_left .contact_img img,
#lp2 .contents .contact_box .contact_box_inner .contact_left .contact_img img,
#experiment .contents .contact_box .contact_box_inner .contact_left .contact_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
#lp .contents .contact_box .contact_box_inner .contact_left .contact_box_txt,
#lp2 .contents .contact_box .contact_box_inner .contact_left .contact_box_txt,
#experiment .contents .contact_box .contact_box_inner .contact_left .contact_box_txt {
  margin-bottom: 40px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner .contact_left .contact_box_txt,
  #lp2 .contents .contact_box .contact_box_inner .contact_left .contact_box_txt,
  #experiment .contents .contact_box .contact_box_inner .contact_left .contact_box_txt {
    font-size: 14px;
  }
}
#lp .contents .contact_box .contact_box_inner .contact_right,
#lp2 .contents .contact_box .contact_box_inner .contact_right,
#experiment .contents .contact_box .contact_box_inner .contact_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
@media all and (max-width: 767px) {
  #lp .contents .contact_box .contact_box_inner .contact_right,
  #lp2 .contents .contact_box .contact_box_inner .contact_right,
  #experiment .contents .contact_box .contact_box_inner .contact_right {
    max-width: 100%;
  }
}
#lp .footer,
#lp2 .footer,
#experiment .footer {
  padding: 30px;
}
#lp .footer .footer_wrap,
#lp2 .footer .footer_wrap,
#experiment .footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lp .footer .footer_wrap .footer_comname,
#lp .footer .footer_wrap .footer_bottom,
#lp2 .footer .footer_wrap .footer_comname,
#lp2 .footer .footer_wrap .footer_bottom,
#experiment .footer .footer_wrap .footer_comname,
#experiment .footer .footer_wrap .footer_bottom {
  padding: 0;
  margin: 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;
}

#experiment .contents .importance_box .importance_txt:last-child {
  margin-bottom: 55px;
}
#experiment .contents .approach_box {
  width: min(1280px, 95%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box {
    margin-bottom: 68px;
  }
}
#experiment .contents .approach_box h2 {
  margin-bottom: 41px;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box h2 {
    line-height: 63px;
    margin-top: 32px;
    margin-bottom: 23px;
  }
}
#experiment .contents .approach_box .approach_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box .approach_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;
  }
}
#experiment .contents .approach_box .approach_box_inner .approach_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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 342px;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box .approach_box_inner .approach_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_img {
  width: 342px;
  height: 228px;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_img {
    width: 346px;
    height: 230px;
  }
}
#experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_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;
}
#experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_txt_wrap .approach_title {
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_txt_wrap .approach_title {
    margin-top: 23px;
    margin-bottom: 0px;
  }
}
#experiment .contents .approach_box .approach_box_inner .approach_wrap .approach_txt_wrap .approach_txt {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
#experiment .contents .point_box {
  min-height: 633px;
  margin-bottom: 81px;
  padding: 23px 115px 49px 80px;
  color: #fff;
  position: relative;
  width: 100%;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  #experiment .contents .point_box {
    padding: 15px;
  }
}
#experiment .contents .point_box h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
#experiment .contents .point_box .point_title {
  line-height: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  #experiment .contents .point_box .point_title {
    line-height: 25px;
  }
}
#experiment .contents .point_box .point_txt {
  margin-bottom: 53px;
  margin-left: 54px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #experiment .contents .point_box .point_txt {
    margin: 10px auto 83px;
  }
}
#experiment .contents .point_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 63, 112, 0.7);
  z-index: 1;
}