@charset "utf-8";
.top100 {
  margin-top: 100px;
}
.top40 {
  margin-top: 40px;
}
.top30 {
  margin-top: 30px;
}
.top70 {
  margin-top: 70px;
}
.margin_r20 {
  margin-right: 20px;
}
.margin_l20 {
  margin-left: 20px;
}
.strong {
  font-weight: bold;
}
#contentsWrap {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	#contentsWrap {
		margin-bottom: 50px;
	}	
}
/*==============================================================*/
/* mainimg */
/*==============================================================*/
.slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.title {
  position: absolute;
  font-size: 65px;
  color: #fff;
  background: #9c9c9c;
  height: 100%;
  z-index: 999;
  padding: 12% 5%;
  top: 0;
  left: 0;
}
.title span {
  font-size: 17px;
  display: block;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
  display: inline-block;
}
.slider_bnr img {
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .slider {
    width: 100%;
  }
  .title {
    height: 100%;
    width: 30%;
    padding: 13% 3%;
    font-size: calc(100vw/26);
    left: 0;
  }
  .title span {
    font-size: calc(100vw/76);
  }
}
@media screen and (max-width: 767px) {
  * {
    max-width: initial !important;
    max-width: auto !important;
  }
  .title span {
    font-size: calc(100vw/76);
  }
}
@media screen and (max-width: 450px) {
  .title span {
    display: none;
  }
  .title {
    padding: 14% 3%;
  }
}
/*==============================================================*/
/* first */
/*==============================================================*/
.fStyle {
  font-size: 25px;
  color: #E34748;
  font-weight: bold;
  margin: 80px 0 70px 0;
}
.fStyle_txt, .fStyle_ma03_txt, .font_15 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fStyle {
    font-size: 20px;
    margin: 40px 0 35px 0;
  }
}
@media screen and (max-width: 350px) {
  .fStyle {
    font-size: calc(100vw/20);
  }
}

.ma_link {
	margin:50px 0;
}
.ma_link a {
	display: block;
	transition:.3s;
}
.ma_link a:hover {
	filter: brightness(1.2);
}

@media screen and (max-width: 767px) {
	.ma_link {
		margin:50px 2.5%;
	}

	.ma_link a img{
		height:auto;
		width:100%;
	}

}
/*==============================================================*/
/* nav */
/*==============================================================*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.rpaWrap .nav li {
  position: relative;
}
.rpaWrap .nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.35;
  background: #E34748;
  width: 155px;
  vertical-align: middle;
  padding: 15px 0 32px;
  margin: 2px;
  display: block;
}
.rpaWrap .arrow {
  padding: 0;
  position: static;
}
.rpaWrap .arrow::before {
  width: 12px;
  height: 12px;
  top: 27px;
  left: 67px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rpaWrap .arrow::before, .rpaWrap .arrow::after {
  position: absolute;
  margin: auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .nav {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rpaWrap .nav li {
    width: 32%;
  }
  .rpaWrap .nav li a {
    width: 98%;
  }
  .rpaWrap .arrow::before {
    top: 27px;
    left: calc(100vw/7);
  }
}
@media screen and (max-width: 450px) {
  .rpaWrap .nav li {
    width: 48%;
  }
  .rpaWrap .arrow::before {
    left: calc(100vw/5);
  }
}
/*==============================================================*/
/* M&A(事業継承)のメリット */
/*==============================================================*/
.fStyle_ma {
  margin-top: 80px;
  padding: 0 0 10px 10px;
  border-bottom: 3px solid #E34748;
  font-size: 24px;
  font-weight: bold;
  color: #E34748;
  text-align: center;
}
.ma_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ma_flex li {
  background: #f2f2f2;
  height: 490px;
  width: 462px;
}
.fStyle_ma02 {
  font-size: 20px;
  font-weight: bold;
}
.fStyle_ma02 span {
  font-size: 25px;
}
.sec2_txt {
  font-size: 15px;
}
.fStyle_ma03 {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  margin-top: 40px;
}
.ma_flex .txt {
  padding: 20px 25px;
  font-size: 15px;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec1_sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .sec1_sp li {
    margin-top: 30px;
  }
  .ma_flex li {
    height: auto;
  }
  .sec1_sp .top30 {
    margin: 25px 0;
  }
  .ma_flex .txt {
    padding: 30px 25px;
  }
  .rpaWrap .fStyle12 {
    font-size: 20px;
    margin: 60px 0 18px;
  }
  .fStyle_ma02 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .sp_flex {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  .fStyle_ma, .fStyle_ma02 {
    font-size: calc(100vw/19);
    margin-bottom: 15px;
  }
  .margin_r20 img, .margin_l20 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec2_sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: 0 !important;
  }
  .sec2_sp .fStyle_ma02 {
    margin-top: 20px;
  }
  .sec2_sp .top30 {
    margin-top: 0;
  }
  .sec2_txt {
    margin: 0 auto;
    text-align: left;
    width: 85%;
  }
  .margin_r20, .margin_l20 {
    margin: 0;
    height: auto;
  }
  .top100 {
    margin-top: 50px;
  }
  .sp_flex img {
    width: 90%;
    margin: 0 auto;
  }
}
/*==============================================================*/
/* 料金体系 */
/*==============================================================*/
.sec3 h5 {
  margin-bottom: 1rem;
}
.sec3 ol {
  font-weight: bold;
}
.sec3 .li_txt {
  font-weight: normal;
  margin-top: 0.5em;
  margin-left: -1.5em;
}
.fStyle_ma05 {
  font-size: 17px;
  color: #444;
  font-weight: bold;
}
.tbl-ma, .tbl-ma02 {
  width: 100%;
}
.tbl-ma03 {
  width: 100%;
  margin-left: -1.5rem;
}
.tbl-ma04 {
  margin-left: -1.5rem;
}
.tbl-ma04 td{
    width: 25%;
}
.fStyle_ma04 {
  font-weight: bold;
  margin-left: -1.5rem;
}
.tbl-ma05 {
  width: 100%;
  height: 14rem;
  margin-left: -1.5rem;
}
.tbl-ma td, .tbl-ma02 td, .tbl-ma03 td, .tbl-ma05 td {
  background: #f2f2f2;
}
.tbl-ma td, .tbl-ma02 td, .tbl-ma02 th {
  border: solid 3px #fff;
  text-align: center;
  padding: 10px 25px;
  font-size: 15px;
}
.tbl-ma th {
  border: solid 3px #fff;
  padding: 15px;
}
.tbl-ma03 td, .tbl-ma03 th, .tbl-ma05 td, .tbl-ma05 th, .tbl-ma04 th {
  border: solid 2px #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}
.tbl-ma .gray, .tbl-ma02 .gray, .tbl-ma03 .gray, .tbl-ma05 .gray {
  background: #444444;
  font-weight: bold;
  color: #fff;
}
.tbl-ma .gray {
  font-size: 15px;
}
.tbl-ma .rd, .tbl-ma02 .rd, .tbl-ma03 .rd {
  background: #ffd5d5;
  font-weight: bold;
  color: #e34748;
}
.tbl-ma .rd {
  font-size: 20px;
}
.tbl-ma02 .rd_s {
  background: #ffd5d5;
  font-weight: bold;
  color: #e34748;
  font-size: 15px;
}
.tbl-ma04 th {
  padding: 10px;
  width: 14vw;
}

.tbl-ma04 .rd {
  padding: 10px;
  font-size: 15px;
}
.sp_br br {
  display: none;
}
.rate p {
  font-size: 15px;
  line-height: 2;
  margin: 70px auto 0;
}
.price {
  background: #f2f2f2;
  margin-top: 60px;
  padding: 30px;
  font-size: 14px;
}
.price div, .strong {
  border-bottom: dotted 1px #555;
  padding: 10px 5px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec3 .ma_flex {
    display: block;
  }
  .sp_br br {
    display: inline;
  }
  .pc_br br {
    display: none;
  }
  .tbl-ma04 th {
    width: auto
  }
	.tbl-ma, .tbl-ma02{
		width:auto;
	}
	.tbl-ma05 {
		width: 105%;
	}
	.sec3 li{
		font-size:15px;
	}
}
@media screen and (max-width: 600px) {
	  .tbl-ma03, .tbl-ma02 {
    width: auto;
  }
  .tbl-ma .rd {
    font-size: 15px;
  }
  .tbl-ma td, .tbl-ma th, .tbl-ma02 td, .tbl-ma02 th {
    padding: 8px;
    border: solid 1px #fff;
  }
  .price div {
    border-bottom: none;
    display: inline-block;
    width: 100%;
  }
  .price dt {
    margin-top: 10px;
    background: #fff;
    padding: 6px 0;
    border-radius: 3px;
    text-indent: 11px;
    font-weight: bold;
  }
  .price dd {
    margin-top: 8px;
    text-indent: 12px;
  }
  .price dd span {
    display: inline-block;
    font-size: 14px;
  }
  .price .strong {
    display: none;
  }
  .price_sp {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width:400px) {
  .fStyle_ma04, .fStyle_ma05 {
    font-size: 16px;
  }
  .fStyle_ma03 {
    font-size: 13px;
  }
}
/*==============================================================*/
/* サービスの流れ */
/*==============================================================*/
.flow li {
  background: #9c9c9c;
  padding: 4px 0;
  margin: 20px auto;
  text-indent: 25px;
  letter-spacing: 0.2rem;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.flow li span {
  margin-right: 22px;
  font-size: 25px;
}
.flow .flow_rd {
  background: #e34748;
}
.ttl10 {
  margin-left: -9px;
  margin-right: 10px !important;
}
@media screen and (max-width: 500px) {
  .flow li {
    font-size: 18px;
    letter-spacing: 0;
    text-indent: -29px;
    padding-left: 46px;
  }
  .flow li span {
    font-size: 20px;
    margin-right: 14px;
  }
}
/*==============================================================*/
/* 事例紹介 */
/*==============================================================*/
.case_img_bl, .case_img_rd {
  height: 76px;
  margin: 0 auto 10px;
}
.case_ttl {
  font-size: 20px;
  font-weight: 800;
  width: 78%;
  margin: 0 auto;
  padding-top: 20px;
}
.case-box {
  margin-top: 30px;
}
.case_ttl .bl {
  color: #2b6bb5;
}
.case_ttl .rd {
  color: #e34748;
}
.case-inside {
  background: #f2f2f2;
  align-items: center;
  padding: 40px 30px;
  margin-top: 60px;
}
.case-inside p {
  width: 350px;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  font-size: 14px;
}
.case-inside .arrow_txt {
  margin: 0 10px;
}
.case-inside img {
  margin-bottom: 10px;
}
.company_bl, .company_rd {
  text-align: center;
  height: 200px;
  width: 260px;
  vertical-align: middle;
  position: relative;
}
.company_bl {
  margin: 0 40px 0 0;
}
.company_rd {
  margin: 0 0 0 40px;
}
.company_bl::after {
  content: '\025b6';
  margin: 0 10px;
  display: block;
  position: absolute;
  top: 90px;
  right: -37px;
}
.company_rd::before {
  content: '\025b6';
  margin: 0 10px;
  display: block;
  position: absolute;
  top: 90px;
  left: -37px;
}
.company_bl .ma_flex, .company_rd .ma_flex {
  margin-top: 10px;
  align-items: flex-end;
  border-bottom: dotted 1px #555;
  padding: 10px 0px 3px;
}
.company_bl dt {
  width: 50px;
  height: fit-content;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #2b6bb5;
  border-radius: 3px;
}
.company_rd dt {
  width: 50px;
  height: fit-content;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #e34748;
  border-radius: 3px;
}
.company_bl dd, .company_rd dd {
  text-align: left;
  font-size: 13px;
  flex-basis: 75%;
  letter-spacing: 0;
}
.case_sp_bl {
  background: url(../../img/service/m_n_a/ico_01.png) no-repeat;
  background-position: top;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 80px;
}
.case_sp_rd {
  background: url(../../img/service/m_n_a/ico_02.png) no-repeat;
  background-position: top;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .case_ttl {
    display: none;
  }
  .case-box .ma_flex {
    display: block;
    width: 100%;
  }
  .case-inside {
    padding: 40px 0;
    margin: 40px auto;
  }
  .company_bl, .company_rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .company_bl, .company_rd, .case-inside p {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .company_bl {
    margin: 0 auto 20px;
  }
  .company_rd {
    margin: 20px auto 0;
  }
  .case-inside .arrow_txt {
    margin: 10px 0;
  }
  .arrow_txt {
    text-align: center;
    transform: rotate(90deg);
    font-size: 16px;
    margin: 10px auto;
  }
  .company_bl dd, .company_rd dd {
    text-indent: 0;
    font-size: 14px;
    flex-basis: auto;
  }
  .company_bl dd br, .company_rd dd br {
    display: none;
  }
  .company_rd dt, .company_bl dt {
    margin-right: 10px;
  }
  .company_rd img, .company_bl img {
    height: 76px;
    margin: 0 30px 0 10px;
  }
  .case_sp_bl, .case_sp_rd {
    padding: 0 20px 0 100px;
    margin-left: 10px;
    background-position: left;
  }
  .company_bl::after {
    transform: rotate(90deg);
    top: 148px;
    right: 0;
    left: 0;
  }
  .company_rd::before {
    left: 0;
    top: -8px;
    right: 0;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 460px) {
  .indent::after {
    top: 170px;
  }
}
@media screen and (max-width: 354px) {
  .indent2::after {
    top: 170px;
  }
}
/*==============================================================*/
/* よくある質問 */
/*==============================================================*/
.question {
  font-size: 17px;
  font-weight: 700;
  margin-top: 60px;
  color: #555555;
  align-items: center;
}
.answer {
  margin-top: 15px;
  font-size: 15px;
}
.question span, .answer span {
  display: block;
  text-align: center;
  align-items: center;
  padding-top: 2px;
  margin-right: 35px;
  width: 45px;
  height: 45px;
  font-size: 25px;
  background-color: #9c9c9c;
  color: #fff;
  border-radius: 50%;
}
.answer span {
  width: 45px;
  height: 45px;
  font-size: 25px;
  font-weight: 700;
  background: #e34748;
}
.answer, .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer p, .question p {
  flex-basis: 85%;
}
@media screen and (max-width: 767px) {
  .question {
    font-size: 15px;
  }
  .answer {
    font-size: 14px;
  }
  .question span, .answer span {
    padding-top: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .question span {
    padding-top: 0px;
  }
}