@charset "utf-8";
/* CSS Document */


/*****************************
********** サブビジュアル **********
******************************/

#subvisual {
  position: relative;
  width: 100%;
}
#subTit {
  position: absolute;
  top: 35%;
  left: 0;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
}
#subTxt {
  position: absolute;
  top: 54%;
  left: 2.5%;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 95%;
}
#subvisual img {
  width: 100%;
  /*height: 23.078vw;*/
  height: 300px;
  object-fit: cover;
  font-family: ‘object-fit: cover;
}


/*****************************
********** ぱんくず **********
******************************/

#panNav {
  width: 100%;
  padding: 15px 0;
}
#panNav .inner {
  width: 1100px;
  margin: 0 auto;
}
#panNav .inner ul li {
  float: left;
  color: #fff;
  font-size: 1.2rem;
}
#panNav .inner ul li:after {
  content: ">";
  padding: 0 10px;
}
#panNav .inner ul li:last-child:after {
  display: none;
}
#panNav .inner ul li a {
  color: #fff;
  text-decoration: none;
}
#panNav .inner ul li a:hover {
  text-decoration: underline;
}


/*****************************
********** 実績一覧 **********
******************************/
.dealslist {
  background: #333;
  padding: 40px;
  width: 1100px;
  margin: 0 auto 40px;
}
.jouto{
  float: left;
  width: 59%;
}
.yuzuriuke {
  float: left;
  width: 41%;
}
.jouto {
  position: relative;
  padding-right: 18%;
}
.jouto:before {
  position: absolute;
  right: 7.5%;
  bottom: 50%;
  content: "株式譲渡";
  text-align: center;
  line-height: 50px;
  background-color: #444;
  height: 50px;
  width: 85px;
  padding-left: 16px;
  margin-bottom: -25px;
}
.jouto.hoka:before {
  content: "株式譲渡他";
}
.jouto.nado:before {
  content: "株式譲渡等";
}
.jouto.mbo:before {
  content: "MBO";
}
.jouto:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-left: 20px solid #444;
  right: -1.5%;
  bottom: 50%;
  margin-bottom: -35px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr  {
  border-top: solid 1px #666;
}
table th  {
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px;
  background: #444;
  vertical-align: middle;
  width: 9em;
}
.yuzuriuke table tr  {
  border-top: solid 1px #d9baa3;
}
.yuzuriuke table th  {
  background: #9c7456;
}
table td  {
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding: 15px;
  border-right: solid 1px #666;
}
table td.campany  {
  font-weight: bold;
  font-size: 2.4rem;
}
table td.area  {
  width: 5.5em;
}
table td:last-child  {
  border-right: 0;
}

.details {
  margin-top: 30px;
}
.detailsTxt  {
  float: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 20px 0 0 30px;
  display: none;
}
.detailsBtn {
  float: left;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: linear-gradient(to top, #cdae8f 0%, #976e50 51%, #cdae8f 100%);
  background-size: auto 200%;
  padding: 20px 0 20px 54px;
  width: 128px;
  border-radius: 5px;
  transition: all .3s;
}
.detailsBtn:hover {
  cursor: pointer;
}
.detailsBtn.active {
  background-color: #976e50;
  background-position: bottom center;
}
.detailsBtn:before {
  position: absolute;
  top: 20px;
  left: 29px;
  content: "＋";
}
.detailsBtn.active:before {
  left: 33px;
  content: "−";
}


/*****************************
********** 募集要項 **********
******************************/
#requirements {
  width: 100%;
  height: 200px;
  background-image: url(../images/bg_requirements.jpg);
  background-size:cover;
  background-position: top right;
  padding-top: 65px;
}
#requirementsBtn a {
  display: block;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 64px;
  text-decoration: none;
  width: 354px;
  height: 64px;
  border: solid 3px rgba(255,255,255,0.5);
  margin: 0 auto;
  transition: .3s;
}
#requirementsBtn a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 1157px) {
/*****************************
********** ぱんくず **********
******************************/
#panNav .inner {
  width: 95%;
  margin: 0 auto;
}

/*****************************
********** 実績一覧 **********
******************************/
.dealslist {
  padding: 40px 2.5%;
  width: 95%;
}
table th  {
  padding: 15px 0;
  width: 6.8em;
}
table td  {
  padding: 15px 2%;
}
table td.area {
  width: 4.6em;
}


}


@media screen and (max-width: 999px) {
/*****************************
********** 実績一覧 **********
******************************/
.jouto{
  float: none;
  width: 100%;
}
.yuzuriuke {
  float: none;
  width: 100%;
}
.jouto {
  padding-right: 0;
  margin-bottom: 130px;
}
.jouto:before {
  right: 50%;
  bottom: -80px;
  width: 100px;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -50px;
}
.jouto:after {
  border: 60px solid transparent;
  border-top: 20px solid #444;
  right: 50%;
  margin-right: -60px;
  bottom: -159px;;
  margin-bottom: 0;
}

table th  {
  width: 25%;
  min-width: 8.6em;
  padding: 15px;
}
table td  {
  padding: 15px;
}
table td.area  {
  width: auto;
  min-width: 5.5em;
}


}



@media screen and (max-width: 767px) {
/*****************************
********** 実績一覧 **********
******************************/
table th  {
  min-width: 9em;
}
table td  {
  padding: 10px;
}
table td.area  {
  min-width: 4.7em;
}

.detailsBtn {
  float: none;
  margin: 0 auto;
}
.detailsTxt {
  float: none;
  padding: 20px 0 0 0;
}

}


@media screen and (max-width: 379px) {
#requirementsBtn a {
  display: block;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 64px;
  text-decoration: none;
  width: 95%;
  height: 64px;
  border: solid 3px rgba(255,255,255,0.5);
  margin: 0 auto;
}
}
