@charset "UTF-8";

.c-heading {
  font-size: 14px;
  display: block;
  padding: 4px 20px;
  color: #ffffff;
  background-color: #dd297c;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}

.c-search .c-search-ttl {
  font-size: 12px;
  color: #000000;
  padding: 5px 20px;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.c-search .c-search-ttl.left {
  text-align: left;
  padding: 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

.c-search-ttl .is-news {
  overflow: hidden;
  display: block;
}

.c-search .c-search-cont {
  margin-bottom: 20px;
  background-color: #ffffff;
}

.c-search-cont .c-search-item {
  width: 50%;
  float: left;
  border-bottom: 1px solid #d2d2d3;
}

.c-search-cont .c-search-item a {
  position: relative;
  padding: 17px 20px 16px 50px;
  /*  border-right: 1px solid #d2d2d3;*/
  text-align: left;
}

@media (min-width: 896px) {
  .c-search-cont .c-search-item a:hover {
    background: rgba(255, 0, 0, 0.05);
  }
}

.c-search-cont .c-search-item:nth-child(2n) {
  border-right: 0;
}


.c-search-cont .c-search-item:nth-child(1),
.c-search-cont .c-search-item:nth-child(3) {
  border-right: 1px solid #d2d2d3;
}


.borderNone {
  border-bottom-color: #ffffff !important;
}


.c-new-grid .c-new-item a:after,
.c-search-cont .c-search-item a:after {
  content: '';
  background-image: url(../images/common/arrow.png);
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 896px) {

  .c-new-grid .c-new-item a:after,
  .c-search-cont .c-search-item a:after {
    transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
  }

  .c-new-grid .c-new-item a:hover:after,
  .c-search-cont .c-search-item a:hover:after {
    right: 10px;
  }
}

.c-search-cont .c-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  color: #dd297c;
}

.c-search-cont a {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  display: block;
}

.c-search-cont a.is-on:before {
  content: '選択中';
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #dd297c;
}

.c-box_wrap {
  margin-bottom: 30px;
}

.c-box_wrap .c-box_cont,
.c-box_wrap .c-box_img {
  float: left;
}

.c-box_wrap .c-box_cont {
  text-align: left;
  width: 60%;
  padding: 10px 29px 0 29px;
}

.c-box_wrap .c-box_img {
  width: 40%;
}

.c-box_wrap .c-box_cont .c-box-txt {
  margin-bottom: 30px;
}

.c-box_wrap .c-box_cont .c-box-btn {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-box_wrap .c-box_cont .c-box-btn.c-center {
  justify-content: center;
}


.c-new {
  margin-bottom: 30px;
}

.c-new.is-ver2 {
  margin-bottom: 0;
  margin-top: 30px;
}

.c-new-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  text-align: left;
  align-items: stretch;
  min-height: 187px;
}

.c-new-grid .c-new-item {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  border-top: 1px solid #d2d2d3;
  border-right: 1px solid #d2d2d3;
}

.c-new-grid .c-new-item.is-hi {
  height: 120px;
}

.c-new-grid .c-new-item a {
  padding: 21px 0 21px 20px;
  display: block;
}

.c-new-grid .c-new-item:nth-child(2n) {
  border-right: 0;
}

.c-new-grid .c-new-item:nth-child(1),
.c-new-grid .c-new-item:nth-child(2) {
  border-top: 0;
}

.c-new-grid .c-new-item>a {
  display: block;
  padding-right: 20px;
}

.c-new-grid.ver2 .c-new-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 15px 30px 15px 15px;
}

.c-new-grid.ver2 .c-new-item.is-cmsn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: #bababa;
  padding: 15px;
}

.c-new-grid.ver2 .c-new-item.is-cmsn a:after {
  display: none;
}

.c-new-grid.ver2 .c-new-item.is-cmsn a span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 896px) {
  .c-new-grid .c-new-item>a:hover {
    background: rgba(255, 0, 0, 0.05);
  }
}

.c-new-grid.ver2 .c-new-item a img {
  width: 90px;
}

.c-new-grid .c-new-item .c-title {
  margin-bottom: 5px;
  display: inline-block;
  /*
  border-bottom: 1px solid transparent;
  */
}

.c-new-grid.ver2 .c-new-item .c-new-item-txt {
  text-align: left;
  margin-left: 20px;
}

.c-new-grid.ver2 .c-new-item .c-title {
  margin-bottom: 0;
}

.c-new-grid.ver2 .c-new-item .c-txt {
  font-size: 12px;
}

@media (min-width: 896px) {
  .c-new-grid .c-new-item .c-title {
    transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
  }

  .c-new-grid .c-new-item:hover .c-title {
    border-bottom-color: #656565;
  }
}

.c-new-grid .c-new-item .c-txt {
  line-height: normal;
}

.c-new-list-wrap {
  border-top: 4px solid #dd297c;
  padding: 15px 30px 10px;
  text-align: left;
  margin-bottom: 20px;
}

.c-new-list .c-new-item a {
  padding: 20px 20px 20px 10px;
  display: table;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 896px) {
  .c-new-list .c-new-item a:hover {
    background: rgba(255, 0, 0, 0.05);
  }
}

.c-new-list {
  border-top: 1px dotted #c0c0c0;
  margin: 25px 0 0 0;
}

.c-new-list.is-press {
  margin-top: 0;
}

.press_txt {
  position: relative;
  padding-left: 7em;
  margin-bottom: 0;
}

.press_txt span {
  position: absolute;
  left: 0;
}

.c-new-list .c-new-item:not(:last-child) {
  border-bottom: 1px dotted #c0c0c0;
}

.c-new-list .c-new-item .c-new-img {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px 0 0;
}

.c-new-list .c-new-item .c-new-img img {
  width: 100%;
  height: auto;
}

.c-new-list .c-new-item .c-new-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px 0 0;
  position: relative;
}

.c-new-list .c-new-item .c-new-txt.is-new {
  padding: 0 105px 0 0;
}

.c-new-list .c-new-item .c-new-txt:before {
  content: '';
  background-image: url(../images/common/arrow.png);
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 896px) {
  .c-new-list .c-new-item .c-new-txt:before {
    transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, all 0.2s ease-in-out;
  }

  .c-new-list .c-new-item a:hover .c-new-txt:before {
    right: -5px;
  }
}

.c-new-list .c-new-item .c-new-txt .is-label {
  padding: 3px 0;
  border: 1px solid #ff0000;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  margin: 5px 15px 0 0;
  width: 80px;
  text-align: center;
  letter-spacing: normal;
}

.c-new-list .c-new-item .c-new-txt .post-label {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 9;
  padding: 3px 0;
  border: 1px solid #ff0000;
  font-size: 12px;
  color: #ff0000;
  display: inline-block;
  line-height: 1;
  width: 80px;
  text-align: center;
  margin: -10px 0 0 0;
}




.c-consultant {
  margin-bottom: 30px;
}

.c-consultant .c-consultant-cont {
  padding: 30px 65px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.c-consultant .c-consultant-item {
  width: calc(100%/3);
  padding: 0 25px;
  text-align: left;
  margin-bottom: 25px;
}

.c-consultant .c-consultant-item a {
  display: block;
  overflow: hidden;
}

.c-consultant .c-consultant-item .c-consultant_img {
  border: 1px solid #d2d2d3;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 13px;
}

@media (min-width: 896px) {
  .c-consultant .c-consultant-item .c-consultant-img {
    transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
  }

  .c-consultant .c-consultant-item a:hover .c-consultant-img {
    opacity: 0.7;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}

@media (min-width: 896px) {
  .c-consultant .c-consultant-item .c-txt {
    transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
  }

  .c-consultant .c-consultant-item a:hover .c-txt {
    color: #dd297c;
  }
}

.c-consultant .c-consultant-item .c-txt span {
  font-weight: bold;
}

.c-profile {
  margin-bottom: 50px;
}

.c-profile .c-profile-cont {
  padding: 50px;
  text-align: left;
}

.c-profile .c-profile-cont .c-btn {
  min-width: auto;
  padding: 4px 10px 4px 5px;
  font-size: 11px;
  border-radius: 2px;
  font-weight: normal;
}

.c-profile .c-profile-cont .c-btn i {
  color: #d2d2d3;
}


.c-profile .c-profile-cont-in {
  margin-top: 20px;
}

.c-profile .c-profile-cont-in li {
  font-size: 12px;
  font-weight: 400;
  padding: 9px 0;
  border-top: 1px dotted #c0c0c0;
  line-height: 2.5;
}


.c-view_wrap {
  position: relative;
  margin-bottom: 60px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px !important;
}

.carousel-indicators .active {
  background-color: #dd297c !important;
}

.c-view_wrap .c-view-boxes {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-view-boxes .c-view-box {
  width: 230px;
  padding: 25px 20px 15px;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-view-boxes.is-only .c-view-box {
  width: 460px;
  float: none;
}

.c-view-boxes .c-view-box.c-view-box-red {
  background-color: rgb(221 41 124 / 80%);
  ;
}

.c-view-boxes .c-view-box .c-title {
  line-height: 2.6;
  color: #ffffff;
  margin-bottom: 10px;
}

.c-view-boxes .c-view-box .c-title a,
.c-view-boxes .c-view-box .c-title a:hover {
  color: #ffffff;
}

.c-view-boxes.is-only .c-view-box .c-title {
  width: 100%;
}

.c-view-boxes .c-view-box .c-btn {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 12px 15px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

@media (min-width: 896px) {
  .c-view-boxes .c-view-box .c-btn:hover {
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #ffffff;
    color: #ff0000;
  }
}

.c-view-boxes.is-only .c-view-box .c-btn {
  float: left;
  width: 48%;
}

.c-view-boxes.is-only .c-view-box .c-btn:last-child {
  float: right;
}

.c-view-boxes .c-view-box .c-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url(../images/common/arrow-white.png);
  display: inline-block;
  width: 4px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 896px) {
  .c-view-boxes .c-view-box .c-btn:hover:after {
    background-image: url(../images/common/arrow.png);
  }
}

.c-view-ttl1 {
  position: absolute;
  top: 63px;
  left: 257px;
  z-index: 9;
  width: 60px;
  height: 458px;
}

.c-view_wrap .c-view_img.is-ver1 .c-view-ttl1 {
  top: 43px;
  left: auto;
  right: 150px;
}

.c-view-ttl1 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 458px 0 0 0;
  background: url(../images/home/top_mainview_ttl01n2.png) no-repeat 0 0;
}

.c-view-ttl1.acc {
  width: 60px;
  height: 524px;
}

.c-view-ttl1.acc span {
  padding: 524px 0 0 0;
}

.c-view-ttl1.acc span {
  background: url(../images/home/top_mainview_ttl01_1n3.png) no-repeat 0 0;
}

.c-view-ttl1.acc2 span {
  background: url(../images/home/top_mainview_ttl01_1n2.png) no-repeat 0 0;
}

.c-view-ttl1.tax {
  width: 60px;
  height: 436px;
}

.c-view-ttl1.tax span {
  padding: 436px 0 0 0;
}

.c-view-ttl1.tax span {
  background: url(../images/home/top_mainview_ttl02_1n.png) no-repeat 0 0;
}

.c-view-ttl2 {
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 9;
  width: 60px;
  height: 434px;
}

.c-view_wrap .c-view_img.is-ver1 .c-view-ttl2 {
  left: 130px;
}

.c-view-ttl2 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 434px 0 0 0;
  background: url(../images/home/top_mainview_ttl02n2.png) no-repeat 0 0;
}

.c-view-ttl2.acc {
  width: 60px;
  height: 392px;
}

.c-view-ttl2.acc span {
  padding: 392px 0 0 0;
}

.c-view-ttl2.acc span {
  background: url(../images/home/top_mainview_ttl01_2n.png) no-repeat 0 0;
}

.c-view-ttl2.acc2 span {
  background: url(../images/home/top_mainview_ttl01_2n2.png) no-repeat 0 0;
}

.c-view-ttl2.tax {
  width: 60px;
  height: 414px;
}

.c-view-ttl2.tax span {
  padding: 414px 0 0 0;
}

.c-view-ttl2.tax span {
  background: url(../images/home/top_mainview_ttl02_2n.png) no-repeat 0 0;
}

.c-view-ttl3 {
  position: absolute;
  bottom: 100px;
  left: 170px;
  z-index: 9;
  width: 20px;
  height: 414px;
}

.c-view-ttl3 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 414px 0 0 0;
}

.c-view-ttl3.tax span {
  background: url(../images/home/top_mainview_ttl03_2.png) no-repeat top;
}

.c-view-ttl4 {
  position: absolute;
  bottom: 100px;
  left: 130px;
  z-index: 9;
  width: 20px;
  height: 414px;
}

.c-view-ttl4 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 414px 0 0 0;
}

.c-view-ttl4.tax span {
  background: url(../images/home/top_mainview_ttl04_2.png) no-repeat bottom;
}

.c-view_txt-1,
.c-view_txt-2,
.c-view_txt-3 {
  font-family: 'Yumin';
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.c-view_txt-1 {
  left: 85px;
  bottom: 90px;
}

.c-view_txt-2,
.c-view_txt-3 {
  font-size: 22px;
  right: 80px;
  top: 45px;
}

.c-view_txt-2 {
  top: 93px;
  right: 120px;
}

.c-view_txt-3 {
  right: 80px;
  top: 45px;
}

.c-view_txt-1 span,
.c-view_txt-2 span,
.c-view_txt-3 span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  margin: 5px 0;
}

.c-view_txt-3 span:first-child {
  margin-top: 5px;
}

.c-view_img .iebr {
  display: none;
}

@media screen and (max-width: 896px) {
  .c-view_img_in {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    height: 508px;
  }

  .c-view-ttl1 {
    position: absolute;
    top: 15px;
    right: 14px;
    left: auto;
    z-index: 9;
    width: 45px;
    height: 370px;
  }

  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl1 {
    top: 15px;
    right: 14px;
    left: auto;
  }

  .c-view-ttl1 span {
    padding: 370px 0 0 0;
    background: url(../images/home/sp/top_mainview_ttl01n2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl1.acc {
    width: 45px;
    height: 408px;
  }

  .c-view-ttl1.acc span {
    padding: 408px 0 0 0;
  }

  .c-view-ttl1.acc span {
    background: url(../images/home/sp/top_mainview_ttl01_1n3.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl1.acc2 span {
    padding: 408px 0 0 0;
  }

  .c-view-ttl1.acc2 span {
    background: url(../images/home/sp/top_mainview_ttl01_1n2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl1.tax {
    width: 45px;
    height: 333px;
  }

  .c-view-ttl1.tax span {
    padding: 333px 0 0 0;
  }

  .c-view-ttl1.tax span {
    background: url(../images/home/sp/top_mainview_ttl02_1n.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl2 {
    position: absolute;
    bottom: 100px;
    left: 15px;
    z-index: 9;
    width: 45px;
    height: 370px;
  }

  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl2 {
    bottom: 100px;
    left: 15px;
  }

  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl2.is-ver2,
  .c-view_wrap .c-view_img.is-ver2 .c-view-ttl2.is-ver2 {
    bottom: 120px;
  }

  .c-view-ttl2 span {
    padding: 370px 0 0 0;
    background: url(../images/home/sp/top_mainview_ttl02n2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl2.acc {
    width: 45px;
    height: 314px;
  }

  .c-view-ttl2.acc span {
    padding: 314px 0 0 0;
  }

  .c-view-ttl2.acc span {
    background: url(../images/home/sp/top_mainview_ttl01_2n.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl2.acc2 span {
    padding: 314px 0 0 0;
  }

  .c-view-ttl2.acc2 span {
    background: url(../images/home/sp/top_mainview_ttl01_2n2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl2.tax {
    width: 45px;
    height: 315px;
  }

  .c-view-ttl2.tax span {
    padding: 315px 0 0 0;
  }

  .c-view-ttl2.tax span {
    background: url(../images/home/sp/top_mainview_ttl02_2n.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl3 {
    bottom: 100px;
    left: 43px;
    width: 17px;
    height: 315px;
  }

  .c-view-ttl3 span {
    padding: 315px 0 0 0;
  }

  .c-view-ttl3.tax span {
    background: url(../images/home/sp/top_mainview_ttl03_2.png) no-repeat top;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view-ttl4 {
    bottom: 100px;
    left: 15px;
    width: 17px;
    height: 315px;
  }

  .c-view-ttl4 span {
    padding: 315px 0 0 0;
  }

  .c-view-ttl4.tax span {
    background: url(../images/home/sp/top_mainview_ttl04_2.png) no-repeat bottom;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .c-view_txt-1 {
    font-size: 13px;
    left: 3vw;
    bottom: 18.6vw;
  }

  .c-view_txt-2,
  .c-view_txt-3 {
    font-size: 14px;
    right: 3vw;
    top: 8vw;
  }

  .c-view_txt-2 {
    top: 18.6vw;
    right: 11.3vw;
  }

  .c-view-boxes .c-view-box .c-btn {
    padding: 12px 10px;
    font-size: 11px;
  }

  /*
  .c-view-boxes .c-view-box .c-btn:hover {
    background: transparent;
    color: #ffffff;
  }
  .c-view-boxes .c-view-box .c-btn:hover:after {
    background-image: url(../images/common/arrow-white.png);
  }
  */

}

.c-view-infomation {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  /*
  display: -webkit-flex;
  display: flex;
  align-items: center;
  */
  font-size: 12px;
  padding: 8px 0 8px 0;
  text-align: left;
}

.c-view-infomation.is-ver2 {
  background-color: #dd297c;
  -webkit-border-top-left-radius: 35px;
  -webkit-border-bottom-left-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-bottomleft: 35px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.c-view-infomation a {
  /*
  padding: 8px 35px 8px 35px;
  */
  padding: 5px 35px 5px 45px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.c-view-infomation.is-ver2 a {
  /*
  padding: 25px 35px 25px 35px;
  */
  padding: 5px 35px 5px 45px;
  color: #ffffff;
  font-weight: bold;
}

.c-view-infomation i {
  font-size: 20px;
  position: absolute;
  /*
  left: 10px;
  */
  left: 20px;
}

@media (min-width: 896px) {
  .c-view-infomation a span {
    transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
  }

  .c-view-infomation a:hover span {
    color: #dd297c;
  }

  .c-view-infomation.is-ver2 a:hover span {
    color: #ffffff;
    text-decoration: underline;
  }
}

@media (max-width: 1366px) {

  /*
  .c-view_wrap .c-view_img {
    height: 650px;
  }
  */
  .c-view-infomation {
    font-size: 12px;
  }
}

/*POPUP*/
.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.popup_overlay {
  background: rgba(67, 67, 67, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.popup_content {
  background-color: #ffffff;
  font-size: 14px;
  max-width: 730px;
  margin: auto;
  /*
    overflow: auto;
    */
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*
    max-height: 48.5vh;
    */
  min-height: 470px;
}

.popup.popup-map .popup_content,
.popup.popup-ind .popup_content,
.popup.popup-clipboard .popup_content,
.popup.popup-cap .popup_content {
  min-height: initial;
}

.popup_content .popup-full {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ff0000;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
}

.popup_content .popup-full .head-line i {
  color: #dd297c;
  padding-right: 8px;
}

.popup_content .popup-full .head-line i.is-b {
  font-size: 18px;
}

.popup_content .popup-full .head-line {
  font-weight: bold;
}

.popup_box {
  overflow: auto;
  height: 48.5vh;
  padding: 63px 0 0 0;
  min-height: 470px;
}

.popup.popup-map .popup_box,
.popup.popup-ind .popup_box,
.popup.popup-clipboard .popup_box,
.popup.popup-cap .popup_box {
  height: auto;
  min-height: initial;
}

.popup_box .c-tab-pc,
.popup_box .c-tab {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #d2d2d3;
}

.popup_box .c-tab-sp {
  display: none;
}

.popup-clipboard .popup_box .c-tab {
  border-bottom: 0px;
}

.popup_box .c-tab .c-tab-side {
  -webkit-flex: 0 21.64%;
  flex: 0 21.64%;
  width: 20%;
}

.popup_box .c-tab .c-tab-side li {
  border: 1px solid #d2d2d3;
  margin-bottom: -1px;
}

.c-tab .c-tab-side li.active a {
  color: #ff2626;
  font-weight: bold;
}

.c-tab .c-tab-side li a {
  display: block;
  padding: 10px 20px 5px;
  text-align: left;
}

.c-tab .c-tab-contents {
  padding: 20px;
  width: 100%;
}

.c-tab .c-tab-side+.c-tab-contents {
  width: 80%;
}

.c-tab .c-tab-contents.is-txt {
  text-align: left;
  height: 300px;
  overflow: auto;
  width: 100%;
  ;
}

.c-tab .c-tab-contents .c-tab-tit {
  font-weight: bold;
  margin-bottom: 17px;
  text-align: left;
}

.c-tab .c-tab-contents .list-job {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -weblit-flex-wrap: wrap;
  text-align: left;
}

.c-tab .c-tab-contents .list-job li {
  /*
    -webkit-flex: 0 20%;
    flex: 0 20%;
    max-width: 20%;
    margin-bottom: 14px;
    width: 20%;
    */
  margin: 14px 0 0 0;
}

.c-tab .c-tab-contents .list-job.is-ver2 li {
  width: 50%;
}

.c-tab .c-tab-contents .list-job.is-ver3 li {
  width: 20%;
}

.c-tab .c-tab-contents .list-job li:nth-child(1),
.c-tab .c-tab-contents .list-job li:nth-child(2),
.c-tab .c-tab-contents .list-job li:nth-child(3),
.c-tab .c-tab-contents .list-job li:nth-child(4),
.c-tab .c-tab-contents .list-job li:nth-child(5) {
  margin: 0 0 0 0;
}

.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3),
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4),
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
  margin: 14px 0 0 0;
}

.custom-checkbox {
  display: -webkit-box;
  display: flex;
}

/*
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-checkbox span {
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 17px;
    width: 17px;
    margin-right: 10px;
    position: relative;
}
.custom-checkbox input:checked ~ span:after {
    content: "";
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 3px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 3px;
}
*/
.btn-popup {
  padding: 30px 0px 10px;
}

.popup-clipboard .btn-popup {
  padding: 0px 0px 10px;
}

.btn-popup .c-btn.c-btn-secondary.c-popup {
  width: 250px;
}


@media screen and (max-width: 896px) {
  .c-view_wrap {
    margin-bottom: 20px;
  }

  .c-view_wrap .c-view_img {
    height: 508px;
  }

  .c-view_wrap .c-view_img.is-ver1 {
    background: url(../images/home/sp/top_mainview_img01.jpg) no-repeat center top / cover;
  }

  .c-view_wrap .c-view_img.is-ver2 {
    background: url(../images/home/sp/top_mainview_img02.jpg) no-repeat center top / cover;
  }

  .c-heading {
    font-size: 12px;
    text-align: center;
    padding: 2.5vw 15px;
  }

  .c-heading-sp {
    background-color: transparent;
    color: #000000;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1;
    border-left: 4px solid #dd297c;
    display: block;
    padding: 4px 15px;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .c-search .c-search-ttl {
    font-size: 14px;
  }

  .c-search .c-search-ttl.left {
    padding: 20px;
    font-size: 13px;
    line-height: 1.6;
  }

  .c-view_wrap .c-view-boxes {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .c-view-boxes .c-view-box {
    width: 50%;
    padding: 6px 10px 15px;
    background-color: #000000;
  }

  .c-view-boxes .c-view-box.c-view-box-red {
    background-color: #dd297c;
  }

  .c-view-boxes.is-only .c-view-box {
    width: auto;
    float: none;
  }

  .c-view-infomation {
    position: absolute;
    right: inherit;
    left: 50%;
    /*
    bottom: 185px;
    */
    bottom: auto;
    top: 455px;
    width: 94%;
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    /*
    display: -webkit-flex;
    display: flex;
    align-items: center;
    */
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-view-infomation.is-ver2 {
    top: auto;
    bottom: 185px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 0;
  }

  .c-view-infomation.is-ver2.is-vol2 {
    bottom: 136px;
  }

  .c-view-infomation a {
    text-align: left;
    /*
    padding: 8px 35px 8px 35px;
    */
    padding: 5px 35px 5px 40px;
    width: 100%;
  }

  .c-view-infomation.is-ver2 a {
    /*
    padding: 25px 10px 25px 30px;
    */
    padding: 5px 10px 5px 40px;
  }

  /*
  .c-view-infomation a:hover {
    text-decoration: none;
  }
  */
  .c-view-infomation i {
    margin-right: 5px;
    font-size: 20px;
    left: 15px;
  }

  /*Search*/
  .c-search-cont .c-search-item {
    width: 100%;
    border: 1px solid #d2d2d3 !important;
    margin-bottom: -1px;
  }

  .c-search-cont .c-search-item a {
    font-size: 14px;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }

  /*
  .c-search-cont .c-search-item a:hover {
    background: none;
  }
  .c-new-grid .c-new-item a:hover:after,
  .c-search-cont .c-search-item a:hover:after {
    right: 15px;
  }
  */
  .c-box_wrap .c-box_cont {
    width: 100%;
    padding: 0;
  }

  .c-box_wrap .c-box_cont .c-box-txt {
    margin-bottom: 4vw;
  }

  .c-box_wrap .c-box_cont .c-box-txt,
  .c-box_wrap .c-box_cont .c-box-btn,
  .c-search .c-search-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-box_wrap .c-box_cont .c-box-txt .c-box_img-right {
    float: right;
    margin-left: 4vw;
    margin-right: 0;
  }

  .c-search-cont,
  .c-search-ttl {
    margin-left: 15px;
    margin-right: 15px;
  }

  .c-search-ttl {
    font-weight: 700;
  }


  .c-box_wrap .c-box-txt img {
    float: left;
    width: 34.6vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }

  .c-new-grid {
    flex-direction: column;
    margin-bottom: 2px;
    min-height: 366px;
  }

  .c-new-grid .c-new-item {
    flex-basis: 100%;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #d2d2d3;
    border-bottom: 1px solid #d2d2d3;
    margin-bottom: -1px;
    box-sizing: border-box;
  }

  .c-new-grid .c-new-item.is-hi {
    height: 100%;
  }

  .c-new-grid .c-new-item a {
    padding: 20px 15px;
  }

  .c-new-grid.ver2 .c-new-item a {
    padding: 15px 25px 15px 15px;
  }

  .c-new-grid.ver2 .c-new-item.is-cmsn a {
    height: 100px;
  }

  /*
  .c-new-grid .c-new-item > a:hover {
    background: none;
  }
  */
  .c-new-grid.ver2 .c-new-item a img {
    width: 70px;
  }

  .c-new-grid.ver2 .c-new-item.is-cmsn a span {
    font-size: 22px;
  }

  .c-new-grid .c-new-item:after {
    display: none;
  }

  .c-new-list-wrap {
    margin-bottom: 0;
  }

  .c-new-list .c-new-item {
    padding: 0;
  }

  .c-new-list .c-new-item,
  .c-new-list .c-new-item:not(:last-child) {
    border-bottom: 1px solid #d2d2d3;
  }

  .c-new-list .c-new-item a {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .c-new-list-wrap .c-new-list.is-press {
    border-top: 0;
    box-shadow: none;
  }

  .c-title-primary.is-pressttl {
    margin-bottom: 0;
  }

  /*
  .c-new-list .c-new-item a:hover {
    background: none;
  }
  */
  .c-new-list .c-new-item .c-new-txt {
    font-size: 14px;
    padding: 0 10px 0 0;
  }

  /*
  .c-new-list .c-new-item a:hover .c-new-txt:before {
      right: 0;
  }
  */
  .c-new-list .c-new-item .c-new-txt.is-new {
    padding: 0 10px 0 0;
  }

  .c-new-list .c-new-item .c-new-txt .is-label {
    margin: 0 15px 0 0;
  }

  .c-new-list .c-new-item .c-new-txt .post-label {
    position: initial;
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 0 0 0;
  }

  .c-new-list .c-new-item .c-new-txt .is-title {
    display: block;
    padding: 10px 0 0 0;
  }


  .c-consultant .c-consultant-cont {
    padding: 0 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d3;
  }

  .c-consultant .c-consultant-item {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .c-consultant .c-consultant-cont .c-consultant-item:first-child {
    padding-top: 15px;
  }

  .c-consultant .c-consultant-item .c-consultant_img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
  }

  .c-consultant .c-consultant-item .c-consultant-img {
    width: 80px;
    margin-bottom: 0;
  }

  /*
  .c-consultant .c-consultant-item a:hover .c-consultant-img {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .c-consultant .c-consultant-item a:hover .c-txt {
    color: #000000;
  }
  */

  .c-new-list-wrap {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
    background: transparent;
    */
  }

  .c-new-list-wrap .c-txt {
    padding: 0 15px 15px 15px;
  }

  .c-new-list-wrap .c-new-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    margin: 0;
  }

  /*Profile*/
  .c-profile .c-profile-cont {
    padding: 15px;
  }

  .c-profile .c-profile-cont-in {
    margin-top: 10px;
  }

  .c-profile .c-profile-cont-in li {
    /*font-size: 3.4vw;
    line-height: 5vw; */
    line-height: normal;
    border-top: 1px solid #d2d2d3;
  }

  .c-profile .c-profile-cont-in .c-btn {
    margin-bottom: 0;
  }

  /*Popup*/
  .popup_content {
    max-height: 80%;
    overflow: hidden;
    min-height: initial;
    top: auto;
    bottom: 81px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .popup_content .popup-full {
    border-bottom: 2px solid #dd297c;
    position: initial;
    padding: 20px 10px 20px 10px;
  }

  .popup_box {
    overflow: scroll;
    height: 0;
    padding: 0 0 81px 0;
    min-height: 80vh;
  }

  .popup.popup-map .popup_box,
  .popup.popup-ind .popup_box,
  .popup.popup-clipboard .popup_box,
  .popup.popup-cap .popup_box {
    height: 0;
    min-height: 80vh;
  }

  .c-tab .c-tab-contents {
    width: 100%;
    padding: 0;
  }

  .c-tab .c-tab-contents.is-txt {
    padding: 20px;
  }

  .c-tab .c-tab-contents .list-job {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .c-tab .c-tab-contents .list-job li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin: 0;
    border-bottom: 2px solid #d2d2d3;
  }

  .c-tab .c-tab-contents .list-job.is-ver2 li {
    width: 100%;
  }

  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3),
  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4),
  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
    margin: 0 0 0 0;
  }

  .c-tab .c-tab-contents .list-job li .custom-checkbox {
    align-items: center;
    font-weight: 700;
  }

  .popup_content .btn-popup {
    padding: 35px 15px 30px;
  }

  .popup_box .c-tab-pc {
    display: none;
  }

  .popup_box .c-tab-sp {
    display: -webkit-box;
    display: flex;
  }

  .c-tab-sp .c-tab-contents .list-job {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .c-tab-sp .c-tab-contents .list-job li {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*
  .c-tab-sp .c-tab-contents .list-job li:nth-child(2n) {
    border-left: 2px solid #d2d2d3;
  }
  */
  .c-tab-sp .c-tab-contents .list-job li:last-of-type {
    border-bottom: 0;
  }

  .c-tab-sp .c-tab-contents .list-job li:nth-of-type(odd) {
    border-right: 1px solid #d7d7d7;
  }

  .c-tab-sp .c-tab-contents .list-job li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom: 0;
  }

  .c-tab .c-tab-contents .c-tab-tit {
    margin-bottom: 0;
    padding: 15px;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  .c-view_txt-1,
  .c-view_txt-2,
  .c-view_txt-3 {
    width: 20px;
    text-shadow: 0 0 10px #ffffff;
    font-weight: bold;
  }

}

@media screen and (max-width: 374px) {
  .c-view-infomation.is-ver2 {
    font-size: 11px;
  }

}

.brxs {
  display: none;
}

@media screen and (max-width: 320px) {
  .aside__sp .side-box .side-list li .side-content .side-text .txt-cate {
    width: 50px;
  }

  .brxs {
    display: block;
  }

  .c-new-list .c-new-item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .c-new-list .c-new-item .c-new-txt {
    margin: 0 0 0 15px;
  }
}

.c-view_txt-1 span,
.c-view_txt-2 span,
.c-view_txt-3 span {
  /*
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    */
  margin: 0;
  line-height: 1.2;
  /*
    direction: rtl;
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    */
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .c-tab .c-tab-contents .list-job {
    width: 100%;
    text-align: left;
    display: block;
  }

  .popup_content {
    left: 30%;
  }

  .c-tab .c-tab-contents .list-job li {
    width: 20%;
    display: inline-block;
  }

  .popup_content .custom-checkbox span {
    display: inline-block;
  }

  .c-view_txt-1,
  .c-view_txt-2,
  .c-view_txt-3 {
    writing-mode: tb-rl;
  }

  .c-view_txt-1 span,
  .c-view_txt-2 span,
  .c-view_txt-3 span {
    /*
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    */
    margin: 0;
    line-height: 1.2;
    /*
    direction: rtl;
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    */
  }

}

.c-view_wrap .w-point {
  margin: 4px 0;
  line-height: 1;
}

#top .side-wrap-icon .c-btn {
  width: 100%;
}

.actx_wrap {
  display: none;
}

.search_wrap {
  margin: 0 0 30px;
}

.search_wrap .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.search_wrap .search_list li {
  width: 100%;
  margin: 1.4% 1.4% 0 0;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(141 140 135 / 10%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgb(141 140 135 / 10%);
  padding: 15px 15px;
}

@media screen and (min-width: 896px) {
  .search_wrap .search_list li:nth-child(3n) {
    margin: 1.4% 0 0 0;
  }

  .search_wrap .search_list li:nth-child(1),
  .search_wrap .search_list li:nth-child(2) {
    margin: 0 1.4% 0 0;
  }

  .search_wrap .search_list li:nth-child(3) {
    margin: 0 0 0 0;
  }
}

.search_wrap .search-tit {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-box: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.search_wrap .search-tit .icon {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.search_wrap .search-tit .icon span {
  display: inline-block;
  min-width: 60px;
  border-radius: 10px;
  background-color: #dd297c;
  color: #fff;
  padding: 4px 10px;
  margin-right: 5px;
}

.search_wrap .search-tit .icon span.blue {
  background-color: #029fe9;
}

.search_wrap .search-tit .icon span.agent {
  background-color: #ffb122;
}

.search_wrap .search-tit .icon span.direct {
  background-color: #14a56d;
}

.search_wrap .search-tit .tit {
  text-align: left;
}

.search_wrap .search-tit .tit a {
  font-size: 16px;
  font-weight: bold;
}

.search_wrap .search-txt {
  text-align: left;
  letter-spacing: -0.4em;
}

.search_wrap .search-txt .txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  letter-spacing: normal;
  vertical-align: top;
}

.search_wrap .list-cate {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.search_wrap .list-cate span {
  display: inline-block;
  background-color: #fff;
  color: #dd297c;
  border: 2px solid #dd297c;
  min-width: 80px;
  padding: 4px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
}

.search_wrap .c-box-btn .c-btn {
  margin: 15px 0 0;
}

@media screen and (max-width: 896px) {
  .search_wrap {
    padding: 0 15px 0 0;
  }

  .search_wrap .search_list {
    overflow-x: scroll;
    padding: 0 0 0 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

  }

  .search_wrap .search_list li {
    width: 285px;
    padding: 0;
  }

  .search_wrap .search_list li:last-child {
    margin-right: 0;
  }

  .search_wrap .c-btn.c-btn-viewmore {
    margin: 0 0 0 15px;
  }

  .search-box {
    width: 285px;
    padding: 15px 15px;
    box-sizing: border-box;
  }
}

.c-profile.is-ver2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.c-profile.is-ver2 .c-profile-cont {
  padding: 30px;
}

@media screen and (max-width: 896px) {
  .c-profile.is-ver2 {
    margin-top: 30px;
    margin: 30px 15px 0;
  }

  .c-profile.is-ver2 .c-profile-cont {
    padding: 20px;
  }

  .c-profile.is-ver2 .c-profile-cont .c-txt {
    font-size: 13px;
  }
}

/*20230418*/
.smnrpu_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.smnrpu_in {
  background-color: #ffffff;
  font-size: 14px;
  max-width: 480px;
  margin: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.smnrpu_ct {
  position: relative;
}

.smnrpu_ct .close {
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 100000;
  width: 50px;
  height: 50px;
}

.smnrpu_ct .close a {
  font-size: 12px;
  border-radius: 25px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #000;
}

.smnrpu_ct .close a:before,
.smnrpu_ct .close a:after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 13px;
  left: 13.5px;
}

.smnrpu_ct .close a:after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14px;
}

.smnrpu_btn {
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 896px) {
  .smnrpu_ct .close a:hover {
    background: #656565;
  }
}

@media screen and (max-width: 896px) {
  .smnrpu_in {
    font-size: 14px;
    max-width: 480px;
    right: 10px;
  }

  .smnrpu_ct {
    position: relative;
  }

  .smnrpu_ct .close {
    right: 0;
    top: -50px;
    width: 40px;
    height: 40px;
  }

  .smnrpu_ct .close a {
    font-size: 12px;
    border-radius: 20px;
  }

  .smnrpu_ct .close a:before,
  .smnrpu_ct .close a:after {
    width: 26px;
    height: 2px;
    top: 10px;
    left: 10px;
  }

  .smnrpu_ct .close a:after {
    left: auto;
    right: 11px;
  }

  .smnrpu_img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .smnrpu_btn {
    padding: 20px 20px 0;
  }
}

.mv_wrap {
  padding: 40px 30px;
}

.mvCnt_wrap {
  margin-top: 30px;
}

.mvCnt_wrap .ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  border-left: 3px solid #dd297c;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}

.mvCnt_wrap iframe {
  width: 100%;
  height: 225px;
}

@media screen and (min-width: 896px) {
  .mv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mvCnt_wrap {
    width: 49%;
  }

  .mvCnt_wrap:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 896px) {
  .mv_wrap {
    padding: 20px 15px;
    margin-top: -20px;
  }

  .mvCnt_wrap {
    margin-top: 20px;
  }

  .mvCnt_wrap:first-child {
    margin-top: 0;
  }

  .mvCnt_wrap .ttl {
    font-size: 3.7vw;
    line-height: 1;
    border-left: 4px solid #dd297c;
    padding: 4px 15px;
    margin-bottom: 10px;
  }

  .mvCnt_wrap .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  .mvCnt_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

input[type="checkbox"]:disabled {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #ffd2e7;
  position: relative;
  cursor: not-allowed;
}

input[type="checkbox"]:disabled:checked::after {
  content: '✔';
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
  font-size: 16px;
  color: #dd297c;
}

.lp-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-wrapper {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-main .btn-group {
  width: 100%;
  padding: 50px 0px 30px 0px;
}

.lp-main .btn-group .lp-contact-btn {
  width: 40%;
  font-size: 32px;
}

.lp-main .btn-group .lp-download-btn {
  width: 40%;
  font-size: 32px;
}

.lp-main .lp-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 50px;
}

.lp-main .lp-text p {
  font-size: 32px;
  text-align: left;
}

.lp-main .top-image {
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.lp-worry {
  width: 100%;
  margin: 80px auto 0;
  padding: 60px 20px 80px;
  background: linear-gradient(180deg, #fff4f8 0%, #ffffff 65%);
  box-sizing: border-box;
}

.lp-worry-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  color: #1f2a44;
  font-weight: 800;
}

.lp-worry-card {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.08);
}

.lp-worry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-worry-content {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.lp-worry-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.6;
  align-items: flex-start;
}

.lp-worry-list li {
  position: relative;
  padding-left: 28px;
  text-align: left;
}

.lp-worry-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #F6339A;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.lp-worry-note {
  padding-top: 16px;
  border-top: 1px solid #f1e5ed;
  color: #1f2a44;
  font-size: 14px;
  line-height: 1.7;
  font-size: 18px;
  text-align: left;
}

.lp-worry-note-title {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 20px;
}

.lp-worry-note span {
  color: #F6339A;
  font-weight: 700;
}

.lp-reasons {
  width: 100%;
  padding: 70px 20px 80px;
  background: #fff4f8;
  box-sizing: border-box;
  background: linear-gradient(0deg, #fff4f8 0%, #ffffff 65%);
}

.lp-reasons-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 48px;
  color: #1f2a44;
  font-weight: 800;
  line-height: 1.4;
}

.lp-reasons-title span {
  color: #F6339A;
  font-size: 72px;
  font-weight: 800;
}

.lp-reasons-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lp-reason-card {
  background: #FCE7F3;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-reason-head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2a44;
  line-height: 1.4;
}

.lp-reason-head h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.lp-reason-head span {
  color: #F6339A;
}

.lp-reason-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F6339A;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.lp-reason-media img {
  width: 90%;
  border-radius: 20px;
}

.lp-reason-desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  text-align: left;
}

.lp-experience {
  width: 100%;
  margin: 80px auto 80px;
  box-sizing: border-box;
}

.lp-experience-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  color: #1f2a44;
  font-weight: 800;
}

.lp-experience-card {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.08);
}

.lp-experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-experience-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #1f2a44;
  justify-content: center;
}

.lp-experience-lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #3b465a;
  text-align: left;
  margin-bottom: 20px;
}

.lp-experience-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.lp-experience-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font-size: 18px;
}

.lp-experience-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ff5aa8;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.lp-experience-note {
  padding-top: 14px;
  border-top: 1px solid #f1e5ed;
  font-size: 14px;
  color: #7a8294;
  text-align: left;
}

.lp-experience-btn {
  align-self: flex-start;
  background: #ff3b9d;
  color: #ffffff !important;
  padding: 14px 36px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 59, 157, 0.25);
  display: inline-flex;
  justify-content: center;
  width: 200px;
}

.lp-flow {
  width: 100%;
  padding: 70px 20px 90px;
  background: #ffffff;
  box-sizing: border-box;
}

.lp-flow-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  color: #1f2a44;
  font-weight: 800;
}

.lp-flow-steps {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.lp-flow-step {
  width: 100%;
  background: #FDF2F8;
  border-radius: 999px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.06);
}

.lp-flow-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  color: #F6339A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.12);
  flex-shrink: 0;
}

.lp-flow-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1f2a44;
  align-items: flex-start;
}

.lp-flow-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #4A5565;
  font-weight: 700;
}

.lp-flow-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  line-height: 1;
  text-align: left;
}

.lp-flow-sub {
  font-size: 14px;
  font-weight: 500;
  color: #4A5565;
}

.lp-flow-arrow {
  color: #F6339A;
  font-size: 20px;
}

.lp-flow-actions {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.lp-flow-btn {
  min-width: 200px;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-flow-btn-primary {
  background: #7d4bff;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(125, 75, 255, 0.25);
}

.lp-flow-btn-outline {
  color: #ff3b9d !important;
  border: 2px solid #ff3b9d;
  background: #ffffff;
}

.lp-flow-btn:hover {
  transform: translateY(-2px);
}

.lp-voices {
  width: 100%;
  padding: 80px 20px 90px;
  background: #fff4f8;
  box-sizing: border-box;
}

.lp-voices-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #1f2a44;
}

.lp-voices-sub {
  margin: 10px 0 40px;
  text-align: center;
  font-size: 20px;
  color: #4A5565;
}

.lp-voices-grid {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lp-voice-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.lp-voice-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-voice-head div {
  text-align: left;
}

.lp-voice-head img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.12);
}

.lp-voice-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}

.lp-voice-age {
  margin: 2px 0 0;
  font-size: 14px;
  color: #6A7282;
}

.lp-voice-stars {
  color: #ffb300;
  font-size: 14px;
  letter-spacing: 2px;
}

.lp-voice-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #364153;
  text-align: left;
}

.lp-voice-role {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1e5ed;
  font-size: 12px;
  color: #7a8294;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.lp-voice-role p {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  color: #101828;
  font-size: 16px;
}

.lp-voices-cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.lp-voices-btn {
  min-width: 200px;
  background: #7d4bff;
  color: #ffffff !important;
  padding: 12px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(125, 75, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-voices-btn:hover {
  transform: translateY(-2px);
}

.lp-faq {
  width: 100%;
  padding: 80px 20px 90px;
  background: #fff4f8;
  box-sizing: border-box;
}

.lp-faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.lp-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #F6339A;
  color: #F6339A;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.lp-faq-title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #101828;
}

.lp-faq-sub {
  margin: 6px 0 0;
  font-size: 18px;
  color: #4A5565;
  letter-spacing: 0.2em;
}

.lp-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 30px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
}

.lp-faq-q {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  color: #1f2a44;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.lp-faq-q p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.lp-faq-q i {
  color: #F6339A;
  transition: transform 0.2s ease;
}

.lp-faq-qbadge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F6339A;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.lp-faq-a {
  margin-top: 10px;
  margin-left: 60px;
  padding-top: 20px;
  border-top: 1px solid #f1e5ed;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
  color: #3b465a;
}

.lp-faq-a p {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.lp-faq-item .lp-faq-a {
  display: none;
}

.lp-faq-item.is-open .lp-faq-a {
  display: grid;
}

.lp-faq-item.is-open .lp-faq-q i {
  transform: rotate(180deg);
}

.lp-faq-abadge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1e5ff;
  color: #7849f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.lp-faq-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.lp-faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F6339A;
  border: 1px solid #F6339A;
  padding: 10px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
}

.lp-faq-extra {
  display: none;
}

.lp-faq.is-expanded .lp-faq-extra {
  display: block;
}

.lp-cta {
  width: 100%;
  padding: 80px 20px 90px;
  background: linear-gradient(135deg, #ff4fa1 0%, #b54bff 100%);
  color: #ffffff;
  box-sizing: border-box;
}

.lp-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lp-cta h2 {
  margin: 0 0 14px;
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}

.lp-cta-lead {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.4;
}

.lp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #F6339A !important;
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.18);
}

.lp-cta-points {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp-cta-point {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-cta-value {
  font-size: 36px;
  font-weight: 800;
}

.lp-cta-label {
  font-size: 16px;
  opacity: 0.9;
}

.lp-fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.lp-fixed-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp-fixed-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff3b9d;
  color: #ffffff !important;
  padding: 20px 36px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(125, 75, 255, 0.35);
  min-width: 350px;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.lp-fixed-cta-btn:hover {
  background: #df1271;
}

.lp-fixed-cta-company {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  background: #fff;
  border-top: solid 1px #ccc;
}

.lp-fixed-cta-company.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp-fixed-cta-company .lp-btn {
  margin: 15px !important;
}

.lp-fixed-cta-company .lp-btn {
  width: 350px !important;
}

.lp-wrapper {
  width: min(1000px, 100%);
  padding: 0 20px;
  box-sizing: border-box;
}

.lp-hero {
  width: min(900px, 100%);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.lp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F0B100;
  color: #1f2a44;
  border-radius: 999px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  margin-bottom: 18px;
  width: fit-content;
  line-height: 1;
}

.lp-pill span {
  color: #000;
  font-size: 24px;
  line-height: 1;
}

.lp-tagline {
  display: inline-block;
  margin: 0 0 18px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #FCE7F3;
  color: #C6005C;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-right: auto;
}

.lp-title {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.25;
  color: #1f2a44;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.lp-title span {
  color: #F6339A;
  font-size: 60px;
  font-weight: 700;
}

.lp-desc {
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 1.8;
  color: #3b465a;
}

.lp-company-hero {
  width: min(860px, 100%);
  margin-top: 42px;
  text-align: left;
}

.lp-company-tagline {
  display: inline-block;
  margin: 0 0 24px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #FFCCD3;
  border: 1px solid #f0c9d7;
  color: #C70036;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.lp-company-title {
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 1.25;
  color: #101828;
  font-weight: 700;
}

.lp-company-title span {
  color: #EC003F;
  font-size: 60px;
}

.lp-company-desc {
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 1.6;
  color: #4A5565;
}

.lp-company-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-company-points li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #364153;
  line-height: 1.5;
}

.lp-company-points li:last-child {
  margin-bottom: 0;
}

.lp-company-points li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #F6339A;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}

.lp-company-actions {
  margin-top: 34px;
}

.lp-company-problems {
  width: min(1120px, 100%);
  margin-top: 76px;
}

.lp-company-problems-head {
  text-align: center;
}

.lp-company-problems-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FFE2E2;
  color: #C10007;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-problems-title {
  margin: 0;
  color: #101828;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
}

.lp-company-problems-image {
  margin-top: 34px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.1);
}

.lp-company-problems-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-company-problems-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lp-company-problem-card {
  background: #ffffff;
  border: 1px solid #ecebf0;
  border-radius: 14px;
  padding: 30px;
}

.lp-company-problem-card h3 {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.lp-company-problem-card h3 svg {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #FFE2E2;
  color: #e7000b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  padding: 10px;
}

.lp-company-problem-card p {
  margin: 0;
  color: #4A5565;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  margin-left: 60px;
}

.lp-company-problems-actions {
  margin-top: 30px;
  justify-content: center;
}

.lp-usecases {
  width: 100%;
  margin-top: 90px;
  padding: 80px 0px 70px;
  background: linear-gradient(180deg, #FFF 0%, #FDF2F8 100%);
  border-radius: 20px;
  box-sizing: border-box;
  justify-items: center;
}

.lp-usecases-head {
  text-align: center;
  margin-bottom: 34px;
}

.lp-usecases-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FCE7F3;
  color: #C6005C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-usecases-title {
  margin: 0;
  color: #101828;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-usecases-sub {
  margin: 18px 0 0;
  color: #4A5565;
  font-size: 24px;
  line-height: 1.6;
}

.lp-usecases-list {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lp-usecase-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
}

.lp-usecase-title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  color: #101828;
  line-height: 1.4;
  text-align: left;
}

.lp-usecase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lp-usecase-problem,
.lp-usecase-solution {
  border-radius: 14px;
  padding: 24px 24px 20px;
}

.lp-usecase-problem {
  background: #edf3fb;
}

.lp-usecase-solution {
  background: linear-gradient(135deg, #F6339A 0%, #FF2056 100%);
}

.lp-usecase-box-title {
  margin: 0 0 14px;
  color: #101828;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;

}

.lp-usecase-box-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}

.lp-usecase-problem .lp-usecase-box-title span {
  background: #2B7FFF;
  color: #ffffff;
}

.lp-usecase-solution .lp-usecase-box-title {
  color: #ffffff;
}

.lp-usecase-solution .lp-usecase-box-title span {
  background: #ffffff;
  color: #ff2f89;
}

.lp-usecase-box-desc {
  margin: 0;
  color: #364153;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}

.lp-usecase-solution .lp-usecase-box-desc {
  color: #ffffff;
}

.lp-usecases-actions {
  margin-top: 32px;
  justify-content: center;
}

.lp-company-features {
  width: 100%;
  margin-top: 88px;
  background: linear-gradient(180deg, #FFF 0%, #FDF2F8 100%);
}

.lp-company-features-head {
  text-align: center;
}

.lp-company-features-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FCE7F3;
  color: #C6005C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-features-title {
  margin: 0;
  color: #101828;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-company-features-sub {
  margin: 16px 0 0;
  color: #4A5565;
  font-size: 24px;
  line-height: 1.5;
}

.lp-company-features-grid {
  width: 1100px;
  justify-self: center;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-company-feature-card {
  background: #f4eff2;
  border: 1px solid #ece7ec;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-company-feature-card:hover {
  border: solid 1px #fda5d5;
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.06);
}

.lp-company-feature-card img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-company-feature-body {
  padding: 20px 30px;
}

.lp-company-feature-body h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.lp-company-feature-body p {
  margin: 0;
  color: #4A5565;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}

.lp-company-features-actions {
  margin-top: 34px;
  justify-content: center;
}

.lp-company-flow {
  width: 100%;
  margin-top: 110px;
  padding-bottom: 30px;
}

.lp-company-flow-head {
  text-align: center;
}

.lp-company-flow-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FCE7F3;
  color: #C6005C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-flow-title {
  margin: 0;
  color: #101828;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-company-flow-sub {
  margin: 14px 0 0;
  color: #475467;
  font-size: 24px;
}

.lp-company-flow-grid {
  width: 1200px;
  justify-self: center;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.lp-company-flow-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ece7ec;
  border-radius: 14px;
  padding: 20px 15px;
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.06);
  text-align: left;
}

.lp-company-flow-num {
  display: block;
  color: #FCE7F3;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.lp-company-flow-icon {
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff2f89;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.lp-company-flow-card h3 {
  margin: 14px 0 10px;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-company-flow-card p {
  margin: 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.75;
}

.lp-company-flow-actions {
  margin-top: 34px;
  justify-content: center;
}

.lp-company-options {
  width: min(1120px, 100%);
  margin-top: 96px;
}

.lp-company-options-head {
  text-align: center;
}

.lp-company-options-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FFE2E2;
  color: #C10007;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-options-title {
  margin: 0;
  color: #101828;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
}


.lp-company-options-sub {
  margin: 16px 0 0;
  color: #475467;
  font-size: 24px;
  line-height: 1.6;
}

.lp-company-options-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-company-option-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ece7ec;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.06);
  overflow: hidden;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-company-option-card:hover {
  border: solid 1px #fda5d5;
  box-shadow: 0 15px 24px rgba(16, 24, 40, 0.1);
}

.lp-company-option-card .lp-company-option-icon,
.lp-company-option-card svg {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-company-option-card:hover .lp-company-option-icon,
.lp-company-option-card:hover svg {
  transform: scale(1.1);
}

.lp-company-option-card:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -24px;
  right: -24px;
}

.lp-company-option-card.is-yellow:after {
  background: #fef3c7;
}

.lp-company-option-card.is-violet:after {
  background: #ede9fe;
}

.lp-company-option-card.is-pink:after {
  background: #fce7f3;
}

.lp-company-option-card.is-green:after {
  background: #d1fae5;
}

.lp-company-option-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.lp-company-option-card.is-yellow .lp-company-option-icon {
  background: #f59e0b;
}

.lp-company-option-card.is-violet .lp-company-option-icon {
  background: #7c3aed;
}

.lp-company-option-card.is-pink .lp-company-option-icon {
  background: #ec4899;
}

.lp-company-option-card.is-green .lp-company-option-icon {
  background: #10b981;
}

.lp-company-option-tag {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 999px;
  background: #fce7f3;
  color: #C6005C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.lp-company-option-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.lp-company-option-card p {
  margin: 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.75;
}

.lp-company-options-actions {
  margin-top: 30px;
  justify-content: center;
}

.lp-company-trust {
  width: 100%;
  margin-top: 110px;
  padding-bottom: 36px;
  background: linear-gradient(180deg, #FFF 0%, #FDF2F8 100%);
}

.lp-company-trust-head {
  text-align: center;
}

.lp-company-trust-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FFE2E2;
  color: #C10007;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-trust-title {
  margin: 0;
  color: #101828;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
}


.lp-company-trust-sub {
  margin: 16px 0 0;
  color: #475467;
  font-size: 24px;
  line-height: 1.6;
}

.lp-company-trust-main {
  width: 1100px;
  justify-self: center;
  margin-top: 36px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 10rem;
  align-items: center;
}

.lp-company-trust-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-company-trust-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-company-trust-item {
  background: #ffffff;
  border: 1px solid #ece7ec;
  border-radius: 14px;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  box-shadow: 0 5px 4px rgba(16, 24, 40, 0.1);
}

.lp-company-trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff4ea3 0%, #ff1b7d 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lp-company-trust-item h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.lp-company-trust-item p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

.lp-company-trust-actions {
  margin-top: 30px;
  justify-content: center;
}

.lp-company-faq {
  width: min(1120px, 100%);
  margin-top: 100px;
  padding-bottom: 36px;
}

.lp-company-faq-head {
  text-align: center;
}

.lp-company-faq-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #FFE2E2;
  color: #C10007;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lp-company-faq-title {
  margin: 0;
  color: #101828;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
}


.lp-company-faq-sub {
  margin: 16px 0 0;
  color: #475467;
  font-size: 24px;
  line-height: 1.6;
}

.lp-company-faq-list {
  margin: 30px auto 0;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-company-faq-item {
  background: #ffffff;
  border: 1px solid #ece7ec;
  border-radius: 14px;
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.lp-company-faq-q {
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

.lp-company-faq-q p {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.lp-company-faq-q i {
  color: #98a2b3;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.lp-company-faq-qbadge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F6339A 0%, #FF2056 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.lp-company-faq-a {
  padding: 0 22px 20px 70px;
}

.lp-company-faq-a p {
  margin: 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.lp-company-faq-a p span {
  color: #e11d74;
  font-weight: 700;
}

.lp-company-faq-item:not(.is-open) .lp-company-faq-a {
  display: none;
}

.lp-company-faq-item:not(.is-open) .lp-company-faq-q i {
  transform: rotate(180deg);
}

.lp-company-faq-extra {
  display: none;
}

.lp-company-faq.is-expanded .lp-company-faq-extra {
  display: block;
}

.lp-company-faq-more {
  margin-top: 18px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.lp-company-faq-btn {
  border: 2px solid #f02c8f;
  background: #ffffff;
  color: #e11d74;
  border-radius: 16px;
  padding: 14px 30px;
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.lp-company-faq-actions {
  margin-top: 24px;
  justify-content: center;
}

.lp-company-finalcta {
  margin-top: 60px;
  background: linear-gradient(135deg, #E60076 0%, #EC003F 100%);
  color: #ffffff;
  width: 100%;
  padding: 70px 20px 80px;
  box-sizing: border-box;
}

.lp-company-finalcta-inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.lp-company-finalcta-title {
  margin: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.lp-company-finalcta-sub {
  margin: 18px 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  color: #ffe8f3;
}

.lp-company-finalcta-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.lp-company-finalcta-btn {
  position: relative;
  min-width: 250px;
  border-radius: 12px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-company-finalcta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(255, 59, 157, 0.25);
}

.lp-company-finalcta-btn-light {
  background: #ffffff;
  color: #e90068 !important;
  border-color: #ffffff;
}

.lp-company-finalcta-btn-line {
  background: transparent;
  color: #ffffff !important;
}

.lp-company-finalcta-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f59e0b;
  color: #ffffff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.lp-company-finalcta-flow-title {
  margin: 60px 0 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;

}

.lp-company-finalcta-flow {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.lp-company-finalcta-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}

.lp-company-finalcta-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  color: #e90068;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.lp-company-finalcta-step-body h4 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-company-finalcta-step-body h4 i {
  font-size: 22px;
}

.lp-company-finalcta-step-body p {
  margin: 6px 0 0;
  color: #ffe8f3;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.lp-actions {
  display: flex;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}

.lp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  padding: 20px 18px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
}

.lp-btn-primary {
  background: #E60076;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(255, 59, 157, 0.25);
}

.lp-btn-outline {
  background: #ffffff;
  color: #E60076 !important;
  border: 3px solid #E60076;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.lp-btn-icon {
  font-size: 16px;
}

.lp-badge {
  position: absolute;
  top: -12px;
  right: 10px;
  background: #FF6900;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  border: solid 2px #ff7514;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
}


.company-lp .lp-btn {
  width: 230px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 18px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
  margin: 30px 20px;
}

.company-lp .lp-btn:hover {
  transform: scale(1.1);
}

.company-lp .lp-btn-primary {
  background: #E60076;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(255, 59, 157, 0.25);
}

.company-lp .lp-btn-outline {
  background: #ffffff;
  color: #E60076 !important;
  border: 3px solid #E60076;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.company-lp .lp-btn-icon {
  font-size: 16px;
}

.company-lp .lp-badge {
  position: absolute;
  top: -12px;
  right: -10px;
  background: #FF6900;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  border: solid 2px #ff7514;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
}



.width-1200 {
  width: 1200px;
}

.justify-center {
  justify-self: center;
}

@media (min-width: 896px) {
  .lp-btn:hover {
    transform: translateY(-2px);
  }
}

.event-art_head h1 p {
  font-size: 16px;
  margin-bottom: 0;
}

.white-bg {
  background-color: #fff !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1200px) {
  header .header {
    width: 100%;
  }

  .headNav_wrap nav {
    width: 100%;
    margin: 0 auto;
  }

  .c-bread_wrap,
  .c-cont {
    margin: auto;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-main {
    width: 100%;
    float: left;
  }

  .c-cont>aside {
    width: 26%;
    float: right;
    padding-top: 20px;
  }

  .foot_in {
    width: 100%;
  }

  .footLft_wrap {
    width: 26%;
  }

  .footCnt_wrap {
    width: 72%;
  }

  .search_wrap .search-tit .tit {
    text-align: left;
    max-width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lp-usecases-list {
    width: 96%;
  }

  .lp-company-flow-grid {
    width: 96%;
  }
}


@media (max-width: 1000px) {
  body {
    min-width: 100%;
  }

  .headNav_wrap nav {
    width: 100%;
    margin: 0 auto;
  }

  .headNav_wrap-list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 0px 16px;
    font-size: 12px;
  }

  .headNav_wrap-list>li ul {
    font-size: 12px;
  }

  .foot_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem;
  }

  .footLft_wrap {
    width: 100%;
    justify-items: center;
  }

  .footCnt_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: min-content;
  }

  .carousel-item {
    width: 100% !important;
    perspective: unset !important;
  }

  .search-row .search-item {
    font-size: 12px;
  }

}

@media (max-width: 768px) {

  .header .header-main,
  .header .header-item {
    display: unset;
  }

  .header .header-item {
    margin-left: 10px;
    text-align: center;
  }

  .header .menu {
    position: relative;
    margin-left: 8px;
  }

  .header .header-item i {
    font-size: 16px;
  }

  .header .header-item span {
    font-size: 12px;
  }

  header .header .header_logo img,
  header .header h1 img {
    width: 130px;
  }

  .headNav_wrap-list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 1rem;
  }

  .headNav_wrap-list>li ul li a {
    padding: 6px 15px;
  }

  .headNav_wrap-list>li ul li.is-blk a {
    padding: 8px 15px 8px 35px;
  }

  .headNav_wrap-list>li>a {
    padding: 8px 15px;
  }

  .c-view_wrap {
    margin-bottom: 150px;
  }

  .c-view_wrap .c-view-boxes {
    position: absolute;
    bottom: -120px;
    width: 100%;
    left: 0;
  }

  .c-view-boxes .c-view-box .c-btn {
    margin-bottom: 0;
  }

  .c-view-boxes .c-view-box {
    padding: 10px;
  }

  .c-bread_wrap,
  .c-cont {
    padding: 0 10px;
    align-items: center;
  }

  .c-bread_wrap.top-link {
    padding: 0px;
    align-items: flex-start;
  }

  .c-main {
    width: 95%;
  }

  .c-txt {
    font-size: 12px;
  }

  .c-new.is-ver2 {
    margin-bottom: 30px;
  }

  .c-view_wrap .tab {
    margin-bottom: 0;
  }

  #search .c-view_wrap .tab li a {
    width: 30vw;
    height: 35px;
    font-size: 14px;
  }

  .search-box {
    width: 100%;
    padding: 15px;
  }

  .search-row {
    padding: 10px;
  }

  .search-row .search-item {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin-right: 30px;
    width: 100%;
    flex-direction: column;
  }

  .search-row .register-checkbox {
    padding: 0px 0px;
  }

  .register-checkbox .inp-chk {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .search-row .search-item div {
    width: 100%;
  }

  .top-page .search-row .search-item #prefecture-id {
    width: 100%;
  }

  .top-page .search-row .search-item .freeword {
    width: 100%;
  }

  .c-btn.c-btn-primary,
  .c-btn.c-btn-secondary,
  .c-btn.c-btn-tertiary {
    min-width: 60%;
  }

  .search_wrap .search_list {
    display: flex;
  }

  .search_wrap .search_list li {
    min-width: 320px;
    margin: 20px 0px;
  }

  .btn-full .c-box-btn {
    padding-left: 0px;
  }

  .search_wrap .c-box-btn .c-btn {
    margin: 0;
    font-size: 12px;
  }

  .btn-full {
    margin-top: 10px;
  }

  .voiceBox_wrap .img img {
    width: 100% !important;
  }

  .section-voice-box .btn-full {
    padding: 30px 15px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .section-voice-box .btn-full form {
    width: 100%;
  }

  .section-voice-box .btn-full .c-box-btn {
    margin: 0;
    width: 100%;
  }

  .section-voice-box .c-btn.c-btn-primary,
  .section-voice-box .c-btn.c-btn-secondary,
  .section-voice-box .c-btn.c-btn-tertiary {
    margin-top: 0px;
  }

  .foot_in {
    padding: 0;
  }

  .foot-logo {
    position: unset;
    margin: 0;
    width: 80%;
  }

  .foot-logo a {
    height: unset;
    padding: 20px 0px 0px;
  }

  .footCnt_in {
    display: block;
  }

  .footLink_wrap {
    margin: 0 0 0 0;
    display: block;
  }

  .footLink-txt {
    display: block;
  }

  .footCnt_wrap {
    display: flex;
    gap: 1rem;
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footCnt_in:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .footCnt_in:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .footCnt_in:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .footLink_wrap.single {
    margin-bottom: 1rem;
  }

  .footLink_wrap li a {
    height: unset;
    line-height: 3;
  }

  .footLink_wrap li.is-blk a:before {
    top: 10px;
    left: 10px;
  }

  .footLink_wrap li.is-blk a span {
    margin-left: 10px;
  }

  .c-regist1__inner {
    width: 90%;
  }

  .search-row .search-item {
    gap: 1rem;
  }

  .lp-wrapper {
    width: 100%;
  }

  .lp-main .lp-text {
    width: 95%;
  }

  .lp-main .lp-text p {
    font-size: 14px;
  }

  .lp-main .btn-group .lp-contact-btn {
    width: 90%;
    font-size: 16px;
    padding: 8px;
  }

  .lp-main .btn-group .lp-download-btn {
    width: 90%;
    font-size: 16px;
    padding: 8px;
  }

  .lp-hero {
    text-align: center;
    padding: 20px;
  }

  .lp-title span {
    font-size: 36px;
  }

  .lp-pill {
    font-size: 12px;
    padding: 8px 14px;
  }


  .lp-tagline {
    font-size: 12px;
    margin: 0;
    margin-bottom: 20px;
  }

  .lp-title {
    font-size: 28px;
  }

  .lp-desc {
    font-size: 14px;
  }

  .lp-company-hero {
    margin-top: 24px;
    width: 94%;
  }

  .lp-company-tagline {
    font-size: 14px;
    padding: 10px 16px;
    margin-bottom: 16px;
  }

  .lp-company-title {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .lp-company-title span {
    font-size: 36px;
  }

  .lp-company-desc {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .lp-company-points li {
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 10px;
  }

  .lp-company-points li:before {
    font-size: 18px;
    top: 2px;
  }

  .lp-company-actions {
    margin-top: 22px;
  }

  .lp-company-problems {
    margin-top: 44px;
    width: 94%;
  }

  .lp-company-problems-label {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .lp-company-problems-title {
    font-size: 40px;
  }

  .lp-company-problems-image {
    margin-top: 16px;
    border-radius: 12px;
  }

  .lp-company-problems-grid {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-company-problem-card {
    padding: 30px;
  }

  .lp-company-problem-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    gap: 8px;
    text-align: left;
  }

  .lp-company-problem-card h3 i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 12px;
  }

  .lp-company-problem-card p {
    font-size: 18px;
  }

  .lp-company-problems-actions {
    margin-top: 16px;
  }

  .lp-usecases {
    margin-top: 48px;
    padding: 40px 0px;
    border-radius: 16px;
  }

  .lp-usecases-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-usecases-title {
    font-size: 48px;
  }

  .lp-usecases-sub {
    font-size: 24px;
    margin-top: 12px;
  }

  .lp-usecases-list {
    gap: 14px;
  }

  .lp-usecase-card {
    padding: 30px;
    border-radius: 14px;
  }

  .lp-usecase-title {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .lp-usecase-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-usecase-problem,
  .lp-usecase-solution {
    padding: 14px 12px 12px;
    border-radius: 10px;
  }

  .lp-usecase-box-title {
    font-size: 20px;
    margin-bottom: 8px;
    gap: 8px;
  }

  .lp-usecase-box-title span {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .lp-usecase-box-desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .lp-usecases-actions {
    margin-top: 18px;
  }

  .lp-company-features {
    margin-top: 46px;
    width: 100%;
    justify-items: center;
  }

  .lp-company-features-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-company-features-title {
    font-size: 36px;
  }

  .lp-company-features-sub {
    font-size: 24px;
    margin-top: 12px;
  }

  .lp-company-features-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 94%;
  }

  .lp-company-feature-body {
    padding: 12px 12px 14px;
  }

  .lp-company-feature-body h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .lp-company-feature-body p {
    font-size: 18px;
    line-height: 1.7;
  }

  .lp-company-features-actions {
    margin-top: 16px;
  }

  .lp-company-flow {
    margin-top: 52px;
    padding-bottom: 10px;
  }

  .lp-company-flow-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-company-flow-title {
    font-size: 48px;
  }

  .lp-company-flow-sub {
    font-size: 24px;
    margin-top: 12px;
  }


  .lp-company-flow-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lp-company-flow-card {
    padding: 20px;
  }

  .lp-company-flow-num {
    font-size: 48px;
  }

  .lp-company-flow-icon {
    margin-top: 6px;
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .lp-company-flow-card h3 {
    margin: 10px 0 8px;
    font-size: 20px;
  }

  .lp-company-flow-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .lp-company-flow-actions {
    margin-top: 16px;
  }

  .lp-company-options {
    margin-top: 48px;
    justify-items: center;
  }

  .lp-company-options-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-company-options-title {
    font-size: 48px;
  }

  .lp-company-options-sub {
    font-size: 24px;
    margin-top: 12px;
  }


  .lp-company-options-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 94%;
  }

  .lp-company-option-card {
    padding: 14px 12px 14px;
  }

  .lp-company-option-card:after {
    width: 60px;
    height: 60px;
    top: -16px;
    right: -16px;
  }

  .lp-company-option-icon {
    width: 64px;
    height: 64px;
    border-radius: 9px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .lp-company-option-tag {
    font-size: 14px;
    padding: 4px 8px;
    margin-bottom: 8px;
  }

  .lp-company-option-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .lp-company-option-card p {
    font-size: 18px;
    line-height: 1.7;
  }

  .lp-company-options-actions {
    margin-top: 16px;
  }

  .lp-company-trust {
    margin-top: 52px;
    padding-bottom: 10px;
    justify-items: center;

  }

  .lp-company-trust-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-company-trust-title {
    font-size: 36px;
  }

  .lp-company-trust-sub {
    font-size: 24px;
    margin-top: 12px;
    width: 80%;
    justify-self: center;
  }


  .lp-company-trust-main {
    width: 100%;
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lp-company-trust-logo {
    padding: 30px;
    width: 80%;
    justify-self: center;
  }

  .lp-company-trust-list {
    gap: 30px;
    width: 94%;
    justify-self: center;
  }

  .lp-company-trust-item {
    padding: 12px;
    border-radius: 10px;
    gap: 10px;
  }

  .lp-company-trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    font-size: 13px;
  }

  .lp-company-trust-item h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .lp-company-trust-item p {
    font-size: 18px;
    line-height: 1.7;
  }

  .lp-company-trust-actions {
    margin-top: 16px;
  }

  .lp-company-faq {
    margin-top: 50px;
    padding-bottom: 10px;
  }

  .lp-company-faq-label {
    font-size: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .lp-company-faq-title {
    font-size: 48px;
  }

  .lp-company-faq-sub {
    font-size: 24px;
    margin-top: 12px;
    width: 80%;
    justify-self: center;
  }


  .lp-company-faq-list {
    margin-top: 14px;
    gap: 30px;
    width: 94%;
    justify-self: center;
  }

  .lp-company-faq-q {
    padding: 12px;
    gap: 8px;
  }

  .lp-company-faq-q p {
    font-size: 20px;
  }

  .lp-company-faq-q i {
    font-size: 12px;
  }

  .lp-company-faq-qbadge {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .lp-company-faq-a {
    padding: 0 12px 12px 50px;
  }

  .lp-company-faq-a p {
    font-size: 18px;
    line-height: 1.7;
  }

  .lp-company-faq-more {
    margin-top: 12px;
  }

  .lp-company-faq-btn {
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    gap: 8px;
  }

  .lp-company-faq-actions {
    margin-top: 16px;
  }

  .lp-company-finalcta {
    margin-top: 36px;
    padding: 40px 14px 46px;
  }

  .lp-company-finalcta-title {
    font-size: 48px;
  }

  .lp-company-finalcta-sub {
    margin-top: 10px;
    font-size: 24px;
    width: 94%;
    justify-self: center;
  }

  .lp-company-finalcta-actions {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
  }

  .lp-company-finalcta-btn {
    min-width: 100%;
    max-width: 360px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 20px;
  }

  .lp-company-finalcta-badge {
    top: -8px;
    right: -6px;
    font-size: 11px;
    padding: 4px 8px;
  }

  .lp-company-finalcta-flow-title {
    margin: 28px 0 14px;
    font-size: 30px;
  }

  .lp-company-finalcta-flow {
    gap: 10px;
  }

  .lp-company-finalcta-step {
    gap: 10px;
  }

  .lp-company-finalcta-step-num {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .lp-company-finalcta-step-body h4 {
    font-size: 24px;
  }

  .lp-company-finalcta-step-body h4 i {
    font-size: 18px;
  }

  .lp-company-finalcta-step-body p {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.7;
  }

  .lp-badge {
    top: -10px;
    right: 8px;
    font-size: 11px;
    padding: 4px 9px;
  }

  .lp-main {
    width: 100%;
  }

  .lp-main .top-image {
    border-radius: 0;
  }

  .lp-actions {
    flex-direction: column;
    width: 94%;
    justify-self: center;
  }

  .lp-company-flow-grid {
    width: 94%;
  }

  .company-lp .lp-btn {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 18px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    line-height: 1;
    margin: 0;
  }

  .width-1200 {
    width: 94%;
    justify-items: center;
  }

  .lp-btn {
    width: 100%;
  }

  .lp-worry {
    margin-top: 50px;
    padding: 40px 15px 60px;
  }

  .lp-worry-title {
    font-size: 22px;
  }

  .lp-worry-card {
    grid-template-columns: 1fr;
  }

  .lp-worry-content {
    padding: 20px;
  }

  .lp-reasons {
    padding: 50px 15px 60px;
  }

  .lp-reasons-title {
    font-size: 22px;
  }

  .lp-reasons-title span {
    font-size: 32px;
  }

  .lp-reasons-grid {
    grid-template-columns: 1fr;
  }

  .lp-reason-media img {
    width: 100%;
  }

  .lp-experience {
    margin-top: 50px;
    padding: 40px 15px 60px;
  }

  .lp-experience-title {
    font-size: 22px;
  }

  .lp-experience-card {
    grid-template-columns: 1fr;
  }

  .lp-experience-content {
    padding: 22px;
  }

  .lp-experience-btn {
    width: 100%;
  }

  .lp-flow {
    padding: 50px 15px 70px;
  }

  .lp-flow-title {
    font-size: 22px;
  }

  .lp-flow-step {
    border-radius: 20px;
    padding: 14px 18px;
  }

  .lp-flow-text p {
    font-size: 14px;
  }

  .lp-flow-actions {
    flex-direction: column;
    align-items: center;
  }

  .lp-flow-btn {
    width: 100%;
    max-width: 320px;
  }

  .lp-voices {
    padding: 60px 15px 70px;
  }

  .lp-voices-title {
    font-size: 22px;
  }

  .lp-voices-grid {
    grid-template-columns: 1fr;
  }

  .lp-faq {
    padding: 60px 15px 70px;
  }

  .lp-faq-title {
    font-size: 22px;
  }

  .lp-faq-item {
    padding: 16px 18px 18px;
  }

  .lp-faq-q {
    font-size: 14px;
  }

  .lp-cta {
    padding: 60px 15px 70px;
  }

  .lp-cta h2 {
    font-size: 28px;
  }

  .lp-cta-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-cta-value {
    font-size: 30px;
    font-weight: 800;
  }

  .lp-cta-label {
    font-size: 12px;
    opacity: 0.9;
  }

  .lp-fixed-cta {
    bottom: 16px;
  }

  .lp-fixed-cta-btn {
    width: calc(100% - 40px);
    max-width: 320px;
  }
}