@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 118vw;
  padding-top: 19.2vw;
  position: relative;
}
.fv-backimg {
  width: 100%;
  height: 75.4vw;
  background-image: url("../../../../img/MandA-fv.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  z-index: -1;
}
.fv-tit_en {
  position: absolute;
  top: 80.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 7.73333vw;
  font-weight: 600;
  color: #0e3169;
  text-align: center;
  margin: -9.866vw 0 0 0;
  padding: 4.8vw 0 5.333vw;
  width: 87.4666vw;
  background-color: rgba(255, 255, 255, 0.9);
}
.fv-tit_ja {
  position: absolute;
  top: 86.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 3.4666vw;
  color: #fff;
  background: #0e3169;
  text-align: center;
  width: 49.333vw;
  padding: 0.8vw;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .fv {
    background: #f0f2f2;
    width: 100%;
    height: 50vw;
    padding-top: 6.923vw;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 34.6153vw;
    background-image: url("../../../../img/MandA-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 28.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 4.2307vw;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 2.2307vw 0 2.0769vw;
    width: 75.384vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 46.1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 1.384vw;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 26.923vw;
    padding: 0.615vw;
  }
}
@media screen and (min-width: 1300px) {
  .fv {
    width: 100%;
    height: 650px;
    background: #f0f2f2;
    padding-top: 90px;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 450px;
    background-image: url("../../../../img/MandA-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 28.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 29px 0 27px;
    width: 980px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 46.1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 350px;
    padding: 8px;
  }
}
/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 1.6vw 0 2.1333vw 4.2666vw;
  list-style: none;
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}
.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.breadcrumb-item:nth-child(2) {
  margin-left: 4.8vw;
  opacity: 0.5;
}
.breadcrumb-item:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: -30%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}
.breadcrumb-item:last-child {
  margin-left: 4.8vw;
}
.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 0.866vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}
@media screen and (min-width: 1500px), print {
  .breadcrumb {
    top: 89%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}
.contents {
  padding-top: 9.8666vw;
}
.contents-content {
  width: calc(100vw - 50px);
  margin: 0 auto 16.2vw;
}
.contents-content img {
  width: 86.666vw;
  height: 57.777vw;
}
.contents-content_textbox.box3 {
  margin-top: -0.2vw;
}
.contents-content_textbox.box4 {
  margin-top: -0.3vw;
}
.contents-content_textbox.box5 {
  margin-top: -0.2vw;
}
.contents-content_textbox.box6 {
  margin-top: 4.6vw;
}
.contents-content_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  padding-top: 5.4vw;
}
.contents-content_maintit {
  font-family: "Noto Sans JP";
  font-size: 5.333vw;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  padding-top: 0.5vw;
}
.contents-content_maintit.maintit1 {
  padding-top: 5.0666vw;
}
.contents-content_entit {
  position: relative;
  font-family: "Poppins";
  font-size: 3.4666vw;
  line-height: 1.538;
  font-weight: 500;
  color: #0e3169;
  text-align: center;
  margin-top: 2.3vw;
  margin-bottom: 10.2vw;
  letter-spacing: 0.02em;
}
.contents-content_entit:after {
  display: inline-block;
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 7vw;
  height: 0.8vw;
  background: #0e3169;
}
.contents-content_post, .contents-content_add, .contents-content_time, .contents-content_tel {
  font-family: "Noto Sans JP";
  font-size: 4.266vw;
  line-height: 1.588;
  text-align: center;
  letter-spacing: 0.02em;
}
.contents-content_time {
  letter-spacing: 0.01em;
}
.contents-content_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 2;
  margin-top: 3.9vw;
  letter-spacing: 0.02em;
}
.contents-content_link {
  width: 60vw;
  padding: 0;
  margin: 4.2vw auto 0;
  border: 0.1333vw solid #0e3169;
  text-align: center;
  position: relative;
}
.contents-content_link::before {
  display: inline-block;
  position: absolute;
  left: -20%;
  top: 50%;
  content: "";
  width: 18vw;
  height: 0.1333vw;
  background: #0e3169;
}
.contents-content_link a {
  font-family: "Poppins";
  font-size: 4vw;
  color: #0e3169;
  padding: 4.1vw 0;
  display: block;
}

.footer {
  margin-top: 20.333vw;
  padding-top: 0;
}

.pc_none {
  display: block;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .contents {
    padding-top: 102px;
    width: calc(100vw - 50px);
    max-width: 1200px;
    margin: 0 auto 122px;
    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;
  }
  .contents-content {
    width: 44.615vw;
    margin: 0 0 4.6923vw 0;
  }
  .contents-content img {
    width: 100%;
    height: 25.769vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contents-content img:hover {
    opacity: 0.7;
  }
  .contents-content_textbox.box3 {
    margin-top: 0;
  }
  .contents-content_textbox.box4 {
    margin-top: 0;
  }
  .contents-content_textbox.box5 {
    margin-top: 1.769vw;
  }
  .contents-content_textbox.box6 {
    margin-top: 1.538vw;
  }
  .contents-content_subtit {
    font-size: 1.231vw;
    margin-top: 1.538vw;
    padding: 0;
  }
  .contents-content_maintit {
    font-size: 1.538vw;
    padding-top: 0.2308vw;
  }
  .contents-content_maintit.maintit1 {
    padding-top: 1.538vw;
  }
  .contents-content_entit {
    font-size: 1.0769vw;
    color: #0e3169;
    margin-top: 0.4615vw;
    margin-bottom: 2.923vw;
    letter-spacing: 0;
  }
  .contents-content_entit:after {
    bottom: -95%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 1.923vw;
    height: 0.2308vw;
  }
  .contents-content_post, .contents-content_add, .contents-content_time, .contents-content_tel {
    font-size: 1.231vw;
  }
  .contents-content_time {
    padding-top: 0.5385vw;
    letter-spacing: 0.02em;
  }
  .contents-content_txt {
    font-size: 1.231vw;
    margin-top: 2.7307vw;
    min-height: 9.85vw;
  }
  .contents-content_link {
    width: 23.08vw;
    padding: 0;
    margin: 2.692vw auto 0;
    border: 0.0769vw solid #0e3169;
    position: relative;
  }
  .contents-content_link::before {
    left: -20%;
    top: 50%;
    width: 7.307vw;
    height: 0.0769vw;
  }
  .contents-content_link a {
    font-size: 1.307vw;
    color: #0e3169;
    padding: 1.461vw 0;
  }
  .contents-content_link:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .contents-content_link:hover a {
    color: #fff;
  }
  .contents-content_link:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 2.308vw;
    height: 0.0769vw;
    background: #fff;
  }
  .footer {
    margin-top: 0;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .contents {
    padding-top: 102px;
    width: calc(100vw - 50px);
    max-width: 1200px;
    margin: 0 auto 122px;
    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;
  }
  .contents-content {
    width: 580px;
    margin: 0 0 80px 0;
  }
  .contents-content img {
    width: 100%;
    height: 386.53px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contents-content img:hover {
    opacity: 0.7;
  }
  .contents-content_textbox.box3 {
    margin-top: 0;
  }
  .contents-content_textbox.box4 {
    margin-top: 0;
  }
  .contents-content_textbox.box5 {
    margin-top: 23px;
  }
  .contents-content_textbox.box6 {
    margin-top: 20px;
  }
  .contents-content_subtit {
    font-size: 16px;
    margin-top: 20px;
    padding: 0;
  }
  .contents-content_maintit {
    font-size: 20px;
    padding-top: 3px;
  }
  .contents-content_maintit.maintit1 {
    padding-top: 20px;
  }
  .contents-content_entit {
    font-size: 14px;
    color: #0e3169;
    margin-top: 6px;
    margin-bottom: 38px;
    letter-spacing: 0;
  }
  .contents-content_entit:after {
    bottom: -95%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 25px;
    height: 3px;
  }
  .contents-content_post, .contents-content_add, .contents-content_time, .contents-content_tel {
    font-size: 16px;
  }
  .contents-content_time {
    padding-top: 7px;
    letter-spacing: 0.02em;
  }
  .contents-content_txt {
    font-size: 16px;
    margin-top: 35.5px;
    min-height: 128px;
  }
  .contents-content_link {
    width: 300px;
    padding: 0;
    margin: 35px auto 0;
    border: 1px solid #0e3169;
    position: relative;
  }
  .contents-content_link::before {
    left: -20%;
    top: 50%;
    width: 95px;
    height: 1px;
  }
  .contents-content_link a {
    font-size: 17px;
    color: #0e3169;
    padding: 19px 0;
  }
  .contents-content_link:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .contents-content_link:hover a {
    color: #fff;
  }
  .contents-content_link:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
  }
  .footer {
    margin-top: 0;
  }
  .pc_none {
    display: none;
  }
}
.contactSection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.sp-only {
  display: none;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .contact {
    width: 83.33vw;
    text-align: center;
    color: #fff;
    font-family: "oswald", "Noto Sans JP";
    font-weight: 400;
  }
  .contact_tel {
    font-size: 2.666vw;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .contact_tel img {
    width: 2.333vw;
    margin-right: 1.25vw;
    margin-bottom: 1.0833vw;
  }
  .contact_mail {
    font-size: 2vw;
    letter-spacing: 0.08em;
    line-height: 1.333;
    vertical-align: middle;
  }
  .contact_mail img {
    width: 2.33vw;
    margin-right: 1.25vw;
    margin-bottom: 0.833vw;
  }
  .contact a {
    display: block;
    padding: 3.5833vw 0px 3.9166vw;
    background: #0e3169;
    margin: 0 auto;
    width: 83.33vw;
  }
  .contact a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #103496;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    width: 1000px;
    text-align: center;
    color: #fff;
    font-family: "oswald", "Noto Sans JP";
    font-weight: 400;
  }
  .contact_tel {
    font-size: 32px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .contact_tel img {
    width: 28px;
    margin-right: 15px;
    margin-bottom: 13px;
  }
  .contact_mail {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.333;
    vertical-align: middle;
  }
  .contact_mail img {
    width: 28px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .contact a {
    display: block;
    padding: 43px 0px 47px;
    background: #0e3169;
    margin: 0 auto;
    width: 1000px;
  }
  .contact a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #103496;
  }
  .pc_none {
    display: none;
  }
}
.ma-cases-detail-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.ma-cases-detail-table th,
.ma-cases-detail-table td {
  border: 1px solid #ddd;
  padding: 40px 12px;
}

.ma-cases-detail-table th {
  background-color: #f4f4f4;
  text-align: center;
  width: 30%;
  min-width: 120px;
  font-size: 14px;
}

.ma-cases-detail-table td {
  font-size: 14px;
  min-width: 210px;
  width: 70%;
}

@media screen and (min-width: 1200px) {
  .ma-cases-detail-table th {
    min-width: 220px;
    font-size: 16px;
  }
  .ma-cases-detail-table td {
    font-size: 16px;
    min-width: 460px;
  }
}
.sub-title {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vartival-line {
  height: 40px;
  width: 10px;
  background-color: #1d3f6f;
}

.title {
  font-size: 24px;
  font-weight: bold;
}

.detail-notes {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #333333;
  /* white-space: pre-wrap; */
}

.ma-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.ma-cases-detail-table {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 30px;
}

.ma-cases-detail-table-head {
  padding-top: 40px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 40px;
}

.infoSection {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding: 0 20px;
}

.infoDate {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 1.857;
  letter-spacing: 0.02em;
  color: #7c7c7c;
}

.infoCategory {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #0e3169;
  margin-left: 25px;
  padding: 4px 10px;
}

.notes {
  margin-top: 30px;
  padding-left: 10px;
  line-height: 32px;
}

.ma-list-table {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}

.ma-list-table,
.ma-list-td,
.ma-list-th {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
}

.ma-list-th {
  font-weight: bold;
  background: #f0f2f2;
}

.ma-list-td,
.ma-list-th {
  color: #333333;
  text-wrap: nowrap;
  padding: 10px 12px;
  min-width: 120px;
  text-align: center;
  vertical-align: middle;
}

.ma-list-td a {
  border: 1px solid #173356;
  background: #4d627d;
  display: block;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 20.7px;
  padding: 2px 0;
  width: 90%;
}

.top-text {
  text-align: center;
  color: #333333;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 70px;
  max-width: 997px;
  padding-left: 25px;
  padding-right: 25px;
}

.sellRequest h3,
.buyRequest h3 {
  padding-bottom: 6.5vw;
}

.sell-cases h3 {
  padding-top: 0;
  padding-bottom: 0px;
}

.searchContent {
  width: 100%;
  background: #f0f2f2;
}

.serachTitleWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.serachTitle {
  font-size: 24px;
  font-weight: medium;
  color: #0e3169;
  margin-bottom: 10px;
}

.searchContainer,
.searchResult {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 20px;
}

.searchContainer {
  padding-left: 25px;
  padding-right: 25px;
}

.searchBox {
  margin-bottom: 20px;
  padding-left: 32px;
}
.searchBox p {
  font-size: 20px;
  font-weight: medium;
  line-height: 49.6px;
}
.searchBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.searchBox .checkLabel {
  font-size: 16px;
  line-height: 14.9px;
}
.searchBox .checkLabel input {
  margin-right: 5px;
  margin-bottom: 2px;
}
.searchBox .keyword {
  border: 1px solid #b2b2b2;
  background: white;
  width: 100%;
  max-width: 620px;
  padding: 15px 20px;
}
.searchBox .keyword::-webkit-input-placeholder {
  color: #b2b2b2;
}
.searchBox .keyword::-moz-placeholder {
  color: #b2b2b2;
}
.searchBox .keyword:-ms-input-placeholder {
  color: #b2b2b2;
}
.searchBox .keyword::-ms-input-placeholder {
  color: #b2b2b2;
}
.searchBox .keyword::placeholder {
  color: #b2b2b2;
}

.buyRequest {
  background: #f0f2f2;
  padding: 100px 20px;
}
.buyRequest .requestText {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  max-width: 997px;
  margin: 0 auto;
}

.buyRequestWrapper {
  margin-top: 67px;
}

.buyRequestContainer {
  background: white;
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.buyRequestContainer .number {
  font-family: "oswald", "Noto Sans JP";
  position: absolute;
  color: #0e3169;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 49px;
  line-height: 56.3px;
  font-weight: 100;
}
.buyRequestContainer .firstRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buyRequestContainer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.buyRequestContainer .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.buyRequestContainer .industry .buyConditionstitle,
.buyRequestContainer .area .buyConditionstitle,
.buyRequestContainer .buy .buyConditionstitle,
.buyRequestContainer .buyConditions .buyConditionstitle {
  min-width: 94px;
  height: 32px;
  border: 1px solid #0e3169;
  color: #0e3169;
  line-height: 30.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
}
.buyRequestContainer .industry,
.buyRequestContainer .area,
.buyRequestContainer .buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.buyRequestContainer .buyConditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.buyRequestContainer .buyConditionsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
}

.sellRequest {
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.sellRequest .image {
  width: 100%;
  max-width: 583px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sellRequest .sellRequestWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sellRequest .textWrapper .sellRequestSubTitle {
  color: #0e3169;
  font-size: 24px;
  line-height: 27.6px;
  letter-spacing: 0.96px;
  margin-bottom: 43px;
}
.sellRequest .textWrapper .text {
  font-size: 16px;
  line-height: 32px;
}

.ma-list-wrapper {
  width: 100%;
  overflow: auto;
}

/* スクロールバー全体を対象にする */
.ma-list-wrapper::-webkit-scrollbar {
  width: 3px; /* スクロールバーの幅 */
  height: 3px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.ma-list-wrapper::-webkit-scrollbar-track {
  background: #d3d3d3; /* スクロールバーの背景色 */
}

/* スクロールバーの操作部分をカスタマイズ */
.ma-list-wrapper::-webkit-scrollbar-thumb {
  background: #3f5570; /* スクロールバーの操作部分の背景色 */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.ma-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #3f5570; /* ホバー時のスクロールバーの操作部分の背景色 */
}

.ma-pagination {
  width: 100%;
}
.ma-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.no-results {
  color: #0e3169;
  text-align: center;
  line-height: 32px;
  margin-top: 20px;
}

.malist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 86.666vw;
  margin: auto;
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  color: #fff;
  text-align: center;
  margin-top: 10.5vw;
  padding-bottom: 14vw;
  position: relative;
}

.malist-btn .list_btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.malist-btn .prev_btn {
  position: absolute;
  top: 0;
  left: 0;
}

.malist-btn .next_btn {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
}

.malist-btn_btn {
  background: rgba(0, 31, 69, 0.7);
  width: 19vw;
  padding: 2vw 0;
}

@media screen and (max-width: 767px) {
  .fixedmenu li:first-child a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .buyRequestContainer .industry,
  .buyRequestContainer .area,
  .buyRequestContainer .buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buyRequestContainer .buyConditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sell-cases h3 {
    padding-bottom: 20px;
  }
  .serachTitle {
    font-size: 18px;
  }
  .searchBox {
    margin-bottom: 0px;
    padding-left: 10px;
  }
  .searchBox p {
    font-size: 16px;
    font-weight: medium;
    line-height: 49.6px;
  }
  .searchBox .checkLabel {
    font-size: 13px;
  }
  .searchBox .keyword {
    padding: 5px 10px;
  }
  .searchBox .keyword::-webkit-input-placeholder {
    font-size: 12px;
  }
  .searchBox .keyword::-moz-placeholder {
    font-size: 12px;
  }
  .searchBox .keyword:-ms-input-placeholder {
    font-size: 12px;
  }
  .searchBox .keyword::-ms-input-placeholder {
    font-size: 12px;
  }
  .searchBox .keyword::placeholder {
    font-size: 12px;
  }
  .searchContainer,
  .searchResult {
    padding: 20px 25px;
  }
  .ma-list-wrapper {
    max-height: 420px;
  }
  .ma-list-th,
  .ma-list-td {
    width: 85px;
    min-width: 85px;
    font-size: 14px;
  }
  .ma-list-th:nth-child(2),
  .ma-list-td:nth-child(2) {
    width: 184px;
    min-width: 184px;
  }
  .ma-list-th:nth-child(3),
  .ma-list-td:nth-child(3) {
    width: 105px;
    min-width: 105px;
  }
  .ma-list-th:nth-child(4),
  .ma-list-td:nth-child(4) {
    width: 105px;
    min-width: 105px;
  }
  .ma-list-th:nth-child(5),
  .ma-list-td:nth-child(5) {
    width: 105px;
    min-width: 105px;
  }
  .ma-list-th:nth-child(6),
  .ma-list-td:nth-child(6) {
    width: 63px;
    min-width: 63px;
    padding: 5px 5px;
  }
  .ma-list-th:nth-child(6) a,
  .ma-list-td:nth-child(6) a {
    padding-left: 4.5px;
    padding-right: 4.5px;
  }
  .ma-list-td:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .no-results {
    text-align: left;
  }
  .sp-only {
    display: block;
  }
  .buyRequest {
    padding: 50px 25px;
    padding-bottom: 40px;
  }
  .buyRequest .requestText {
    font-size: 15px;
    text-align: left;
  }
  .sellRequest {
    padding: 40px 25px;
    padding-bottom: 0px;
  }
  .sellRequest .sellRequestWrapper {
    gap: 32px;
  }
  .sellRequest .textWrapper .sellRequestSubTitle {
    font-size: 18px;
    text-wrap: nowrap;
    margin-bottom: 20px;
  }
  .sellRequest .textWrapper .text {
    font-size: 15px;
  }
  .contactSection {
    display: none;
  }
}
.header-sticky,
.sticky {
  position: sticky;
  top: 0;
  right: -2px;
  background: none;
  border-left: none;
  border-right: none;
}

.header-sticky::before,
.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.header-sticky::before {
  background: #f0f2f2;
}

@media screen and (max-width: 978px) {
  .top-text {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sellRequest .sellRequestWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 835px) and (max-width: 1499px) {
  .sellRequest h3,
  .buyRequest h3 {
    padding-top: 0;
    padding-bottom: 2.2vw;
  }
  .malist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49.75vw;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 1.5vw;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
    padding-bottom: 8.0833vw;
    position: relative;
  }
  .malist-btn .list_btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .malist-btn .prev_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .malist-btn .next_btn {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
  }
  .malist-btn_btn {
    background: rgba(0, 31, 69, 0.7);
    width: 10vw;
    padding: 0.4166vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .malist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 597px;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 97px;
    position: relative;
  }
  .malist-btn .list_btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .malist-btn .prev_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .malist-btn .next_btn {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
  }
  .malist-btn_btn {
    background: rgba(0, 31, 69, 0.7);
    width: 120px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 1500px) {
  .sellRequest h3,
  .buyRequest h3 {
    padding-top: 0;
    padding-bottom: 33px;
  }
}/*# sourceMappingURL=style.css.map */