@charset "utf-8";
/* CSS Document */

.ma_lp .sub-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 3rem
}
.ma_lp .lower-kv {
  height: 49rem;
}
.ma_lp .lower-kv .kv-txt-wrapper {
  left: inherit;
}
.ma_lp .bg_gray {
  background-color: #f6f6f6;
}
.ma_lp small {
  font-size: 1.8rem;
}
.ma_lp .btn-b.btn__w {
  margin: 3rem 2rem 0;
}
.ma_lp .btn-b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.ma_lp h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.ma_lp h3.ttl {
  font-size: 2.7rem;
  color: #00005f;
  font-weight: bold;
  line-height: 1.2;
}
.ma_lp h3.ttl.m-b {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .ma_lp h3.ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .ma_lp h2 {
    font-size: 2.7rem;
  }
}
.ma_lp h2.ttl {
  font-size: 3.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .ma_lp h2.ttl {
    font-size: 3.0rem;
  }
}
.ma_lp h2.ttl.m-b {
  margin-bottom: 6rem;
}
.ma_lp .price {
  background-color: transparent;
}
.ma_lp .strength h3 {
  margin-bottom: 2.5rem;
}
.ma_lp .strength .str-box:first-of-type {
  margin-bottom: 6rem;
}
.ma_lp .strength .txt-box {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .padding-90 {
    padding: 5rem 0;
  }
  .ma_lp .lower-kv {
    height: 33rem;
  }
  .ma_lp .lower-kv .kv-txt-wrapper {
    height: 29rem;
  }
  .ma_lp .lower-kv .page-ttl {
    top: 40%;
  }
}
.ma_lp .consultation p {
  margin: 8rem auto 6rem;
}
.ma_lp .strength .consultant img {
  width: auto;
}
@media (max-width: 768px) {
  .ma_lp .strength .consultant a {
    width: 49%;
    margin-bottom: 10px;
  }
  .ma_lp .strength .consultant a:last-child {
    margin-bottom: 0;
  }
  .ma_lp .strength .consultant img {
    width: 100%;
  }
}
.ma_lp .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ma_lp .flow .flow__item {
  width: 25%;
}
@media (max-width: 768px) {
  .ma_lp .flow .flow__item {
    width: 100%;
  }
}
.ma_lp .flow.link-list li {
  width: 25%;
}
@media (max-width: 768px) {
  .ma_lp .flow.link-list li {
    width: 100%;
  }
}
/*.ma_lp .flow .step-header {
  padding: 4rem;
  width: 100%;
}*/
/*.ma_lp .triangle {
  position: absolute;
  right: -3rem;
  top: calc(50% - 20px);
  bottom: inherit;
  z-index: 100;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  transform: rotate(270deg);
}*/
.ma_lp .qa-contents .acd-label {
  font-size: 16px;
  font-weight: normal;
}
.ma_lp .strength_point_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 116.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f8fd;
  padding: 40px;
}
.ma_lp .strength_point_item {
  width: 250px;
  height: 250px;
  display: table;
  border: 1px solid #242478;
  background-color: #242478;
  text-align: center;
  font-size: 1.8rem;
  padding: 9px;
  position: relative;
  box-shadow: 11px 11px 0px -3px rgb(0 0 0 / 46%)
}
.ma_lp .strength_point_item .num {
  position: absolute;
  top: -11%;
  left: -15%;
  display: table;
  width: 80px;
  height: 80px;
  border: 4px solid #242478;
  border-radius: 50%;
  background-color: #fff;
  text-align: center
}
.ma_lp .strength_point_item .num p {
  display: table-cell;
  color: #242478;
  font-weight: bold;
  font-size: 2.3rem;
  vertical-align: middle;
}
.ma_lp .strength_point_item > div {
  display: table-cell;
  vertical-align: middle;
}
.ma_lp .strength_point_item p {
  font-size: 2.2rem;
  color: #fff;
}
.ma_lp .strength_point_item .big {
  font-size: 3.5rem;
  font-weight: bold;
}
.btns.flex {
  width: 60%;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .ma_lp .strength_point_wrap {
    display: block;
    padding: 10px;
  }
  .ma_lp .strength_point_item {
    margin: 15px auto;
  }
  .support__table tr {
    display: table-row;
  }
  .ma_lp .triangle {
    position: absolute;
    bottom: -2rem;
    right: inherit;
    top: inherit;
    z-index: 100;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    transform: inherit;
  }
  .btns.flex {
    width: 100%;
  }
  .btns.flex .btn-b + .btn-b {
    margin-top: 1rem;
  }
}
.ma_lp .form_section {
  border-bottom: none;
}
.ma_lp .top_txt_box {
  padding: 10px 16px;
  margin-right: 20px;
  background-color: rgba(36, 36, 120, 0.5);
  width: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
.ma_lp .top_txt_box p {
  font-size: 1.5rem;
}
.ma_lp .top_txt_box .big {
  font-size: 2.0rem;
  font-weight: bold;
}
/*-----------------------
220314
------------------------*/
.ma_lp .top_txt_box:last-child {
  margin-right: 0;
}
.page-ttl .mv_contact {
  margin-top: 30px;
}
.page-ttl .mv_contact a {
  border-radius: 0;
  background-color: #fff;
  width: 100%;
}
.page-ttl .mv_contact a:hover {
  opacity: 0.7;
}
.first-cont h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
.first-cont .sub-txt {
  text-align: center;
}
.ma_lp .strength_point_item .big {
  font-size: 2.2rem;
  margin-top: 0.5rem;
  display: inline-block;
}
.ma_lp .strength_point_item p {
  font-size: 1.6rem;
}
.ma_lp .strength h3 {
  margin-bottom: 0;
}
.strength .strength_ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.strength .ttl_num {
  display: table;
  width: 80px;
  height: 80px;
  border: 4px solid #242478;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin-right: 45px;
  position: relative;
}
.strength .ttl_num p {
  display: table-cell;
  color: #242478;
  font-weight: bold;
  font-size: 2.3rem;
  vertical-align: middle;
}
.strength .ttl_num:before {
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  background-color: #242478;
  top: 35px;
  right: -15px;
  z-index: -1;
}
.cta_link {
  margin-top: 6rem;
}
.cta_link img {
  width: auto !important;
}
.price .sub-txt {
  text-align: center;
}
.ma_lp .form_section {
  background-color: #f7f7ff;
}
.flow .price2 table th, .flow .price2 table td {
  background-color: #edf2fd;
}
@media (max-width: 768px) {
  .ma_lp .lower-kv {
    height: 42rem;
  }
  .ma_lp .lower-kv .kv-txt-wrapper {
    height: 40rem;
  }
  .page-ttl .mv_contact a {
    width: 240px;
    margin: 0;
  }
  .strength .ttl_num {
    flex: 0;
    margin-right: 20px;
    min-width: 65px;
    max-height: 65px;
    margin-bottom: 7px;
  }
  .strength .ttl_num:before {
    width: 37px;
    height: 37px;
    top: 30px;
    right: -10px;
  }
  .strength .ttl_num p {
    font-size: 1.6rem;
  }
  .link-list table tr {
    display: table-row;
  }
  .flow table tr {
    display: table-row;
  }
}
/*-----------------------------
221227
------------------------------*/
.lp-mv {
  background: url(/manda/asset/image/lp/bg.jpg) no-repeat;
  height: 540px;
  width: 100%;
  position: relative;
  background-size: cover;
}
.lp-mv__box {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 126px;
}
.lp-mv__box h1 {
line-height: 1.2;
  color: #fff;
  font-size: 5.4rem;
  font-weight: bold;
  text-shadow: 2px 2px 19px #101010;
}
.lp-mv__box h1 span {
  display: block;
}
.lp-mv__box h1 span.sub {
  font-weight: normal;
  font-size: 3.5rem;
  margin-bottom: 12px;
}
.lp-mv__box h1 span.main {
  font-size: 9.0rem;
}
.lp-mv__box__left {
  margin-top: 280px;
}
.lp-mv__box__right__imgbox {
  display: flex;
  margin-top: 30px;
gap:14px;
}
.lp-mv__box__right__imgbox img {
  max-width: 100%;
}

.btn-b.orange {
  background: rgb(255, 105, 0);
  background: linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(252, 185, 0, 1) 100%);
}
.btn-b.lp-btn {
  font-size: 2.8rem;
  width: 40rem;
  border-radius: 1000px;
}
.lp-mv__box__left__note {
  margin-top: 60px;
  color: #000;
}
.lp-mv__box__left__note small {
  font-size: 1.4rem;
}
.lp-issue {
  text-align: center;
}
.lp-issue h2 {
  text-align: center;
  color: #242478;
  font-size: 3.8rem;
  font-weight: bold;
}
.lp-issue__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 30px;
  background-color: #eaeaf6;
  margin-top: 20px;
  text-align: left;
}
.lp-issue__item__list {
  width: 49%;
  background-color: #fff;
  margin-bottom: 1%;
  padding: 14px;
  border-radius: 6px;
  border: 3px solid #3333ab;
  color: #3333ab;
}
.lp-issue__item__list p {
  font-size: 2.0rem;
}
.lp-issue__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 30px;
  background-color: #eaeaf6;
  margin-top: 20px;
  position: relative;
}
.lp-issue__item__list {
  width: 49%;
  background-color: #fff;
  margin-bottom: 1%;
  padding: 14px;
  border-radius: 6px;
  border: 3px solid #3333ab;
  color: #3333ab;
}
.lp-issue__item::after {
  position: absolute;
  content: "";
  bottom: -75px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 244px 0 244px;
  border-color: #EAEAF6 transparent transparent transparent;
}
.lp-issue .lp-issue__solutionttl {
  font-size: 5.0rem;
  margin-top: 125px;
  margin-bottom: 30px;
}
.lp-issue .lp-issue__solutionttl span {
  background: linear-gradient(transparent 60%, #fcb800 60%);
}
.lp-cva {
  font-size: 2.5rem;
  padding: 60px 0;
  background: url("../image/lp/cva-bg.png");
  background-size: cover;
  color: #fff;
  text-align: center;
}
.lp-cva__inner {
  max-width: 750px;
  margin: 0 auto;
}
.lp-cva__txt {
  margin-bottom: 40px;
}
.lp-cva__txt span {
  color: #fcdb00;
}
.lp-cva__tell {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-cva__tell__txt {
  margin-right: 20px;
  font-size: 2.3rem;
}
.lp-cva__tell__num {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 35px;
  vertical-align: middle;
}
.lp-cva__tell__num::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 25px;
  height: 22px;
  background-image: url(/manda/asset/image/lp/tell-icon.png);
}
.lp-reason {
  background: url(/manda/asset/image/lp/reason-bg.jpg) top no-repeat;
  background-size: 100% auto;
}
.lp-reason h2 {
  color: #fff;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.lp-reason h2 span {
  display: block;
  font-size: 2.3rem;
  font-weight: normal;
}
.lp-reason__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.lp-reason__item__list {
  width: 40rem;
}
.lp-reason__item__list__ttlbox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lp-reason__item__list__ttlbox h3 {
  color: #3333ab;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 10px;
}
.lp-reason__item__list__ttlbox .num {
  color: #f8ac09;
  font-size: 7.0rem;
  margin-top: -33px;
  position: absolute;
  right: 5px;
}
.bg-blue {
  background-color: #eaeaf6;
}
.lp-consultant h2 {
  font-size: 5.0rem;
  color: #242478;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-consultant h2 span {
  font-size: 2.3rem;
  display: block;
  font-weight: normal;
}
.lp-consultant .slick-initialized .slick-slide {
  padding: 0 20px;
}
.lp-consultant__item__list {
  width: 118rem !important;
  background-color: #fff;
}
.lp-consultant__item__list a {
  display: flex;
}
.lp-consultant__item__list__txtbox {
  padding: 20px;
  height: 368px;
  flex: 1;
}
.lp-consultant__item__list__txtbox__catchcopy {
  font-size: 2.3rem;
  font-weight: bold;
  background-color: #242478;
  color: #fff;
  padding: 14px 20px;
  margin-left: -40px;
  margin-bottom: 15px;
    line-height: 1.2;
}
.lp-consultant__item__list__imgbox {
  width: 41rem;
  position: relative;
}
.lp-consultant__item__list__imgbox img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-consultant__item__list__imgbox__name {
  position: absolute;
  bottom: 3%;
  right: 3%;
  background-color: #fff;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  color: #3333ab;
  border: 2px solid #3333ab;
}
.lp-consultant__item__list__imgbox__name p {
  font-size: 2.6rem;
  line-height: 1.3;
}
.lp-consultant__item__list__imgbox__name .director {
  display: block;
  font-size: 1.4rem;
}
.lp-consultant .slick-track {
  display: flex;
}
.lp-consultant .slick-slide {
  height: auto !important;
}
.lp-consultant .slick-prev:before, .lp-consultant .slick-next:before {
  color: #242478;
}
.lp-achievement {
  background-color: #242478;
}
.lp-achievement h2 {
  color: #fff;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-achievement__item__list {
  width: 620px;
  max-width: 100%;
  color: #fff;
  background-color: #fff;
}
.lp-achievement__item__list__imgbox {
  position: relative;
  z-index: 0;
}
.lp-achievement__item__list__middlebox {
  width: 57.5rem;
}
.lp-achievement__item__list__middlebox__item {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-left: -25px;
    z-index: 1;
    position: relative;
    background-color: #3333ab;
}
.lp-achievement__item__list__middlebox__item__list {
  background-color: #fff;
  padding: 10px;
  width: 48%;
}
.lp-achievement__item__list__middlebox__item__list__ttl {
  color: #3333ab;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 12px;
}
.lp-achievement__item__list__middlebox__item__list__labelbox {
  display: flex;
  align-items: center;
}
.lp-achievement__item__list__middlebox__item__list__labelbox .label {
  width: 70px;
  color: #fff;
  background-color: #0eafd6;
  text-align: center;
  padding: 6px 0;
  margin: 5px 5px 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.lp-achievement__item__list__middlebox__item__list__labelbox p {
  color: #000;
  flex: 1;
}
.lp-achievement__item__list__txtbox {
  background-color: #fff;
  color: #000;
  padding: 25px;
}
.lp-achievement__item__list__txtbox h3 {
  font-size: 2.3rem;
  color: #3333ab;
  font-weight: bold;
  margin-bottom: 26px;
}
.slick-slide img {
  width: 620px;
  max-width: 100%;
}
.lp-achievement .slick-initialized .slick-slide {
  margin: 0 10px;
  background: #fff;
}
.lp-achievement .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff6900;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.lp-achievement .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.lp-achievement .slick-next::before {
  left: 20px;
}
.lp-achievement .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.lp-achievement .slick-prev {
  left: -60px;
}
.lp-achievement .slick-next {
  right: -60px;
}
.lp-achievement .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-achievement .slick-next:focus, .lp-achievement .slick-next:hover, .lp-achievement .slick-prev:focus, .lp-achievement .slick-prev:hover {
  background: #ff6900;
}
.lp-achievement .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff6900;
}
.lp-achievement .slick-dots {
  bottom: -45px;
}
.lp-achievement .slick-track {
  display: flex;
}
.lp-achievement .slick-slide {
  height: auto !important;
}
.lp-faq {
  background-color: #eaeaf6;
}
.lp-faq h2 {
  color: #242478;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-faq.qa-contents .acd_box {
  border: none;
  border-radius: 0;
  overflow: hidden;
}
.lp-document {
  background: url(/manda/asset/image/lp/document-bg.jpg);
  background-size: cover;
  color: #fff;
}
.lp-document h2 {
  color: #fff;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-document__item {
  display: flex;
  justify-content: center;
}
.lp-document__item__list {
  width: 42rem;
  background-color: #fff;
  color: #000;
  margin: 0 2rem;
  padding: 25px;
  border: 10px solid #c3ebf5;
}
.lp-document__item__list__imgbox img {
  max-width: 100%;
}
.lp-document__item__list__txtbox {
  margin-bottom: 36px;
}
.lp-document__item__list__txtbox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3333ab;
  line-height: 1.4;
  margin: 30px 0 20px 0;
}
.lp-seminar h2 {
  color: #242478;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.seminar_list .seminar-slider-item img {
  width: 100%;
  height: 145px;
}
.lp-seminar .btn-b {
  margin-top: 70px;
}
.lp-form h2 {
  color: #242478;
  font-size: 5.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-form .mktoForm button.mktoButton {
  background: rgb(255, 105, 0);
  background: linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(252, 185, 0, 1) 100%);
}
.ma_lp img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .lp-mv {
    height: 604px;
    background: url(/manda/asset/image/lp/bg.jpg) -800px top no-repeat;
    background-color: #1f2a68;
  }
 .lp-mv__box {
    position: relative;
    top: 198px;
    display: block;
}
  .lp-mv__box h1 {
    font-size: 2.8rem;
	  text-shadow: 2px 2px 6px #101010;
  }
  .lp-mv__box h1 span.sub {
    font-size: 2.1rem;
  }
  .lp-mv__box h1 span.main {
    font-size: 3.6rem;
  }
	
	.lp-mv__box__left__note small {
		font-size: 1.2rem;
	}
  .lp-mv__box__right__imgbox__item {
    width: 100px;
  }
  .lp-mv__box__left {
    margin-top: 20px;
  }
  .btn-b.lp-btn {
    font-size: 1.4rem;
    width: 100%;
  }
  .lp-mv__box__left__note {
	  margin-top: 10px;
    background-color: rgba(255,255,255,0.7);
    padding: 5px;
  }
  .lp-issue h2 {
    font-size: 2.3rem;
  }
  .lp-issue__item {
    display: block;
    padding: 20px 15px;
    margin-top: 20px;
    position: relative;
  }
  .lp-issue__item__list {
    width: 100%;
    marign-bottom: 10px;
  }
  .lp-issue__item::after {
    bottom: -37px;
    border-width: 37px 44px 0 44px;
  }
  .lp-issue .lp-issue__solutionttl {
    font-size: 3.2rem;
  }
  .lp-cva__inner {
    max-width: 95%;
  }
  .lp-cva__txt {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .lp-cva__tell {
    margin-top: 20px;
    display: block;
  }
  .lp-cva__tell__num {
    padding: 0;
  }
  .lp-cva__tell__num::before {
    left: -35px;
    top: 5px;
    display: inline-block;
  }
  .lp-reason {
    background: url(/manda/asset/image/lp/reason-bg.jpg) top no-repeat;
    background-size: 100% 278px;
  }
  .lp-reason h2 {
    font-size: 3.2rem;
  }
  .lp-reason__item__list__ttlbox .num {
    color: #f8ac09;
    font-size: 5.0rem;
    margin-top: -40px;
  }
  .lp-reason__item {
    display: block;
    margin-bottom: 30px;
  }
  .lp-reason__item__list {
    width: 100%;
    margin-bottom: 30px;
  }
  .lp-consultant h2 {
    font-size: 3.2rem;
  }
  .lp-consultant h2 {
    font-size: 3.2rem;
    color: #242478;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .lp-consultant__item__list {
    width: 100% !important;
  }
  .lp-consultant__item__list {
    width: 100% !important;
  }
  .lp-achievement h2 {
    font-size: 3.2rem;
  }
  .lp-achievement__item__list {
    width: 100%;
  }
  .lp-achievement__item__list__middlebox {
    width: 100%;
  }
  .lp-achievement__item__list__middlebox__item {
    display: block;
    margin-top: 20px;
	  margin-bottom:20px;
    z-index: 1;
    position: relative;
    background-color: #3333ab;
  }
  .lp-achievement__item__list__middlebox__item__list {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 8px;
  }
  .lp-achievement .slick-prev {
    left: -7%;
  }
  .lp-achievement .slick-next {
    right: -7%;
  }
  .lp-faq h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
	
	.lp-consultant__item__list a {
    display: block;
}
	.lp-consultant__item__list__imgbox {
    width: 100%;
    position: relative;
}
	.lp-consultant__item__list__txtbox__catchcopy {
    font-size: 1.8rem;
}
	.lp-consultant__item__list__imgbox__name .director {
    font-size: 1.3rem;
}
	.lp-consultant__item__list__imgbox__name p {
    font-size: 1.8rem;
}
	.lp-consultant__item__list__txtbox {
    padding: 20px;
    height: auto;
}
	
	
  .lp-document h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .lp-document__item {
    display: block;
  }
  .lp-document__item__list {
    width: 100%;
    margin: 0 0 10px 0;
}
  .lp-document__item__list__txtbox h3 {
    font-size: 2.0rem;
    margin: 15px 0 7px 0;
  }
  .lp-seminar h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .lp-form h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
	.lp-mv {
    height: 646px;
    background: url("../../asset/image/lp/bg-sp.png") no-repeat center top;
	    background-color: #1f2a68;
  }
}


.c-newsList>li {
    border-bottom: 1px solid #dfdfdf;
}

.c-newsList>li:first-child {
    border-top: 1px solid #dfdfdf;
}

.c-newsList>li a {
    text-decoration: none;
    display: block;
    padding: 30px 60px;
    color: #000;
    position: relative
}

.c-newsList>li a .list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}
.c-newsList>li a .list>li:nth-child(1) {
    margin-right: 20px;
    font-weight: 800;
    color: #fff;
    background: #3333ab;
    padding: 5px 10px;
    font-size: 14px;
}
.c-newsList>li a .list>li:nth-child(2) {
    color: #6e7786;
    font-weight: 100;
}

.c-newsList>li a .list>li:nth-child(3) {
    flex: 1;
    margin-left: 30px;
    padding-right: 50px;
    font-weight: 800;
}
.c-newsList>li a:hover .list>li:nth-child(3){
    color: #242478;
}
@media (max-width: 768px) {
  .c-newsList>li a .list {
    flex-wrap: wrap;
  }
  .c-newsList>li a .list>li:nth-child(3) {
    width: 100%;
    flex: auto;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 480px) {
.c-newsList>li a {
    padding: 24px 10px;
}
.c-newsList>li a .list{
    flex-wrap: wrap;
}
.c-newsList>li a .list>li:nth-child(1){
    padding: 2px 8px;
    font-size: 13px;
}
.c-newsList>li a .list>li:nth-child(3){
    flex-basis: 100%;
    padding: 0;
    margin: 15px 0 0;
    font-size: 18px;
}
}


.lp-consultation h2 {
    font-size: 5.0rem;
}
@media (max-width: 768px) {
.lp-consultation h2 {
    font-size: 3.2rem;
}
}

/* 250820 */
.lp02-mv {
  background: url(/manda/asset/image/lp/bg02.jpg) no-repeat;
  height: 540px;
  width: 100%;
  position: relative;
  background-size: cover;
}
.lp02-mv .lp-mv__box h1 span.main {
  font-size: 8rem;
}
.lp02-mv .lp-mv__box h1 + .sub {
  text-shadow: 2px 2px 6px #101010;
}
.lp-section h2 {
  color: #242478;
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 35px;
}
.lp-head--mini {
  color: #242478;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.lp-flex-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
.lp-flex-col2__item {
  width: calc(50% - 2rem);
}
.lp-flex-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
.lp-flex-col3__item {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-direction: column;
}
.lp-item-card01 {
  display: grid;
  grid-template-rows: 1fr .7fr 3fr;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid #242478;
  border-radius: 10px;
  flex-grow: 1;
  background: #fff;
}
.lp-item-card01 a {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.lp-item-card01 a .lp-item-card01__title {
    position: relative;
}
.lp-item-card01 a .lp-item-card01__title::after {
  content: url(/manda/assets/img/icon-lp-link.png);
  position: absolute;
  top: 1px;
  margin-left: .5rem;
}
.lp-item-card01__img {
  text-align: center;
}
.lp-item-card01__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #242478;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.lp-item-card01__title span {
  font-size: 1.6rem;
}
.lp-item-card01__text {
  display: flex;
  flex-direction: column;
}
.lp-item-card01__text ul {
  padding-left: 1rem;
  flex-grow: 1;
}
.lp-item-card01__text li {
  text-indent: -1.5rem;
}
.lp-head-underline {
  color: #242478;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #242478;
  margin-bottom: 1.5rem;
}
p + .lp-head-underline {
  margin-top: 2.5rem;
}
.lp-dd-kind {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.lp-dd-table {
  width: 100%;
}
.lp-dd-table :is(th,td) {
  border: none;
}
.lp-dd-table :is(th,td):not(:last-child) {
  border-right: 1px solid #fff;
}
.lp-dd-table thead th {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #242478;
}
.lp-dd-table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}
.lp-dd-table tbody tr:nth-child(even) td {
  background: #eaeaf6;
}
.lp-dd-table tbody td {
  padding: 2rem 1rem;
  vertical-align: middle;
}
.lp-dd-table tbody td:last-child {
  text-align: left;
}
.lp-dd-issue.lp-issue .lp-issue__solutionttl,
.lp-dd-issue.lp-issue .lp-issue__solutionttl span {
  color: #242478;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.lp-dd-issue.lp-issue .lp-issue__solutionttl span {
  display: inline-block;
}
.lp-faq.lp-dd-faq {
  background-color: #fff;
}
.lp-scroll-x .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp02-mv {
    height: 604px;
    background: url(/manda/asset/image/lp/bg02.jpg) -800px top no-repeat;
    background-color: #1f2a68;
  }
  .lp02-mv .lp-mv__box {
    position: relative;
    top: 108px;
    display: block;
  }
  .lp02-mv .lp-mv__box h1 span.main {
    font-size: 3rem;
  }
  .lp-section h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .lp-head--mini {
    font-size: 2rem;
  }
  .lp-flex-col2 {
    flex-direction: column;
  }
  .lp-flex-col2__item {
    width: 100%;
  }
  .lp-flex-col3 {
    flex-direction: column;
  }
  .lp-flex-col3__item {
    width: 100%;
  }
  .lp-scroll-x {
    overflow-x: scroll;
  }
  .lp-scroll-x img {
    max-width: none;
  }
  .lp-scroll-x table {
    width: 128rem;
    margin-top: 0!important;
  }
  .lp-scroll-x table tr {
    display: table-row;
  }
  .lp-scroll-x table :is(th,td) {
    display: table-cell;
  }
}

@media (max-width: 480px) {
	.lp02-mv {
    height: 646px;
    background: url("../../asset/image/lp/bg02-sp.png") no-repeat center top;
    background-color: #1f2a68;
  }
}

/* 250829 */
.lp02-consultant .lp-consultant__item__list {
  width: auto !important;
  height: 100%;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%);
}
.lp02-consultant .lp-consultant__item__list__imgbox {
  position: static;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lp02-consultant .lp-consultant__item__list__imgbox img {
  height: 330px;
}
.lp02-consultant .lp-consultant__item__list__imgbox__name {
  position: static;
  border: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp02-consultant .lp-consultant__item__list__imgbox__name p {
  font-size: 2.4rem;
}
.lp02-consultant.lp-consultant .slick-slide > * {
  height: 100%;
}
.lp02-consultant .slick-initialized .slick-slide {
    padding: 20px;
}
.lp02-consultant .lp-consultant__item__list {
    width: auto !important;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}
.slick-prev {
    left: calc((100% - 128rem) / 2)!important;
}
.slick-next {
    right: calc((100% - 128rem) / 2)!important;
}
@media (max-width: 1280px) {
  .slick-prev {
    left: 5rem!important;
  }
  .slick-next {
    right: 5rem!important;
  }
}
@media (max-width: 768px) {
  .lp02-consultant .lp-consultant__item__list__imgbox img {
    height: auto;
  }
  .lp02-consultant .lp-consultant__item__list__imgbox__name p {
    font-size: 1.8rem;
  }
}

.lp-bg-gray {
  background: #f6f6f6;
  padding: 3.5rem 10rem 4rem;
}
@media (max-width: 768px) {
  .lp-bg-gray {
    padding: 3.5rem 3rem 4rem;
  }
}