@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

/* footer.footer2022{
	padding-bottom: 2rem;
	.copyright{
		position: static;
	}
} */
.single-sell-corp footer, .post-type-archive-sell-corp footer, .post-type-archive-business-meeting footer {
  padding-top: 3rem;
}

/* .footer_right{
	margin-top: 0;
}
footer .im_top{
	margin-top: 0;
} */
@media screen and (max-width: 1200px) {
  footer .im_top {
    margin-left: auto;
  }
}
.cm-mv {
  background-image: url("../images/sell-corp/mv.jpg");
  padding: 13rem 0 8rem;
}

.post-type-archive-sell-corp .cm-mv.large {
  padding: 13rem 0;
}

.section-sell-corp {
  padding: 8rem 0;
}
.section-sell-corp .cm-lead-text {
  margin-top: 6rem;
}
.section-sell-corp .lwrap {
  max-width: 120.4rem;
}
@media (max-width: 1264px) {
  .section-sell-corp .lwrap {
    margin: 0 3rem;
  }
}
.section-sell-corp .sell-corp-flex {
  justify-content: space-between;
}
.section-sell-corp .sell-corp-flex .left-column {
  order: 2;
  width: calc(100% - 25rem);
}
.section-sell-corp .sell-corp-flex .right-column {
  order: 1;
  width: 22rem;
}
.section-sell-corp .sub-txt {
  margin-top: 3rem;
}
.section-sell-corp .sell-corp-box {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .section-sell-corp .sell-corp-flex {
    flex-wrap: wrap;
  }
  .section-sell-corp .sell-corp-flex .left-column {
    width: 100%;
    order: 1;
    margin-bottom: 3rem;
  }
  .section-sell-corp .sell-corp-flex .left-column .sub-ttl {
    margin-top: 6rem;
  }
  .section-sell-corp .sell-corp-flex .right-column {
    width: 100%;
    order: 2;
  }
}

#side {
  background-color: #ffffff;
  border: 1px solid #81bd16;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#side .side-inner h3 {
  font-size: 1.6rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
  color: #333333;
}
#side .side-inner ul {
  margin-left: 1rem;
}
#side .side-inner li {
  margin-bottom: 1.5rem;
}
#side .side-inner li a {
  color: #333333;
  display: inline-block;
}
#side .side-inner li a::before {
  content: "";
  display: inline-block;
  height: calc(0.5rem * tan(60deg));
  width: 0.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #81bd16;
  margin-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  #side {
    padding: 2rem;
    border-width: 0.2rem;
    margin-bottom: 3rem;
  }
  #side .side-inner h3 {
    font-size: 2rem;
    padding: 0 2rem 0 0;
    border: none;
    margin-bottom: 0;
    position: relative;
  }
  #side .side-inner h3::after {
    content: "";
    display: inline-block;
    height: calc(0.75rem * tan(60deg));
    width: 2rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #ff9020;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    transition: 0.3s;
  }
  #side .side-inner h3.active::after {
    transform: rotate(180deg) translateY(50%) translateX(0%);
  }
  #side .side-inner_heading {
    margin-bottom: 2rem !important;
  }
  #side .side-inner ul {
    display: none;
    border-top: 0.2rem solid #ff9020;
    padding-top: 2rem;
    margin-top: 2rem;
    margin-left: 0;
  }
  #side .side-inner li a {
    font-size: 2rem;
  }
  #side .side-inner li a::before {
    height: calc(1rem * tan(60deg));
    width: 1rem;
  }
  #side .findbtn {
    margin-top: 2rem;
  }
}
.search-box {
  margin: 0 0 6rem;
  padding: 3rem;
  background: #f7f2f2;
}
.search-box label {
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  position: relative;
  width: auto;
  line-height: 1;
}
.search-box label::before {
  border: 0.2rem solid #444444;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.search-box label::after {
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  content: "";
  display: block;
  width: 0.6rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: 0.8rem;
  top: 0.2rem;
  transform: rotate(45deg);
}
.search-box label img {
  border-radius: 100%;
  width: 2rem;
  margin-right: 0.3rem;
}
.search-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.search-box .genre-check {
  display: none;
}
.search-box .submit-btn {
  display: block;
  margin: auto;
  max-width: 32rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #ff9020;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  border: none;
  border-bottom: 0.5rem solid #d46909;
}
.search-box .submit-btn:hover {
  margin-top: 1.8rem;
  border-bottom: 0.2rem solid #d46909;
}
.search-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff9020;
  width: 100%;
}

.sell-corp-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sell-corp-box .item {
  width: 48%;
  margin-bottom: 4%;
  box-sizing: border-box;
  background: #fffaf4;
  position: relative;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
}
.sell-corp-box .btn-box {
  width: 100%;
  margin-top: auto;
}

.sell-corp-list {
  display: block;
}
.sell-corp-list .item {
  width: 100%;
}
.sell-corp-list .item .title-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #e60012;
  justify-content: space-between;
}
.sell-corp-list .item .title-box h3 {
  font-weight: bold;
  line-height: 1.35;
}
.sell-corp-list .item .title-box h3 a {
  color: #e60012;
  font-size: 1.8rem;
}
.sell-corp-list .item .title-box h3 a:hover {
  text-decoration: underline;
}
.sell-corp-list .item .title-box .genre {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.sell-corp-list .item .title-box .genre li {
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  background: #fff;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #f88072;
  color: #f88072;
}
.sell-corp-list .item .title-box .genre li img {
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 2rem;
  border-radius: 50%;
  line-height: 1;
}
.sell-corp-list .item .item-box {
  margin-bottom: 1.5rem;
}
.sell-corp-list .item .btn-box .cm-btn a {
  margin: 0 0 0 auto;
}
.sell-corp-list .item .thumbnail-box {
  margin-right: 2%;
}
.sell-corp-list .item .text-box {
  width: 68%;
}
.sell-corp-list .item .text-box h4 {
  color: #d76860;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sell-corp-list .item .text-box .company-text {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.sell-corp-list .item .text-box .detail-text {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.sell-corp-list .item .text-box .detail-text:last-child {
  margin-bottom: 0;
}
.sell-corp-list .item .text-box .detail-text a {
  font-size: 1.3rem;
  color: #e60012;
}
.sell-corp-list .item .text-box .detail-text a:hover {
  text-decoration: underline;
}
.sell-corp-list .item .thumbnail-none {
  width: 100%;
}

.recommend-box {
  position: absolute;
  top: -1.5rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.recommend-icon {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  width: 6rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  background: #508ed9;
  border-radius: 50%;
  box-sizing: border-box;
}
.recommend-icon::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -1rem;
  border: 1rem solid transparent;
  border-top: 1rem solid #508ed9;
  z-index: 0;
}
.recommend-text {
  margin-left: 1rem;
  font-size: 1.2rem;
  padding: 0.5rem;
  line-height: 1;
  max-width: calc(100% - 8rem);
  display: inline-block;
  background: #f1f1f1;
  border-radius: 1rem;
}
.item-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.item-box .thumbnail-box {
  width: 30%;
  margin-right: 4%;
}
.item-box .thumbnail-box img {
  height: 16rem;
  width: 100%;
  object-fit: cover;
}
.item-box .text-box {
  width: 66%;
}
.item-box .text-box h3 {
  color: #e60012;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.35;
}
.item-box .text-box .company-text {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.item-box .text-box .genre {
  display: flex;
  flex-wrap: wrap;
}
.item-box .text-box .genre-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.item-box .text-box .genre li {
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  background: #fff;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #f88072;
  color: #f88072;
}
.item-box .text-box .genre li img {
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 2rem;
  border-radius: 50%;
  line-height: 1;
}
.item-box .thumbnail-none {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .sell-corp-box .item {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .sell-corp-box .btn-box .cm-btn a {
    font-size: 1.4rem;
  }
  .sell-corp-box .btn-box .cm-btn a::before {
    right: 1.5rem;
  }

  .item-box .thumbnail-box img {
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-mv {
    padding: 10rem 3rem 8rem;
  }

  .sell-corp-box .item {
    width: 100%;
    padding: 4rem 3rem;
    margin-bottom: 3rem;
  }
  .sell-corp-box .btn-box .cm-btn a {
    font-size: 1.8rem;
    margin: 0 0 0 auto;
  }

  .search-box form {
    display: flex;
    flex-wrap: wrap;
  }
  .search-box label {
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .recommend-box {
    flex-wrap: nowrap;
  }
  .recommend-icon {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 4rem;
  }
  .recommend-text {
    font-size: 1.4rem;
    max-width: calc(100% - 9rem);
  }

  .item-box .text-box h3 {
    font-size: 2rem;
    line-height: 1.35;
  }
}
.ls-suppliers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
}
.ls-suppliers_item {
  display: flex;
}
.ls-suppliers_item a {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
}
@media (hover: hover) {
  .ls-suppliers_item a:hover img {
    filter: inherit;
  }
}
.ls-suppliers_item a p {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  text-align: center;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 3;
  text-shadow: 0.1rem 0.1rem 0 #333333, -0.1rem 0.1rem 0 #333333, 0.1rem -0.1rem 0 #333333, -0.1rem -0.1rem 0 #333333;
}
.ls-suppliers_item a div {
  margin-top: auto;
}
.ls-suppliers_item a img {
  width: 100%;
  filter: brightness(75%);
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .ls-suppliers {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ls-suppliers_item a p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .ls-suppliers {
    grid-template-columns: repeat(3, 1fr);
  }
  .ls-suppliers_item a p {
    font-size: 1.35rem;
    padding: 0 0.5rem;
  }
}

.side-suppliers_item a {
  display: flex !important;
  align-items: center;
  column-gap: 0.6rem;
  transition: 0.3s;
}
.side-suppliers_item a::before {
  content: none !important;
}
.side-suppliers_item a p {
  font-size: 1.4rem;
}
.side-suppliers_item a img {
  width: 5rem;
  object-fit: cover;
}
@media (hover: hover) {
  .side-suppliers_item a:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  .side-suppliers_spgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .side-suppliers_spgrid .side-suppliers_item {
    display: flex;
    margin-bottom: 0 !important;
  }
  .side-suppliers_spgrid .side-suppliers_item a {
    display: flex;
    flex-direction: column;
    color: #333333;
    font-size: 1.4rem;
    position: relative;
    width: 100%;
  }
  .side-suppliers_spgrid .side-suppliers_item a p {
    flex-grow: 1;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    text-align: center;
    padding: 0 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 3;
    text-shadow: 0.1rem 0.1rem 0 #333333, -0.1rem 0.1rem 0 #333333, 0.1rem -0.1rem 0 #333333, -0.1rem -0.1rem 0 #333333;
    margin-bottom: 0;
  }
  .side-suppliers_spgrid .side-suppliers_item a div {
    margin-top: auto;
  }
  .side-suppliers_spgrid .side-suppliers_item a img {
    width: 100%;
    filter: brightness(75%);
  }
}
@media screen and (max-width: 480px) {
  .side-suppliers_spgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .side-suppliers_spgrid .side-suppliers_item a p {
    font-size: 1.2rem;
  }
}

.cm-listing {
  padding: 9rem 0;
}
.cm-listing .loopslide {
  margin: 3rem 0;
}
.cm-listing .loopslide ul li {
  width: 18rem;
  padding: 0 1rem;
}
.cm-listing .loopslide ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=new-sell-corp.css.map */
